diff options
author | wiz <wiz> | 2007-09-21 00:05:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-21 00:05:34 +0000 |
commit | 4dcb42df72afe9cf991fa00b8929069c4b9e7f9e (patch) | |
tree | 61b2241fdd75a62d899e504e83b6e0f34c278423 /textproc | |
parent | e0030083193d592004b3e82d576171347ef41dc4 (diff) | |
download | pkgsrc-4dcb42df72afe9cf991fa00b8929069c4b9e7f9e.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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Markdown/DESCR | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Markdown/distinfo | 5 |
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 |