View | Details | Raw Unified | Return to bug 224398
Collapse All | Expand All

(-)sysutils/p5-Log-Colorize-Helper/Makefile (+26 lines)
Line 0 Link Here
1
# Created by: Zane C, Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
PORTNAME=	Log-Colorize-Helper
4
PORTVERSION=	0.1.1
5
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	vvelox@vvelox.net
11
COMMENT=	Makes searching and colorizing logs trivial with out all the need for piping
12
13
LICENSE=	ART10 GPLv1+
14
LICENSE_COMB=	dual
15
16
BUILD_DEPENDS=	p5-Error-Helper>=1.0.0:devel/p5-Error-Helper \
17
		p5-String-ShellQuote>=1.04:textproc/p5-String-ShellQuote
18
19
TEST_DEPENDS=	p5-Test-Pod>=1.22:devel/p5-Test-Pod \
20
		p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage
21
22
NO_ARCH=	yes
23
USE_PERL5=	configure
24
USES=		perl5
25
26
.include <bsd.port.mk>
(-)sysutils/p5-Log-Colorize-Helper/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1513496490
2
SHA256 (Log-Colorize-Helper-0.1.1.tar.gz) = c1d5231999ebed0c39097ce969ca3ffe87dd4eaf77db349408578f2d0ca8d3c6
3
SIZE (Log-Colorize-Helper-0.1.1.tar.gz) = 5890
(-)sysutils/p5-Log-Colorize-Helper/pkg-descr (+10 lines)
Line 0 Link Here
1
Interfaces with colorize, head, tail, less, grep,
2
bunzip2, and gunzip.
3
4
The purpose of this is to make it easy to colorize and
5
view log files by drastically reducing the amount of
6
typing involved.
7
8
bin/clog - Searches, displays, and colorizes log files.
9
10
WWW: http://search.cpan.org/~vvelox/Log-Colorize-Helper
(-)sysutils/p5-Log-Colorize-Helper/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/clog
2
%%SITE_PERL%%/Log/Colorize/Helper.pm
3
%%PERL5_MAN3%%/Log::Colorize::Helper.3.gz

Return to bug 224398