diff options
author | he <he@pkgsrc.org> | 2008-04-07 13:21:51 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-04-07 13:21:51 +0000 |
commit | 0766b24c1ee4e199846e23dbb615ab043ba0d3d0 (patch) | |
tree | 49d611d0a9cfbe50031b2dffc7d4942739a6c177 /geography/p5-Geo-Distance | |
parent | eed07ff045d4f6c9d3de143c1e1895e3870cc697 (diff) | |
download | pkgsrc-0766b24c1ee4e199846e23dbb615ab043ba0d3d0.tar.gz |
Import p5-Geo-Distance version 0.11, a perl library to Calculate
Distances and Closest Locations.
Diffstat (limited to 'geography/p5-Geo-Distance')
-rw-r--r-- | geography/p5-Geo-Distance/DESCR | 6 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/Makefile | 16 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/PLIST | 1 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/geography/p5-Geo-Distance/DESCR b/geography/p5-Geo-Distance/DESCR new file mode 100644 index 00000000000..844498b9283 --- /dev/null +++ b/geography/p5-Geo-Distance/DESCR @@ -0,0 +1,6 @@ +This perl library aims to provide as many tools to make it as simple +as possible to calculate distances between geographic points, and +anything that can be derived from that. Currently there is support +for finding the closest locations within a specified distance, to +find the closest number of points to a specified point, and to do +basic point-to-point distance calculations. diff --git a/geography/p5-Geo-Distance/Makefile b/geography/p5-Geo-Distance/Makefile new file mode 100644 index 00000000000..f13fe7bf063 --- /dev/null +++ b/geography/p5-Geo-Distance/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ +# + +DISTNAME= Geo-Distance-0.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm +COMMENT= Calculate Distances and Closest Locations + +PERL5_PACKLIST= auto/Geo/Distance/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Distance/PLIST b/geography/p5-Geo-Distance/PLIST new file mode 100644 index 00000000000..78d9f0c93c8 --- /dev/null +++ b/geography/p5-Geo-Distance/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ diff --git a/geography/p5-Geo-Distance/distinfo b/geography/p5-Geo-Distance/distinfo new file mode 100644 index 00000000000..1c06a31189b --- /dev/null +++ b/geography/p5-Geo-Distance/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ + +SHA1 (Geo-Distance-0.11.tar.gz) = c5b97565bdd8b5e22d4f3a11eb13c1a04e2544d1 +RMD160 (Geo-Distance-0.11.tar.gz) = 2638fa2c4e2a654434bcc88a79156a6530e3ccd8 +Size (Geo-Distance-0.11.tar.gz) = 9684 bytes |