Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 19:25:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393020 - in head/devel: . p5-curry
Message-ID:  <201507271925.t6RJPL84031345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 27 19:25:20 2015
New Revision: 393020
URL: https://svnweb.freebsd.org/changeset/ports/393020

Log:
  - Add p5-curry 1.000000
  
  How many times have you written
  
    sub { $obj->something($some, $args, @_) }
  
  or worse still needed to weaken it and had to check and re-check your code to be
  sure you weren't closing over things the wrong way?
  
  Right. That's why I wrote this.
  
  WWW: http://search.cpan.org/dist/curry/

Added:
  head/devel/p5-curry/
  head/devel/p5-curry/Makefile   (contents, props changed)
  head/devel/p5-curry/distinfo   (contents, props changed)
  head/devel/p5-curry/pkg-descr   (contents, props changed)
  head/devel/p5-curry/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jul 27 19:24:55 2015	(r393019)
+++ head/devel/Makefile	Mon Jul 27 19:25:20 2015	(r393020)
@@ -3338,6 +3338,7 @@
     SUBDIR += p5-constant-defer
     SUBDIR += p5-constant-lexical
     SUBDIR += p5-cpan-listchanges
+    SUBDIR += p5-curry
     SUBDIR += p5-enum
     SUBDIR += p5-ex-lib
     SUBDIR += p5-experimental

Added: head/devel/p5-curry/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-curry/Makefile	Mon Jul 27 19:25:20 2015	(r393020)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	curry
+PORTVERSION=	1.000000
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:MSTROUT
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create automatic curried method call closures for any class or object
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-curry/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-curry/distinfo	Mon Jul 27 19:25:20 2015	(r393020)
@@ -0,0 +1,2 @@
+SHA256 (curry-1.000000.tar.gz) = 2d81dae9a11515a791076b005ec4a0398b892e0323939c6d82a06b92988912ac
+SIZE (curry-1.000000.tar.gz) = 2470

Added: head/devel/p5-curry/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-curry/pkg-descr	Mon Jul 27 19:25:20 2015	(r393020)
@@ -0,0 +1,10 @@
+How many times have you written
+
+  sub { $obj->something($some, $args, @_) }
+
+or worse still needed to weaken it and had to check and re-check your code to be
+sure you weren't closing over things the wrong way?
+
+Right. That's why I wrote this.
+
+WWW: http://search.cpan.org/dist/curry/

Added: head/devel/p5-curry/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-curry/pkg-plist	Mon Jul 27 19:25:20 2015	(r393020)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/curry.pm
+%%SITE_PERL%%/curry/weak.pm
+%%PERL5_MAN3%%/curry.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271925.t6RJPL84031345>