From evgeniy@kosov.su  Tue Mar 22 13:47:14 2011
Return-Path: <evgeniy@kosov.su>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 61951106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Mar 2011 13:47:14 +0000 (UTC)
	(envelope-from evgeniy@kosov.su)
Received: from relay-out.cm.hc.ru (relay-out.cm.hc.ru [89.111.178.16])
	by mx1.freebsd.org (Postfix) with ESMTP id 1C7338FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Mar 2011 13:47:13 +0000 (UTC)
Received: from [UNAVAILABLE] ([91.189.112.7]:36797 helo=[10.10.81.210])
	by smtp.cm.hc.ru with esmtpa (envelope-from <evgeniy@kosov.su>)
	id 1Q20nZ-0003o2-4t
	for FreeBSD-gnats-submit@freebsd.org; Tue, 22 Mar 2011 15:34:59 +0300
Message-Id: <4D889758.5090400@kosov.su>
Date: Tue, 22 Mar 2011 15:34:32 +0300
From: Evgeniy Kosov <evgeniy@kosov.su>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: devel/p5-Log-Any-App An easy way to use Log::Any in applications

>Number:         155783
>Category:       ports
>Synopsis:       New port: devel/p5-Log-Any-App An easy way to use Log::Any in applications
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 13:50:01 UTC 2011
>Closed-Date:    Wed Apr 06 13:54:09 UTC 2011
>Last-Modified:  Wed Apr  6 14:00:21 UTC 2011
>Originator:     Evgeniy Kosov
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
>Description:
This Perl module simplifies usage of Log::Any-aware modules in applications.

WWW: http://search.cpan.org/dist/Log-Any-App/
>How-To-Repeat:
>Fix:


# 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-Any-App
#	p5-Log-Any-App/Makefile
#	p5-Log-Any-App/distinfo
#	p5-Log-Any-App/pkg-descr
#	p5-Log-Any-App/pkg-plist
#
echo c - p5-Log-Any-App
mkdir -p p5-Log-Any-App > /dev/null 2>&1
echo x - p5-Log-Any-App/Makefile
sed 's/^X//' >p5-Log-Any-App/Makefile << '612b87a3808e0e1e98befc9734d8e64c'
X# New ports collection makefile for:	Log::Any::App
X# Date created:		22 Mar 2011
X# Whom:			Evgeniy Kosov <evgeniy@kosov.su>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Log-Any-App
XPORTVERSION=	0.27
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	An easy way to use Log::Any in applications
X
XRUN_DEPENDS=    p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build \
X		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
X		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
X		p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \
X		p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
X	 
p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl 
\
X		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
X	 
p5-Log-Dispatch-FileRotate>=0:${PORTSDIR}/devel/p5-Log-Dispatch-FileRotate \
X		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
XBUILD_DEPENDS=  ${RUN_DEPENDS}
X
XPERL_MODBUILD=	5.10.1
X
XMAN3=		Log::Any::App.3
X
X.include <bsd.port.mk>
612b87a3808e0e1e98befc9734d8e64c
echo x - p5-Log-Any-App/distinfo
sed 's/^X//' >p5-Log-Any-App/distinfo << 'fa67a34dd2175cfae9ab4d538e6e3925'
XSHA256 (Log-Any-App-0.27.tar.gz) = 
d8e839c28c1afd582da49e2547e6789a80d17865d4392bb2976727677ac18c87
XSIZE (Log-Any-App-0.27.tar.gz) = 31308
fa67a34dd2175cfae9ab4d538e6e3925
echo x - p5-Log-Any-App/pkg-descr
sed 's/^X//' >p5-Log-Any-App/pkg-descr << 'cc672ff42906a63358c7b9c856853e3e'
XThis Perl module simplifies usage of Log::Any-aware modules in 
applications.
X
XWWW: http://search.cpan.org/dist/Log-Any-App/
cc672ff42906a63358c7b9c856853e3e
echo x - p5-Log-Any-App/pkg-plist
sed 's/^X//' >p5-Log-Any-App/pkg-plist << '053f35a64c44f3523eaec8aee7c7133d'
X%%SITE_PERL%%/Log/Any/App.pm
X@dirrmtry %%SITE_PERL%%/Log/Any
X@dirrmtry %%SITE_PERL%%/Log
053f35a64c44f3523eaec8aee7c7133d
exit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 22 13:50:12 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

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

From: Evgeniy Kosov <evgeniy@kosov.su>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/155783: New port: devel/p5-Log-Any-App An easy way to use
 Log::Any in applications
Date: Tue, 22 Mar 2011 17:18:07 +0300

 This is a multi-part message in MIME format.
 --------------050103030703030703070704
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Unfortunately, I've found a bug in the ports Makefile (right after 
 posting the PR). Required perl version has to be changed:
 
 -PERL_MODBUILD= 5.10.1
 +PERL_MODBUILD= 5.10.1+
 
 Corresponding patch and updated shar are attached.
 
 --
 Regards,
 Evgeniy
 
 --------------050103030703030703070704
 Content-Type: text/plain;
  name="patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch"
 
 --- p5-Log-Any-App/Makefile.orig	2011-03-22 13:51:02.000000000 +0000
 +++ p5-Log-Any-App/Makefile	2011-03-22 13:50:24.000000000 +0000
 @@ -25,7 +25,7 @@
  		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
  BUILD_DEPENDS=  ${RUN_DEPENDS}
  
 -PERL_MODBUILD=	5.10.1
 +PERL_MODBUILD=	5.10.1+
  
  MAN3=		Log::Any::App.3
  
 
 --------------050103030703030703070704
 Content-Type: application/x-shar;
  name="p5-Log-Any-App.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="p5-Log-Any-App.shar"
 
 # 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-Any-App
 #	p5-Log-Any-App/Makefile
 #	p5-Log-Any-App/distinfo
 #	p5-Log-Any-App/pkg-descr
 #	p5-Log-Any-App/pkg-plist
 #
 echo c - p5-Log-Any-App
 mkdir -p p5-Log-Any-App > /dev/null 2>&1
 echo x - p5-Log-Any-App/Makefile
 sed 's/^X//' >p5-Log-Any-App/Makefile << '612b87a3808e0e1e98befc9734d8e64c'
 X# New ports collection makefile for:	Log::Any::App
 X# Date created:		22 Mar 2011
 X# Whom:			Evgeniy Kosov <evgeniy@kosov.su>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	Log-Any-App
 XPORTVERSION=	0.27
 XCATEGORIES=	devel perl5
 XMASTER_SITES=	CPAN
 XPKGNAMEPREFIX=	p5-
 X
 XMAINTAINER=	perl@FreeBSD.org
 XCOMMENT=	An easy way to use Log::Any in applications
 X
 XRUN_DEPENDS=    p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build \
 X		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 X		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \
 X		p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \
 X		p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
 X		p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl \
 X		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
 X		p5-Log-Dispatch-FileRotate>=0:${PORTSDIR}/devel/p5-Log-Dispatch-FileRotate \
 X		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
 XBUILD_DEPENDS=  ${RUN_DEPENDS}
 X
 XPERL_MODBUILD=	5.10.1+
 X
 XMAN3=		Log::Any::App.3
 X
 X.include <bsd.port.mk>
 612b87a3808e0e1e98befc9734d8e64c
 echo x - p5-Log-Any-App/distinfo
 sed 's/^X//' >p5-Log-Any-App/distinfo << 'fa67a34dd2175cfae9ab4d538e6e3925'
 XSHA256 (Log-Any-App-0.27.tar.gz) = d8e839c28c1afd582da49e2547e6789a80d17865d4392bb2976727677ac18c87
 XSIZE (Log-Any-App-0.27.tar.gz) = 31308
 fa67a34dd2175cfae9ab4d538e6e3925
 echo x - p5-Log-Any-App/pkg-descr
 sed 's/^X//' >p5-Log-Any-App/pkg-descr << 'cc672ff42906a63358c7b9c856853e3e'
 XThis Perl module simplifies usage of Log::Any-aware modules in applications.
 X
 XWWW: http://search.cpan.org/dist/Log-Any-App/
 cc672ff42906a63358c7b9c856853e3e
 echo x - p5-Log-Any-App/pkg-plist
 sed 's/^X//' >p5-Log-Any-App/pkg-plist << '053f35a64c44f3523eaec8aee7c7133d'
 X%%SITE_PERL%%/Log/Any/App.pm
 X@dirrmtry %%SITE_PERL%%/Log/Any
 X@dirrmtry %%SITE_PERL%%/Log
 053f35a64c44f3523eaec8aee7c7133d
 exit
 
 
 --------------050103030703030703070704--
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Wed Apr 6 13:53:59 UTC 2011 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155783: commit references a PR
Date: Wed,  6 Apr 2011 13:53:58 +0000 (UTC)

 skv         2011-04-06 13:53:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Log-Any-App Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-Log-Any-App 0.28, an easy way to use Log::Any in applications.
   
   PR:             ports/155783
   Submitted by:   Evgeniy Kosov <evgeniy@kosov.su>
   
   Revision  Changes    Path
   1.4296    +1 -0      ports/devel/Makefile
   1.1       +31 -0     ports/devel/p5-Log-Any-App/Makefile (new)
   1.1       +2 -0      ports/devel/p5-Log-Any-App/distinfo (new)
   1.1       +4 -0      ports/devel/p5-Log-Any-App/pkg-descr (new)
   1.1       +3 -0      ports/devel/p5-Log-Any-App/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
