Commit graph

20 commits

Author SHA1 Message Date
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
38682d4918 Update 1.73 to 1.75
-------------------
Changes for version 1.75 (June 25, 2015)
------------------------
  - Export only necessary from POSIX (RT#99970, thanks Alexandr Ciornii)
  - Upgrade Makefile.PL (thanks Alexandr Ciornii)
  - Fix testing issue with missing locales (RT 97607, 97766, thanks to KHW)
    (thanks David Solimano)
  - Fix testing issue with bad Russian data on some platforms (RT 92666)
    (thanks David Solimano)
  - Add t/bigfloat.t (thanks Paul Miller / Alexandr Ciornii)

Changes for version 1.74 (April 19, 2011)
------------------------
  - Only Perl 5.10.0 and newer supported
  - Allow multi-character (e.g. " " for thousands_sep) (thanks
    Nick Patch; RT 65489)
  - Strip out illegal negative values returned by localeconv(),
    observed on Windows - see @IGNORE_NEGATIVE (thanks Adam Kennedy;
    RT 56802)
  - Manage warnings when undef is passed to methods (RT 48038)
  - Fix round() for Math::BigFloat objects (RT 62059)
2015-09-30 12:57:29 +00:00
wiz
2e65d464e8 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:50:58 +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
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
e90d8954d1 Updating textproc/p5-Number-Format from 1.72a to 1.73
pkgsrc changes:
  - Adjusting license

Upstream changes:
Changes for version 1.73 (September 25, 2009)
------------------------
  - Fix locale.t for RUR/RUB distinction (thanks Kevin Phair; RT 46660/45833)
  - Skip locale.t for BSD (thanks Zak B. Elep; RT 48481/46367)
  - In _get_self add UNIVERSAL::isa check on ref (thanks Jordan Macdonald)
2009-10-11 08:09:58 +00:00
sno
adaa880414 PkgSrc changes:
- Updating package for p5 module Number::Format from 1.70 to 1.72a
  - Setting license to gnu-gpl-v2

Upstream changes:
Changes for version 1.72 (May 5, 2009)
------------------------
  - Use Makefile.PL based on suggestion in RT 38020
  - Add 'use strict' & 'use warnings'
  - Add MAX_INT constant for detecting overflows
  - Add helper sub _get_multipliers for getting kilo/mega/giga mult values
  - Add test in round() for overflow from large of a precision value (RT 40126)
  - Add .5 + 1e-14 to rounded value instead of .5000001 (RT 20298)
  - Fix undef $pic_prefix (RT 43029)
  - Add support for giga and base option in unformat_number (RT 40455)
  - Fix Russian locale issues, esp. in unformat_number (RT 40859)
  - Remove variables from error messages (XSS risk) and standardize errors
  - Remove requirement that decimal_point & thousands_sep be 1 char (for ru_RU)
  - Add Russian and unformat_number tests in locale.t
  - Add compare_numbers to test with an allowable error of 1e-10 in round.t

Changes for version 1.71 (May 3, 2009)
------------------------
  - Changes to tests t/format_price.t, t/locale.t, and t/round.t to
    fix cpan tester errors
  - No change to Format.pm itself
2009-05-17 10:15:41 +00:00
he
59dc6cac49 Update from version 1.61 to 1.70.
This despite some self-tests failing, but that's probably due
to deficiencies in the host system's locale implementation
(NetBSD/i386 4.0).

Pkgsrc changes:
 o Remove workarounds for 1.61a version

Upstream changes (could not find newer changes):

Changes for version 1.63 (Feb 10, 2009)
------------------------
  - Minor tweak to format_bytes test for German locales

Changes for version 1.62 (Feb 9, 2009)
------------------------
  - Change format_bytes to fully specify all formatting options, not
    rely on locale at all as it was causing too many CPAN tester errors.
2009-02-22 16:10:04 +00:00
he
19758610c3 Update from version 1.60nb1 to 1.61 (distname 1.61a -- someone messed up?)
Pkgsrc changes:
 o Add some cludges to tell pkgsrc this is really version 1.61, not 1.61a
   (the module version is 1.61)

Upstream changes:

Changes for version 1.61 (Dec 29, 2008)
------------------------
  - Fix bugs in locale operations for format_price (thanks Moritz Onken)
  - Fix documentation in format_bytes (rt # 42036)
  - Enable warning when format_bytes called with numeric precision not hash
2009-01-11 15:43:16 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
404297b2d2 Update from version 1.52 to 1.60.
Pkgsrc changes:
 o Use dist/ on search.cpan.org instead of personal page

Upstream changes:

Changes for version 1.60 (Jul 2, 2008)
------------------------
  - Rewrite new() and format_price() to use mon_* POSIX Locale values
  - Add all missing POSIX Locale variables
    (Thanks to Kevin Ryde for help identifying the problem)
2008-08-11 12:39:53 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
406b229143 Update p5-Number-Format to 1.52.
And change HOMEPAGE to fixed URL.

Changes for version 1.52 (Sep 21, 2006)
------------------------
  - Patch to t/format_price.t supplied by jonasbn addressing failling
    tests in 1.51, tests 2-6, the regex formatting the currency code did
    not take 0 occurrences of white space into account
	Patch: rt #21382
	Resolves: rt #18964
    (The same issue/patch was also reported by Cosimo Streppone, Randy
    W. Sims, J. R. Taisto)

Changes for version 1.51 (Apr 26, 2006)
------------------------
  - Patch to t/format_price.t supplied by Cosimo Streppone to allow it
    to work with non-US locales

Changes for version 1.5 (Feb 14, 2005)
------------------------
  - Require Perl 5.8 - was 5.003 before
  - Require POSIX.pm - was optional before
  - If C<THOUSANDS_SEP> is set to the empty string, format_number will
    not insert any separators.
  - Replace "use vars" with "our"
  - Support scientific notation - skip formatting
  - Change format_bytes to support options (precision, unit, and base)
    instead of precision number
2006-11-05 04:28:47 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
mjl
ecfea7f52b Initial import of p5-Number-Format 1.45
This module provides an easy means of formatting numbers in a manner
suitable for displaying to the user.
2005-12-04 13:29:30 +00:00