Date: Wed, 29 Apr 2009 03:08:59 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134077: [Update]astro/gpstk:update to 1.5 Message-ID: <200904290308.n3T38xIa081414@www.freebsd.org> Resent-Message-ID: <200904290310.n3T3A2gX073435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134077 >Category: ports >Synopsis: [Update]astro/gpstk:update to 1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Apr 29 03:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Fri Apr 10 16:36:28 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/wen1 i386 >Description: update to 1.5 from 1.3 and take the maintainership >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN gpstk/Makefile gpstk.new/Makefile --- gpstk/Makefile 2009-04-24 00:20:47.000000000 +0800 +++ gpstk.new/Makefile 2009-04-29 18:37:54.000000000 +0800 @@ -6,19 +6,19 @@ # PORTNAME= gpstk -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}${PORTVERSION}.src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= Toolkit for developing GPS applications BUILD_DEPENDS= ${LOCALBASE}/bin/jam:${PORTSDIR}/devel/jam USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} JAM= ${LOCALBASE}/bin/jam JAM_ENV= BINDIR=${PREFIX}/bin \ INCDIR=${PREFIX}/include/$(PORTNAME) \ diff -urN gpstk/distinfo gpstk.new/distinfo --- gpstk/distinfo 2007-08-25 05:31:23.000000000 +0800 +++ gpstk.new/distinfo 2009-04-29 16:46:43.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (gpstk1.3.src.tar.gz) = 6354aef8bd3f0504f238538c4c475404 -SHA256 (gpstk1.3.src.tar.gz) = 02cd171e74722eafeb44d99e877378c2dbbba6ba1847038fb92c589003f16412 -SIZE (gpstk1.3.src.tar.gz) = 6922759 +MD5 (gpstk1.5.src.tar.gz) = 098dd76b484599366506d7504fe5996a +SHA256 (gpstk1.5.src.tar.gz) = 2bc699d9eb8d9774fa6a635e0f75da2f38c00e1b700974fe9197b8ba7c867277 +SIZE (gpstk1.5.src.tar.gz) = 7050592 diff -urN gpstk/files/patch-Jamrules gpstk.new/files/patch-Jamrules --- gpstk/files/patch-Jamrules 2007-01-02 12:33:32.000000000 +0800 +++ gpstk.new/files/patch-Jamrules 2009-04-29 17:17:28.000000000 +0800 @@ -1,31 +1,22 @@ ---- Jamrules.orig Wed Jan 19 19:36:30 2005 -+++ Jamrules Sun Nov 5 09:33:26 2006 +--- Jamrules.orig 2009-04-29 17:15:45.000000000 +0800 ++++ Jamrules 2009-04-29 17:16:53.000000000 +0800 @@ -9,7 +9,7 @@ - KEEPOBJS = true ; # where to install the .hpp files --INCDIR = /usr/local/include ; -+#INCDIR = /usr/local/include ; + PREFIX ?= /usr/local/ ; +-INCDIR = $(PREFIX)/include/gpstk ; ++#INCDIR = $(PREFIX)/include/gpstk ; + GPSTK_SO_VERSION = 15 ; # override the built-in EXEMODE - EXEMODE = 755 ; -@@ -30,6 +30,10 @@ - case CYGWIN : +@@ -41,6 +41,10 @@ LINKLIBS += -lstdc++ ; + CCSHARE_FLAGS = -fPIC ; + case FREEBSD : + LINKLIBS += -lstdc++ ; + CCSHARE_FLAGS = -fPIC ; + - case LINUX : + case MACOSX : LINKLIBS += -lstdc++ ; CCSHARE_FLAGS = -fPIC ; -@@ -81,7 +85,7 @@ - # fix does this need to be forward/backslash independent? darn windows. - BINDIR = [ FDirName $(PREFIX) bin ] ; - LIBDIR = [ FDirName $(PREFIX) lib ] ; -- INCDIR = [ FDirName $(PREFIX) include ] ; -+ INCDIR = [ FDirName $(PREFIX) include gpstk ] ; - } - - # debug - edit this as needed. diff -urN gpstk/pkg-plist gpstk.new/pkg-plist --- gpstk/pkg-plist 2007-08-25 05:31:23.000000000 +0800 +++ gpstk.new/pkg-plist 2009-04-29 18:13:18.000000000 +0800 @@ -1,17 +1,106 @@ lib/libgpstk.a -lib/libgpstk.so +lib/libgpstk.so.15.0 lib/librxio.a -lib/librxio.so +lib/librxio.so.15.0 +lib/libgeomatics.a +lib/libgeomatics.so.15.0 +lib/libprocframe.a +lib/libprocframe.so.15.0 +lib/libvplot.a +lib/libvplot.so.15.0 +include/gpstk/ATSData.hpp +include/gpstk/ATSStream.hpp +include/gpstk/AstronomicalFunctions.hpp +include/gpstk/BLQDataReader.hpp +include/gpstk/BasicModel.hpp +include/gpstk/BasicShape.hpp +include/gpstk/BorderLayout.hpp +include/gpstk/Circle.hpp +include/gpstk/Color.hpp +include/gpstk/Comment.hpp +include/gpstk/ComputeLinear.hpp +include/gpstk/ComputeTropModel.hpp +include/gpstk/ComputeWindUp.hpp +include/gpstk/CorrectObservables.hpp +include/gpstk/DCinternals.hpp +include/gpstk/DDid.hpp +include/gpstk/DiscCorr.hpp +include/gpstk/ENUUtil.hpp +include/gpstk/EPSImage.hpp +include/gpstk/EarthOrientation.hpp +include/gpstk/Equation.hpp +include/gpstk/Fillable.hpp +include/gpstk/Frame.hpp +include/gpstk/GDCconfiguration.hpp +include/gpstk/GPSAlmanacStore.hpp +include/gpstk/GPSEphemerisStore.hpp +include/gpstk/GSatID.hpp +include/gpstk/GeodeticFrames.hpp +include/gpstk/GraphicsConstants.hpp +include/gpstk/GridLayout.hpp +include/gpstk/HLayout.hpp +include/gpstk/Helper.hpp +include/gpstk/InOutFramework.hpp +include/gpstk/Layout.hpp +include/gpstk/Line.hpp +include/gpstk/LinearCombinations.hpp +include/gpstk/MDPStream.hpp +include/gpstk/MSCBase.hpp +include/gpstk/MSCHeader.hpp +include/gpstk/MSCStore.hpp +include/gpstk/Markable.hpp +include/gpstk/Marker.hpp +include/gpstk/ModelObs.hpp +include/gpstk/ModelObsFixedStation.hpp +include/gpstk/MoonPosition.hpp +include/gpstk/NEDUtil.hpp +include/gpstk/Namelist.hpp +include/gpstk/NovatelData.hpp +include/gpstk/NovatelStream.hpp +include/gpstk/OceanLoading.hpp +include/gpstk/PSImage.hpp +include/gpstk/PSImageBase.hpp +include/gpstk/Path.hpp +include/gpstk/PhaseWindup.hpp +include/gpstk/PoleTides.hpp +include/gpstk/Polygon.hpp +include/gpstk/PreciseRange.hpp +include/gpstk/ProcessingClass.hpp +include/gpstk/ProcessingVector.hpp +include/gpstk/Rectangle.hpp +include/gpstk/RobustStats.hpp +include/gpstk/SRI.hpp +include/gpstk/SRIFilter.hpp +include/gpstk/SVGImage.hpp +include/gpstk/SVNumXRef.hpp +include/gpstk/SatDataReader.hpp +include/gpstk/SatPass.hpp +include/gpstk/SolidTides.hpp +include/gpstk/StochasticModel.hpp +include/gpstk/StrokeStyle.hpp +include/gpstk/SunPosition.hpp +include/gpstk/Text.hpp +include/gpstk/TextStyle.hpp +include/gpstk/VGImage.hpp +include/gpstk/VLayout.hpp +include/gpstk/VPlotException.hpp +include/gpstk/Variable.hpp +include/gpstk/ViewerManager.hpp +include/gpstk/XvtStore.hpp +include/gpstk/format.hpp +include/gpstk/index.hpp +include/gpstk/miscdefs.hpp +include/gpstk/random.hpp +include/gpstk/regex.h +include/gpstk/xregex2.h include/gpstk/ANSITime.hpp include/gpstk/AlmOrbit.hpp -include/gpstk/AlmanacStore.hpp include/gpstk/AshtechALB.hpp include/gpstk/AshtechData.hpp include/gpstk/AshtechEPB.hpp include/gpstk/AshtechMBEN.hpp include/gpstk/AshtechPBEN.hpp include/gpstk/AshtechStream.hpp -include/gpstk/BCEphemerisStore.hpp include/gpstk/Bancroft.hpp include/gpstk/BasicFramework.hpp include/gpstk/BinUtils.hpp @@ -46,14 +135,12 @@ include/gpstk/DataStructures.hpp include/gpstk/DayTime.hpp include/gpstk/DeltaOp.hpp -include/gpstk/DeviceStream.hpp include/gpstk/ECEF.hpp include/gpstk/EngAlmanac.hpp include/gpstk/EngEphemeris.hpp include/gpstk/EngNav.hpp include/gpstk/EphReader.hpp include/gpstk/EphemerisRange.hpp -include/gpstk/EphemerisStore.hpp include/gpstk/EpochClockModel.hpp include/gpstk/Exception.hpp include/gpstk/Expression.hpp @@ -68,7 +155,6 @@ include/gpstk/ExtractP1.hpp include/gpstk/ExtractP2.hpp include/gpstk/ExtractPC.hpp -include/gpstk/FDStreamBuff.hpp include/gpstk/FFBinaryStream.hpp include/gpstk/FFData.hpp include/gpstk/FFIdentifier.hpp @@ -194,8 +280,6 @@ include/gpstk/Stats.hpp include/gpstk/StringUtils.hpp include/gpstk/SystemTime.hpp -include/gpstk/TCPStream.hpp -include/gpstk/TCPStreamBuff.hpp include/gpstk/TabularEphemerisStore.hpp include/gpstk/TimeConstants.hpp include/gpstk/TimeConverters.hpp @@ -246,8 +330,12 @@ bin/RinexDump bin/TECMaps bin/ash2mdp +bin/ash2xyz +bin/ats2mdp bin/bc2sp3 bin/calgps +bin/compSatVis +bin/compStaVis bin/daa bin/ddGen bin/ddPlot @@ -260,8 +348,11 @@ bin/ficdiff bin/ficfica bin/findMoreThan12 +bin/mdpEdit bin/mdp2rinex bin/mdptool +bin/mdpscreen +bin/mdpscreenx bin/mergeFIC bin/mergeRinMet bin/mergeRinNav @@ -269,6 +360,7 @@ bin/mergeSRI bin/mpsolve bin/navdmp +bin/navsum bin/novaRinex bin/ordClock bin/ordEdit @@ -288,13 +380,8 @@ bin/rowcheck bin/rowdiff bin/rstats -bin/rtAshtech bin/sp3version -bin/tcptest +bin/svvis bin/timeconvert -bin/tnl -bin/tsrif -bin/tsrifsu -bin/tsriftu bin/vecsol bin/wheresat >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904290308.n3T38xIa081414>