Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 11:36:36 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541744 - in head/textproc: . p5-Parse-ANSIColor-Tiny
Message-ID:  <202007091136.069Baa9R095200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jul  9 11:36:36 2020
New Revision: 541744
URL: https://svnweb.freebsd.org/changeset/ports/541744

Log:
  Perl module to determine attributes of ANSI-colored string.
  
  WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny

Added:
  head/textproc/p5-Parse-ANSIColor-Tiny/
  head/textproc/p5-Parse-ANSIColor-Tiny/Makefile   (contents, props changed)
  head/textproc/p5-Parse-ANSIColor-Tiny/distinfo   (contents, props changed)
  head/textproc/p5-Parse-ANSIColor-Tiny/pkg-descr   (contents, props changed)
  head/textproc/p5-Parse-ANSIColor-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jul  9 10:52:24 2020	(r541743)
+++ head/textproc/Makefile	Thu Jul  9 11:36:36 2020	(r541744)
@@ -628,6 +628,7 @@
     SUBDIR += p5-PPIx-QuoteLike
     SUBDIR += p5-PPIx-Regexp
     SUBDIR += p5-PPIx-Utilities
+    SUBDIR += p5-Parse-ANSIColor-Tiny
     SUBDIR += p5-Parse-BooleanLogic
     SUBDIR += p5-Parse-CSV
     SUBDIR += p5-Parse-FixedLength

Added: head/textproc/p5-Parse-ANSIColor-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Parse-ANSIColor-Tiny/Makefile	Thu Jul  9 11:36:36 2020	(r541744)
@@ -0,0 +1,20 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Parse-ANSIColor-Tiny
+PORTVERSION=	0.601
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Determine attributes of ANSI-colored string
+
+TEST_DEPENDS=	p5-Test-Differences>=0:devel/p5-Test-Differences \
+		p5-Test-Requires>=0:devel/p5-Test-Requires
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Parse-ANSIColor-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Parse-ANSIColor-Tiny/distinfo	Thu Jul  9 11:36:36 2020	(r541744)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504709101
+SHA256 (Parse-ANSIColor-Tiny-0.601.tar.gz) = f90d0bb745690be7fef0574c6e8a9f0bed0fc9b57ac9482033c5e74005b8c357
+SIZE (Parse-ANSIColor-Tiny-0.601.tar.gz) = 35148

Added: head/textproc/p5-Parse-ANSIColor-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Parse-ANSIColor-Tiny/pkg-descr	Thu Jul  9 11:36:36 2020	(r541744)
@@ -0,0 +1,7 @@
+Parse a string colored with ANSI escape sequences into a structure suitable
+for reformatting (into HTML, for example).
+
+The output of terminal commands can be marked up with colors and formatting
+that in some instances you'd like to preserve.
+
+WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny

Added: head/textproc/p5-Parse-ANSIColor-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Parse-ANSIColor-Tiny/pkg-plist	Thu Jul  9 11:36:36 2020	(r541744)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Parse/ANSIColor/Tiny.pm
+%%PERL5_MAN3%%/Parse::ANSIColor::Tiny.3.gz



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