bring back Text::MultiMarkdown (1.000033) now that it has been split again

from Text::Markdown.

from Mikolaj Kucharski

ok jasper@
This commit is contained in:
okan 2011-01-18 09:54:15 +00:00
parent 8a4880f4a3
commit 2070d9771a
5 changed files with 56 additions and 0 deletions
textproc/p5-Text-MultiMarkdown

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.4 2011/01/18 09:54:15 okan Exp $
COMMENT = convert MultiMarkdown syntax to (X)HTML
DISTNAME = Text-MultiMarkdown-1.000033
CATEGORIES = textproc www
MODULES = cpan
USE_GROFF = Yes
MAINTAINER = Okan Demirmen <okan@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = textproc/p5-Text-Markdown
MAKE_ENV = TEST_POD=Yes \
TEST_SPELLING=Yes
REGRESS_DEPENDS = devel/p5-Test-Spelling \
devel/p5-Test-Differences \
www/p5-HTML-Tidy
.include <bsd.port.mk>

@ -0,0 +1,5 @@
MD5 (Text-MultiMarkdown-1.000033.tar.gz) = ri9HN2KAOoWT0r3S6+x3pQ==
RMD160 (Text-MultiMarkdown-1.000033.tar.gz) = uBMU3ct6fs5uhgmYuhyS1GK4opE=
SHA1 (Text-MultiMarkdown-1.000033.tar.gz) = M1NdYQmKqHdy6V5rZrzSBAwW1rE=
SHA256 (Text-MultiMarkdown-1.000033.tar.gz) = 58WKm5I9TDu1gakzHNxZM/fM97mPyi594oPp1qlXN/g=
SIZE (Text-MultiMarkdown-1.000033.tar.gz) = 94628

@ -0,0 +1,11 @@
$OpenBSD: patch-t_03podspelling_t,v 1.1 2011/01/18 09:54:15 okan Exp $
--- t/03podspelling.t.orig Sat Mar 20 23:10:49 2010
+++ t/03podspelling.t Tue Dec 21 20:35:16 2010
@@ -13,6 +13,7 @@ add_stopwords(<DATA>);
all_pod_files_spelling_ok();
__DATA__
+behaviour
Doran
FIXME
Gruber

@ -0,0 +1,6 @@
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.
This module implements MultiMarkdown, which is an extension to Markdown.

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.3 2011/01/18 09:54:15 okan Exp $
@conflict p5-Text-Markdown->=1.0.19,<=1.0.24
bin/MultiMarkdown.pl
${P5SITE}/Text/MultiMarkdown.pm
@man man/man1/MultiMarkdown.pl.1
@man man/man3p/Text::MultiMarkdown.3p