diff options
author | heinz <heinz> | 2007-06-11 19:09:50 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-06-11 19:09:50 +0000 |
commit | ea8c2bdfe61c37961b0daaa9b725435b89937ad8 (patch) | |
tree | 8615f18e2ebcba473c9d8e691a6f9d5b5f7dee71 /textproc | |
parent | 4e42575bf316bd0eea181f38e327a39b7341b8e4 (diff) | |
download | pkgsrc-ea8c2bdfe61c37961b0daaa9b725435b89937ad8.tar.gz |
Initial import of p5-Text-Textile 2.03.
Text::Textile is a Perl module for converting Textile syntax to XHTML.
From Wikipedia:
Textile is a lightweight markup language originally developed by Dean Allen
and billed as a "humane Web text generator". Textile converts its marked-up
text input to valid, well-formed XHTML and also inserts character entity
references for apostrophes, opening and closing single and double quotation
marks, ellipses and em dashes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Textile/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Textile/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Textile/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Textile/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Text-Textile/DESCR b/textproc/p5-Text-Textile/DESCR new file mode 100644 index 00000000000..210f00ca317 --- /dev/null +++ b/textproc/p5-Text-Textile/DESCR @@ -0,0 +1,8 @@ +Text::Textile is a Perl module for converting Textile syntax to XHTML. + +From Wikipedia: + Textile is a lightweight markup language originally developed by Dean Allen + and billed as a "humane Web text generator". Textile converts its marked-up + text input to valid, well-formed XHTML and also inserts character entity + references for apostrophes, opening and closing single and double quotation + marks, ellipses and em dashes. diff --git a/textproc/p5-Text-Textile/Makefile b/textproc/p5-Text-Textile/Makefile new file mode 100644 index 00000000000..fb01ff3527e --- /dev/null +++ b/textproc/p5-Text-Textile/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 19:09:50 heinz Exp $ +# + +DISTNAME= Text-Textile-2.03 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Textile/ +COMMENT= Perl impementation of the Textile formatting language + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Textile/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Textile/PLIST b/textproc/p5-Text-Textile/PLIST new file mode 100644 index 00000000000..e5aee686ddb --- /dev/null +++ b/textproc/p5-Text-Textile/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/11 19:09:50 heinz Exp $ diff --git a/textproc/p5-Text-Textile/distinfo b/textproc/p5-Text-Textile/distinfo new file mode 100644 index 00000000000..9170eea7d7a --- /dev/null +++ b/textproc/p5-Text-Textile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/06/11 19:09:50 heinz Exp $ + +SHA1 (Text-Textile-2.03.tar.gz) = 21c35fb0411c29192289b3ba24fffff52fe02314 +RMD160 (Text-Textile-2.03.tar.gz) = 5a51bf1704d9bc73c437b697ce0e5a0e3d6c12f9 +Size (Text-Textile-2.03.tar.gz) = 31583 bytes |