pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/p5-Geo-Coordinates-Transform



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jun 30 09:55:10 UTC 2023

Added Files:
        pkgsrc/geography/p5-Geo-Coordinates-Transform: DESCR Makefile distinfo

Log Message:
Import Geo-Coordinates-Transform-0.10 as geography p5-Geo-Coordinates-Transform

Geo::Coordinates::Transform converts a list of provided latitude and longitude
coordinates in any of the three formats above (mixed input is ok) and converts
to the desired format. Note that special characters or non-numerical characters
such as " will throw an warning and return NaN for that list item.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/p5-Geo-Coordinates-Transform/DESCR \
    pkgsrc/geography/p5-Geo-Coordinates-Transform/Makefile \
    pkgsrc/geography/p5-Geo-Coordinates-Transform/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/p5-Geo-Coordinates-Transform/DESCR
diff -u /dev/null pkgsrc/geography/p5-Geo-Coordinates-Transform/DESCR:1.1
--- /dev/null   Fri Jun 30 09:55:10 2023
+++ pkgsrc/geography/p5-Geo-Coordinates-Transform/DESCR Fri Jun 30 09:55:10 2023
@@ -0,0 +1,4 @@
+Geo::Coordinates::Transform converts a list of provided latitude and longitude
+coordinates in any of the three formats above (mixed input is ok) and converts
+to the desired format. Note that special characters or non-numerical characters
+such as " will throw an warning and return NaN for that list item.
Index: pkgsrc/geography/p5-Geo-Coordinates-Transform/Makefile
diff -u /dev/null pkgsrc/geography/p5-Geo-Coordinates-Transform/Makefile:1.1
--- /dev/null   Fri Jun 30 09:55:10 2023
+++ pkgsrc/geography/p5-Geo-Coordinates-Transform/Makefile      Fri Jun 30 09:55:10 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/06/30 09:55:10 wen Exp $
+
+DISTNAME=      Geo-Coordinates-Transform-0.10
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    geography perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/dist/Geo-Coordinates-Transform
+COMMENT=       Transform Lat/Long between various different coordinate functions
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Geo/Coordinates/Transform/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/p5-Geo-Coordinates-Transform/distinfo
diff -u /dev/null pkgsrc/geography/p5-Geo-Coordinates-Transform/distinfo:1.1
--- /dev/null   Fri Jun 30 09:55:10 2023
+++ pkgsrc/geography/p5-Geo-Coordinates-Transform/distinfo      Fri Jun 30 09:55:10 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/06/30 09:55:10 wen Exp $
+
+BLAKE2s (Geo-Coordinates-Transform-0.10.tar.gz) = 008e149cb0fe80f73a8618462707d90b7a1502c90bbba0a32e95be922c9e445f
+SHA512 (Geo-Coordinates-Transform-0.10.tar.gz) = 09a203a2dcfc01c3ec3d4a95adc9a6a3a344bb569183728f6079169d48f44b95575978e88bdfaeee63faace1cef7e61a04b461a04d8dce5ae08f43c6cc02c7a0
+Size (Geo-Coordinates-Transform-0.10.tar.gz) = 4319 bytes



Home | Main Index | Thread Index | Old Index