svn commit: r376809 - head/devel/p5-File-Tail-Multi
Adam Weinberger
adamw at FreeBSD.org
Mon Jan 12 01:14:11 UTC 2015
Author: adamw
Date: Mon Jan 12 01:14:09 2015
New Revision: 376809
URL: https://svnweb.freebsd.org/changeset/ports/376809
QAT: https://qat.redports.org/buildarchive/r376809/
Log:
Add www/p5-File-Tail-Multi, a module that lets you tail multiple files
at once.
WWW: https://metacpan.org/pod/File::Tail::Multi
Added:
head/devel/p5-File-Tail-Multi/
head/devel/p5-File-Tail-Multi/Makefile (contents, props changed)
head/devel/p5-File-Tail-Multi/distinfo (contents, props changed)
head/devel/p5-File-Tail-Multi/pkg-descr (contents, props changed)
head/devel/p5-File-Tail-Multi/pkg-plist (contents, props changed)
Added: head/devel/p5-File-Tail-Multi/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-File-Tail-Multi/Makefile Mon Jan 12 01:14:09 2015 (r376809)
@@ -0,0 +1,19 @@
+# Created by: Adam Weinberger <adamw at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= File-Tail-Multi
+PORTVERSION= 0.1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:ATRIPPS
+
+MAINTAINER= adamw at FreeBSD.org
+COMMENT= Stateful tail of multiple files
+
+LICENSE= GPLv1 ART10
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-File-Tail-Multi/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-File-Tail-Multi/distinfo Mon Jan 12 01:14:09 2015 (r376809)
@@ -0,0 +1,2 @@
+SHA256 (File-Tail-Multi-0.1.tar.gz) = abb7f9f8cd8de8ba26f967637ccfadbde3622ee638e38887e2927420bb3c13f1
+SIZE (File-Tail-Multi-0.1.tar.gz) = 15577
Added: head/devel/p5-File-Tail-Multi/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-File-Tail-Multi/pkg-descr Mon Jan 12 01:14:09 2015 (r376809)
@@ -0,0 +1,9 @@
+Derived from MultiTail, this perl library makes it easy to tail a dynamic
+list of files and match/except lines using full regular expressions and
+even maintains their state locally.
+
+File::Tail::Multi will tail multiple files and return the records read
+to a Data Structure. The Data Structure can be processed by
+File::Tail::Multi functions.
+
+WWW: https://metacpan.org/pod/File::Tail::Multi
Added: head/devel/p5-File-Tail-Multi/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-File-Tail-Multi/pkg-plist Mon Jan 12 01:14:09 2015 (r376809)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/File/Tail/Multi.pm
+%%PERL5_MAN3%%/File::Tail::Multi.3.gz
More information about the svn-ports-all
mailing list