summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Elemental
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-07-20- Added following package on BUILD_DEPENDS for make testmef1-1/+3
p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz 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-09-05Add one more line for make test.mef1-1/+2
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2015-07-12Comment out dependencies of the stylewiz1-2/+2
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-11Update to 0.103004wen2-8/+6
Update DEPENDS Uptream changes: 0.103004 2014-12-26 22:31:16-05:00 America/New_York - fix a regression in 0.103003, in which Nonpod paragraphs were not converted into Pod5::Nonpod paragraphs by the Pod5 transformer 0.103003 2014-12-23 21:11:26-05:00 America/New_York - remove use of Moose::Autobox 0.103002 2014-10-27 21:12:54-04:00 America/New_York - make classes immutable to improve runtime speed 0.103001 2014-05-20 20:45:43-04:00 America/New_York - load Class::Load, which older Moose does not automatically load
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-01Update to 0.103000wen2-6/+6
Upstream changes: 0.103000 2014-01-12 09:03:06-05:00 America/New_York Pod::Elemental::Document only adds leading =pod or trailing =cut if they are not already present
2014-01-12Update to 0.102364wen2-6/+6
Upstream changes: 0.102364 2013-11-28 07:27:08 America/New_York stop using deprecated Class::MOP::load_class
2013-11-24Update to 0.102363wen2-8/+7
Upstream changes: 0.102363 2013-10-09 17:15:13 America/New_York update bugtracker and repo metadata
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-08fix typosno1-3/+3
2012-08-08Adding new package for Perl5 module Pod::Elemental version 0.102362 fromsno3-0/+52
CPAN into textproc/p5-Pod-Elemental. Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisticated than the HTML DOM, but still makes a lot of document transformations easy. In general, you'll want to read in a Pod document and then perform a number of prepackaged transformations on it. The most common of these will be the Pod5 transformation, which assumes that the basic meaning of Pod commands described in the Perl 5 documentation hold: =begin, =end, and =for commands mark regions of the document, leading whitespace marks a verbatim paragraph, and so on. The Pod5 transformer also eliminates the need to track elements representing vertical whitespace.