Commit graph

8 commits

Author SHA1 Message Date
ryoon
17cfb59fe1 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
wen
ba7834848c Update to 1.708
Upstream changes:
1.708     2015-11-01 14:33:27-05:00 America/New_York
        [MAYBE JUST POSSIBLY A BREAKING CHANGE]
        - ...but probably not
        - fix the <=> operator to behave more predictably
        - now implemented in terms of ==, <, and >
        - thanks, Karen Etheridge!

1.707     2015-07-17 20:36:41-04:00 America/New_York
        - do not lose a min or max of 0 when intersecting two tolerances
          (thanks, Michael Carman!)
2016-07-15 03:12:22 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
wen
2afc7db360 Update to 1.706
Upstream changes:
1.706     2015-03-22 12:27:08-04:00 America/New_York
        - do not allow offsets with inverted/broken offset values

1.705     2014-11-16 13:59:01-05:00 America/New_York
        - correct reversed-order of parameters in documentation for
          Test::Tolerant

1.704     2014-10-30 23:11:41-04:00 America/New_York
        - do not rely on feature.pm -- that was an accident

1.703     2014-02-01 19:31:40-05:00 America/New_York
        - overload tolerances for ~~ operator (thanks, Smylers!)

1.702     2013-10-07 10:22:17 America/New_York
          update bugtracker

          avoid circular loading problems (with a nasty hack)

          fix spelling error; thanks, Alexandre Mestiashvili!
2015-07-12 03:26:17 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
sno
6379746940 Adding package for CPAN distribution Number-Tolerant version 1.701 into
math/p5-Number-Tolerant.

Number::Tolerant creates a number-like object whose value refers to a
range of possible values, each equally acceptable. It overloads
comparison operations to reflect this.

I use this module to simplify the comparison of measurement results to
specified tolerances.

    reject $product unless $measurement == $specification;
2013-07-03 13:58:39 +00:00