diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-19 12:47:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-19 12:47:13 +0000 |
commit | ab90b1178548db24f289c2861e4c163476b2b076 (patch) | |
tree | 5fb639f83b1fa8cecc05cd93e8137724000d4b52 /textproc | |
parent | 8d39bfce88a8c420ce866cc731bdb194b641caf4 (diff) | |
download | pkgsrc-ab90b1178548db24f289c2861e4c163476b2b076.tar.gz |
Imported p5-Pod-Tree from pkgsrc-wip.
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Tree/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Tree/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Tree/DESCR b/textproc/p5-Pod-Tree/DESCR new file mode 100644 index 00000000000..87376a0faab --- /dev/null +++ b/textproc/p5-Pod-Tree/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/p5-Pod-Tree/Makefile b/textproc/p5-Pod-Tree/Makefile new file mode 100644 index 00000000000..17dc5067842 --- /dev/null +++ b/textproc/p5-Pod-Tree/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/19 12:47:13 rillig Exp $ + +DISTNAME= Pod-Tree-1.11 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Tree/ +COMMENT= Create a static syntax tree for a POD + +BUILD_DEPENDS+= p5-HTML-Stream>=1.49:../../www/p5-HTML-Stream +DEPENDS+= p5-Pod-Escapes>=1.02:../../textproc/p5-Pod-Escapes + +PERL5_PACKLIST= auto/Pod/Tree/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Tree/PLIST b/textproc/p5-Pod-Tree/PLIST new file mode 100644 index 00000000000..c4c9ce5940b --- /dev/null +++ b/textproc/p5-Pod-Tree/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/19 12:47:13 rillig Exp $ diff --git a/textproc/p5-Pod-Tree/distinfo b/textproc/p5-Pod-Tree/distinfo new file mode 100644 index 00000000000..63c77c851db --- /dev/null +++ b/textproc/p5-Pod-Tree/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/19 12:47:13 rillig Exp $ + +SHA1 (Pod-Tree-1.11.tar.gz) = e7dedd08a8bb885247d1cbb4150bf18f38f297b2 +RMD160 (Pod-Tree-1.11.tar.gz) = 4774d700885fffbe86a82a501bf6682b0ce3a360 +Size (Pod-Tree-1.11.tar.gz) = 56445 bytes |