From fc9dbac42077ed0e57270b1d9ebfb885bb159c91 Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 5 Aug 2004 15:17:09 +0000 Subject: 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. --- textproc/p5-Text-WikiFormat/DESCR | 6 ++++++ textproc/p5-Text-WikiFormat/Makefile | 19 +++++++++++++++++++ textproc/p5-Text-WikiFormat/PLIST | 4 ++++ textproc/p5-Text-WikiFormat/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 textproc/p5-Text-WikiFormat/DESCR create mode 100644 textproc/p5-Text-WikiFormat/Makefile create mode 100644 textproc/p5-Text-WikiFormat/PLIST create mode 100644 textproc/p5-Text-WikiFormat/distinfo (limited to 'textproc/p5-Text-WikiFormat') 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 -- cgit v1.2.3