mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Adding port textproc/p5-Text-Decorator, Apply a chain of filters to text.
Approved by: tobez (implicit)
This commit is contained in:
parent
44847256b9
commit
b684da0d06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164651
@ -454,6 +454,7 @@
|
||||
SUBDIR += p5-Text-Capitalize
|
||||
SUBDIR += p5-Text-Chomp
|
||||
SUBDIR += p5-Text-Context-EitherSide
|
||||
SUBDIR += p5-Text-Decorator
|
||||
SUBDIR += p5-Text-Diff
|
||||
SUBDIR += p5-Text-Diff-HTML
|
||||
SUBDIR += p5-Text-Diff3
|
||||
|
40
textproc/p5-Text-Decorator/Makefile
Normal file
40
textproc/p5-Text-Decorator/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: p5-Text-Decorator
|
||||
# Date created: 05 Jun 06
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Decorator
|
||||
PORTVERSION= 1.65
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Apply a chain of filters to text
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Text::Decorator.3 \
|
||||
Text::Decorator::Filter.3 \
|
||||
Text::Decorator::Filter::Quoted.3 \
|
||||
Text::Decorator::Filter::TTBridge.3 \
|
||||
Text::Decorator::Filter::Test.3 \
|
||||
Text::Decorator::Filter::URIFind.3 \
|
||||
Text::Decorator::Group.3 \
|
||||
Text::Decorator::Node.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inhertied from textproc/p5-URI-Find
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-Text-Decorator/distinfo
Normal file
3
textproc/p5-Text-Decorator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Text-Decorator-1.65.tar.gz) = 1c1780e2dd8b6148e55d9f4c62b33497
|
||||
SHA256 (Text-Decorator-1.65.tar.gz) = ef974b7418548dd37b28699b30a3da8ed626338649588a9d4116c3a56906edf2
|
||||
SIZE (Text-Decorator-1.65.tar.gz) = 7146
|
8
textproc/p5-Text-Decorator/pkg-descr
Normal file
8
textproc/p5-Text-Decorator/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Text::Decorator is a framework for marking up plain text into various
|
||||
formats by applying a chain of filters. For instance, you might apply a
|
||||
filter which will cause URIs in text to be presented as links if the text
|
||||
is exported as HTML.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Decorator
|
||||
Authors: Simon Cozens
|
||||
Tony Bowden <bug-Text-Decorator@rt.cpan.org>
|
11
textproc/p5-Text-Decorator/pkg-plist
Normal file
11
textproc/p5-Text-Decorator/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/Text/Decorator.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Filter.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Filter/Quoted.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Filter/TTBridge.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Filter/Test.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Filter/URIFind.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Group.pm
|
||||
%%SITE_PERL%%/Text/Decorator/Node.pm
|
||||
@dirrm %%SITE_PERL%%/Text/Decorator/Filter
|
||||
@dirrm %%SITE_PERL%%/Text/Decorator
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in New Issue
Block a user