mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Text-Colorizer 0.02.2, create colored text from text and color
description. PR: 198099 Submitted by: gebhart@secnetix.de
This commit is contained in:
parent
4dbc3bb764
commit
61f6bf1b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380669
@ -784,6 +784,7 @@
|
||||
SUBDIR += p5-Text-CharWidth
|
||||
SUBDIR += p5-Text-Chomp
|
||||
SUBDIR += p5-Text-ClearSilver
|
||||
SUBDIR += p5-Text-Colorizer
|
||||
SUBDIR += p5-Text-Context
|
||||
SUBDIR += p5-Text-Context-EitherSide
|
||||
SUBDIR += p5-Text-DHCPLeases
|
||||
|
23
textproc/p5-Text-Colorizer/Makefile
Normal file
23
textproc/p5-Text-Colorizer/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Colorizer
|
||||
PORTVERSION= 0.02.2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:NKH
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gebhart@secnetix.de
|
||||
COMMENT= Create colored text from text and color description
|
||||
|
||||
LICENSE= ART20 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-Colorizer/distinfo
Normal file
2
textproc/p5-Text-Colorizer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-Colorizer-0.02.2.tar.gz) = 00a3125a3fb9375e2e8b31319abcbf524cfd2f2d27be161a5829d57e6cfcfe2c
|
||||
SIZE (Text-Colorizer-0.02.2.tar.gz) = 13420
|
5
textproc/p5-Text-Colorizer/pkg-descr
Normal file
5
textproc/p5-Text-Colorizer/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module defined methods to produce colored html from ANSI color description.
|
||||
The generated code use pre tags. The generated HTML can be embeded in your pod
|
||||
documentation.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Colorizer/
|
4
textproc/p5-Text-Colorizer/pkg-plist
Normal file
4
textproc/p5-Text-Colorizer/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/text_colorizer
|
||||
%%SITE_PERL%%/Text/Colorizer.pm
|
||||
%%PERL5_MAN3%%/Text::Colorizer.3.gz
|
||||
man/man1/text_colorizer.1.gz
|
Loading…
Reference in New Issue
Block a user