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 | c2f2034fa004f2f115d22d637bded457a69ad548 (patch) | |
tree | 669155bdb69b1280524882c8d2123ae8015e8fc5 /geography/xrmap-data | |
parent | ede98f3689fa8e2f6eb0ede9e53b3b09b5158845 (diff) | |
download | pkgsrc-c2f2034fa004f2f115d22d637bded457a69ad548.tar.gz |
import of xrmap-2.29, a world map viewer, and data files
Diffstat (limited to 'geography/xrmap-data')
-rw-r--r-- | geography/xrmap-data/DESCR | 1 | ||||
-rw-r--r-- | geography/xrmap-data/Makefile | 22 | ||||
-rw-r--r-- | geography/xrmap-data/PLIST | 2 | ||||
-rw-r--r-- | geography/xrmap-data/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/geography/xrmap-data/DESCR b/geography/xrmap-data/DESCR new file mode 100644 index 00000000000..cc155c54c91 --- /dev/null +++ b/geography/xrmap-data/DESCR @@ -0,0 +1 @@ +Vector data for xrmap (CIA World Database 2). diff --git a/geography/xrmap-data/Makefile b/geography/xrmap-data/Makefile new file mode 100644 index 00000000000..22425af9c55 --- /dev/null +++ b/geography/xrmap-data/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 12:22:47 drochner Exp $ +# + +DISTNAME= CIA_WDB2.jpd +PKGNAME= xrmap-data-0 +CATEGORIES= geography +MASTER_SITES= http://frmas.free.fr/files/ +EXTRACT_SUFX= .gz + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://frmas.free.fr/li_1.htm +COMMENT= Vector data for xrmap + +WRKSRC= ${WRKDIR} +USE_BUILDLINK3= yes +NO_BUILD= yes +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + +do-install: + ${INSTALL_DATA} ${WRKSRC}/CIA_WDB2.jpd ${PREFIX}/share/rmap + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/xrmap-data/PLIST b/geography/xrmap-data/PLIST new file mode 100644 index 00000000000..f69296268c4 --- /dev/null +++ b/geography/xrmap-data/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/27 12:22:47 drochner Exp $ +share/rmap/CIA_WDB2.jpd diff --git a/geography/xrmap-data/distinfo b/geography/xrmap-data/distinfo new file mode 100644 index 00000000000..cadcef32a70 --- /dev/null +++ b/geography/xrmap-data/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/27 12:22:47 drochner Exp $ + +SHA1 (CIA_WDB2.jpd.gz) = 82413492c58a55480c3470f95b4392b684909dd7 +Size (CIA_WDB2.jpd.gz) = 7430183 bytes |