From owner-svn-ports-head@FreeBSD.ORG Sun Jan 4 17:11:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21C4F838; Sun, 4 Jan 2015 17:11:40 +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 6F06827B3; Sun, 4 Jan 2015 17:11:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t04HBWHo039787; Sun, 4 Jan 2015 17:11:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t04HBVmT039777; Sun, 4 Jan 2015 17:11:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501041711.t04HBVmT039777@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Jan 2015 17:11:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376246 - in head/devel: . p5-Log-Report-Optional 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: Sun, 04 Jan 2015 17:11:40 -0000 Author: sunpoet Date: Sun Jan 4 17:11:30 2015 New Revision: 376246 URL: https://svnweb.freebsd.org/changeset/ports/376246 QAT: https://qat.redports.org/buildarchive/r376246/ Log: - Add p5-Log-Report-Optional 1.01 Log::Report::Optional will allow libraries (helper modules) to have a dependency to a small module instead of the full Log-Report distribution. The full power of Log::Report is only released when the main program uses that module. In that case, the module using the 'Optional' will also use the full Log::Report, otherwise the dressed-down Log::Report::Minimal version. WWW: http://search.cpan.org/dist/Log-Report-Optional/ Added: head/devel/p5-Log-Report-Optional/ head/devel/p5-Log-Report-Optional/Makefile (contents, props changed) head/devel/p5-Log-Report-Optional/distinfo (contents, props changed) head/devel/p5-Log-Report-Optional/pkg-descr (contents, props changed) head/devel/p5-Log-Report-Optional/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 4 17:11:22 2015 (r376245) +++ head/devel/Makefile Sun Jan 4 17:11:30 2015 (r376246) @@ -2338,6 +2338,7 @@ SUBDIR += p5-Log-Message-Simple SUBDIR += p5-Log-Minimal SUBDIR += p5-Log-Report + SUBDIR += p5-Log-Report-Optional SUBDIR += p5-Log-Simple SUBDIR += p5-Log-Trace SUBDIR += p5-Log-TraceMessages Added: head/devel/p5-Log-Report-Optional/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Report-Optional/Makefile Sun Jan 4 17:11:30 2015 (r376246) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Log-Report-Optional +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Log::Report or ::Minimal + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-String-Print>=0.13:${PORTSDIR}/textproc/p5-String-Print +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Log-Report-Optional/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Report-Optional/distinfo Sun Jan 4 17:11:30 2015 (r376246) @@ -0,0 +1,2 @@ +SHA256 (Log-Report-Optional-1.01.tar.gz) = 0e01b255a9249220cee9fa8a06d17cbd9f221bbcc21198773a4ce2ff1a899eb8 +SIZE (Log-Report-Optional-1.01.tar.gz) = 11063 Added: head/devel/p5-Log-Report-Optional/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Report-Optional/pkg-descr Sun Jan 4 17:11:30 2015 (r376246) @@ -0,0 +1,7 @@ +Log::Report::Optional will allow libraries (helper modules) to have a dependency +to a small module instead of the full Log-Report distribution. The full power of +Log::Report is only released when the main program uses that module. In that +case, the module using the 'Optional' will also use the full Log::Report, +otherwise the dressed-down Log::Report::Minimal version. + +WWW: http://search.cpan.org/dist/Log-Report-Optional/ Added: head/devel/p5-Log-Report-Optional/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Log-Report-Optional/pkg-plist Sun Jan 4 17:11:30 2015 (r376246) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Log/Report/Minimal.pm +%%SITE_PERL%%/Log/Report/Minimal.pod +%%SITE_PERL%%/Log/Report/Minimal/Domain.pm +%%SITE_PERL%%/Log/Report/Minimal/Domain.pod +%%SITE_PERL%%/Log/Report/Optional.pm +%%SITE_PERL%%/Log/Report/Optional.pod +%%SITE_PERL%%/Log/Report/Util.pm +%%SITE_PERL%%/Log/Report/Util.pod +%%PERL5_MAN3%%/Log::Report::Minimal.3.gz +%%PERL5_MAN3%%/Log::Report::Minimal::Domain.3.gz +%%PERL5_MAN3%%/Log::Report::Optional.3.gz +%%PERL5_MAN3%%/Log::Report::Util.3.gz