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:
parent
bf16447116
commit
1ad1fba04b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98618
@ -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
|
||||
|
27
textproc/p5-Text-WikiFormat/Makefile
Normal file
27
textproc/p5-Text-WikiFormat/Makefile
Normal 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>
|
1
textproc/p5-Text-WikiFormat/distinfo
Normal file
1
textproc/p5-Text-WikiFormat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Text-WikiFormat-0.71.tar.gz) = f20ecdd2fb9520b9ca77f0dab49b2e19
|
5
textproc/p5-Text-WikiFormat/pkg-descr
Normal file
5
textproc/p5-Text-WikiFormat/pkg-descr
Normal 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/
|
1
textproc/p5-Text-WikiFormat/pkg-plist
Normal file
1
textproc/p5-Text-WikiFormat/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%SITE_PERL%%/Text/WikiFormat.pm
|
Loading…
Reference in New Issue
Block a user