From owner-freebsd-ports Wed Mar 29 18:10:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C34337B5EB for ; Wed, 29 Mar 2000 18:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04502; Wed, 29 Mar 2000 18:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id E6D4B37BA09 for ; Wed, 29 Mar 2000 18:05:31 -0800 (PST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e2U25SF04644 for ; Wed, 29 Mar 2000 21:05:28 -0500 (EST) Message-Id: Date: Wed, 29 Mar 2000 21:05:28 -0500 (EST) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/17676: new port: astro/rmap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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= 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 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