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>
This commit is contained in:
Emanuel Haupt 2005-12-27 19:33:44 +00:00
parent 45c638e55c
commit f1ddb225b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152216
5 changed files with 44 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -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