Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 01:14:10 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376809 - head/devel/p5-File-Tail-Multi
Message-ID:  <201501120114.t0C1EAGl064940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	File-Tail-Multi
+PORTVERSION=	0.1
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ATRIPPS
+
+MAINTAINER=	adamw@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



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