From gaod@cse.tw  Sun Nov 24 23:54:39 2013
Return-Path: <gaod@cse.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 038F07D8
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Nov 2013 23:54:39 +0000 (UTC)
Received: from cse.tw (cse.tw [140.138.145.234])
	by mx1.freebsd.org (Postfix) with ESMTP id C4A462D35
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Nov 2013 23:54:38 +0000 (UTC)
Received: from cse.tw (localhost [127.0.0.1])
	by cse.tw (Postfix) with ESMTP id F012F187B340
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 07:54:47 +0800 (CST)
Received: (from gaod@localhost)
	by cse.tw (8.14.5/8.14.5/Submit) id rAONslHc079948;
	Mon, 25 Nov 2013 07:54:47 +0800 (CST)
	(envelope-from gaod)
Message-Id: <201311242354.rAONslHc079948@cse.tw>
Date: Mon, 25 Nov 2013 07:54:47 +0800 (CST)
From: Hung-Yi Chen <gaod@hychen.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184263
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 00:00:00 UTC 2013
>Closed-Date:    Mon Dec 02 08:14:33 UTC 2013
>Last-Modified:  Mon Dec  2 08:20:01 UTC 2013
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013
>Description:
It monitors files in a given directory (or set of directories), such as 
Apache log files in /var/log/httpd, and as the log files are written to,
takes the changes and sends them to a running instance of the Scribe 
logging system.

WWW: http://search.cpan.org/dist/File-Tail-Scribe/

Generated with FreeBSD Port Tools 0.99_8 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-File-Tail-Scribe
#	p5-File-Tail-Scribe/distinfo
#	p5-File-Tail-Scribe/pkg-plist
#	p5-File-Tail-Scribe/Makefile
#	p5-File-Tail-Scribe/pkg-descr
#
echo c - p5-File-Tail-Scribe
mkdir -p p5-File-Tail-Scribe > /dev/null 2>&1
echo x - p5-File-Tail-Scribe/distinfo
sed 's/^X//' >p5-File-Tail-Scribe/distinfo << 'ff1929943e33c14f0bdea10996fad51c'
XSHA256 (File-Tail-Scribe-0.13.tar.gz) = 75817c2c2d155707423fb26f5923a69dfc6834a8f532afaaf01a4069f15f8b20
XSIZE (File-Tail-Scribe-0.13.tar.gz) = 8656
ff1929943e33c14f0bdea10996fad51c
echo x - p5-File-Tail-Scribe/pkg-plist
sed 's/^X//' >p5-File-Tail-Scribe/pkg-plist << '2448ea43791a290e002f8c993d2d3e3a'
X%%SITE_PERL%%/File/Tail/Scribe.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
X@dirrmtry %%SITE_PERL%%/File
2448ea43791a290e002f8c993d2d3e3a
echo x - p5-File-Tail-Scribe/Makefile
sed 's/^X//' >p5-File-Tail-Scribe/Makefile << 'd2450ab95d45b853fc6488f6298a570e'
X# Created by: Hung-Yi Chen <gaod@hychen.org>
X# $FreeBSD$
X
XPORTNAME=	File-Tail-Scribe
XPORTVERSION=	0.13
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gaod@hychen.org
XCOMMENT=	Perl Module to tail file to Scribe server
X
XRUN_DEPENDS=	p5-File-Tail-Dir>0:${PORTSDIR}/devel/p5-File-Tail-Dir \
X		p5-Log-Dispatch-Scribe>0:${PORTSDIR}/devel/p5-Log-Dispatch-Scribe \
X		p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
X		p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject
X
XUSES=		perl5
XUSE_PERL5=	configure
X
XMAN3=		File::Tail::Scribe.3
X
XNO_STAGE=	yes
X.include <bsd.port.mk>
d2450ab95d45b853fc6488f6298a570e
echo x - p5-File-Tail-Scribe/pkg-descr
sed 's/^X//' >p5-File-Tail-Scribe/pkg-descr << 'c563db79a0307bfa8f27fd9deed42169'
XIt monitors files in a given directory (or set of directories), such as 
XApache log files in /var/log/httpd, and as the log files are written to,
Xtakes the changes and sends them to a running instance of the Scribe 
Xlogging system.
X
XWWW: http://search.cpan.org/dist/File-Tail-Scribe/
c563db79a0307bfa8f27fd9deed42169
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 25 00:00:10 UTC 2013 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184263 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Dec 2 08:14:33 UTC 2013 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184263 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184263: commit references a PR
Date: Mon,  2 Dec 2013 08:14:34 +0000 (UTC)

 Author: sunpoet
 Date: Mon Dec  2 08:14:25 2013
 New Revision: 335461
 URL: http://svnweb.freebsd.org/changeset/ports/335461
 
 Log:
   - Add p5-File-Tail-Scribe
   - While I'm here:
     - Add LICENSE
     - Fix *_DEPENDS
     - Support STAGEDIR
     - Fix PLIST: add missing files
   
   It monitors files in a given directory (or set of directories), such as
   Apache log files in /var/log/httpd, and as the log files are written to,
   takes the changes and sends them to a running instance of the Scribe
   logging system.
   
   WWW: http://search.cpan.org/dist/File-Tail-Scribe/
   
   PR:		ports/184263
   Submitted by:	Hung-Yi Chen <gaod@hychen.org>
 
 Added:
   head/devel/p5-File-Tail-Scribe/
   head/devel/p5-File-Tail-Scribe/Makefile   (contents, props changed)
   head/devel/p5-File-Tail-Scribe/distinfo   (contents, props changed)
   head/devel/p5-File-Tail-Scribe/pkg-descr   (contents, props changed)
   head/devel/p5-File-Tail-Scribe/pkg-plist   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Mon Dec  2 08:09:20 2013	(r335460)
 +++ head/devel/Makefile	Mon Dec  2 08:14:25 2013	(r335461)
 @@ -2019,6 +2019,7 @@
      SUBDIR += p5-File-Sync
      SUBDIR += p5-File-Tail
      SUBDIR += p5-File-Tail-Dir
 +    SUBDIR += p5-File-Tail-Scribe
      SUBDIR += p5-File-Temp
      SUBDIR += p5-File-Tempdir
      SUBDIR += p5-File-Touch
 
 Added: head/devel/p5-File-Tail-Scribe/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-File-Tail-Scribe/Makefile	Mon Dec  2 08:14:25 2013	(r335461)
 @@ -0,0 +1,25 @@
 +# Created by: Hung-Yi Chen <gaod@hychen.org>
 +# $FreeBSD$
 +
 +PORTNAME=	File-Tail-Scribe
 +PORTVERSION=	0.13
 +CATEGORIES=	devel perl5
 +MASTER_SITES=	CPAN
 +PKGNAMEPREFIX=	p5-
 +
 +MAINTAINER=	gaod@hychen.org
 +COMMENT=	Perl Module to tail file to Scribe server
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
 +BUILD_DEPENDS=	p5-File-Tail-Dir>=0:${PORTSDIR}/devel/p5-File-Tail-Dir \
 +		p5-Log-Dispatch-Scribe>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Scribe \
 +		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +TEST_DEPENDS=	p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
 +
 +USES=		perl5
 +USE_PERL5=	configure
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/p5-File-Tail-Scribe/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-File-Tail-Scribe/distinfo	Mon Dec  2 08:14:25 2013	(r335461)
 @@ -0,0 +1,2 @@
 +SHA256 (File-Tail-Scribe-0.13.tar.gz) = 75817c2c2d155707423fb26f5923a69dfc6834a8f532afaaf01a4069f15f8b20
 +SIZE (File-Tail-Scribe-0.13.tar.gz) = 8656
 
 Added: head/devel/p5-File-Tail-Scribe/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-File-Tail-Scribe/pkg-descr	Mon Dec  2 08:14:25 2013	(r335461)
 @@ -0,0 +1,6 @@
 +It monitors files in a given directory (or set of directories), such as 
 +Apache log files in /var/log/httpd, and as the log files are written to,
 +takes the changes and sends them to a running instance of the Scribe 
 +logging system.
 +
 +WWW: http://search.cpan.org/dist/File-Tail-Scribe/
 
 Added: head/devel/p5-File-Tail-Scribe/pkg-plist
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/p5-File-Tail-Scribe/pkg-plist	Mon Dec  2 08:14:25 2013	(r335461)
 @@ -0,0 +1,9 @@
 +bin/tail_to_scribe.pl
 +%%SITE_PERL%%/File/Tail/Scribe.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe/.packlist
 +%%PERL5_MAN3%%/File::Tail::Scribe.3.gz
 +man/man1/tail_to_scribe.pl.1.gz
 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
 +@dirrmtry %%SITE_PERL%%/File
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
