summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Simple
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-11-22Update to 3.03:wiz2-7/+6
2005-11-21 Allison Randal * Release 3.03 Applied whitespace patches for Pod::Man and Pod::Text from Russ Allbery. Applied validation patches to Pod::Simple::HTML from Graham Barr.
2005-09-16The problem was a mirror not in MASTER_SITES_PERL_CPAN that had a corruptedtv1-4/+2
distfile. I've notified the site maintainer; reverted pkg to prior state. Checked all the pkgsrc-official mirrors; they have the right sha1. (I must not be having a good day. :)
2005-09-16I take that back. CPAN's copy of the distfile is corrupted in a bad way.tv2-5/+7
For now, request netbsd.org as the MASTER_SITES until this is fixed.
2005-09-16The checksum on the distfile changed, so update distinfo to match.tv1-3/+3
(Checked three times ... yet the size never changed. Bizarre.)
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-03-22Add HOMEPAGE.wiz1-1/+2
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-2/+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-10-31It seems that the Perl module Pod::Escapes is needed by Pod::Simple: addseb1-1/+4
a dependency on it. Now the 'test' target pass. Bump PKGREVISION.
2004-09-26Import p5-Pod-Simple-3.02.epg4-0/+29
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. Pod formatters can use Pod::Simple to parse Pod documents into produce renderings of them in plain ASCII, in HTML, or in any number of other formats.