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:
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
|
@ -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
|
||||
|
|
24
textproc/p5-Text-Markdown/Makefile
Normal file
24
textproc/p5-Text-Markdown/Makefile
Normal 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>
|
3
textproc/p5-Text-Markdown/distinfo
Normal file
3
textproc/p5-Text-Markdown/distinfo
Normal 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
|
11
textproc/p5-Text-Markdown/pkg-descr
Normal file
11
textproc/p5-Text-Markdown/pkg-descr
Normal 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/
|
2
textproc/p5-Text-Markdown/pkg-plist
Normal file
2
textproc/p5-Text-Markdown/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Text/Markdown.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in a new issue