The NetBSD Project

CVS log for pkgsrc/geography/p5-Geo-Ellipsoid/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / p5-Geo-Ellipsoid

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:35 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: recursive bump for perl 5.38

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:58 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

*: recursive bump for perl 5.36

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 24 19:52:18 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

*: recursive bump for perl 5.34

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 28 23:55:08 2021 UTC (2 years, 5 months ago) by wen
Branch: MAIN
Changes since 1.9: +4 -5 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:36 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:05 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 1 21:35:46 2019 UTC (4 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Follow some remaining search.cpan.org redirects.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:10 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Recursive bump for perl5-5.28.0

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:59 2017 UTC (6 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 2 07:22:14 2017 UTC (6 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to 1.14

Upstream changes:
1.14 Sun Sep 18 2016
    1. Avoid "use parent" in t/11-subclass.t since "parent" was not supported
       before 5.8.9.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 8 01:11:28 2016 UTC (7 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +7 -6 lines
Diff to previous 1.2 (colored)

Update to 1.13
Update HOMEPAGE
Add missing DEPENDS
Update COMMENT

Upstream changes:
1.13
    1. Use OO syntax to make subclassing possible.
    2. Add test file t/11-subclass.t
    3. Update require version of Test::More to 0.47.
    4. Minor POD changes.
    5. Clean up whitespace.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:52 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 11 18:43:24 2015 UTC (8 years ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc_base, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import p5-Geo-Ellipsoid 1.12


Geo::Ellipsoid performs geometrical calculations on the surface of an
ellipsoid. An ellipsoid is a three-dimension object formed from the
rotation of an ellipse about one of its axes. The approximate shape of the
earth is an ellipsoid, so Geo::Ellipsoid can accurately calculate distance
and bearing between two widely-separated locations on the earth's surface.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 11 18:43:24 2015 UTC (8 years ago) by bouyer
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>