diff options
author | tobez <tobez@FreeBSD.org> | 2008-09-24 19:21:42 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2008-09-24 19:21:42 +0800 |
commit | 6f5c509488196456b7b0bb28dabd588234065d0f (patch) | |
tree | 0ccf6b8abb08954939a933df7d01b181fc9cd120 /math/p5-Geo-Coordinates-UTM | |
parent | f275d88a5fb210615b10b50d7577000653068b17 (diff) | |
download | freebsd-ports-gnome-6f5c509488196456b7b0bb28dabd588234065d0f.tar.gz freebsd-ports-gnome-6f5c509488196456b7b0bb28dabd588234065d0f.tar.zst freebsd-ports-gnome-6f5c509488196456b7b0bb28dabd588234065d0f.zip |
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 'math/p5-Geo-Coordinates-UTM')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |