Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 May 2002 01:36:46 -0700 (PDT)
From:      Nicholas Esborn <nick@netdot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37660: New port for gpsdrive moving-map program
Message-ID:  <20020502083646.4D8D6F842@carbon.berkeley.netdot.net>

next in thread | raw e-mail | index | archive | help

>Number:         37660
>Category:       ports
>Synopsis:       New port for gpsdrive moving-map program
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 02 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Esborn
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:


>Description:
	GPSdrive is a nice moving-map program for NMEA-0183 and some Garmin GPSes
>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	astro/gpsdrive
#	astro/gpsdrive/Makefile
#	astro/gpsdrive/distinfo
#	astro/gpsdrive/files
#	astro/gpsdrive/files/patch-Makefile.in
#	astro/gpsdrive/files/patch-Makefile.in-docdir
#	astro/gpsdrive/pkg-plist
#	astro/gpsdrive/pkg-descr
#	astro/gpsdrive/pkg-comment
#
echo c - astro/gpsdrive
mkdir -p astro/gpsdrive > /dev/null 2>&1
echo x - astro/gpsdrive/Makefile
sed 's/^X//' >astro/gpsdrive/Makefile << 'END-of-astro/gpsdrive/Makefile'
X# New ports collection makefile for:	gpsdrive
X# Date created:				29 April 2002
X# Whom:					Nicholas Esborn
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	gpsdrive
XPORTVERSION=	1.19
XCATEGORIES=	astro
XMASTER_SITES=	http://www.kraftvoll.at/software/ \
X		http://gpsdrive.kraftvoll.at/ \
X		http://gpsdrive.flugfunk.de/ \
X		http://gpsdrive.alumnosfdi.org/ \
X		http://gpsdrive.teachlinux.com/
X
XMAINTAINER=	nick@netdot.net
X
XLIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
X		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
X		intl.2:${PORTSDIR}/devel/gettext
X
XUSE_GLIB=	true
XUSE_GTK=	true
XUSE_GMAKE=	true
X
XHAS_CONFIGURE=	true
XCONFIGURE_ENV=	CFLAGS="-I/usr/local/include" CXXFLAGS="-I/usr/local/include" \
X		LDFLAGS="-L/usr/local/lib -lgnugetopt -lintl"
XCONFIGURE_ARGS=	--without-included-gettext --datadir=/usr/local/share
X
XMAN1=		gpsdrive.1
X
X.include <bsd.port.mk>
END-of-astro/gpsdrive/Makefile
echo x - astro/gpsdrive/distinfo
sed 's/^X//' >astro/gpsdrive/distinfo << 'END-of-astro/gpsdrive/distinfo'
XMD5 (gpsdrive-1.19.tar.gz) = fcaa08250b41206ebbbbbebe505f34a8
END-of-astro/gpsdrive/distinfo
echo c - astro/gpsdrive/files
mkdir -p astro/gpsdrive/files > /dev/null 2>&1
echo x - astro/gpsdrive/files/patch-Makefile.in
sed 's/^X//' >astro/gpsdrive/files/patch-Makefile.in << 'END-of-astro/gpsdrive/files/patch-Makefile.in'
X--- Makefile.in.orig	Mon Apr 29 11:38:30 2002
X+++ Makefile.in	Mon Apr 29 11:39:18 2002
X@@ -115,14 +115,13 @@
X localedir = @localedir@
X mylibdir = @mylibdir@
X 
X-SUBDIRS = src po man intl
X+SUBDIRS = src po man
X EXTRA_DIST = TODO GPS-receivers LEEME depcomp
X pkgdata_DATA = TODO GPS-receivers LEEME AUTHORS README
X subdir = .
X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
X CONFIG_HEADER = config.h
X-CONFIG_CLEAN_FILES = intl/Makefile
X DIST_SOURCES =
X DATA = $(pkgdata_DATA)
X 
X@@ -189,8 +188,6 @@
X 
X distclean-hdr:
X 	-rm -f config.h
X-intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
X-	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
X uninstall-info-am:
X install-pkgdataDATA: $(pkgdata_DATA)
X 	@$(NORMAL_INSTALL)
X@@ -313,7 +310,7 @@
X distdir: $(DISTFILES)
X 	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
X 	mkdir $(distdir)
X-	$(mkinstalldirs) $(distdir)/intl $(distdir)/po
X+	$(mkinstalldirs) $(distdir)/po
X 	@for file in $(DISTFILES); do \
X 	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
X 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
END-of-astro/gpsdrive/files/patch-Makefile.in
echo x - astro/gpsdrive/files/patch-Makefile.in-docdir
sed 's/^X//' >astro/gpsdrive/files/patch-Makefile.in-docdir << 'END-of-astro/gpsdrive/files/patch-Makefile.in-docdir'
X--- Makefile.in.orig	Mon Apr 29 13:11:11 2002
X+++ Makefile.in	Mon Apr 29 13:13:42 2002
X@@ -36,6 +36,7 @@
X includedir = @includedir@
X oldincludedir = /usr/include
X pkgdatadir = $(datadir)/@PACKAGE@
X+docdir = $(prefix)/share/doc/@PACKAGE@
X pkglibdir = $(libdir)/@PACKAGE@
X pkgincludedir = $(includedir)/@PACKAGE@
X top_builddir = .
X@@ -191,12 +192,12 @@
X uninstall-info-am:
X install-pkgdataDATA: $(pkgdata_DATA)
X 	@$(NORMAL_INSTALL)
X-	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
X+	$(mkinstalldirs) $(DESTDIR)$(docdir)
X 	@list='$(pkgdata_DATA)'; for p in $$list; do \
X 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
X 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
X-	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
X-	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
X+	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
X+	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \
X 	done
X 
X uninstall-pkgdataDATA:
END-of-astro/gpsdrive/files/patch-Makefile.in-docdir
echo x - astro/gpsdrive/pkg-plist
sed 's/^X//' >astro/gpsdrive/pkg-plist << 'END-of-astro/gpsdrive/pkg-plist'
Xlib/libfly.so.1
Xlib/libfly.so
Xlib/libfly.la
Xlib/libfly.a
Xbin/garble
Xbin/gpsdrive
Xbin/gpsd
Xbin/friendsd
Xbin/wpcvt
Xbin/wpget
Xbin/gpsfetchmap
Xshare/gpsdrive/gpsdrivesplash.png
Xshare/gpsdrive/friendsicon.png
X@dirrm share/gpsdrive
Xshare/locale/de/LC_MESSAGES/gpsdrive.mo
Xshare/locale/es/LC_MESSAGES/gpsdrive.mo
Xshare/locale/fr/LC_MESSAGES/gpsdrive.mo
Xshare/locale/it/LC_MESSAGES/gpsdrive.mo
Xshare/locale/da/LC_MESSAGES/gpsdrive.mo
Xshare/locale/nl/LC_MESSAGES/gpsdrive.mo
Xshare/locale/pt/LC_MESSAGES/gpsdrive.mo
Xshare/locale/ru//LC_MESSAGES/gpsdrive.mo
Xshare/locale/tr/LC_MESSAGES/gpsdrive.mo
Xshare/locale/de_AT/LC_MESSAGES/gpsdrive.mo
Xshare/locale/xx/LC_MESSAGES/gpsdrive.mo
Xshare/doc/gpsdrive/TODO
Xshare/doc/gpsdrive/GPS-receivers
Xshare/doc/gpsdrive/LEEME
Xshare/doc/gpsdrive/AUTHORS
Xshare/doc/gpsdrive/README
X@dirrm share/doc/gpsdrive
END-of-astro/gpsdrive/pkg-plist
echo x - astro/gpsdrive/pkg-descr
sed 's/^X//' >astro/gpsdrive/pkg-descr << 'END-of-astro/gpsdrive/pkg-descr'
XGpsDrive is a car (bike, ship, plane) navigation system. GpsDrive displays
Xyour position provided from your NMEA capable GPS receiver on a zoomable map,
Xthe map file is autoselected depending of the position and prefered scale.
END-of-astro/gpsdrive/pkg-descr
echo x - astro/gpsdrive/pkg-comment
sed 's/^X//' >astro/gpsdrive/pkg-comment << 'END-of-astro/gpsdrive/pkg-comment'
XGPS stats and moving-map program, able to use maps from MapBlast and Expedia.
END-of-astro/gpsdrive/pkg-comment
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020502083646.4D8D6F842>