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.
This commit is contained in:
wen 2021-04-28 23:55:08 +00:00
parent 07d5704dc8
commit c6534f063b
2 changed files with 9 additions and 10 deletions

View file

@ -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
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

View file

@ -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