head 1.8; access; symbols RELEASE_8_3_0:1.6 RELEASE_9_0_0:1.6 RELEASE_7_4_0:1.5 RELEASE_8_2_0:1.5 RELEASE_6_EOL:1.5 RELEASE_8_1_0:1.5 RELEASE_7_3_0:1.4; locks; strict; comment @# @; 1.8 date 2012.11.17.06.02.10; author svnexp; state Exp; branches; next 1.7; 1.7 date 2012.06.04.08.37.58; author az; state Exp; branches; next 1.6; 1.6 date 2011.08.23.13.42.15; author wen; state Exp; branches; next 1.5; 1.5 date 2010.03.23.02.18.15; author wen; state Exp; branches; next 1.4; 1.4 date 2010.01.23.07.28.10; author kuriyama; state Exp; branches; next 1.3; 1.3 date 2010.01.23.06.07.18; author wen; state Exp; branches; next 1.2; 1.2 date 2009.10.31.12.17.46; author wen; state Exp; branches; next 1.1; 1.1 date 2009.10.23.02.59.14; author wen; state Exp; branches; next ; desc @@ 1.8 log @Switch exporter over @ text @# New ports collection makefile for: p5-Text-MultiMarkdown # Date created: 23 Oct, 2009 # Whom: Wen Heping # # $FreeBSD: head/textproc/p5-Text-MultiMarkdown/Makefile 300897 2012-07-14 14:29:18Z beat $ # PORTNAME= Text-MultiMarkdown PORTVERSION= 1.000034 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@@FreeBSD.org COMMENT= Convert MultiMarkdown syntax to (X)HTML BUILD_DEPENDS= \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown RUN_DEPENDS= \ p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown PERL_CONFIGURE= yes MAN1= MultiMarkdown.pl.1 MAN3= Text::MultiMarkdown.3 .include @ 1.7 log @- Remove SITE_PERL from *_DEPENDS @ text @d5 1 a5 1 # $FreeBSD$ @ 1.6 log @- Update to 1.000034 ChangeLog: http://cpansearch.perl.org/src/BOBTFISH/Text-MultiMarkdown-1.000034/Changes - Reset maintainer to perl@@ @ text @d18 3 a20 3 ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ @ 1.5 log @- Update to 1.000033 @ text @d9 1 a9 1 PORTVERSION= 1.000033 d14 1 a14 1 MAINTAINER= wen@@FreeBSD.org @ 1.4 log @- Remove unneeded dependencies which is in perl-5.8.9 dist (part 3). Approved by: portmgr (itetcu) @ text @d9 1 a9 2 PORTVERSION= 1.000032 PORTREVISION= 1 d27 1 @ 1.3 log @- Update to 1.000032 @ text @d10 1 a23 1 ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ @ 1.2 log @- Update to 1.000031 Approved by: miwi,jadawin(mentors,implicit) @ text @d9 1 a9 1 PORTVERSION= 1.000031 @ 1.1 log @Markdown is a text-to-HTML filter; it translates an easy-to-read and 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
and as well). Text::MultiMarkdown implements the MultiMarkdown markdown syntax extensions from: http://fletcherpenney.net/multimarkdown/ WWW: http://search.cpan.org/dist/Text-MultiMarkdown/ Approved by: mentors(implicit) @ text @d9 1 a9 1 PORTVERSION= 1.0.30 @