pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl6-Junction - initially imported to pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a4a3aef0ebe
branches:  trunk
changeset: 544710:4a4a3aef0ebe
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Jul 18 12:04:32 2008 +0000

description:
- initially imported to pkgsrc - needed by other modules

This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.

diffstat:

 devel/p5-Perl6-Junction/DESCR    |   5 +++++
 devel/p5-Perl6-Junction/Makefile |  18 ++++++++++++++++++
 devel/p5-Perl6-Junction/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r bda50947a13f -r 4a4a3aef0ebe devel/p5-Perl6-Junction/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl6-Junction/DESCR     Fri Jul 18 12:04:32 2008 +0000
@@ -0,0 +1,5 @@
+This is a lightweight module which provides 'Junction' operators, the
+most commonly used being any and all.
+
+Inspired by the Perl6 design docs,
+http://dev.perl.org/perl6/doc/design/exe/E06.html.
diff -r bda50947a13f -r 4a4a3aef0ebe devel/p5-Perl6-Junction/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl6-Junction/Makefile  Fri Jul 18 12:04:32 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/18 12:04:32 rhaen Exp $
+#
+
+DISTNAME=      Perl6-Junction-1.40000
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Perl6/}
+
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/
+COMMENT=       Perl6 style Junction operators in Perl5
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Perl6/Junction/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bda50947a13f -r 4a4a3aef0ebe devel/p5-Perl6-Junction/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl6-Junction/distinfo  Fri Jul 18 12:04:32 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/18 12:04:32 rhaen Exp $
+
+SHA1 (Perl6-Junction-1.40000.tar.gz) = e8001d02af1739faf9d02a4354f86c23434f4ac8
+RMD160 (Perl6-Junction-1.40000.tar.gz) = bf3895206ea54f9bca88698ff248eb8d22b04d7e
+Size (Perl6-Junction-1.40000.tar.gz) = 6833 bytes



Home | Main Index | Thread Index | Old Index