- 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/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-04 17:11:30 +00:00
parent e3df8df28d
commit 1c403aaa10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376246
5 changed files with 44 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Log-Report-Optional-1.01.tar.gz) = 0e01b255a9249220cee9fa8a06d17cbd9f221bbcc21198773a4ce2ff1a899eb8
SIZE (Log-Report-Optional-1.01.tar.gz) = 11063

View file

@ -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/

View file

@ -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