./textproc/p5-Pod-Elemental, Perl5 module to work with nestable Pod elements

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.103006nb1, Package name: p5-Pod-Elemental-0.103006nb1, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5] [devel/p5-Sub-Exporter] [devel/p5-Moose] [devel/p5-MooseX-Types] [devel/p5-Mixin-Linewise] [devel/p5-namespace-autoclean] [textproc/p5-String-RewritePrefix] [textproc/p5-Pod-Eventual] [devel/p5-Sub-Exporter-ForMethods] [textproc/p5-String-Truncate]

Required to build:
[textproc/p5-Text-Diff] [devel/p5-Test-Deep] [devel/p5-Test-Differences] [devel/p5-Package-DeprecationManager]

Master sites: (Expand)

Filesize: 37.492 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-05-21 01:20:31 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 0.103006

Upstream changes:
Changes for version 0.103006 - 2022-12-31
update packaging and metadata
minimum required Perl is now v5.12
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-07 16:46:55 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Pod-Elemental: update to 0.103005.

0.103005  2020-01-25 15:53:25-05:00 America/New_York
        - fix a typo in documentation (thanks, BooK!)