diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:57:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-01-19 23:57:03 +0000 |
commit | 1ad1fba04bf82a712f993ef0191c49a2eb06f6b1 (patch) | |
tree | 3085676be82094c0e1a97de49e9dddc51ac50f9b /textproc/p5-Text-WikiFormat | |
parent | bf16447116ed425738949822d9174600636da6c0 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=98618
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/pkg-plist | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile new file mode 100644 index 000000000000..baa414648dfa --- /dev/null +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -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> diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo new file mode 100644 index 000000000000..9801945f102d --- /dev/null +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -0,0 +1 @@ +MD5 (Text-WikiFormat-0.71.tar.gz) = f20ecdd2fb9520b9ca77f0dab49b2e19 diff --git a/textproc/p5-Text-WikiFormat/pkg-descr b/textproc/p5-Text-WikiFormat/pkg-descr new file mode 100644 index 000000000000..7e82fcb541d3 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-WikiFormat/pkg-plist b/textproc/p5-Text-WikiFormat/pkg-plist new file mode 100644 index 000000000000..754699e45aa7 --- /dev/null +++ b/textproc/p5-Text-WikiFormat/pkg-plist @@ -0,0 +1 @@ +%%SITE_PERL%%/Text/WikiFormat.pm |