pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Want Initial addition of p5-Want version 0.07...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62f5fba0ad2e
branches:  trunk
changeset: 483304:62f5fba0ad2e
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Nov 10 15:38:57 2004 +0000

description:
Initial addition of p5-Want version 0.07 into the NetBSD Packages Collection.

This Perl 5 module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail how its
return value is going to be immediately used.

diffstat:

 devel/p5-Want/DESCR    |   3 +++
 devel/p5-Want/Makefile |  16 ++++++++++++++++
 devel/p5-Want/PLIST    |   1 +
 devel/p5-Want/distinfo |   4 ++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r f3ff25510a09 -r 62f5fba0ad2e devel/p5-Want/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Want/DESCR       Wed Nov 10 15:38:57 2004 +0000
@@ -0,0 +1,3 @@
+This Perl 5 module generalises the mechanism of the wantarray
+function, allowing a function to determine in some detail how its
+return value is going to be immediately used.
diff -r f3ff25510a09 -r 62f5fba0ad2e devel/p5-Want/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Want/Makefile    Wed Nov 10 15:38:57 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/10 15:38:57 seb Exp $
+
+DISTNAME=      Want-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
+
+MAINTAINER=    seb%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Want/
+COMMENT=       Perl module providing a generalisation of wantarray
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Want/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f3ff25510a09 -r 62f5fba0ad2e devel/p5-Want/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Want/PLIST       Wed Nov 10 15:38:57 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 15:38:58 seb Exp $
diff -r f3ff25510a09 -r 62f5fba0ad2e devel/p5-Want/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Want/distinfo    Wed Nov 10 15:38:57 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/10 15:38:58 seb Exp $
+
+SHA1 (Want-0.07.tar.gz) = 0237e6d6ba80acf6909f465b4fffa7648de25189
+Size (Want-0.07.tar.gz) = 14467 bytes



Home | Main Index | Thread Index | Old Index