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 Initial import of p5-Text-Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d17384f97575
branches: trunk
changeset: 533538:d17384f97575
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 21 00:05:34 2007 +0000
description:
Initial import of p5-Text-Markdown-1.0.3:
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.
Markdown's syntax is designed not as a generic markup language,
but specifically to serve as a front-end to (X)HTML. You can use
span-level HTML tags anywhere in a Markdown document, and you can
use block level HTML tags (like <div> and <table> as well).
diffstat:
textproc/p5-Text-Markdown/DESCR | 10 ++++++++++
textproc/p5-Text-Markdown/Makefile | 18 ++++++++++++++++++
textproc/p5-Text-Markdown/PLIST | 1 +
textproc/p5-Text-Markdown/distinfo | 5 +++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 68be4e6db826 -r d17384f97575 textproc/p5-Text-Markdown/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown/DESCR Fri Sep 21 00:05:34 2007 +0000
@@ -0,0 +1,10 @@
+Markdown is a text-to-HTML filter; it translates an easy-to-read
+/ easy-to-write structured text format into HTML. Markdown's text
+format is most similar to that of plain text email, and supports
+features such as headers, *emphasis*, code blocks, blockquotes,
+and links.
+
+Markdown's syntax is designed not as a generic markup language,
+but specifically to serve as a front-end to (X)HTML. You can use
+span-level HTML tags anywhere in a Markdown document, and you can
+use block level HTML tags (like <div> and <table> as well).
diff -r 68be4e6db826 -r d17384f97575 textproc/p5-Text-Markdown/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown/Makefile Fri Sep 21 00:05:34 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/21 00:05:34 wiz Exp $
+#
+
+DISTNAME= Text-Markdown-1.0.3
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SR/SRI/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Text-Markdown/
+COMMENT= Convert Markdown to HTML
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Text/Markdown/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 68be4e6db826 -r d17384f97575 textproc/p5-Text-Markdown/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown/PLIST Fri Sep 21 00:05:34 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/21 00:05:34 wiz Exp $
diff -r 68be4e6db826 -r d17384f97575 textproc/p5-Text-Markdown/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Markdown/distinfo Fri Sep 21 00:05:34 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/21 00:05:34 wiz Exp $
+
+SHA1 (Text-Markdown-1.0.3.tar.gz) = 7195ce211101e773aebcd21387a75bff01a2c3cb
+RMD160 (Text-Markdown-1.0.3.tar.gz) = 2ee988d797346075db541bce34e88882f7b2ee89
+Size (Text-Markdown-1.0.3.tar.gz) = 17372 bytes
Home |
Main Index |
Thread Index |
Old Index