diff options
author | he <he@pkgsrc.org> | 2007-08-17 11:26:40 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2007-08-17 11:26:40 +0000 |
commit | f38053bc81b27aa5537ab5b97c160bba953154e7 (patch) | |
tree | 67ca076b06b6ad0ab607469514e8c902a4556927 /misc | |
parent | d25ddf2a3ac2df1f93553ab7753566540ed9e0ff (diff) | |
download | pkgsrc-f38053bc81b27aa5537ab5b97c160bba953154e7.tar.gz |
Import p5-Geo-Coordinates-UTM version 0.06.
The Geo::Coordinates::UTM module will translate latitude / longitude
coordinates to Universal Transverse Mercator(UTM) coordinates and vice
versa.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Coordinates-UTM/DESCR | 3 | ||||
-rw-r--r-- | misc/p5-Geo-Coordinates-UTM/Makefile | 17 | ||||
-rw-r--r-- | misc/p5-Geo-Coordinates-UTM/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Geo-Coordinates-UTM/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/p5-Geo-Coordinates-UTM/DESCR b/misc/p5-Geo-Coordinates-UTM/DESCR new file mode 100644 index 00000000000..9b5c105d795 --- /dev/null +++ b/misc/p5-Geo-Coordinates-UTM/DESCR @@ -0,0 +1,3 @@ +The Geo::Coordinates::UTM module will translate latitude / longitude +coordinates to Universal Transverse Mercator(UTM) coordinates and vice +versa. diff --git a/misc/p5-Geo-Coordinates-UTM/Makefile b/misc/p5-Geo-Coordinates-UTM/Makefile new file mode 100644 index 00000000000..54dcccee747 --- /dev/null +++ b/misc/p5-Geo-Coordinates-UTM/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/17 11:26:41 he Exp $ +# + +DISTNAME= Geo-Coordinates-UTM-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Geo-Coordinates-UTM/ +COMMENT= Perl extension for Latitiude Longitude conversions + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Geo/Coordinates/UTM/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Geo-Coordinates-UTM/PLIST b/misc/p5-Geo-Coordinates-UTM/PLIST new file mode 100644 index 00000000000..4cbc48f77dc --- /dev/null +++ b/misc/p5-Geo-Coordinates-UTM/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/17 11:26:41 he Exp $ diff --git a/misc/p5-Geo-Coordinates-UTM/distinfo b/misc/p5-Geo-Coordinates-UTM/distinfo new file mode 100644 index 00000000000..79ff3f1f628 --- /dev/null +++ b/misc/p5-Geo-Coordinates-UTM/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/17 11:26:41 he Exp $ + +SHA1 (Geo-Coordinates-UTM-0.06.tar.gz) = 7d6de9511dfcf6ed39cff81a6b44b8db448ae250 +RMD160 (Geo-Coordinates-UTM-0.06.tar.gz) = ebdba2afc2dfa5281392d4891f7de99d687ff20f +Size (Geo-Coordinates-UTM-0.06.tar.gz) = 9134 bytes |