pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-WikiFormat Initial import of p5-Text-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6110ef97ddc
branches:  trunk
changeset: 479122:e6110ef97ddc
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Aug 05 15:17:09 2004 +0000

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

 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(+), 0 deletions(-)

diffs (49 lines):

diff -r 82a07ad2b8ff -r e6110ef97ddc textproc/p5-Text-WikiFormat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WikiFormat/DESCR Thu Aug 05 15:17:09 2004 +0000
@@ -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 -r 82a07ad2b8ff -r e6110ef97ddc textproc/p5-Text-WikiFormat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WikiFormat/Makefile      Thu Aug 05 15:17:09 2004 +0000
@@ -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@localhost
+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 -r 82a07ad2b8ff -r e6110ef97ddc textproc/p5-Text-WikiFormat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WikiFormat/PLIST Thu Aug 05 15:17:09 2004 +0000
@@ -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 -r 82a07ad2b8ff -r e6110ef97ddc textproc/p5-Text-WikiFormat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WikiFormat/distinfo      Thu Aug 05 15:17:09 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index