summaryrefslogtreecommitdiff
path: root/misc/p5-Business-ISBN
AgeCommit message (Collapse)AuthorFilesLines
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-08-15Update to 1.60. Changes:wiz2-5/+5
- fixed some -w dirty internals - there was an error in test.pl that failed to identify a bug. the constructor was always setting $obj->is_valid to BAD_CHECKSUM. - fixed -w dirty line in is_valid_checksum - fixed problem parsing ISBNs without valid country codes which would cause an infinite loop. - added symbolic constants to replace magic return values. - fixed is_valid_checksum which would issue warnings if the string was less than ten characters - added a test.pl which still needs more tests to reach all of the code. - version 1.5 fixed some bugs with checksums - version 1.51 has a few minor doc fixes
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-19Initial import of p5-Business-ISBN, version 20001010.wiz4-0/+29
Package provided by Dieter Baron. This perl module allows validation and manipulation of International Standard Book Numbers (ISBNs). It allows for the calculation/validation of the checksum, extraction of country and publisher codes, and conversion to/from European Article Numbers (EANs).