Commit graph

15 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +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
snj
e72dda603a Convert to buildlink3. 2004-04-27 02:24:08 +00:00
martti
1ba8eec232 COMMENT should start with a capital letter. 2003-07-21 17:01:11 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +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
wiz
f8984bda52 Initial import of p5-Business-ISBN, version 20001010.
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).
2001-02-19 15:50:14 +00:00