Commit graph

23 commits

Author SHA1 Message Date
nia
28c1048bad misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-26 10:58:55 +00:00
nia
60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
wen
a340dc1d4a Update to 3.006
Upstream changes:
3.006 2021-01-19T14:44:51Z
        * freshen distro, dump Travis CI, add Github Actions
        * New Business::ISBN::Data is on the way too
2021-09-11 23:58:51 +00:00
wiz
dfcb906255 p5-Business-ISBN: update to 3.005.
3.005 2019-12-11T20:27:13Z
	* Peter Williams fixed a big problem with ISBN-13 (GitHub #12)
	* You'll need to update Business::ISBN::Data too because Peter
	adjusted the structure of the underlying data structure.
2020-09-07 12:01:25 +00:00
wiz
6bb6f7ecef Updated p5-Business-ISBN to 3.004.
3.004 2017-04-24T20:02:52Z
	* Remove Mojo dependencies after splitting out Business::xISBN
	(Michiel Beijen)
	* Remove unneeded code from the checksumming stuff (Mike O'Regan)
	* We now test on Windows through AppVeyor
2017-04-27 12:37:29 +00:00
wiz
d0a67c1f1d Updated p5-Business-ISBN to 3.003.
Change LICENSE per changelog.

3.003 2016-09-19T22:03:24Z
	* Clarify everywhere that I'm using Artistic License 2.0
2016-09-30 10:58:52 +00:00
wen
ce95b81697 Update to 3.002
Upstream changes:
3.002 2016-08-10T09:30:21Z
	* Bump to stable versions

3.001_01 2016-08-06T08:14:59Z
	* Remove xisbn stuff璽��it's due to be turned off.
	* Bump the major version for the API change

2.011_01 2016-07-29T20:50:01Z
	* Remove the URI prereq
2016-08-17 13:49:40 +00:00
wiz
464f2d56eb Updated p5-Business-ISBN to 2.011.
2.011 2016-06-07T18:20:50Z
	* bump to stable release

2.010_01 2016-03-28T03:45:17Z
	* Had error_* methods to get the error text and check the error
	conditions so you don't have to use %ERROR_TEXT or the constants.
	* Deprecate the xisbn stuff. It's still there, but it should have
	disappeared about two weeks ago.
	* Add an example of inserting an unofficial group code for the
	Blake and Taylor shenanigans.
2016-06-11 14:30:18 +00:00
wiz
7e7043ab33 Update p5-Business-ISBN to 2.010:
2.010 2015-12-15T07:35:57Z
	* Sync latest dependencies in build and module files
	* Promote to a developer release

2.09_02 - Mon Aug 31 02:24:10 2015
	* Have a simple fallback for parsing XML if Mojo::DOM isn't there

2.09_01 2015-08-31T05:59:56Z
	* Fix for new xISBN responses that have whitespace inside the
	opening tag.
	* Use Mojo::DOM to parse XML and Mojo::UserAgent to fetch xISBN.
	* You can still use LWP::UserAgent to fetch data.
2015-12-30 11:07:08 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
wiz
944d0888c2 Update to 2.09:
2.09 - Sat Sep 20 18:15:37 2014
	* Break circular dependency on Test::ISBN

2.08 - Fri Sep 19 12:53:21 2014
	* Add increment and decrement to create new article numbers
	(Markus Spann)
2014-10-01 10:47:35 +00:00
adam
52a4dd2c73 Changes 2.07:
* Get rid of MYMETA
2014-03-03 20:00:46 +00:00
wiz
eeebdef744 Update to 2.06:
2.06 - Fri May 31 15:41:48 2013
	* Bump to a stable user release. There are no code changes.

2.05_03 - Sun Aug  5 14:50:30 2012
	Fix test with now-valid group code (RT 78671)

2.05_01 - Tue Jul 19 07:12:18 2011
	* Update the URL for the Worldcat stuff so xisbn works.
	* Various distro cleanups.
2013-09-05 19:44:00 +00:00
rhaen
b6a04ce7c2 2.05 - Sun Jan 25 00:00:17 2009
* Updated for latest data in Business::ISBN::Data

2.04_01 - Mon Oct 27 12:08:03 2008
	* Revert the GD prereq. A lot of testers have borked GD
	installs.
	* Require 5.8. Some of the new stuff isn't playing well with
	5.6
2009-02-10 16:09:45 +00:00
rhaen
0fa71fc1d0 - updated to 2.04
- changed dependencies

Changelog:
2.04 - Sun Oct 26 18:29:20 2008
	* Fix tests that used 99902 as a bad prefix. That now
	belongs to Gabon.
2008-11-11 09:14:19 +00:00
rhaen
057250f47b - 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.
2008-07-17 06:51:52 +00:00
obache
12b46ab74b Update p5-Business-ISBN to 1.84.
Patch provided by Mark E. Perkins in PR 36465.

1.84 - Tue Jan  9 23:10:00 2007
	* updated copyright and license info
	* no code changes, so no need to upgrade
2007-06-10 09:36:31 +00:00
obache
9ef0523a03 Update p5-Business-ISBN to 1.82.
Based on patch provided by Martin Wilke via PR 34388.
Change dependency, this version needs p5-Business-ISBN-Data>=1.09.

Changes:
1.81 - Sat Aug 13 22:08:40 2005
	* exposed the country group name as the country() method

1.80 - Tue Mar  8 16:58:47 2005
	* added POD coverage tests and documented the uncovered methods
	it found

1.79 - Tue Dec 14 05:00:37 2004
* Updated tests for new ISBN data: previously invalid ISBNs are now
valid.  The latest data is in Business::ISBN::Data 1.09 and is current
as of November 2004.
* You don't need this version of Business::ISBN if you already have it,
although you should get the latest Business::ISBN::Data.
2006-10-19 11:26:08 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
he
024dd7e089 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
2004-12-05 20:04:05 +00:00
wiz
996bbeb4af Update to 1.60. Changes:
- 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-08-15 19:22:55 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
Renamed from misc/p5-Business-ISBN/files/md5 (Browse further)