summaryrefslogtreecommitdiff
path: root/astro/gpstk/files/patch-scale
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-10-11 12:30:34 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-10-11 12:30:34 +0000
commitbde89730f331f30f50d4bb95f5ba3bfd31bc0872 (patch)
tree2e1ce92632b1c0d63907055f4df9bc5727939ca3 /astro/gpstk/files/patch-scale
parent- Fix build problem (plist generation) with export_xvid.so symlink (diff)
astro/gpstk: 2.0 -> 2.5
http://www.gpstk.org/bin/view/Development/ReleaseNotes21 http://www.gpstk.org/bin/view/Development/ReleaseNotes22 http://www.gpstk.org/bin/view/Development/ReleaseNotes23 http://www.gpstk.org/bin/view/Development/ReleaseNotes24 http://www.gpstk.org/bin/view/Development/ReleaseNotes25 Switchover from build tool jam to cmake, with lots of restructuring of code.
Notes
Notes: svn path=/head/; revision=370634
Diffstat (limited to 'astro/gpstk/files/patch-scale')
-rw-r--r--astro/gpstk/files/patch-scale40
1 files changed, 0 insertions, 40 deletions
diff --git a/astro/gpstk/files/patch-scale b/astro/gpstk/files/patch-scale
deleted file mode 100644
index 572c1bcf7955..000000000000
--- a/astro/gpstk/files/patch-scale
+++ /dev/null
@@ -1,40 +0,0 @@
-$FreeBSD$
-
-'scale' is a pretty generic name to put into bin/, especially
-considering how non-generic this implementation is.
-To avoid naming collisions, rename scale to scale-gpstk.
-
---- apps/clocktools/help.orig 2011-02-22 09:10:25.000000000 -0700
-+++ apps/clocktools/help 2012-06-05 15:31:51.000000000 -0600
-@@ -20,9 +20,9 @@
- ----
-
-
--scale - Scales fractional frequency or phase data by a factor of 10^-6
-+scale-gpstk - Scales fractional frequency or phase data by a factor of 10^-6
-
--example: cat data | scale > scdata
-+example: cat data | scale-gpstk > scdata
-
-
- ----
---- apps/clocktools/Jamfile.orig 2011-02-22 09:10:25.000000000 -0700
-+++ apps/clocktools/Jamfile 2012-06-05 15:32:30.000000000 -0600
-@@ -2,7 +2,7 @@
-
- SubDir TOP apps clocktools ;
-
--GPSLinkLibraries dallandev ffp mallandev nallandev oallandev ohadamarddev ORDPhaseParser pff rmoutlier scale tallandev TIAPhaseParser trunc : gpstk ;
-+GPSLinkLibraries dallandev ffp mallandev nallandev oallandev ohadamarddev ORDPhaseParser pff rmoutlier scale-gpstk tallandev TIAPhaseParser trunc : gpstk ;
-
- GPSMain dallandev : dallandev.cpp ;
- GPSMain ffp : ffp.cpp ;
-@@ -13,7 +13,7 @@
- GPSMain ORDPhaseParser : ORDPhaseParser.cpp ;
- GPSMain pff : pff.cpp ;
- GPSMain rmoutlier : rmoutlier.cpp ;
--GPSMain scale : scale.cpp ;
-+GPSMain scale-gpstk : scale.cpp ;
- GPSMain tallandev : tallandev.cpp ;
- GPSMain TIAPhaseParser : TIAPhaseParser.cpp ;
- GPSMain trunc : trunc.cpp ;