Commit graph

6 commits

Author SHA1 Message Date
Philip M. Gollucci
9f11d53135 - why does cvs hate me ?
these Makefile s were meant to be committed before

PR:     142631, 142641, 142674, 142681
2010-01-31 01:24:46 +00:00
Philip M. Gollucci
0e2642cad1 - Update to 0.20
PR:             ports/142674
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (cm@therek.net; > 2 weeks)
2010-01-31 01:06:28 +00:00
Jun Kuriyama
3dece93ee2 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 7).

Approved by:	portmgr (itetcu)
2010-01-26 12:36:19 +00:00
Philip M. Gollucci
20cfadf5f7 Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR:             ports/136771
Exp Run by:     pav
Approved by:    portmgr (pav)
2009-07-30 23:04:49 +00:00
Martin Wilke
8d0a557709 - Update to 0.19
PR:		136145
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-07-01 08:52:00 +00:00
Beat Gaetzi
633cd7fd8a POD::Abstract provides a means to load a POD (or POD compatible)
document without direct reference to it's syntax, and perform
manipulations on the abstract syntax tree.

This can be used to support additional features for POD, to format
output, to compile into alternative formats, etc.

While Pod looks like a simple format, the specification calls for
a number of special cases to be handled, and that makes any software
that works on Pod as text more complex than it needs to be.  In
addition to this, Pod does not lend itself to a natural structured
model. This makes it difficult to manipulate without damaging the
validity of the document.

Pod::Abstract solves these problems by loading the document into a
structured tree, and providing consistent traversal, searching,
manpulation and re-serialisation. Pod related utilities are easy
to write using Pod::Abstract.

WWW: http://search.cpan.org/dist/Pod-Abstract/

PR:		ports/135181
Submitted by:	Cezary Morga <cm AT therek.net>
2009-06-20 19:06:24 +00:00