1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Add p5-Text-WikiFormat 0.71, module for translating Wiki formatted text

into other formats.

PR:		61488
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
This commit is contained in:
Vanilla I. Shu 2004-01-19 23:57:03 +00:00
parent bf16447116
commit 1ad1fba04b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98618
5 changed files with 35 additions and 0 deletions

View File

@ -304,6 +304,7 @@
SUBDIR += p5-Text-Tabs+Wrap
SUBDIR += p5-Text-Template
SUBDIR += p5-Text-Tmpl
SUBDIR += p5-Text-WikiFormat
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Tk-XMLViewer
SUBDIR += p5-Tree-Nary

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Text-WikiFormat
# Date created: Sat Jan 17 18:15:01 UTC 2004
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= Text-WikiFormat
PORTVERSION= 0.71
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= zaa@ulstu.ru
COMMENT= Module for translating Wiki formatted text into other formats
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Text::WikiFormat.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-WikiFormat-0.71.tar.gz) = f20ecdd2fb9520b9ca77f0dab49b2e19

View File

@ -0,0 +1,5 @@
Text::WikiFormat converts text in a simple Wiki markup language to whatever
your little heart desires, provided you can describe it accurately in a
semi-regular tag language.
WWW: http://search.cpan.org/dist/Text-WikiFormat/

View File

@ -0,0 +1 @@
%%SITE_PERL%%/Text/WikiFormat.pm