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:
steven 2007-11-01 20:22:23 +00:00
parent 198a36971a
commit 299ea46895
4 changed files with 31 additions and 0 deletions

View 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>

View 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

View 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.

View 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