pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/p5-Geo-Distance Import p5-Geo-Distance versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38b4237dadfc
branches:  trunk
changeset: 540743:38b4237dadfc
user:      he <he%pkgsrc.org@localhost>
date:      Mon Apr 07 13:21:51 2008 +0000

description:
Import p5-Geo-Distance version 0.11, a perl library to Calculate
Distances and Closest Locations.

diffstat:

 geography/p5-Geo-Distance/DESCR    |   6 ++++++
 geography/p5-Geo-Distance/Makefile |  16 ++++++++++++++++
 geography/p5-Geo-Distance/PLIST    |   1 +
 geography/p5-Geo-Distance/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 24bd3075d0a2 -r 38b4237dadfc geography/p5-Geo-Distance/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-Distance/DESCR   Mon Apr 07 13:21:51 2008 +0000
@@ -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 -r 24bd3075d0a2 -r 38b4237dadfc geography/p5-Geo-Distance/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-Distance/Makefile        Mon Apr 07 13:21:51 2008 +0000
@@ -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@localhost
+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 -r 24bd3075d0a2 -r 38b4237dadfc geography/p5-Geo-Distance/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-Distance/PLIST   Mon Apr 07 13:21:51 2008 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 13:21:51 he Exp $
diff -r 24bd3075d0a2 -r 38b4237dadfc geography/p5-Geo-Distance/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/p5-Geo-Distance/distinfo        Mon Apr 07 13:21:51 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index