Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 17:11:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201501041711.t04HBVmT039777@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041711.t04HBVmT039777>