diff options
author | cube <cube@pkgsrc.org> | 2004-08-05 15:17:09 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-05 15:17:09 +0000 |
commit | fc9dbac42077ed0e57270b1d9ebfb885bb159c91 (patch) | |
tree | cbb4d22b547b7960d85899f840f1e327bd0ec80c /textproc | |
parent | 9bfafdd7616ab5504b131d39ae00bbace253ae32 (diff) | |
download | pkgsrc-fc9dbac42077ed0e57270b1d9ebfb885bb159c91.tar.gz |
Initial import of p5-Text-WikiFormat, version 0.72, into the NetBSD
Packages Collection.
The original Wiki web site was intended to have a very simple interface to
edit and to add pages. Its formatting rules are simple and easy to use.
Text::WikiFormat helps in easily translating to other, more complicated
markup languages. It creates HTML by default, but can be extended to
produce valid POD, DocBook, XML, or any other format imaginable.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WikiFormat/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/PLIST | 4 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Text-WikiFormat/DESCR b/textproc/p5-Text-WikiFormat/DESCR new file mode 100644 index 00000000000..34487b362cf --- /dev/null +++ b/textproc/p5-Text-WikiFormat/DESCR @@ -0,0 +1,6 @@ +The original Wiki web site was intended to have a very simple interface to +edit and to add pages. Its formatting rules are simple and easy to use. + +Text::WikiFormat helps in easily translating to other, more complicated +markup languages. It creates HTML by default, but can be extended to +produce valid POD, DocBook, XML, or any other format imaginable. diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile new file mode 100644 index 00000000000..3edc556ddf4 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/05 15:17:09 cube Exp $ +# + +DISTNAME= Text-WikiFormat-0.72 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Translate Wiki formatted text into other formats + +DEPENDS+= p5-Module-Build>=0.21:../../devel/p5-Module-Build +DEPENDS+= p5-URI>=1.30:../../www/p5-URI + +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-WikiFormat/PLIST b/textproc/p5-Text-WikiFormat/PLIST new file mode 100644 index 00000000000..31d92783581 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/05 15:17:09 cube Exp $ +${PERL5_SITELIB}/Text/WikiFormat.pm +lib/perl5/site_perl/man/man3/Text::WikiFormat.3 +@unexec ${RMDIR} %D/${PERL5_SITELIB}/Text 2>/dev/null || ${TRUE} diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo new file mode 100644 index 00000000000..602e10e75d4 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/05 15:17:09 cube Exp $ + +SHA1 (Text-WikiFormat-0.72.tar.gz) = 9158b9dd41366cb7335b7e9cf168cd56a11d0a95 +Size (Text-WikiFormat-0.72.tar.gz) = 24693 bytes |