From 299ea46895276dd0e7d2f69071c0cf61f70e70bc Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 1 Nov 2007 20:22:23 +0000 Subject: [PATCH] import 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. from okan at demirmen.com --- textproc/p5-Text-Markdown/Makefile | 18 ++++++++++++++++++ textproc/p5-Text-Markdown/distinfo | 5 +++++ textproc/p5-Text-Markdown/pkg/DESCR | 4 ++++ textproc/p5-Text-Markdown/pkg/PLIST | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 textproc/p5-Text-Markdown/Makefile create mode 100644 textproc/p5-Text-Markdown/distinfo create mode 100644 textproc/p5-Text-Markdown/pkg/DESCR create mode 100644 textproc/p5-Text-Markdown/pkg/PLIST diff --git a/textproc/p5-Text-Markdown/Makefile b/textproc/p5-Text-Markdown/Makefile new file mode 100644 index 00000000000..c26648e093f --- /dev/null +++ b/textproc/p5-Text-Markdown/Makefile @@ -0,0 +1,18 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/11/01 20:22:23 steven Exp $ + +COMMENT= text-to-HTML filter + +DISTNAME= Text-Markdown-1.0.3 +CATEGORIES= textproc www +MODULES= cpan +CONFIGURE_STYLE=modbuild + +MAINTAINER= Okan Demirmen + +# BSD +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/textproc/p5-Text-Markdown/distinfo b/textproc/p5-Text-Markdown/distinfo new file mode 100644 index 00000000000..ba5515bfbee --- /dev/null +++ b/textproc/p5-Text-Markdown/distinfo @@ -0,0 +1,5 @@ +MD5 (Text-Markdown-1.0.3.tar.gz) = y+9hUcTseYdU5N0hFkpNrA== +RMD160 (Text-Markdown-1.0.3.tar.gz) = LumI15c0YHXbVBvONOiIgvey7ok= +SHA1 (Text-Markdown-1.0.3.tar.gz) = cZXOIREB53OuvNITh6db/wGiw8s= +SHA256 (Text-Markdown-1.0.3.tar.gz) = EZG7GhugJoqNlA3MEMdnrGjhi8X+TMOPVZIQ1MYsNbM= +SIZE (Text-Markdown-1.0.3.tar.gz) = 17372 diff --git a/textproc/p5-Text-Markdown/pkg/DESCR b/textproc/p5-Text-Markdown/pkg/DESCR new file mode 100644 index 00000000000..05f09bce7ae --- /dev/null +++ b/textproc/p5-Text-Markdown/pkg/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/textproc/p5-Text-Markdown/pkg/PLIST b/textproc/p5-Text-Markdown/pkg/PLIST new file mode 100644 index 00000000000..56b12d89308 --- /dev/null +++ b/textproc/p5-Text-Markdown/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/01 20:22:23 steven Exp $ +${P5SITE}/Text/ +${P5SITE}/Text/Markdown.pm +@man man/man3p/Text::Markdown.3p