From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 8 08:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 039BD1065679 for ; Thu, 8 Oct 2009 08:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDCCC8FC22 for ; Thu, 8 Oct 2009 08:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n988U2Fu098991 for ; Thu, 8 Oct 2009 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n988U2li098986; Thu, 8 Oct 2009 08:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 8 Oct 2009 08:30:02 GMT Resent-Message-Id: <200910080830.n988U2li098986@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C93C41065672 for ; Thu, 8 Oct 2009 08:20:07 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9B88FC13 for ; Thu, 8 Oct 2009 08:20:07 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id F035F7E81C; Thu, 8 Oct 2009 16:20:06 +0800 (CST) Message-Id: <20091008082006.F035F7E81C@colo-p.gslin.org> Date: Thu, 8 Oct 2009 16:20:06 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/139420: [NEW PORT] devel/p5-Log-Dispatch-Scribe: Logging via Facebook\'s Scribe server software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 08:30:04 -0000 >Number: 139420 >Category: ports >Synopsis: [NEW PORT] devel/p5-Log-Dispatch-Scribe: Logging via Facebook\'s Scribe server software >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 08 08:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009 >Description: This module provides a Log::Dispatch style interface to Scribe, and is also fully compatible with Log::Log4perl. WWW: http://search.cpan.org/dist/Log-Dispatch-Scribe/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Log-Dispatch-Scribe-0.02.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-Log-Dispatch-Scribe # p5-Log-Dispatch-Scribe/pkg-descr # p5-Log-Dispatch-Scribe/Makefile # p5-Log-Dispatch-Scribe/pkg-plist # p5-Log-Dispatch-Scribe/distinfo # echo c - p5-Log-Dispatch-Scribe mkdir -p p5-Log-Dispatch-Scribe > /dev/null 2>&1 echo x - p5-Log-Dispatch-Scribe/pkg-descr sed 's/^X//' >p5-Log-Dispatch-Scribe/pkg-descr << '1e7047ed0334ca856a75592e2ca84da8' XThis module provides a Log::Dispatch style interface to Scribe, and is Xalso fully compatible with Log::Log4perl. X XWWW: http://search.cpan.org/dist/Log-Dispatch-Scribe/ 1e7047ed0334ca856a75592e2ca84da8 echo x - p5-Log-Dispatch-Scribe/Makefile sed 's/^X//' >p5-Log-Dispatch-Scribe/Makefile << 'c08f5d684d4db466f5d2cbaf72250d61' X# New ports collection makefile for: p5-Log-Dispatch-Scribe X# Date created: 2009-10-08 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Log-Dispatch-Scribe XPORTVERSION= 0.02 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= Log XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Logging via Facebook\'s Scribe server software X XRUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch X XPERL_CONFIGURE= yes X XMAN1= scribe_cat.pl.1 XMAN3= Log::Dispatch::Scribe.3 X X.include c08f5d684d4db466f5d2cbaf72250d61 echo x - p5-Log-Dispatch-Scribe/pkg-plist sed 's/^X//' >p5-Log-Dispatch-Scribe/pkg-plist << 'dff1ce7f333ed71d80ac6f9b45f70cf5' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Scribe/.packlist X%%SITE_PERL%%/Log/Dispatch/Scribe.pm Xbin/scribe_cat.pl X@dirrmtry %%SITE_PERL%%/Log/Dispatch X@dirrmtry %%SITE_PERL%%/Log X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch/Scribe X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Dispatch X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log dff1ce7f333ed71d80ac6f9b45f70cf5 echo x - p5-Log-Dispatch-Scribe/distinfo sed 's/^X//' >p5-Log-Dispatch-Scribe/distinfo << 'e3a74a4ddfe45b9645860f2a735c0895' XMD5 (Log-Dispatch-Scribe-0.02.tar.gz) = 484a9397058c96933a9f35daa5552571 XSHA256 (Log-Dispatch-Scribe-0.02.tar.gz) = cf8ad0fe166291b40f470f537f33cf1c6c2d384341419d8c3d29a9e7eb0b0e22 XSIZE (Log-Dispatch-Scribe-0.02.tar.gz) = 8812 e3a74a4ddfe45b9645860f2a735c0895 exit --- p5-Log-Dispatch-Scribe-0.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: