{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
-------------------
1.23 2015.05.20
- Add version numbers to all the pm files.
1.22 2015.05.20
- Refactoring code: 3 argument open, no bareword filehandles
- Refactoring code: convert indirect calls to direct calls
- Add optional test using Test::Perl::Critic
- Fix missing file issue introduced in 1.21
- Include the Test::Comile based test
1.21 2015.05.20
- More tests (use Test::Compile)
- Refactoring code (use Path::Tiny)
- Run perltidy on the code.
- Separate packages to their own files.
- Add use warnings; use strict; remove use diagnostics;
- Remove remaining use 5.... statements.
1.20 2015.05.19
- Refactor test script to use Test::More
1.19 2015.05.18
- Include link to VCS, Bug tracking system, hopepage.
1.18 2015.05.18
- Just to let PAUSE index it.
1.17_01 2015.05.18
- New maintainer (SZABGAB)
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.
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.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module Pod::Tree to 1.16 from 1.15
- Removing patches (applied upstream)
Upstream changes:
1.16 2009 Apr 10
Pod::Tree::HTML
- fix to work with IO::File 1.13 (RT 34755, 38307)
mod2html
- added to distribution
Makefile.PL
- added all required modules to PREREQ_PM
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Pkgsrc changes:
o Add new dependencies; and p5-HTML-Stream appears to be not
only a build-time dependency
o Fix Pod::Tree::HTML to actually write to a referenced string,
using IO::String
o Get rid of the half-assed IO::String dummy in the html test,
and adapt to using IO::String instead
This makes the self-tests pass. Diffs reported upstream.
Upstream changes:
1.15 2007 Jun 24
Rename pod2html -> podtree2html (RT 18742)
Pod::Tree::HTML
- Changed destination resolution to accept a scalar reference,
or anything with a 'print' method. (RT 12335)
podtree2html, pods2html
- documented HTML elements for CSS rules (RT 6118)
pod.css
- add example style sheet
1.14 2007 Jun 12
Pod::Tree::HTML
- remove use vars qw(&isa); (RT 14530)
- document translate() error conditions (RT 12336)
Makefile.PL
- add Text::Template prerequisite (RT 26440)
1.13 2007 Apr 06
Pod::Tree
- rename the Stream package
Pod::Tree::HTML
- change the X<> markup to render as empty, per the perlpod manpage
- rename the BitBucket package
- add template support
Pod::Tree:PerlUtil
- handle malformed NAME paragraphs more gracefully
pod2html
- add template support
pods2html
- add template support
1.12 2006 Apr 22
Pod::Tree::PerlBin
- ignore non-existant directories on $PATH
- protect File::Find::find from empty directory list
Pod::Tree:PerlFunc
- find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)
Pod::Tree::PerlLib
- increase default col_width to 30
Pod::Tree:PerlTop
- find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)
Pod::Tree:PerlUtil
- clean up whitespace in module names and descriptions
pods2html
- recursion check compares absolute paths instead of inodes (Win32 issue)
t/pods2html.t
- use rmtree instead of system "rm -r" (Win32 issue)
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.
Pod::Tree parses a POD ("plain old documentation") text into a static
syntax tree. Applications walk the tree to recover the structure and
content of the POD.