summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Weaver
AgeCommit message (Collapse)AuthorFilesLines
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-02-24Update textproc/p5-Pod-Weaver to 4.006.hiramatsu2-7/+6
Changes from previous: ---------------------- 4.006 2014-01-07 20:12:37-05:00 America/New_York - update tests to pass octets to ->read_string, as is proper 4.005 2013-12-21 15:01:46-0500 America/New_York - updated tests for the new (fixed, consistent) string behavior in Mixin::Linewise 4.004 2013-11-05 21:50:13 America/New_York - allow multi-line formats for VERSION plugin (thanks, Alex Peters) - ...including the %T-prefix for lines only included in trial releases - look for PODNAME more consistently (thanks, Chris Weyl) - put license filename in F<> formatting (thanks, Alex Peters) 4.003 2013-11-02 22:58:43 America/New_York - note that [@Default] contains [-SingleEncoding] (thanks, Caleb Cushing) 4.002 2013-11-02 11:37:04 America/New_York [ THIS MIGHT BREAK YOUR CODE ] - stable release of previous v4 changes 4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - SingleEncoding now accepts found =encodings as long as they match, unless the plugin's encoding attribute was set explicitly 4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - the SingleEncoding plugin to force one consistent =encoding - ...is now enabled, for UTF-8, in the default configuration 3.101640 2013-09-17 08:57:41 Asia/Tokyo - fix repository links! argh, oops 3.101639 2013-09-17 08:56:05 Asia/Tokyo - documentation fix: mention that =func exists in the default configuration (thanks, Joshua Keroes!) - removed use of deprecated Class::MOP::load_class (thanks, Karen Etheridge)
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-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
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-08-08Adding new package for Perl5 module Pod::Weaver version 3.101638 fromsno3-0/+50
CPAN into textproc/p5-Pod-Weaver. Pod::Weaver is a system for building Pod documents from templates. It doesn't perform simple text substitution, but instead builds a Pod::Elemental::Document. Its plugins sketch out a series of sections that will be produced based on an existing Pod document or other provided information.