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:
@@ -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
|
||||
|
||||
21
textproc/p5-Text-WikiCreole/Makefile
Normal file
21
textproc/p5-Text-WikiCreole/Makefile
Normal 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>
|
||||
3
textproc/p5-Text-WikiCreole/distinfo
Normal file
3
textproc/p5-Text-WikiCreole/distinfo
Normal 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
|
||||
10
textproc/p5-Text-WikiCreole/pkg-descr
Normal file
10
textproc/p5-Text-WikiCreole/pkg-descr
Normal 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/
|
||||
5
textproc/p5-Text-WikiCreole/pkg-plist
Normal file
5
textproc/p5-Text-WikiCreole/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user