Date: Wed, 29 Mar 2000 21:05:28 -0500 (EST) From: Trevor Johnson <trevor@jpj.net> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/17676: new port: astro/rmap Message-ID: <Pine.BSI.4.21.0003292104060.4632-100000@blues.jpj.net>
next in thread | raw e-mail | index | archive | help
>Number: 17676 >Category: ports >Synopsis: new port: astro/rmap >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: Wed Mar 29 18:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.0-CURRENT i386 >Organization: myself >Environment: only tested on 4.0-CURRENT i386 >Description: This program generates, but does not display, image files containing raster maps of the Earth. It includes public-domain, vector data from which they are drawn, describing the continents, bodies of water, boundaries of countries and U.S. states, and a few cities. Command-line options allow centering the maps at a particular latitude and longitude and zooming in. >How-To-Repeat: N/A >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: # # rmap/files/md5 # rmap/patches/patch-aa # rmap/pkg/COMMENT # rmap/pkg/DESCR # rmap/pkg/PLIST # rmap/Makefile # echo x - rmap/files/md5 sed 's/^X//' >rmap/files/md5 << 'END-of-rmap/files/md5' XMD5 (rmap-1.2.tar.gz) = 5406a76b66db65a5fc6073cf4bb62eeb END-of-rmap/files/md5 echo x - rmap/patches/patch-aa sed 's/^X//' >rmap/patches/patch-aa << 'END-of-rmap/patches/patch-aa' X--- main.c.orig Tue Mar 28 17:01:17 2000 X+++ main.c Thu Mar 30 02:43:08 2000 X@@ -154,7 +154,7 @@ X case 'h': X printf("Usage: rmap [--zoom=VALUE] [--xrot=VALUE] [--yrot=VALUE] [--zrot=VALUE]\n"); X printf(" [--datafile=FILENAME] [--continent=LIST] [--category=LIST]\n"); X- printf(" [--outfile=FILENAME] [--height=PIXLES] [--width=PIXLES]\n"); X+ printf(" [--outfile=FILENAME] [--height=PIXELS] [--width=PIXELS]\n"); X printf(" [--colorfile=FILENAME] [--nogridlines] [--cities] [-h] [-v]\n"); X printf("\n"); X printf("\t--zoom=<value> Zoom Value, 1=whole earth\n"); END-of-rmap/patches/patch-aa echo x - rmap/pkg/COMMENT sed 's/^X//' >rmap/pkg/COMMENT << 'END-of-rmap/pkg/COMMENT' Xdraw maps of Earth END-of-rmap/pkg/COMMENT echo x - rmap/pkg/DESCR sed 's/^X//' >rmap/pkg/DESCR << 'END-of-rmap/pkg/DESCR' XThis program generates, but does not display, image files containing Xraster maps of the Earth. It includes public-domain, vector Xdata from which they are drawn, describing the continents, bodies Xof water, boundaries of countries and U.S. states, and a few cities. XCommand-line options allow centering the maps at a particular Xlatitude and longitude and zooming in. X XWWW: http://www.reza.net/rmap/ X XTrevor Johnson Xtrevor@jpj.net END-of-rmap/pkg/DESCR echo x - rmap/pkg/PLIST sed 's/^X//' >rmap/pkg/PLIST << 'END-of-rmap/pkg/PLIST' Xbin/rmap Xman/man1/rmap.1 Xshare/rmap/rmap.colors Xshare/rmap/earth.rez X@dirrm share/rmap END-of-rmap/pkg/PLIST echo x - rmap/Makefile sed 's/^X//' >rmap/Makefile << 'END-of-rmap/Makefile' X# New ports collection makefile for: rmap X# Version required: 1.2 X# Date created: 29 Mar 2000 X# Whom: trevor@jpj.net X# X# $FreeBSD$ X# X XDISTNAME= rmap-1.2 XCATEGORIES= astro graphics XMASTER_SITES= http://www.reza.net/rmap/ X XMAINTAINER= trevor@jpj.net X XLIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd \ X gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I ${LOCALBASE}/include/gd/" \ X LIBS="-L${LOCALBASE}/lib -lgnugetopt" X X.include <bsd.port.mk> END-of-rmap/Makefile 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?Pine.BSI.4.21.0003292104060.4632-100000>