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.
This commit is contained in:
parent
9bfafdd761
commit
fc9dbac420
4 changed files with 33 additions and 0 deletions
6
textproc/p5-Text-WikiFormat/DESCR
Normal file
6
textproc/p5-Text-WikiFormat/DESCR
Normal file
|
@ -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.
|
19
textproc/p5-Text-WikiFormat/Makefile
Normal file
19
textproc/p5-Text-WikiFormat/Makefile
Normal file
|
@ -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"
|
4
textproc/p5-Text-WikiFormat/PLIST
Normal file
4
textproc/p5-Text-WikiFormat/PLIST
Normal file
|
@ -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}
|
4
textproc/p5-Text-WikiFormat/distinfo
Normal file
4
textproc/p5-Text-WikiFormat/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue