pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Report-Optional Import Log-Report-Optiona...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b7a18f4402a
branches:  trunk
changeset: 631310:0b7a18f4402a
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Mar 01 13:51:56 2014 +0000

description:
Import Log-Report-Optional-1.00 as devel/p5-Log-Report-Optional.

This module 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.

diffstat:

 devel/p5-Log-Report-Optional/DESCR    |   5 +++++
 devel/p5-Log-Report-Optional/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Log-Report-Optional/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r f455ec72f22a -r 0b7a18f4402a devel/p5-Log-Report-Optional/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Report-Optional/DESCR        Sat Mar 01 13:51:56 2014 +0000
@@ -0,0 +1,5 @@
+This module 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.
diff -r f455ec72f22a -r 0b7a18f4402a devel/p5-Log-Report-Optional/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Report-Optional/Makefile     Sat Mar 01 13:51:56 2014 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/03/01 13:51:56 wen Exp $
+#
+
+DISTNAME=      Log-Report-Optional-1.00
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Log-Report-Optional/
+COMMENT=       Log::Report or ::Minimal
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-String-Print>=0.13:../../devel/p5-String-Print
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Log/Report/Optional/.packlist
+#PERL5_MODULE_TYPE=    Module::Install::Bundled
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f455ec72f22a -r 0b7a18f4402a devel/p5-Log-Report-Optional/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Log-Report-Optional/distinfo     Sat Mar 01 13:51:56 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/03/01 13:51:56 wen Exp $
+
+SHA1 (Log-Report-Optional-1.00.tar.gz) = 83b093ec1e8fd47494f762a9482a78ba5297d969
+RMD160 (Log-Report-Optional-1.00.tar.gz) = fb107e0948ca4920d0873b9770fbe5fc0e78701e
+Size (Log-Report-Optional-1.00.tar.gz) = 10779 bytes



Home | Main Index | Thread Index | Old Index