pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Business-ISBN - updated to 2.03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2c6819128c9
branches:  trunk
changeset: 544630:d2c6819128c9
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Jul 17 06:51:52 2008 +0000

description:
- 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:

 misc/p5-Business-ISBN/Makefile |  13 ++++++-------
 misc/p5-Business-ISBN/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r cd0a218074c1 -r d2c6819128c9 misc/p5-Business-ISBN/Makefile
--- a/misc/p5-Business-ISBN/Makefile    Thu Jul 17 06:43:14 2008 +0000
+++ b/misc/p5-Business-ISBN/Makefile    Thu Jul 17 06:51:52 2008 +0000
@@ -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@localhost
+MAINTAINER=            rhaen%NetBSD.org@localhost
 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 -r cd0a218074c1 -r d2c6819128c9 misc/p5-Business-ISBN/distinfo
--- a/misc/p5-Business-ISBN/distinfo    Thu Jul 17 06:43:14 2008 +0000
+++ b/misc/p5-Business-ISBN/distinfo    Thu Jul 17 06:51:52 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index