summaryrefslogtreecommitdiff
path: root/databases/p5-MARC-Record
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. 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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-09Update to 2.0.6wen2-7/+6
Upstream changes: 2.0.6 Tue Oct 22 16:17:06 UTC 2013 [ENHANCEMENTS] - MARC::Field->as_string() now accepts an optional second parameter to specify the delimiter to use between subfields. (Tomas Cohen Arazi) - MARC::Field->delete_subfield() can now accept a regexp to specify the subfields to remove. For example, to remove all numeric subfields, one can say: $field->delete_subfield(code => qr/\d/); (Jason Stephenson) [FIXES] - the warnings pragma is now used throughout MARC::Record - $field->as_string('0') now returns the contents of subfield $0 rather than the contents of all of the subfields in the field. - RT#88421: add newline after printing warnings (Jason Stephenson) - RT#85804: fix spelling glitch (Gregor Herrmann) 2.0.5 Mon Feb 11 20:39:10 PST 2013 - fix use of qw(...) in test case so that module passes tests with Perl 5.17.x. 2.0.4 Sat Feb 9 19:01:47 PST 2013 [ENHANCEMENTS] - add MARC::Field->set_indicator($indpos, $indval), a mutator for indicators - add MARC::Field->set_tag to allow tags to be renamed (Robin Sheat) - delete_subfield(), if given a single subfield label as its argument, will delete all instances of the specified subfield, increasing its DWIM factor - improved POD for MARC::Field->delete_subfield() [FIXES] - RT#70346: delete_subfield() no longer clears entire field if arguments are badly formatted - croak if invalid arguments are passed to delete_subfield() - fix error in tutorial (thanks to Tom Burton-West for the catch) - RT#76990: emit leader of correct length even if record longer than 99,999 octets (Julian Maurice) - RT#67094: croak with correct error if attempting to create MARC::Field sans subfields - corrected POD for indicator() method - move tag validity check to new class method, is_valid_tag($tagno) - move indicator validity check to new class method, is_valid_indicator($indval) - have MARC::Record pass perlcritic --gentle (mostly) - remove function prototypes (see http://www.perlmonks.org/?node_id=861966)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-08-16Update to 2.0.3:wiz2-7/+6
2.0.3 Fri Jan 14 17:50:12 EST 2011 - RT#62296: fix crash when dealing with record bigger than 99999 bytes (Alex Arnaud) - test cases for MARC::Field->subfields() - RT#61198: let subfields return an empty array on control fields (Colin Campbell) 2.0.2 Tue May 4 13:04:07 EDT 2010 - RT#57180: put back and expanded copyright statement in README at Debian request - set license element in META.yml 2.0.1 Sat May 1 15:59:54 EDT 2010 [ENHANCEMENTS] - improve support for subclassing MARC::Field (Dan Wells) - RT#55993: MARC::Record->insert_fields_after can now insert after last field in record (Frédéric Demians) - added methods to MARC::Field to allow a (class-level) list of fields that should be considered control fields in addition to 001-009. Includes test t/extra_controlfields.t, and supports alphabetic characters in the tag labels. The new methods are allow_controlfield_tags disallow_controlfield_tags is_controlfield_tag (Bill Dueber) - added MARC::Record::delete_fields() and t/delete-field.t (Ed Summers) - documentation improvements (Mike Rylander and Dan Scott) - baked in minimum Perl version required: 5.8.2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-07-07- adding license (perl license, as noted in POD)sno1-1/+3
- adding support for destdir
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-16Import p5-MARC-Record version 2.0.0 from pkgsrc-wip.he3-0/+24
This is primarily so that p5-Net-Z3950-ZOOM can compile without having pkgsrc-wip checked out (oops!). MARC::Record provides yet another collection of routines to process MARC records.