summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Encoding
AgeCommit message (Collapse)AuthorFilesLines
2008-02-08- updated package to 2.01rhaen2-11/+11
- added DESTDIR support - maintainer change to rhaen@NetBSD.org ChangeLog: 2.01 24 Jul 2007 - Fixed crash at end of test script when using perl-5.6.x. (The crash was actually due to a bug in perl that is fixed as of perl-5.8.0 at least, so the test script is simply modified to not tickle that bug.) - Clarified the copyright notices. Only the *changes* in version 2.x are my copyright. 2.00 18 Jul 2007 - Fixed bin/compile_encoding to run with perl-5.9.x by using restricted hashes instead of pseudo-hashes (which have been removed from perl-5.9.x) - Fixed accidental variable interpolation in Encoding.pm - Fixed case of $ExtUtils::MakeMaker::VERSION in Makefile.PL so that ABSTRACT_FROM and AUTHOR get set when intended - Added LICENSE to Makefile.PL
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-11-12Create a package for XML-Encoding-1.01erh4-0/+30
A perl module for parsing XML encoding maps