pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-curry
Module Name: pkgsrc
Committed By: wen
Date: Sun Jan 21 03:39:26 UTC 2018
Added Files:
pkgsrc/devel/p5-curry: DESCR Makefile distinfo
Log Message:
Import curry-1.001000 as devel/p5-curry.
Perl module to create automatic curried method call closures for
any class or object.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-curry/DESCR \
pkgsrc/devel/p5-curry/Makefile pkgsrc/devel/p5-curry/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-curry/DESCR
diff -u /dev/null pkgsrc/devel/p5-curry/DESCR:1.1
--- /dev/null Sun Jan 21 03:39:26 2018
+++ pkgsrc/devel/p5-curry/DESCR Sun Jan 21 03:39:26 2018
@@ -0,0 +1,2 @@
+Perl module to create automatic curried method call closures for
+any class or object.
Index: pkgsrc/devel/p5-curry/Makefile
diff -u /dev/null pkgsrc/devel/p5-curry/Makefile:1.1
--- /dev/null Sun Jan 21 03:39:26 2018
+++ pkgsrc/devel/p5-curry/Makefile Sun Jan 21 03:39:26 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/01/21 03:39:26 wen Exp $
+
+DISTNAME= curry-1.001000
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
+
+MAINTAINER= wen%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/curry/
+COMMENT= Create automatic curried method call closures for any class or object
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/curry/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-curry/distinfo
diff -u /dev/null pkgsrc/devel/p5-curry/distinfo:1.1
--- /dev/null Sun Jan 21 03:39:26 2018
+++ pkgsrc/devel/p5-curry/distinfo Sun Jan 21 03:39:26 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/21 03:39:26 wen Exp $
+
+SHA1 (curry-1.001000.tar.gz) = 306b547fd19e4bcf84fa67c440ea4240e39f7692
+RMD160 (curry-1.001000.tar.gz) = 2fb22dcb29adf070c7e3f17dffab1a10e7231942
+SHA512 (curry-1.001000.tar.gz) = 1d934ceb64a73784484ac73a529f9f6cdd3cbcaff7175515ddce75bbc7933f2f3105f3a4ef12e33eb82db5792c435e32aae12f64b3e334064db4305910e86d14
+Size (curry-1.001000.tar.gz) = 3754 bytes
Home |
Main Index |
Thread Index |
Old Index