svn commit: r489356 - in head/sysutils: . p5-Log-Colorize-Helper

Steve Wills swills at FreeBSD.org
Sat Jan 5 17:01:39 UTC 2019


Author: swills
Date: Sat Jan  5 17:01:37 2019
New Revision: 489356
URL: https://svnweb.freebsd.org/changeset/ports/489356

Log:
  sysutils/p5-Log-Colorize-Helper: create port
  
  Interfaces with colorize, head, tail, less, grep,
  bunzip2, and gunzip.
  
  The purpose of this is to make it easy to colorize and
  view log files by drastically reducing the amount of
  typing involved.
  
  bin/clog - Searches, displays, and colorizes log files.
  
  WWW: http://search.cpan.org/dist/Log-Colorize-Helper/
  
  PR:		224398
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

Added:
  head/sysutils/p5-Log-Colorize-Helper/
  head/sysutils/p5-Log-Colorize-Helper/Makefile   (contents, props changed)
  head/sysutils/p5-Log-Colorize-Helper/distinfo   (contents, props changed)
  head/sysutils/p5-Log-Colorize-Helper/pkg-descr   (contents, props changed)
  head/sysutils/p5-Log-Colorize-Helper/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile   (contents, props changed)

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Jan  5 16:52:54 2019	(r489355)
+++ head/sysutils/Makefile	Sat Jan  5 17:01:37 2019	(r489356)
@@ -791,6 +791,7 @@
     SUBDIR += p5-Iterator-File
     SUBDIR += p5-Lchown
     SUBDIR += p5-Linux-Cpuinfo
+    SUBDIR += p5-Log-Colorize-Helper
     SUBDIR += p5-Log-Syslog-Constants
     SUBDIR += p5-Log-Syslog-Fast
     SUBDIR += p5-MogileFS-Client

Added: head/sysutils/p5-Log-Colorize-Helper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Log-Colorize-Helper/Makefile	Sat Jan  5 17:01:37 2019	(r489356)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	Log-Colorize-Helper
+PORTVERSION=	0.1.1
+CATEGORIES=	sysutils perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	vvelox at vvelox.net
+COMMENT=	Makes searching and colorizing logs trivial without piping
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Error-Helper>=1.0.0:devel/p5-Error-Helper \
+		p5-String-ShellQuote>=1.04:textproc/p5-String-ShellQuote
+TEST_DEPENDS=	p5-Test-Pod>=1.22:devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage
+
+USES=		perl5
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/sysutils/p5-Log-Colorize-Helper/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Log-Colorize-Helper/distinfo	Sat Jan  5 17:01:37 2019	(r489356)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513496490
+SHA256 (Log-Colorize-Helper-0.1.1.tar.gz) = c1d5231999ebed0c39097ce969ca3ffe87dd4eaf77db349408578f2d0ca8d3c6
+SIZE (Log-Colorize-Helper-0.1.1.tar.gz) = 5890

Added: head/sysutils/p5-Log-Colorize-Helper/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Log-Colorize-Helper/pkg-descr	Sat Jan  5 17:01:37 2019	(r489356)
@@ -0,0 +1,10 @@
+Interfaces with colorize, head, tail, less, grep,
+bunzip2, and gunzip.
+
+The purpose of this is to make it easy to colorize and
+view log files by drastically reducing the amount of
+typing involved.
+
+bin/clog - Searches, displays, and colorizes log files.
+
+WWW: http://search.cpan.org/dist/Log-Colorize-Helper/

Added: head/sysutils/p5-Log-Colorize-Helper/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Log-Colorize-Helper/pkg-plist	Sat Jan  5 17:01:37 2019	(r489356)
@@ -0,0 +1,3 @@
+bin/clog
+%%SITE_PERL%%/Log/Colorize/Helper.pm
+%%PERL5_MAN3%%/Log::Colorize::Helper.3.gz


More information about the svn-ports-head mailing list