diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-17 06:51:52 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-17 06:51:52 +0000 |
commit | 057250f47b3729bbbb718cf2b90ee34e8de603bd (patch) | |
tree | 47fc178d97c17a095ef9bb4a49cac6aabc0f5cb0 /misc/p5-Business-ISBN | |
parent | 252bf09d9f278bc5fa30ae0649d94a7dc68ea821 (diff) | |
download | pkgsrc-057250f47b3729bbbb718cf2b90ee34e8de603bd.tar.gz |
- updated to 2.03
- took maintainership
Changelog:
2.03 - Tue Oct 2 03:17:34 2007
* Fixed minor distro problems and bumped to release version 2.03
2.02_05 - Wed Sep 12 13:27:09 2007
* Explore RT #29292. I don't seem to have the problem with
hyphens for ISBN-13, but let's see what CPAN Testers has to
say
2.02_04 - Sat Sep 1 14:55:00 2007
[BUGFIX] ISBN13 was returing "Bookland" for all groups, but
it shouldn't do that. Now it returns the same thing you'd
get from ISBN10 (e.g. "English", "German", ... ).
2.02_03 - Sat Sep 1 04:12:49 2007
[BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13
is the hint that it should be 13. :)
2.02_02 - Sat Aug 25 05:57:22 2007
[FEATURE] added exportable function valid_isbn_checksum that
takes care of all of the object stuff for you and just gives
you the answer. In previous docs, this was called is_valid_checksum
even though that conflicted with an object method. It was
documented but never implemented. Now it's there. :)
[BUGFIX] now should pass tests under 5.6.2, after a bit of
backporting. Upgrade already people! :)
2.02_01 - Fri Aug 17 14:00:51 2007
* Don't import import() from Exporter. There are a lot of people
(apparently) using very old perls, not just CPAN Testers.
2.02 - Wed Aug 15 03:11:25 2007
* fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
but return an object that explains the error.
2.01 - Sun Aug 12 22:28:01 2007
* Official release of Business::ISBN to handle ISBN-13
* Does not handle 979- numbers yet (need publisher data for that)
* Does handle 978-numbere, which is the 10 digit ISBN with a
different "country code", so it uses the same publisher data
* There are significant API changes to handle the new stuff. It's
not so bad, but test it before you rip out the old Business::ISBN
stuff.
2.00_01 - Wed Mar 14 00:38:18 2007
* DEVELOPER RELEASE
* Completely redone internals to handle ISBN-10 and ISBN-13
* Some interface changes to Business::ISBN 1.x
* Removed exportable functions.
Diffstat (limited to 'misc/p5-Business-ISBN')
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 13 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/distinfo | 8 |
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 4a9c8a1161d..2fa4700722f 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:26 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/07/17 06:51:52 rhaen Exp $ # -DISTNAME= Business-ISBN-1.84 +DISTNAME= Business-ISBN-2.03 PKGNAME= p5-${DISTNAME} -SVR4_PKGNAME= p5bui +SVR4_PKGNAME= p5bui CATEGORIES= misc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/ COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs) PKG_DESTDIR_SUPPORT= user-destdir - -DEPENDS+= p5-Business-ISBN-Data>=1.09:../../misc/p5-Business-ISBN-Data +DEPENDS+= p5-Business-ISBN-Data>=1.15:../../misc/p5-Business-ISBN-Data PERL5_PACKLIST= auto/Business/ISBN/.packlist diff --git a/misc/p5-Business-ISBN/distinfo b/misc/p5-Business-ISBN/distinfo index ae6b5c05f36..2161a760b7d 100644 --- a/misc/p5-Business-ISBN/distinfo +++ b/misc/p5-Business-ISBN/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/06/10 09:36:31 obache Exp $ +$NetBSD: distinfo,v 1.8 2008/07/17 06:51:52 rhaen Exp $ -SHA1 (Business-ISBN-1.84.tar.gz) = ec0777fe590900d3434859736dcd450215c2c2c6 -RMD160 (Business-ISBN-1.84.tar.gz) = bbd786c92da169fb7aced4eefe10013efb6f35cc -Size (Business-ISBN-1.84.tar.gz) = 351924 bytes +SHA1 (Business-ISBN-2.03.tar.gz) = 640a1cd25aee1d5120ab8fc686a1ce22bed25361 +RMD160 (Business-ISBN-2.03.tar.gz) = 007e09ab1a4bacce962cd413ee4baf63761df2b7 +Size (Business-ISBN-2.03.tar.gz) = 355283 bytes |