diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-27 12:18:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-27 12:18:49 +0000 |
commit | f596d2718cb12b7a881482ae5ef5468659aebe02 (patch) | |
tree | 669155bdb69b1280524882c8d2123ae8015e8fc5 /geography/xrmap | |
parent | 32c1309bda4326b7c2b1adc5ac9156d668a6d024 (diff) | |
download | pkgsrc-f596d2718cb12b7a881482ae5ef5468659aebe02.tar.gz |
import of xrmap-2.29, a world map viewer, and data files
Diffstat (limited to 'geography/xrmap')
-rw-r--r-- | geography/xrmap/DESCR | 8 | ||||
-rw-r--r-- | geography/xrmap/Makefile | 27 | ||||
-rw-r--r-- | geography/xrmap/PLIST | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/geography/xrmap/DESCR b/geography/xrmap/DESCR new file mode 100644 index 00000000000..a82bf1d06e5 --- /dev/null +++ b/geography/xrmap/DESCR @@ -0,0 +1,8 @@ +Xrmap is an GPL'd user-friendly X program which can be used to generate +accurate images of small or bigger portions of the Earth. The main data +source is the CIA World Data Bank II. +The CIA_WDB2 consists of vector descriptions of coastlines and islands, +political boundaries, major and minor rivers, glaciers, lakes, canals, +reefs, etc. The accuracy of the data is at best 1" of arc, approximately +30 meters at the Equator -- in fact all recorded points are given by +integer coordinates representing seconds of arc. diff --git a/geography/xrmap/Makefile b/geography/xrmap/Makefile new file mode 100644 index 00000000000..db0c30f4048 --- /dev/null +++ b/geography/xrmap/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:18:50 drochner Exp $ +# + +DISTNAME= # empty +PKGNAME= xrmap-2.29 +CATEGORIES= geography +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://frmas.free.fr/li_1.htm +COMMENT= Earth map viewer - complete + +NO_BUILD= yes + +DEPENDS+= xrmap-base-2.29:../../geography/xrmap-base +DEPENDS+= xrmap-data>=0:../../geography/xrmap-data +DEPENDS+= xrmap-factbook_text>=2002:../../geography/xrmap-factbook_text +DEPENDS+= xrmap-factbook_html>=2002:../../geography/xrmap-factbook_html +DEPENDS+= xrmap-anthems>=1.1:../../geography/xrmap-anthems +DEPENDS+= xrmap-flags>=1.1:../../geography/xrmap-flags +DEPENDS+= xrmap-hymns>=1.2:../../geography/xrmap-hymns +DEPENDS+= xrmap-pdfmaps>=1.1:../../geography/xrmap-pdfmaps + +do-install: + # nothing + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/xrmap/PLIST b/geography/xrmap/PLIST new file mode 100644 index 00000000000..6a790732377 --- /dev/null +++ b/geography/xrmap/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/27 12:18:50 drochner Exp $ |