aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-12-28 03:33:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-12-28 03:33:44 +0800
commit085074ad7e9a05d19adc22f1e327d98ba2920dcd (patch)
treeaa7c9518eb5f4b257679e916dc74d416a58785d2 /devel
parent21520910c8fe79336c98f7124f8be9b60b3f4e2b (diff)
downloadfreebsd-ports-gnome-085074ad7e9a05d19adc22f1e327d98ba2920dcd.tar.gz
freebsd-ports-gnome-085074ad7e9a05d19adc22f1e327d98ba2920dcd.tar.zst
freebsd-ports-gnome-085074ad7e9a05d19adc22f1e327d98ba2920dcd.zip
Add p5-Geo-ShapeFile 2.51, a perl extension for handling ESRI GIS
Shapefiles. PR: 90984 Submitted by: Eric Stith <estith.freebsd.ports@thelunarempire.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Geo-ShapeFile/Makefile28
-rw-r--r--devel/p5-Geo-ShapeFile/distinfo3
-rw-r--r--devel/p5-Geo-ShapeFile/pkg-descr4
-rw-r--r--devel/p5-Geo-ShapeFile/pkg-plist8
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fb6ff022eaa8..7c60cc70e29b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -943,6 +943,7 @@
SUBDIR += p5-Filesys-Virtual-Plain
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw
+ SUBDIR += p5-Geo-ShapeFile
SUBDIR += p5-Getargs-Long
SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Declare
diff --git a/devel/p5-Geo-ShapeFile/Makefile b/devel/p5-Geo-ShapeFile/Makefile
new file mode 100644
index 000000000000..b409fa26ca8f
--- /dev/null
+++ b/devel/p5-Geo-ShapeFile/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-Geo-Point
+# Date created: 27 December 2005
+# Whom: estith
+#
+# $FreeBSD$
+#
+
+PORTNAME= Geo-ShapeFile
+PORTVERSION= 2.51
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Geo
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= estith.freebsd.ports@thelunarempire.net
+COMMENT= Perl extension for handling ESRI GIS Shapefiles
+
+PERL_CONFIGURE= yes
+
+MAN3= Geo::ShapeFile.3 Geo::ShapeFile::Point.3 Geo::ShapeFile::Shape.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Geo-ShapeFile/distinfo b/devel/p5-Geo-ShapeFile/distinfo
new file mode 100644
index 000000000000..368955dbe0f7
--- /dev/null
+++ b/devel/p5-Geo-ShapeFile/distinfo
@@ -0,0 +1,3 @@
+MD5 (Geo-ShapeFile-2.51.tar.gz) = f8ca3ab0ed3d04d5ec8b94e8aca623a3
+SHA256 (Geo-ShapeFile-2.51.tar.gz) = 92e029ee1cf59c79b875b72ad33b2d04f3e586bf7ac363f3e43d06a5592e302c
+SIZE (Geo-ShapeFile-2.51.tar.gz) = 282979
diff --git a/devel/p5-Geo-ShapeFile/pkg-descr b/devel/p5-Geo-ShapeFile/pkg-descr
new file mode 100644
index 000000000000..4449f7622ad6
--- /dev/null
+++ b/devel/p5-Geo-ShapeFile/pkg-descr
@@ -0,0 +1,4 @@
+The Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it
+has support for shp (shape), shx (shape index), and dbf (data base) formats.
+
+WWW: http://search.cpan.org/dist/Geo-ShapeFile/
diff --git a/devel/p5-Geo-ShapeFile/pkg-plist b/devel/p5-Geo-ShapeFile/pkg-plist
new file mode 100644
index 000000000000..4d0dc28eda72
--- /dev/null
+++ b/devel/p5-Geo-ShapeFile/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Geo/ShapeFile.pm
+%%SITE_PERL%%/Geo/ShapeFile/Point.pm
+%%SITE_PERL%%/Geo/ShapeFile/Shape.pm
+%%SITE_PERL%%/mach/auto/Geo/ShapeFile/.packlist
+@dirrm %%SITE_PERL%%/mach/auto/Geo/ShapeFile
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Geo/ShapeFile 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Geo 2>/dev/null || true