From 33f40d977bd40af3339637532b199d3ecef570b2 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 4 Feb 2010 09:52:04 +0000 Subject: Initial import of p5-Geo-ShapeFile, packaged for wip by Wen Heping. Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats. --- geography/p5-Geo-ShapeFile/DESCR | 3 +++ geography/p5-Geo-ShapeFile/Makefile | 19 +++++++++++++++++++ geography/p5-Geo-ShapeFile/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 geography/p5-Geo-ShapeFile/DESCR create mode 100644 geography/p5-Geo-ShapeFile/Makefile create mode 100644 geography/p5-Geo-ShapeFile/distinfo (limited to 'geography/p5-Geo-ShapeFile') 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 -- cgit v1.2.3