pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Tree Imported p5-Pod-Tree from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafbf814a202
branches:  trunk
changeset: 503374:cafbf814a202
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 12:47:13 2005 +0000

description:
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:

 textproc/p5-Pod-Tree/DESCR    |   3 +++
 textproc/p5-Pod-Tree/Makefile |  18 ++++++++++++++++++
 textproc/p5-Pod-Tree/PLIST    |   1 +
 textproc/p5-Pod-Tree/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 1272d329135e -r cafbf814a202 textproc/p5-Pod-Tree/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Tree/DESCR        Sat Nov 19 12:47:13 2005 +0000
@@ -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 -r 1272d329135e -r cafbf814a202 textproc/p5-Pod-Tree/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Tree/Makefile     Sat Nov 19 12:47:13 2005 +0000
@@ -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@localhost
+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 -r 1272d329135e -r cafbf814a202 textproc/p5-Pod-Tree/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Tree/PLIST        Sat Nov 19 12:47:13 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/19 12:47:13 rillig Exp $
diff -r 1272d329135e -r cafbf814a202 textproc/p5-Pod-Tree/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Tree/distinfo     Sat Nov 19 12:47:13 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index