import p5-Text-MultiMarkdown
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. ok merdely@
This commit is contained in:
parent
8297713a7f
commit
62e307e261
29
textproc/p5-Text-MultiMarkdown/Makefile
Normal file
29
textproc/p5-Text-MultiMarkdown/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/24 04:53:55 okan Exp $
|
||||
|
||||
COMMENT= convert MultiMarkdown syntax to (X)HTML
|
||||
|
||||
DISTNAME= Text-MultiMarkdown-1.0.10
|
||||
CATEGORIES= textproc www
|
||||
MODULES= cpan
|
||||
|
||||
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= ::devel/p5-File-Slurp \
|
||||
::devel/p5-List-MoreUtils \
|
||||
::devel/p5-Test-Exception
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Spelling \
|
||||
::textproc/aspell/core \
|
||||
::textproc/p5-Text-Diff
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes \
|
||||
TEST_SPELLING=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Text-MultiMarkdown/distinfo
Normal file
5
textproc/p5-Text-MultiMarkdown/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Text-MultiMarkdown-1.0.10.tar.gz) = NiRYUrjiKoDdmFpshTAAnA==
|
||||
RMD160 (Text-MultiMarkdown-1.0.10.tar.gz) = 48gyayR/Rnpn0jOo1e5ZHSehq+w=
|
||||
SHA1 (Text-MultiMarkdown-1.0.10.tar.gz) = SsLPs0sDiISRDQ2pvjHkRRMeETw=
|
||||
SHA256 (Text-MultiMarkdown-1.0.10.tar.gz) = iuIIqX4MeHTqX+rn4FGhMwZUkw5hnN+xcEt5Uax7ijo=
|
||||
SIZE (Text-MultiMarkdown-1.0.10.tar.gz) = 124372
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-t_16blockquotemultiline_t,v 1.1.1.1 2008/01/24 04:53:55 okan Exp $
|
||||
--- t/16blockquotemultiline.t.orig Wed Jan 23 21:34:49 2008
|
||||
+++ t/16blockquotemultiline.t Wed Jan 23 21:34:54 2008
|
||||
@@ -23,7 +23,7 @@ EOF
|
||||
|
||||
{
|
||||
local $TODO = 'known bug';
|
||||
- is( $html2, <<'EOF'' );
|
||||
+ is( $html2, <<'EOF');
|
||||
<p><code>You can have multi-line comments.
|
||||
With stuff $which->looks('like', `code`);
|
||||
</p></code>
|
6
textproc/p5-Text-MultiMarkdown/pkg/DESCR
Normal file
6
textproc/p5-Text-MultiMarkdown/pkg/DESCR
Normal file
@ -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.
|
4
textproc/p5-Text-MultiMarkdown/pkg/PLIST
Normal file
4
textproc/p5-Text-MultiMarkdown/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/01/24 04:53:55 okan Exp $
|
||||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/MultiMarkdown.pm
|
||||
@man man/man3p/Text::MultiMarkdown.3p
|
Loading…
Reference in New Issue
Block a user