Bug 184263 - [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server
Summary: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 00:00 UTC by Hung-Yi Chen
Modified: 2013-12-02 08:20 UTC (History)
0 users

See Also:


Attachments
.shar (2.39 KB, text/plain)
2013-11-25 00:00 UTC, Hung-Yi Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2013-11-25 00:00:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-25 00:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-02 08:14:33 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-02 08:14:34 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"