Add p5-Text-Markdown 1.0.3, markdown Perl5 module.

PR:		ports/96292
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
This commit is contained in:
Anton Berezin 2006-04-25 09:08:55 +00:00
parent 3d363d155e
commit aae8188e7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160419
5 changed files with 41 additions and 0 deletions

View file

@ -450,6 +450,7 @@
SUBDIR += p5-Text-Glob
SUBDIR += p5-Text-Graphics
SUBDIR += p5-Text-MagicTemplate
SUBDIR += p5-Text-Markdown
SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-NSP
SUBDIR += p5-Text-Netstring

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Text-Markdown
# Date created: 20.Mar.2006
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#
PORTNAME= Text-Markdown
PORTVERSION= 1.0.3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Markdown Perl5 module
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
PERL_MODBUILD= YES
MAN3= Text::Markdown.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Text-Markdown-1.0.3.tar.gz) = cbef6151c4ec798754e4dd21164a4dac
SHA256 (Text-Markdown-1.0.3.tar.gz) = 1191bb1a1ba0268a8d940dcc10c767ac68e18bc5fe4cc38f559210d4c62c35b3
SIZE (Text-Markdown-1.0.3.tar.gz) = 17372

View file

@ -0,0 +1,11 @@
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 <div> and <table> as well).
WWW: http://daringfireball.net/projects/markdown/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Text/Markdown.pm
@dirrmtry %%SITE_PERL%%/Text