pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/p5-Geo-Ellipsoid
Module Name: pkgsrc
Committed By: wen
Date: Wed Apr 28 23:55:08 UTC 2021
Modified Files:
pkgsrc/geography/p5-Geo-Ellipsoid: Makefile distinfo
Log Message:
Update to 1.15
Update HOMEPAGE
Change p5-Test-Number-Delta to TEST_DEPENDS
Upstream changes:
1.15 2021-01-23
- Provide set_angle_unit() as an alternative to the too generically
named method set_units(). The name set_angle_unit() corresponds
nicely to the existing method set_distance_unit().
- Add accessors get_angle_unit(), get_distance_unit(), get_ellipsoid(),
get_equatorial_radius(), get_polar_radius(), get_flattening(), and
get_eccentricity(), get_longitude_symmetric(), and
get_bearing_symmetric(). These are necessary for subclassing.
- Correct the version numbering in Changes (this file) and add missing entry
for version 1.11. Format CHANGES according to CPAN::Changes::Spec.
- Rename the too generically property "units" to "angle_unit", and
"distance_units" to "distance_unit".
- Rename the following internal object properties:
"latitude" -> "latitude_symmetric" (only used internally)
"longitude" -> "longitude_symmetric"
"bearing" -> "bearing_symmetric"
This makes them more descriptive, and they now match the methods
set_latitude_symmetric() and set_bearing_symmetric(). The old object
property names without the "_symmtric" suffix are still supported.
- Improve documentation and fix typos in the POD. Add more information to the
SYNOPSIS. Update BUGS and SUPPORT sections. Update AUTHOR and COPYRIGHT
information.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/p5-Geo-Ellipsoid/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/p5-Geo-Ellipsoid/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/p5-Geo-Ellipsoid/Makefile
diff -u pkgsrc/geography/p5-Geo-Ellipsoid/Makefile:1.9 pkgsrc/geography/p5-Geo-Ellipsoid/Makefile:1.10
--- pkgsrc/geography/p5-Geo-Ellipsoid/Makefile:1.9 Mon Aug 31 18:09:36 2020
+++ pkgsrc/geography/p5-Geo-Ellipsoid/Makefile Wed Apr 28 23:55:08 2021
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.9 2020/08/31 18:09:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/04/28 23:55:08 wen Exp $
#
-DISTNAME= Geo-Ellipsoid-1.14
+DISTNAME= Geo-Ellipsoid-1.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/pod/release/PJACKLAM/Geo-Ellipsoid-1.13/lib/Geo/Ellipsoid.pm
+HOMEPAGE= https://metacpan.org/pod/release/Geo-Ellipsoid
COMMENT= Longitude and latitude calculations using an ellipsoid model
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Test-Number-Delta>=0.16:../../math/p5-Test-Number-Delta
+TEST_DEPENDS+= p5-Test-Number-Delta>=0.16:../../math/p5-Test-Number-Delta
PERL5_PACKLIST= auto/Geo/Ellipsoid/.packlist
Index: pkgsrc/geography/p5-Geo-Ellipsoid/distinfo
diff -u pkgsrc/geography/p5-Geo-Ellipsoid/distinfo:1.4 pkgsrc/geography/p5-Geo-Ellipsoid/distinfo:1.5
--- pkgsrc/geography/p5-Geo-Ellipsoid/distinfo:1.4 Mon Jan 2 07:22:14 2017
+++ pkgsrc/geography/p5-Geo-Ellipsoid/distinfo Wed Apr 28 23:55:08 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/01/02 07:22:14 wen Exp $
+$NetBSD: distinfo,v 1.5 2021/04/28 23:55:08 wen Exp $
-SHA1 (Geo-Ellipsoid-1.14.tar.gz) = 489b08142c909aa489686baa288c98a00543b510
-RMD160 (Geo-Ellipsoid-1.14.tar.gz) = 43b0dd9368c5c3b7f02d6fa368be0ec9eac1a587
-SHA512 (Geo-Ellipsoid-1.14.tar.gz) = 662ca563ad86f3d4d97e78703afc8f97e20356ad3dde266b5100d13f3537966cb933d315ac75cd195b65b6f442c2cb1f1bcb1838fa81cdc509095d8fc3084d31
-Size (Geo-Ellipsoid-1.14.tar.gz) = 80125 bytes
+SHA1 (Geo-Ellipsoid-1.15.tar.gz) = e0fba4dd41989ee75bb3058455d027d631eba439
+RMD160 (Geo-Ellipsoid-1.15.tar.gz) = a8efe168fad85b19dc257439956d68b54e42f260
+SHA512 (Geo-Ellipsoid-1.15.tar.gz) = cfc8939e8c61025292c137dc5d6caa7177a3ee4a73ccd758bac2f4ae6e5cd56318e7e00522514255371371cf2bfdea17706d158c236f87af98eb2d086fca6720
+Size (Geo-Ellipsoid-1.15.tar.gz) = 104015 bytes
Home |
Main Index |
Thread Index |
Old Index