diff options
author | wiz <wiz> | 2002-03-04 00:22:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-04 00:22:20 +0000 |
commit | 9b8c6f266c3e0d99d664bb075c3392336fbdc821 (patch) | |
tree | 58013ddd3a945c669f1afcf3dfcd5a9620c658c7 /textproc | |
parent | fdda159a55f623816558e2840fce0dae41ec6e01 (diff) | |
download | pkgsrc-9b8c6f266c3e0d99d664bb075c3392336fbdc821.tar.gz |
Update to 0.14, per pkg/15789 by Hiramatsu Yoshifumi.
Changes since 0.02:
* Added the visit(), leave() and visiting() methods to Pod::POM::View
to allow visitors to track elements of the path that they've taken.
This allows one method to know if it has been called within the context
of another.
* Applied a patch from Leon Brocard to change 'length' to 'defined' to
make Pod::POM work OK with bleadperl.
* Changed Pod::POM::View::HTML view_seq_text() method to automatically
escape < > and &. Thanks to lazy POD author Mark Fowler for raising
the issue. :-)
* Applied a patch from Stas Bekman which:
- fixes the over/item functionality (quite a few very missing), see
the tests
- fixes a bug revealed with "" overload
- changes HTML version to be <code>foo</code>, not '<code>foo</code>'
- adds the URL hyperlinking code, borrowed from bleadperl's Pod::Html.
* Fixed a typo in the SYNOPSIS and removed some dead spaces. Thanks to
Ron Savage for reporting the problems.
* Added Ron's fancy-pom2.pl script as bin/custom-pom2
* Renamed pomcheck to podlint because it is a much catchier name :-)
* Added some docs to bin/pom2 and bin/podlint
* Several other minor documentation fixes and improvements.
* Fixed HTML view_verbatim() to escape < > and & to HTML entities.
* Bumped version number up to 0.11 to ensure it supercedes the ill fated
0.1 release which has been confusing CPAN ever since (0.1 < 0.03)
* Fixed HTML view_head1() to remove illegal <ul> ... </ul> tags. Also
modified view_over() to detect the type of the first item
(e.g. '=item *', '=item 1.' or '=item foo') and adjust accordingly to
create a '<ul>...</ul>' or '<ol>...</ol>' list. Item titles of the
form '*' or '1.' then get stripped off as appropiate. Thanks to
Stas Bekman for raising these issues.
* Added support for new =head3 and =head4 POD tags, also due to prodding
from Stas. :-)
* Added support for experimental 'meta' tag. Disabled by default.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile index 364c75716ca..17cc2978c17 100644 --- a/textproc/p5-Pod-POM/Makefile +++ b/textproc/p5-Pod-POM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:22 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/04 00:22:20 wiz Exp $ # -DISTNAME= Pod-POM-0.02 +DISTNAME= Pod-POM-0.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pod CATEGORIES= textproc perl5 diff --git a/textproc/p5-Pod-POM/distinfo b/textproc/p5-Pod-POM/distinfo index 8ced62606fe..b91b10900b4 100644 --- a/textproc/p5-Pod-POM/distinfo +++ b/textproc/p5-Pod-POM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:02 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/03/04 00:22:20 wiz Exp $ -SHA1 (Pod-POM-0.02.tar.gz) = 1c38b60ea595556729d8f5c5cd510dca2e503e86 -Size (Pod-POM-0.02.tar.gz) = 26149 bytes +SHA1 (Pod-POM-0.14.tar.gz) = 5a5271d6be3ff307fdf149d5921ebad9cb090ac0 +Size (Pod-POM-0.14.tar.gz) = 32793 bytes |