diff options
author | obache <obache@pkgsrc.org> | 2008-11-09 13:05:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-09 13:05:37 +0000 |
commit | 142d568788e6a84af2f307f16e8d3ae3c2d94fa5 (patch) | |
tree | d7af291a3ac4ac711a2e5f479d328b299ac00ea9 /textproc/p5-Pod-Readme | |
parent | b63ac69fa04f9b8056975a0c46b66ffb00232866 (diff) | |
download | pkgsrc-142d568788e6a84af2f307f16e8d3ae3c2d94fa5.tar.gz |
Import p5-Pod-Readme-0.09 as textproc/p5-Pod-Readme.
Requested by Jens Rehsack in PR 39558.
This module is a subclass of Pod::PlainText which provides additional POD
markup for generating README files.
Why should one bother with this? One can simply use
pod2text Module.pm > README
A problem with doing that is that the default pod2text converter will add text
to links, so that "L<Module>" is translated to "the Module manpage"...
Diffstat (limited to 'textproc/p5-Pod-Readme')
-rw-r--r-- | textproc/p5-Pod-Readme/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Pod-Readme/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Readme/DESCR b/textproc/p5-Pod-Readme/DESCR new file mode 100644 index 00000000000..c6e7e762226 --- /dev/null +++ b/textproc/p5-Pod-Readme/DESCR @@ -0,0 +1,6 @@ +This module is a subclass of Pod::PlainText which provides additional POD +markup for generating README files. +Why should one bother with this? One can simply use + pod2text Module.pm > README +A problem with doing that is that the default pod2text converter will add text +to links, so that "L<Module>" is translated to "the Module manpage"... diff --git a/textproc/p5-Pod-Readme/Makefile b/textproc/p5-Pod-Readme/Makefile new file mode 100644 index 00000000000..1f1e72e6982 --- /dev/null +++ b/textproc/p5-Pod-Readme/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 13:05:37 obache Exp $ + +DISTNAME= Pod-Readme-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Readme/ +COMMENT= Convert POD to README file + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Regexp-Common>=0:../../textproc/p5-Regexp-Common + +PERL5_PACKLIST= auto/Pod/Readme/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Readme/distinfo b/textproc/p5-Pod-Readme/distinfo new file mode 100644 index 00000000000..472db54a6e9 --- /dev/null +++ b/textproc/p5-Pod-Readme/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/09 13:05:37 obache Exp $ + +SHA1 (Pod-Readme-0.09.tar.gz) = 115f526b1bb044f06466c4a9449405a3dd8198bf +RMD160 (Pod-Readme-0.09.tar.gz) = b48f3108da6d8cedf9ba71feea4342b9f41a825b +Size (Pod-Readme-0.09.tar.gz) = 8115 bytes |