Date: Mon, 24 Apr 2006 19:25:10 -0300 (ART) From: Fernan Aguero <fernan@iib.unsam.edu.ar> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96292: [ new port ] p5-Text-Markdown Message-ID: <200604242225.k3OMPAh3072087@omega.iib.unsam.edu.ar> Resent-Message-ID: <200604242230.k3OMUEge085642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96292 >Category: ports >Synopsis: [ new port ] p5-Text-Markdown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 24 22:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: IIB-UNSAM >Environment: System: FreeBSD omega.iib.unsam.edu.ar 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Wed Jan 25 12:43:39 ART 2006 fernan@omega.iib.unsam.edu.ar:/usr/obj/usr/src/sys/OMEGA i386 >Description: p5-Text-Markdown is textproc/markdown made as a Perl module, so it can be easily integrated within programs. >How-To-Repeat: >Fix: --- p5-Text-Markdown.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Text-Markdown # p5-Text-Markdown/Makefile # p5-Text-Markdown/distinfo # p5-Text-Markdown/pkg-descr # p5-Text-Markdown/pkg-plist # echo c - p5-Text-Markdown mkdir -p p5-Text-Markdown > /dev/null 2>&1 echo x - p5-Text-Markdown/Makefile sed 's/^X//' >p5-Text-Markdown/Makefile << 'END-of-p5-Text-Markdown/Makefile' X# New ports collection makefile for: p5-Text-Markdown X# Date created: 20.Mar.2006 X# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> X# X# $FreeBSD$ X# X XPORTNAME= Text-Markdown XPORTVERSION= 1.0.3 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= fernan@iib.unsam.edu.ar XCOMMENT= Markdown Perl5 module X XPERL_MODBUILD= YES X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 X XMAN3= Text::Markdown.3 X X.include <bsd.port.mk> END-of-p5-Text-Markdown/Makefile echo x - p5-Text-Markdown/distinfo sed 's/^X//' >p5-Text-Markdown/distinfo << 'END-of-p5-Text-Markdown/distinfo' XMD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac XSHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3 XSIZE (Text-Markdown-1.0.3.tar.gz) = 17372 END-of-p5-Text-Markdown/distinfo echo x - p5-Text-Markdown/pkg-descr sed 's/^X//' >p5-Text-Markdown/pkg-descr << 'END-of-p5-Text-Markdown/pkg-descr' XMarkdown is a text-to-HTML filter; it translates an easy-to-read and Xeasy-to-write structured text format into HTML. Markdown's text format Xis most similar to that of plain text email, and supports features such Xas headers, *emphasis*, code blocks, blockquotes, and links. X XMarkdown's syntax is designed not as a generic markup language, but Xspecifically to serve as a front-end to (X)HTML. You can use span-level XHTML tags anywhere in a Markdown document, and you can use block level XHTML tags (like <div> and <table> as well). X XWWW: http://daringfireball.net/projects/markdown/ X END-of-p5-Text-Markdown/pkg-descr echo x - p5-Text-Markdown/pkg-plist sed 's/^X//' >p5-Text-Markdown/pkg-plist << 'END-of-p5-Text-Markdown/pkg-plist' X%%SITE_PERL%%/Text/Markdown.pm X@dirrmtry %%SITE_PERL%%/Text END-of-p5-Text-Markdown/pkg-plist exit --- p5-Text-Markdown.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604242225.k3OMPAh3072087>