Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14E3D84D1C for ; Fri, 30 Jun 2023 09:55:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aJtKRcO-TDNT for ; Fri, 30 Jun 2023 09:55:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79F2C84CE8 for ; Fri, 30 Jun 2023 09:55:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 735A1FA89; Fri, 30 Jun 2023 09:55:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688118910278490" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 09:55:10 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/geography/p5-Geo-Coordinates-Transform To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630095510.735A1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688118910278490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1688118910278490 Content-Disposition: inline Content-Length: 2092 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1688118910278490--