FreeBSD Bugzilla – Attachment 28995 Details for
Bug 48550
Update port: astro/roadmap 0.6 -> 0.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 6.70 KB, created by
Nicholas Esborn
on 2003-02-22 00:10:05 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Nicholas Esborn
Created:
2003-02-22 00:10:05 UTC
Size:
6.70 KB
patch
obsolete
># 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/roadmap ># astro/roadmap/files ># astro/roadmap/files/patch-src-Makefile ># astro/roadmap/files/patch-gtk-Makefile ># astro/roadmap/Makefile ># astro/roadmap/distinfo ># astro/roadmap/pkg-descr ># astro/roadmap/pkg-message ># astro/roadmap/pkg-plist ># >echo c - astro/roadmap >mkdir -p astro/roadmap > /dev/null 2>&1 >echo c - astro/roadmap/files >mkdir -p astro/roadmap/files > /dev/null 2>&1 >echo x - astro/roadmap/files/patch-src-Makefile >sed 's/^X//' >astro/roadmap/files/patch-src-Makefile << 'END-of-astro/roadmap/files/patch-src-Makefile' >X--- src/Makefile.orig Tue Feb 18 21:55:28 2003 >X+++ src/Makefile Tue Feb 18 21:58:51 2003 >X@@ -1,11 +1,11 @@ >X >X >X-CFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall >X+CFLAGS+=-O2 -ffast-math -fomit-frame-pointer -Wall -I${LOCALBASE}/include >X # CFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP >X # CFLAGS=-g -Wall -pg -fprofile-arcs -g >X >X RDMLIBS=libroadmap.a unix/libosroadmap.a >X-LIBS=$(RDMLIBS) -lpopt -lm >X+LIBS=$(RDMLIBS) -lpopt -lm -L${LOCALBASE}/lib >X >X # LDFLAGS=-pg $(LDFLAGS) >X >X@@ -88,7 +88,7 @@ >X SCRIPTS=rdmdownload rdmgetall rdmgenmaps rdmcompare >X RUNTIME=libroadmap.a libguiroadgps.a libguiroadmap.a >X >X-INSTALLDIR=/usr/local >X+INSTALLDIR=${LOCLBASE} >X >X >X # --- Conventional targets ---------------------------------------- >END-of-astro/roadmap/files/patch-src-Makefile >echo x - astro/roadmap/files/patch-gtk-Makefile >sed 's/^X//' >astro/roadmap/files/patch-gtk-Makefile << 'END-of-astro/roadmap/files/patch-gtk-Makefile' >X--- src/gtk/Makefile.orig Tue Feb 18 21:59:04 2003 >X+++ src/gtk/Makefile Tue Feb 18 22:01:52 2003 >X@@ -1,12 +1,12 @@ >X >X-GUICFLAGS=`gtk-config --cflags` >X-GUILDFLAGS=`gtk-config --libs` >X+GUICFLAGS=`${GTK_CONFIG} --cflags` >X+GUILDFLAGS=`${GTK_CONFIG} --libs` >X >X-STDCFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall >X+STDCFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall -I${LOCALBASE}/include >X # STDCFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP >X # STDCFLAGS=-g -Wall -pg -fprofile-arcs -g >X >X-CFLAGS=$(STDCFLAGS) $(GUICFLAGS) -I.. >X+CFLAGS+=$(STDCFLAGS) $(GUICFLAGS) -I.. >X >X RDMLIBS= ../libroadmap.a libgtkroadmap.a ../unix/libosroadmap.a >X LIBS=$(RDMLIBS) $(GUILDFLAGS) -lm >X@@ -23,7 +23,7 @@ >X >X RUNTIME=gtkroadgps gtkroadmap >X >X-INSTALLDIR=/usr/local >X+INSTALLDIR=${LOCALBASE} >X >X >X # --- Conventional targets ---------------------------------------- >END-of-astro/roadmap/files/patch-gtk-Makefile >echo x - astro/roadmap/Makefile >sed 's/^X//' >astro/roadmap/Makefile << 'END-of-astro/roadmap/Makefile' >X# New ports collection makefile for: roadmap >X# Date created: 4 November 2002 >X# Whom: Nick Esborn <nick@netdot.net> >X# >X# $FreeBSD: ports/astro/roadmap/Makefile,v 1.1 2003/01/30 21:15:09 seanc Exp $ >X# >X >XPORTNAME= roadmap >XPORTVERSION= 0.13 >XCATEGORIES= astro >X >XMAINTAINER= nick@netdot.net >XCOMMENT= Vector-based GPS moving map >X >XMASTER_SITES= http://www.geocities.com/pascal_f_martin/roadmap/ >XMASTER_SITE_SUBDIR= ${PORTNAME} >XDISTNAME= ${PORTNAME}_0_13_src >XEXTRACT_SUFX= .tgz >X >XLIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt >X >XWRKSRC= ${WRKDIR}/${PORTNAME} >XBUILD_WRKSRC= ${WRKSRC}/src/gtk >XINSTALL_WRKSRC= ${WRKSRC}/src >X >XUSE_GNOMENG= yes >XUSE_GNOME= gtk12 >X >XBINS= buildmap buildus dumpmap >XGUI_BINS= gtkroadmap gtkroadgps >XSCRIPTS= rdmdownload rdmgetall rdmgenmaps rdmcompare >XDATA= sprites preferences schema >XDOCS= AUTHORS BUGS COPYING README TODO >X >Xdo-install: >X.for _GUI_BIN in ${GUI_BINS} >X ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/gtk/${_GUI_BIN} ${X11BASE}/bin/${_GUI_BIN} >X.endfor >X.for _BIN in ${BINS} >X ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${_BIN} ${LOCALBASE}/bin/${_BIN} >X.endfor >X.for _SCRIPT in ${SCRIPTS} >X ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${_SCRIPT} ${LOCALBASE}/bin/${_BIN} >X.endfor >X ${MKDIR} ${DATADIR} >X.for _DATA in ${DATA} >X ${INSTALL_DATA} ${INSTALL_WRKSRC}/${_DATA} ${DATADIR}/${_DATA} >X.endfor >X.if !defined(NOPORTDOCS) >X ${MKDIR} ${DOCSDIR} >X.for _DOC in ${DOCS} >X ${INSTALL_DATA} ${WRKSRC}/${_DOC} ${DOCSDIR}/${_DOC} >X.endfor >X.endif >X >Xpost-install: >X @${SED} -e "s|%%DOCSDIR%%|${DOCSDIR}|" ${PKGMESSAGE} >X >X.include <bsd.port.mk> >END-of-astro/roadmap/Makefile >echo x - astro/roadmap/distinfo >sed 's/^X//' >astro/roadmap/distinfo << 'END-of-astro/roadmap/distinfo' >XMD5 (roadmap_0_13_src.tgz) = b0706023f7d9e2946e89cf8d8a0cacf9 >END-of-astro/roadmap/distinfo >echo x - astro/roadmap/pkg-descr >sed 's/^X//' >astro/roadmap/pkg-descr << 'END-of-astro/roadmap/pkg-descr' >XRoadMap is a program for Linux that displays street maps. The maps are >Xprovided by the US Census Bureau, and thus only cover the US. >X >XRoadMap is at an early stage of development. At this time there are no >Xrouting features implemented yet. RoadMap can only display the map around >Xa specified street address or follow a GPS device (using gpsd). The plan >Xfor the future is to implement some navigation features similar to those >Xfound in commercial street navigation systems. >X >XRoadMap uses a binary file format for representing the maps that is compact >Xenough to allow the storage of many maps on a Compact Flash or MultiMedia >Xcard. The map of Los Angeles county takes about 10 Mbytes of flash space. >XRoadMap comes with a set of tools to convert the US Census bureau data >Xinto its own map format. >X >XWWW: http://www.geocities.com/pascal_f_martin/roadmap/ >END-of-astro/roadmap/pkg-descr >echo x - astro/roadmap/pkg-message >sed 's/^X//' >astro/roadmap/pkg-message << 'END-of-astro/roadmap/pkg-message' >X------------------------------------------------------------------ >XRoadMap is at an early stage of development, and is not thoroughly >Xdocumented. It would be very unwise to rely on RoadMap for real >Xnavigation. >X >XThe instructions for downloading and installing the necessary >XTIGER data are located in: >X >X %%DOCSDIR%%/README >X------------------------------------------------------------------ >END-of-astro/roadmap/pkg-message >echo x - astro/roadmap/pkg-plist >sed 's/^X//' >astro/roadmap/pkg-plist << 'END-of-astro/roadmap/pkg-plist' >X@cwd %%X11BASE%% >Xbin/gtkroadmap >Xbin/gtkroadgps >X@exec ln -sf %D/bin/gtkroadmap %D/bin/roadmap >X@exec ln -sf %D/bin/gtkroadgps %D/bin/roadgps >X@unexec rm -f %D/bin/roadmap %D/bin/roadgps >X@cwd %%LOCALBASE%% >Xbin/buildmap >Xbin/buildus >Xbin/dumpmap >Xbin/rdmdownload >Xbin/rdmgetall >Xbin/rdmgenmaps >Xbin/rdmcompare >X%%DATADIR%%/preferences >X%%DATADIR%%/schema >X%%DATADIR%%/sprites >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/BUGS >X%%PORTDOCS%%%%DOCSDIR%%/COPYING >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%%%DOCSDIR%%/TODO >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrm %%DATADIR%% >END-of-astro/roadmap/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48550
: 28995