diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-02 04:03:43 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2012-02-02 04:03:43 +0000 |
commit | 8f70a9b455d58da6e737d6dd728e19ce2fd3419e (patch) | |
tree | b1396e917c002203d02d5e5d6bf9367603e80e40 /textproc | |
parent | fe417fbf7faeb29fc348bcbfc4bd19909683dd89 (diff) | |
download | pkgsrc-8f70a9b455d58da6e737d6dd728e19ce2fd3419e.tar.gz |
Update p5-podlators to 2.4.0.
Changes from previous:
----------------------
2010-10-10 Russ Allbery <rra@stanford.edu>
* VERSION: podlators 2.4.0 released.
* scripts/pod2man: Remove the code to generate the #! line and
supporting code and instead rely on ExtUtils::MakeMaker to handle
that during package build.
* scripts/pod2text: Likewise.
* scripts/pod2man.PL: Renamed to pod2man.
* scripts/pod2text.PL: Renamed to pod2text.
* Makefile.PL: Remove PL_FILES section.
* pod/perlpodstyle.pod: New style guide for POD documentation,
split mostly from the NOTES section of the pod2man man page.
* scripts/pod2man.PL: Remove NOTES section, now maintained as the
separate perlpodstyle document.
* Makefile.PL: Add perlpodstyle.1 to the generated man pages.
* lib/Pod/Man.pm (cmd_para): Do not strip escaped trailing
whitespace, such as that created by S<> at the end of a line,
since the backslash is then taken by *roff as escaping the
newline. Thanks, Kevin Ryde.
* t/man.t: Test S<> at the end of lines.
* lib/Pod/Man.pm (output): If the utf8 option is given, encode
output in UTF-8 if there is no encoding layer. Now requires the
Encode module.
(start_document): Rather than forcibly change the PerlIO encoding
layer, probe the PerlIO layers with protection for Perl versions
without PerlIO and set a flag indicating whether to encode on the
fly on output.
* lib/Pod/Text.pm: Likewise.
* Makefile.PL: Mark Encode as required.
* t/man-perlio.t: Test Pod::Man output to a file handle with a
PerlIO encoding layer already applied.
* t/text-perlio.t: Likewise for Pod::Text.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-podlators/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-podlators/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 5a831d405f9..bb213322059 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 15:14:23 obache Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/02 04:03:43 hiramatsu Exp $ -DISTNAME= podlators-2.3.1 +DISTNAME= podlators-2.4.0 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-podlators/distinfo b/textproc/p5-podlators/distinfo index 5eca8787ac4..bcfe25e6508 100644 --- a/textproc/p5-podlators/distinfo +++ b/textproc/p5-podlators/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/02/22 14:01:03 sno Exp $ +$NetBSD: distinfo,v 1.4 2012/02/02 04:03:43 hiramatsu Exp $ -SHA1 (podlators-2.3.1.tar.gz) = 1ad5cc2561c18cfd69fd33c24d9d3d502510ce67 -RMD160 (podlators-2.3.1.tar.gz) = dd9a6e0634ac24ed7d8d323b92dc7ddd1ae8530e -Size (podlators-2.3.1.tar.gz) = 92874 bytes +SHA1 (podlators-2.4.0.tar.gz) = d15cf939cca1e1862ef65af708ad82bec01e12e5 +RMD160 (podlators-2.4.0.tar.gz) = 6ef8fcf2a43e08b677d48ab0df0e6f8195db50a5 +Size (podlators-2.4.0.tar.gz) = 94197 bytes |