diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-20 11:21:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-20 11:21:56 +0000 |
commit | 5e9a12e0a0b1c142df6366f2f796c5e8157abe72 (patch) | |
tree | 4da7571246fdd24f53527a2d8fd4b2e72b191f65 /misc | |
parent | 6ff096a5a9e94f4ec93a6760a2c3334ec5f7fea4 (diff) | |
download | ports-5e9a12e0a0b1c142df6366f2f796c5e8157abe72.tar.gz ports-5e9a12e0a0b1c142df6366f2f796c5e8157abe72.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/Makefile | 23 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/pkg-plist | 8 |
5 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index cf54a08a2116..9db8fd6a098a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -353,6 +353,7 @@ SUBDIR += p5-Geo-Postcodes-NO SUBDIR += p5-Geo-Weather SUBDIR += p5-Geography-Countries + SUBDIR += p5-Geography-NationalGrid SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX diff --git a/misc/p5-Geography-NationalGrid/Makefile b/misc/p5-Geography-NationalGrid/Makefile new file mode 100644 index 000000000000..836723c7f0a2 --- /dev/null +++ b/misc/p5-Geography-NationalGrid/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: misc/p5-Geography-NationalGrid +# Date created: 2007/03/20 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Geography-NationalGrid +PORTVERSION= 1.6 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Geography +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Create an object for a point and to transform coordinate systems + +PERL_CONFIGURE= yes + +MAN3= Geography::NationalGrid.3 Geography::NationalGrid::GB.3 \ + Geography::NationalGrid::IE.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Geography-NationalGrid/distinfo b/misc/p5-Geography-NationalGrid/distinfo new file mode 100644 index 000000000000..e9f6a2adde77 --- /dev/null +++ b/misc/p5-Geography-NationalGrid/distinfo @@ -0,0 +1,3 @@ +MD5 (Geography-NationalGrid-1.6.tar.gz) = a629aa96c183da66082e5d139c70e9d9 +SHA256 (Geography-NationalGrid-1.6.tar.gz) = 8681495708d9147898feaf65ed380095989794921b296c3b9fdf1b18d895c0f7 +SIZE (Geography-NationalGrid-1.6.tar.gz) = 13029 diff --git a/misc/p5-Geography-NationalGrid/pkg-descr b/misc/p5-Geography-NationalGrid/pkg-descr new file mode 100644 index 000000000000..db69ecd46cec --- /dev/null +++ b/misc/p5-Geography-NationalGrid/pkg-descr @@ -0,0 +1,6 @@ +Geography::NationalGrid is a factory class whose sole purpose is to give you +an object for the right country. Geography::NationalGrid::GB and +Geography::NationalGrid::IE are included with this distribution - other +countries' national grids are converted by other packages. + +WWW: http://search.cpan.org/dist/Geography-NationalGrid/ diff --git a/misc/p5-Geography-NationalGrid/pkg-plist b/misc/p5-Geography-NationalGrid/pkg-plist new file mode 100644 index 000000000000..99121f8d9187 --- /dev/null +++ b/misc/p5-Geography-NationalGrid/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/NationalGrid/.packlist +%%SITE_PERL%%/Geography/NationalGrid.pm +%%SITE_PERL%%/Geography/NationalGrid/IE.pm +%%SITE_PERL%%/Geography/NationalGrid/GB.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography/NationalGrid +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geography +@dirrmtry %%SITE_PERL%%/Geography/NationalGrid +@dirrmtry %%SITE_PERL%%/Geography |