diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2008-09-24 11:21:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2008-09-24 11:21:42 +0000 |
commit | a45276380382e81b2c3cff06e5f4aa823f841191 (patch) | |
tree | 55e438e1efdab3ce59c3945c8fefeecfc2218a0d | |
parent | Add www/p5-CGI-Compress-Gzip, a Perl module to extend CGI.pm with (diff) |
Add math/p5-Geo-Coordinates-UTM, a Perl module that can translate
latitude/longitude coordinates to Universal Transverse Mercator(UTM)
coordinates and vice versa.
Diffstat (limited to '')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Geo-Coordinates-UTM/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Geo-Coordinates-UTM/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Geo-Coordinates-UTM/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Geo-Coordinates-UTM/pkg-plist | 7 |
5 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index a378415cd601..4eb250a2f07c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -269,6 +269,7 @@ SUBDIR += p5-Data-Float SUBDIR += p5-Date-Handler SUBDIR += p5-GIS-Distance + SUBDIR += p5-Geo-Coordinates-UTM SUBDIR += p5-Geo-Distance SUBDIR += p5-Graph SUBDIR += p5-Math-Algebra-Symbols diff --git a/math/p5-Geo-Coordinates-UTM/Makefile b/math/p5-Geo-Coordinates-UTM/Makefile new file mode 100644 index 000000000000..98661fc755f6 --- /dev/null +++ b/math/p5-Geo-Coordinates-UTM/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: math/p5-Geo-Coordinates-UTM +# Date created: 15 September 2008 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Geo-Coordinates-UTM +PORTVERSION= 0.08 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Geo +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Perl extension for converting latitude/longitude to UTM + +PERL_CONFIGURE= yes + +MAN3= Geo::Coordinates::UTM.3 + +.include <bsd.port.mk> diff --git a/math/p5-Geo-Coordinates-UTM/distinfo b/math/p5-Geo-Coordinates-UTM/distinfo new file mode 100644 index 000000000000..c6cd91af1a49 --- /dev/null +++ b/math/p5-Geo-Coordinates-UTM/distinfo @@ -0,0 +1,3 @@ +MD5 (Geo-Coordinates-UTM-0.08.tar.gz) = b9920441f6883c19a79c60a5f4e98a0c +SHA256 (Geo-Coordinates-UTM-0.08.tar.gz) = a6f38ddbb27e723fcb1a50029e4487bc9e7c85c65c9840e0589ec0553e503161 +SIZE (Geo-Coordinates-UTM-0.08.tar.gz) = 55751 diff --git a/math/p5-Geo-Coordinates-UTM/pkg-descr b/math/p5-Geo-Coordinates-UTM/pkg-descr new file mode 100644 index 000000000000..15ffd5c45f69 --- /dev/null +++ b/math/p5-Geo-Coordinates-UTM/pkg-descr @@ -0,0 +1,4 @@ +This module will translate latitude/longitude coordinates to Universal +Transverse Mercator(UTM) coordinates and vice versa. + +WWW: http://search.cpan.org/dist/Geo-Coordinates-UTM/ diff --git a/math/p5-Geo-Coordinates-UTM/pkg-plist b/math/p5-Geo-Coordinates-UTM/pkg-plist new file mode 100644 index 000000000000..955be4ecdc1e --- /dev/null +++ b/math/p5-Geo-Coordinates-UTM/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Geo/Coordinates/UTM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/UTM/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/UTM +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates +@dirrmtry %%SITE_PERL%%/Geo/Coordinates +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo |