diff options
author | schmonz <schmonz@pkgsrc.org> | 2012-01-08 02:27:48 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2012-01-08 02:27:48 +0000 |
commit | 78f2a617f5d43a7844bdcd521a8d9f6b18203af1 (patch) | |
tree | bf377838c65afc475b5ce00e76d7be019df88eb3 /textproc | |
parent | 0b9e057d8613f133bd8ca83655543332cd86c76a (diff) | |
download | pkgsrc-78f2a617f5d43a7844bdcd521a8d9f6b18203af1.tar.gz |
Initial import of Text::Markdown::Discount, a Perl extension interface
for "Discount", an implementation of John Gruber's "markdown" in C
developed by David Loren Parsons.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Markdown-Discount/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown-Discount/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown-Discount/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Text-Markdown-Discount/DESCR b/textproc/p5-Text-Markdown-Discount/DESCR new file mode 100644 index 00000000000..193cd8a3058 --- /dev/null +++ b/textproc/p5-Text-Markdown-Discount/DESCR @@ -0,0 +1,3 @@ +Text::Markdown::Discount - Perl extension interface for "Discount", +an implementation of John Gruber's "markdown" in C developed by +David Loren Parsons. diff --git a/textproc/p5-Text-Markdown-Discount/Makefile b/textproc/p5-Text-Markdown-Discount/Makefile new file mode 100644 index 00000000000..e47acb88381 --- /dev/null +++ b/textproc/p5-Text-Markdown-Discount/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 02:27:48 schmonz Exp $ +# + +DISTNAME= Text-Markdown-Discount-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Markdown-Discount/ +COMMENT= Convert Markdown to (X)HTML +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist +USE_LANGUAGES= c + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Markdown-Discount/distinfo b/textproc/p5-Text-Markdown-Discount/distinfo new file mode 100644 index 00000000000..4cfeac0310c --- /dev/null +++ b/textproc/p5-Text-Markdown-Discount/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/08 02:27:48 schmonz Exp $ + +SHA1 (Text-Markdown-Discount-0.02.tar.gz) = 101ec221011ef099599e90bec5ae0f0cea6c6e25 +RMD160 (Text-Markdown-Discount-0.02.tar.gz) = 29b4b24d76c1687ddd48568ae674b87acd8b1b20 +Size (Text-Markdown-Discount-0.02.tar.gz) = 180943 bytes |