From owner-svn-ports-head@FreeBSD.ORG Mon Jan 12 01:14:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B72D603; Mon, 12 Jan 2015 01:14:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C61BA9E; Mon, 12 Jan 2015 01:14:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0C1EBPT064945; Mon, 12 Jan 2015 01:14:11 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0C1EAGl064940; Mon, 12 Jan 2015 01:14:10 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201501120114.t0C1EAGl064940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 12 Jan 2015 01:14:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 01:14:11 -0000 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 +# $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 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