Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2015 03:24:20 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380669 - in head/textproc: . p5-Text-Colorizer
Message-ID:  <201503070324.t273OK3m064745@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sat Mar  7 03:24:19 2015
New Revision: 380669
URL: https://svnweb.freebsd.org/changeset/ports/380669
QAT: https://qat.redports.org/buildarchive/r380669/

Log:
  Add p5-Text-Colorizer 0.02.2, create colored text from text and color
  description.
  
  PR:		198099
  Submitted by:	gebhart@secnetix.de

Added:
  head/textproc/p5-Text-Colorizer/
  head/textproc/p5-Text-Colorizer/Makefile   (contents, props changed)
  head/textproc/p5-Text-Colorizer/distinfo   (contents, props changed)
  head/textproc/p5-Text-Colorizer/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-Colorizer/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Mar  7 03:20:27 2015	(r380668)
+++ head/textproc/Makefile	Sat Mar  7 03:24:19 2015	(r380669)
@@ -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

Added: head/textproc/p5-Text-Colorizer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Colorizer/Makefile	Sat Mar  7 03:24:19 2015	(r380669)
@@ -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>

Added: head/textproc/p5-Text-Colorizer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Colorizer/distinfo	Sat Mar  7 03:24:19 2015	(r380669)
@@ -0,0 +1,2 @@
+SHA256 (Text-Colorizer-0.02.2.tar.gz) = 00a3125a3fb9375e2e8b31319abcbf524cfd2f2d27be161a5829d57e6cfcfe2c
+SIZE (Text-Colorizer-0.02.2.tar.gz) = 13420

Added: head/textproc/p5-Text-Colorizer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Colorizer/pkg-descr	Sat Mar  7 03:24:19 2015	(r380669)
@@ -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/

Added: head/textproc/p5-Text-Colorizer/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-Colorizer/pkg-plist	Sat Mar  7 03:24:19 2015	(r380669)
@@ -0,0 +1,4 @@
+bin/text_colorizer
+%%SITE_PERL%%/Text/Colorizer.pm
+%%PERL5_MAN3%%/Text::Colorizer.3.gz
+man/man1/text_colorizer.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503070324.t273OK3m064745>