Text::WikiCreole implements the Wiki Creole markup language, version

1.0, as described at http://www.wikicreole.org.  It reads Creole 1.0
markup and returns XHTML.

In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.

WWW: http://search.cpan.org/dist/Text-WikiCreole/

PR:		ports/127705
Submitted by:	Matthew Fuller <fullermd at over-yonder.net>
This commit is contained in:
Martin Wilke
2008-09-30 08:48:16 +00:00
parent d63de80a7e
commit 95ee2714b0
5 changed files with 40 additions and 0 deletions

View File

@@ -632,6 +632,7 @@
SUBDIR += p5-Text-Trim
SUBDIR += p5-Text-Unaccent
SUBDIR += p5-Text-VimColor
SUBDIR += p5-Text-WikiCreole
SUBDIR += p5-Text-WikiFormat
SUBDIR += p5-Text-WordDiff
SUBDIR += p5-Text-Wrapper

View File

@@ -0,0 +1,21 @@
# New ports collection makefile for: Wiki::Creole
# Date created: 28 Sep 2008
# Whom: Matthew Fuller <fullermd@over-yonder.net>
#
# $FreeBSD$
#
PORTNAME= Text-WikiCreole
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fullermd@over-yonder.net
COMMENT= Implementation of the Wiki Creole markup language
PERL_CONFIGURE= yes
MAN3= Text::WikiCreole.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Text-WikiCreole-0.05.tar.gz) = 32ac78ede59cd377092905afece051f9
SHA256 (Text-WikiCreole-0.05.tar.gz) = 73cf062461c0dde7b5988e730439e86a1a3145f10d11942b64cc3b3f773b23d0
SIZE (Text-WikiCreole-0.05.tar.gz) = 11465

View File

@@ -0,0 +1,10 @@
Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org. It reads Creole 1.0
markup and returns XHTML.
In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.
WWW: http://search.cpan.org/dist/Text-WikiCreole/

View File

@@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiCreole/.packlist
%%SITE_PERL%%/Text/WikiCreole.pm
@dirrmtry %%SITE_PERL%%/Text
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiCreole
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text