pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/p5-Geo-ShapeFile Initial import of p5-Geo-Sh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d42befaf213e
branches:  trunk
changeset: 570852:d42befaf213e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 04 09:52:04 2010 +0000

description:
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.

diffstat:

 geography/p5-Geo-ShapeFile/DESCR    |   3 +++
 geography/p5-Geo-ShapeFile/Makefile |  19 +++++++++++++++++++
 geography/p5-Geo-ShapeFile/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 9a2b91d61e89 -r d42befaf213e geography/p5-Geo-ShapeFile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-ShapeFile/DESCR  Thu Feb 04 09:52:04 2010 +0000
@@ -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 -r 9a2b91d61e89 -r d42befaf213e geography/p5-Geo-ShapeFile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-ShapeFile/Makefile       Thu Feb 04 09:52:04 2010 +0000
@@ -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@localhost
+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 -r 9a2b91d61e89 -r d42befaf213e geography/p5-Geo-ShapeFile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-ShapeFile/distinfo       Thu Feb 04 09:52:04 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index