diff options
author | obache <obache@pkgsrc.org> | 2006-11-05 04:28:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-05 04:28:47 +0000 |
commit | 5ebfb4b65a8b51f15a6eba5a062c9853c539fd5b (patch) | |
tree | 1d5a40144b9d180396404a653cbf08f2396925eb /textproc/p5-Number-Format | |
parent | ee23180eab835d8c57476b1f1b4b6a0810e05831 (diff) | |
download | pkgsrc-5ebfb4b65a8b51f15a6eba5a062c9853c539fd5b.tar.gz |
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
Diffstat (limited to 'textproc/p5-Number-Format')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Number-Format/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index 08657868646..5792e75bb79 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:48 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/05 04:28:47 obache Exp $ # -DISTNAME= Number-Format-1.45 +DISTNAME= Number-Format-1.52 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/search?module=Number::Format +HOMEPAGE= http://search.cpan.org/~wrw/Number-Format/ COMMENT= Perl extension for formatting numbers PERL5_PACKLIST= auto/Number/Format/.packlist diff --git a/textproc/p5-Number-Format/distinfo b/textproc/p5-Number-Format/distinfo index 1e0105f91f1..02e3ea9f427 100644 --- a/textproc/p5-Number-Format/distinfo +++ b/textproc/p5-Number-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $ +$NetBSD: distinfo,v 1.2 2006/11/05 04:28:47 obache Exp $ -SHA1 (Number-Format-1.45.tar.gz) = c3a9c7ff6ab165a9c6e3ad9e4aeec1b2ac393026 -RMD160 (Number-Format-1.45.tar.gz) = 6d5caaddc72182cf249a193e8a2d3ee5ac6f3e73 -Size (Number-Format-1.45.tar.gz) = 14084 bytes +SHA1 (Number-Format-1.52.tar.gz) = 0a8cfa54ce643e3325c48972c4d3e3c3b6d22c41 +RMD160 (Number-Format-1.52.tar.gz) = c31f0e4a16abeaf628ce36488568bcd2881839f5 +Size (Number-Format-1.52.tar.gz) = 16363 bytes |