summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-21 00:05:34 +0000
committerwiz <wiz@pkgsrc.org>2007-09-21 00:05:34 +0000
commit8236e3ddce96b5f9eac1da0376bb8e24b08ffdd6 (patch)
tree61b2241fdd75a62d899e504e83b6e0f34c278423
parent0bb4347de74fd39696b4094ff0cf823a55349168 (diff)
downloadpkgsrc-8236e3ddce96b5f9eac1da0376bb8e24b08ffdd6.tar.gz
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).
-rw-r--r--textproc/p5-Text-Markdown/DESCR10
-rw-r--r--textproc/p5-Text-Markdown/Makefile18
-rw-r--r--textproc/p5-Text-Markdown/PLIST1
-rw-r--r--textproc/p5-Text-Markdown/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Text-Markdown/DESCR b/textproc/p5-Text-Markdown/DESCR
new file mode 100644
index 00000000000..24c576beb70
--- /dev/null
+++ b/textproc/p5-Text-Markdown/DESCR
@@ -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 --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile
new file mode 100644
index 00000000000..4e1ef9583b5
--- /dev/null
+++ b/textproc/p5-Text-Markdown/Makefile
@@ -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
+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 --git a/textproc/p5-Text-Markdown/PLIST b/textproc/p5-Text-Markdown/PLIST
new file mode 100644
index 00000000000..331771afe15
--- /dev/null
+++ b/textproc/p5-Text-Markdown/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/21 00:05:34 wiz Exp $
diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo
new file mode 100644
index 00000000000..23b3d356987
--- /dev/null
+++ b/textproc/p5-Text-Markdown/distinfo
@@ -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