import Text::Markdown 1.0.3
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. from okan at demirmen.com
This commit is contained in:
parent
198a36971a
commit
299ea46895
18
textproc/p5-Text-Markdown/Makefile
Normal file
18
textproc/p5-Text-Markdown/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/01 20:22:23 steven Exp $
|
||||
|
||||
COMMENT= text-to-HTML filter
|
||||
|
||||
DISTNAME= Text-Markdown-1.0.3
|
||||
CATEGORIES= textproc www
|
||||
MODULES= cpan
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Text-Markdown/distinfo
Normal file
5
textproc/p5-Text-Markdown/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Text-Markdown-1.0.3.tar.gz) = y+9hUcTseYdU5N0hFkpNrA==
|
||||
RMD160 (Text-Markdown-1.0.3.tar.gz) = LumI15c0YHXbVBvONOiIgvey7ok=
|
||||
SHA1 (Text-Markdown-1.0.3.tar.gz) = cZXOIREB53OuvNITh6db/wGiw8s=
|
||||
SHA256 (Text-Markdown-1.0.3.tar.gz) = EZG7GhugJoqNlA3MEMdnrGjhi8X+TMOPVZIQ1MYsNbM=
|
||||
SIZE (Text-Markdown-1.0.3.tar.gz) = 17372
|
4
textproc/p5-Text-Markdown/pkg/DESCR
Normal file
4
textproc/p5-Text-Markdown/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
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.
|
4
textproc/p5-Text-Markdown/pkg/PLIST
Normal file
4
textproc/p5-Text-Markdown/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/01 20:22:23 steven Exp $
|
||||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/Markdown.pm
|
||||
@man man/man3p/Text::Markdown.3p
|
Loading…
Reference in New Issue
Block a user