pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Markdown-Discount Initial import of T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d4844d35515d
branches: trunk
changeset: 597664:d4844d35515d
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sun Jan 08 02:27:48 2012 +0000
description:
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:
textproc/p5-Text-Markdown-Discount/DESCR | 3 +++
textproc/p5-Text-Markdown-Discount/Makefile | 20 ++++++++++++++++++++
textproc/p5-Text-Markdown-Discount/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r fd1221d6c6d5 -r d4844d35515d textproc/p5-Text-Markdown-Discount/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown-Discount/DESCR Sun Jan 08 02:27:48 2012 +0000
@@ -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 -r fd1221d6c6d5 -r d4844d35515d textproc/p5-Text-Markdown-Discount/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown-Discount/Makefile Sun Jan 08 02:27:48 2012 +0000
@@ -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@localhost
+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 -r fd1221d6c6d5 -r d4844d35515d textproc/p5-Text-Markdown-Discount/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown-Discount/distinfo Sun Jan 08 02:27:48 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index