summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WikiFormat
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r--textproc/p5-Text-WikiFormat/DESCR6
-rw-r--r--textproc/p5-Text-WikiFormat/Makefile19
-rw-r--r--textproc/p5-Text-WikiFormat/PLIST4
-rw-r--r--textproc/p5-Text-WikiFormat/distinfo4
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