pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Task-Weaken Initial import of p5-Task-Weaken ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e0821c5e76d
branches:  trunk
changeset: 528164:2e0821c5e76d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Apr 22 21:03:27 2007 +0000

description:
Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection.

One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
  requires 'Task::Weaken';

diffstat:

 devel/p5-Task-Weaken/DESCR    |   5 +++++
 devel/p5-Task-Weaken/Makefile |  17 +++++++++++++++++
 devel/p5-Task-Weaken/PLIST    |   1 +
 devel/p5-Task-Weaken/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 768abe08f77b -r 2e0821c5e76d devel/p5-Task-Weaken/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Task-Weaken/DESCR        Sun Apr 22 21:03:27 2007 +0000
@@ -0,0 +1,5 @@
+One recurring problem in Perl modules that use Scalar::Util's
+"weaken" function is that it is not present in the pure-perl variant.
+So if your module uses "weaken", you can just add the following to
+your Module::Install-based Makefile.PL (or equivalent):
+  requires 'Task::Weaken';
diff -r 768abe08f77b -r 2e0821c5e76d devel/p5-Task-Weaken/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Task-Weaken/Makefile     Sun Apr 22 21:03:27 2007 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
+#
+
+DISTNAME=      Task-Weaken-0.99
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Task/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist//Task-Weaken/
+COMMENT=       Perl 5 module to ensure that a platform has weaken support
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Task/Weaken/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 768abe08f77b -r 2e0821c5e76d devel/p5-Task-Weaken/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Task-Weaken/PLIST        Sun Apr 22 21:03:27 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
diff -r 768abe08f77b -r 2e0821c5e76d devel/p5-Task-Weaken/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Task-Weaken/distinfo     Sun Apr 22 21:03:27 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:03:27 seb Exp $
+
+SHA1 (Task-Weaken-0.99.tar.gz) = 7b78b929b8e63198a3154453b074e5853e63e276
+RMD160 (Task-Weaken-0.99.tar.gz) = ee2f1cefb771dd62156830af1a0e5b277884bd62
+Size (Task-Weaken-0.99.tar.gz) = 19917 bytes



Home | Main Index | Thread Index | Old Index