diff options
Diffstat (limited to 'geography')
-rw-r--r-- | geography/p5-Geo-ShapeFile/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-Geo-ShapeFile/Makefile | 19 | ||||
-rw-r--r-- | geography/p5-Geo-ShapeFile/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/geography/p5-Geo-ShapeFile/DESCR b/geography/p5-Geo-ShapeFile/DESCR new file mode 100644 index 00000000000..316d8ad0d37 --- /dev/null +++ b/geography/p5-Geo-ShapeFile/DESCR @@ -0,0 +1,3 @@ +Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping +data, it has support for shp (shape), shx (shape index), and dbf +(data base) formats. diff --git a/geography/p5-Geo-ShapeFile/Makefile b/geography/p5-Geo-ShapeFile/Makefile new file mode 100644 index 00000000000..51c29279c70 --- /dev/null +++ b/geography/p5-Geo-ShapeFile/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/04 09:52:04 wiz Exp $ +# + +DISTNAME= Geo-ShapeFile-2.52 +PKGNAME= p5-${DISTNAME} +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= wenheping@gmail.com +HOMEPAGE= http://search.cpan.org/~jasonk/Geo-ShapeFile-2.52/lib/Geo/ShapeFile.pm +COMMENT= Perl extension for handling ESRI GIS Shapefiles +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Geo/ShapeFile/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-ShapeFile/distinfo b/geography/p5-Geo-ShapeFile/distinfo new file mode 100644 index 00000000000..aeeaeccd9b6 --- /dev/null +++ b/geography/p5-Geo-ShapeFile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/04 09:52:04 wiz Exp $ + +SHA1 (Geo-ShapeFile-2.52.tar.gz) = 40e66ca398803b38af08d7ef13b7cd0f795ae753 +RMD160 (Geo-ShapeFile-2.52.tar.gz) = cea86ad88ea291dd8f023a58cbfaad2bfb1d1acd +Size (Geo-ShapeFile-2.52.tar.gz) = 278581 bytes |