diff options
author | sno <sno@pkgsrc.org> | 2012-09-03 11:38:58 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-03 11:38:58 +0000 |
commit | a632202bd3e111cfeebf8fa3aaa313695aab38c4 (patch) | |
tree | 95c7f106b4d09d29ed5ccda6e7ea647f9f893017 /devel | |
parent | 26508bfaa8ac93b54ea326c37c37a9be056b01ec (diff) | |
download | pkgsrc-a632202bd3e111cfeebf8fa3aaa313695aab38c4.tar.gz |
Updating package for CPAN distribution Module-Install-ReadmeFromPod in
devel/p5-Module-Install-ReadmeFromPod from 0.12 to 0.18.
Upstream changes:
==============================
2012-02-25 10:20:43 +0000 0.18
==============================
* Resolve test failures for v5.15.x perl releases
==============================
2012-02-08 23:56:12 +0000 0.16
==============================
* Bump to version 0.16
==============================
2012-02-06 13:20:30 +0000 0.14
==============================
* Add 'lib' using use lib in Makefile.PL
* Bump version to 0.14
* Move the pdf tests to extra tests that are skipable
if pod2pdf isn't installed
* Provisions to pass options to the POD formatters
* Allow specifying the name of the output file manually
* Allowing some alternate format spellings: text, html
* Support for README files in PDF format
* Support for a README in manpage format
* Documented the HTML support
* Support for HTML output
* clean_files can be out of the readme_txt sub
* Prepare support for other file formats
* Updating all the plugins to print consistent output.
* Prints:
readme_from lib/Module.pm
* Found out that this doesn't work on older M::I.
* This code looks at M::I internals. I should patch M::I to make the
all_from file a public variable.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Install-ReadmeFromPod/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Install-ReadmeFromPod/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Module-Install-ReadmeFromPod/Makefile b/devel/p5-Module-Install-ReadmeFromPod/Makefile index 9ee4db1e8da..f343339597a 100644 --- a/devel/p5-Module-Install-ReadmeFromPod/Makefile +++ b/devel/p5-Module-Install-ReadmeFromPod/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/12 00:46:18 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/03 11:38:58 sno Exp $ # -DISTNAME= Module-Install-ReadmeFromPod-0.12 +DISTNAME= Module-Install-ReadmeFromPod-0.18 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Install-ReadmeFromPod/distinfo b/devel/p5-Module-Install-ReadmeFromPod/distinfo index 04e9217da53..8d5c3343cc8 100644 --- a/devel/p5-Module-Install-ReadmeFromPod/distinfo +++ b/devel/p5-Module-Install-ReadmeFromPod/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/12 00:46:18 hiramatsu Exp $ +$NetBSD: distinfo,v 1.2 2012/09/03 11:38:58 sno Exp $ -SHA1 (Module-Install-ReadmeFromPod-0.12.tar.gz) = 72ce21f52bf57ffee7bf67f60b0bc65e5e99392b -RMD160 (Module-Install-ReadmeFromPod-0.12.tar.gz) = 6b37e3b83020a62d9722d43b1f14378de2710d10 -Size (Module-Install-ReadmeFromPod-0.12.tar.gz) = 27938 bytes +SHA1 (Module-Install-ReadmeFromPod-0.18.tar.gz) = 71b59e0b4d98c9b4bbdecbca35514033323374bf +RMD160 (Module-Install-ReadmeFromPod-0.18.tar.gz) = 618d4366d5ce1ff37a6459b5db8535a9e6c12d99 +Size (Module-Install-ReadmeFromPod-0.18.tar.gz) = 33519 bytes |