pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/p5-Geo-Mercator Import p5-Geo-Mercator version 1.01.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/760a1f210de1
branches:  trunk
changeset: 546830:760a1f210de1
user:      he <he%pkgsrc.org@localhost>
date:      Mon Sep 08 08:41:21 2008 +0000

description:
Import p5-Geo-Mercator version 1.01.

Computes Mercator Projection of input latitude/longitude coordinates
(in degrees) into (x, y) coordinates (as distances in meters) from
the meridian/equator. Also provides a method to convert back into
latitude, longitude.

diffstat:

 misc/p5-Geo-Mercator/DESCR    |   4 ++++
 misc/p5-Geo-Mercator/Makefile |  21 +++++++++++++++++++++
 misc/p5-Geo-Mercator/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 29ef64ce0cbd -r 760a1f210de1 misc/p5-Geo-Mercator/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Mercator/DESCR        Mon Sep 08 08:41:21 2008 +0000
@@ -0,0 +1,4 @@
+Computes Mercator Projection of input latitude/longitude coordinates
+(in degrees) into (x, y) coordinates (as distances in meters) from
+the meridian/equator. Also provides a method to convert back into
+latitude, longitude.
diff -r 29ef64ce0cbd -r 760a1f210de1 misc/p5-Geo-Mercator/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Mercator/Makefile     Mon Sep 08 08:41:21 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 08:41:21 he Exp $
+#
+
+DISTNAME=              Geo-Mercator-1.01
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5gme
+CATEGORIES=            misc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Geo-Mercator/
+COMMENT=               Perl5 module computing Mercator Projection into meters
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Geo/Mercator/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 29ef64ce0cbd -r 760a1f210de1 misc/p5-Geo-Mercator/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Geo-Mercator/distinfo     Mon Sep 08 08:41:21 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/08 08:41:21 he Exp $
+
+SHA1 (Geo-Mercator-1.01.tar.gz) = 11386600387ead70b7de6deb843aa6a096ca15ab
+RMD160 (Geo-Mercator-1.01.tar.gz) = b1c542e5842444feee93a3c6d5f27c0e4c859199
+Size (Geo-Mercator-1.01.tar.gz) = 3297 bytes



Home | Main Index | Thread Index | Old Index