diff options
author | he <he@pkgsrc.org> | 2004-12-05 20:04:05 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 20:04:05 +0000 |
commit | 024dd7e08971d34daf3ca68c7ebff2dad913016a (patch) | |
tree | 2983604810cfc483ccf6e13ef1531aa2c04e7d8a /misc/p5-Business-ISBN | |
parent | bc64eb5e3292fee647bb9ab0955dd4a043500072 (diff) | |
download | pkgsrc-024dd7e08971d34daf3ca68c7ebff2dad913016a.tar.gz |
Update p5-Business-ISBN from version 1.60 to version 1.78.
Re-point HOMEPAGE into search.cpan.org.
Add dependence on the factored-out p5-Business-ISBN-Data package.
A number of the tests fail due to now-invalid publisher codes, but
I beleive this is due to outdated test data (reported to module
maintainer).
Change log:
(yes, no mention of changes in 1.78 proper, and also no 1.61-1.67 log entries)
1.77 - Wed Oct 27 02:39:17 2004
* removed Business::ISBN::Data, which is now a separate module so you
can update the data without updating the rest of the stuff. Previously,
CPAN.pm would install Business::ISBN::Data as a prerequisite, and this
distribution would come along and overwrite it with old data. That
was a bad thing.
1.76 - Fri Oct 8 16:12:51 2004
* somehow this module went missing from CPAN, so here it is again
* no need to upgrade if you have the previous version
1.74 - Thu Sep 2 17:17:20 2004
* another distro fix: some documentation cleanups, and the README is
now in MANIFEST. You do not need to upgrade if you already have
installed this module.
1.73 - Thu Sep 2 16:21:10 2004
* this is a distro fix only. if you already have Business::ISBN, you
don't need this
1.72 - Wed Feb 11 16:18:30 2004
* removed errant File::Find::Rule use
* Check for modules in png_barcode before require-ing them
1.71 - Wed Jan 28 13:00:38 2004
* added xISBN support
* removed File::Find::Rule, Test::Pod, Test::Prereq dependencies
1.69 Thu Sep 5 01:18:26 CDT 2002
- documentation fixes - that's it
1.68 Wed Sep 4 15:51:29 CDT 2002
- converted to Test::More
- fixed ean_to_isbn to handle new EAN prefix 979
Diffstat (limited to 'misc/p5-Business-ISBN')
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 9d52e1176d9..4b3954e9b85 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.9 2004/04/27 02:24:08 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/05 20:04:05 he Exp $ # -DISTNAME= Business-ISBN-1.60 +DISTNAME= Business-ISBN-1.78 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5bui CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Business-ISBN/ISBN.html +HOMEPAGE= http://search.cpan.org/dist/Business-ISBN/ COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs) +DEPENDS+= p5-Business-ISBN-Data-[0-9]*:../../misc/p5-Business-ISBN-Data + USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Business/ISBN/.packlist diff --git a/misc/p5-Business-ISBN/distinfo b/misc/p5-Business-ISBN/distinfo index b0dc2ae100f..32b6a6aca63 100644 --- a/misc/p5-Business-ISBN/distinfo +++ b/misc/p5-Business-ISBN/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/15 19:22:55 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/12/05 20:04:05 he Exp $ -SHA1 (Business-ISBN-1.60.tar.gz) = 2e0d94eee0d3cd50b96f170b4fb1b1098199262c -Size (Business-ISBN-1.60.tar.gz) = 9397 bytes +SHA1 (Business-ISBN-1.78.tar.gz) = 4daf8de8941f7e70cef62a86674ead4a0bfbe58d +Size (Business-ISBN-1.78.tar.gz) = 350445 bytes |