1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add p5-Shape 0.04,

perl5 module to read and write shapefiles via
shapelib.

PR:		51098
Submitted by:	Leif Pedersen <pedersen@meridian-enviro.com>
This commit is contained in:
Vanilla I. Shu 2003-10-07 05:06:03 +00:00
parent 0896e0845e
commit 813c29a033
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90489
6 changed files with 47 additions and 0 deletions

View File

@ -755,6 +755,7 @@
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Set-Object
SUBDIR += p5-Set-Scalar
SUBDIR += p5-Shape
SUBDIR += p5-Sort-ArrayOfArrays
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Storable

22
devel/p5-Shape/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Shape
# Date created: April 17th 2003
# Whom: Leif Pedersen <pedersen@meridian-enviro.com>
#
# $FreeBSD$
#
PORTNAME= Shape
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= http://www.water.hut.fi/pub/Grid/
PKGNAMEPREFIX= p5-
MAINTAINER= pedersen@meridian-enviro.com
COMMENT= Perl5 module to read and write shapefiles via shapelib
LIB_DEPENDS= shp:${PORTSDIR}/devel/shapelib
PERL_CONFIGURE= yes
MAN3= Shape.3
.include <bsd.port.mk>

1
devel/p5-Shape/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Shape-0.04.tar.gz) = c55b699cbac1c4850e0966860a9db444

View File

@ -0,0 +1,11 @@
--- Shape.xs.orig Tue Oct 7 05:38:12 2003
+++ Shape.xs Tue Oct 7 05:38:19 2003
@@ -2,7 +2,7 @@
#include "perl.h"
#include "XSUB.h"
-#include <libshp/shapefil.h>
+#include <shapefil.h>
MODULE = Shape PACKAGE = Shape

5
devel/p5-Shape/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is a library for reading, creating, and writing ArcView(c)
shapefiles using Perl. The Perl code uses Frank Warmerdam's Shapefile
C Library.
WWW: http://www.water.hut.fi/pub/Grid/Shape.html

7
devel/p5-Shape/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Shape.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape/Shape.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape/Shape.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shape 2>/dev/null || true