svn commit: r322242 - in head/devel: . p5-Lvalue
Ryan Steinmetz
zi at FreeBSD.org
Wed Jul 3 18:22:29 UTC 2013
Author: zi
Date: Wed Jul 3 18:22:27 2013
New Revision: 322242
URL: http://svnweb.freebsd.org/changeset/ports/322242
Log:
New port: devel/p5-Lvalue:
Lvalue takes an object produced by some other package and wraps it
with lvalue functionality implemented with the object's original
getter and setter routines. Lvalue assumes its object uses the
relatively standard getter / setter idiom where any arguments is a
setter, and no arguments is a getter.
WWW: http://search.cpan.org/dist/Lvalue/
Added:
head/devel/p5-Lvalue/
head/devel/p5-Lvalue/Makefile (contents, props changed)
head/devel/p5-Lvalue/distinfo (contents, props changed)
head/devel/p5-Lvalue/pkg-descr (contents, props changed)
head/devel/p5-Lvalue/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Jul 3 18:19:59 2013 (r322241)
+++ head/devel/Makefile Wed Jul 3 18:22:27 2013 (r322242)
@@ -2242,6 +2242,7 @@
SUBDIR += p5-Log-Trace
SUBDIR += p5-Log-TraceMessages
SUBDIR += p5-Logfile-Rotate
+ SUBDIR += p5-Lvalue
SUBDIR += p5-Luka
SUBDIR += p5-MRO-Compat
SUBDIR += p5-MRO-Define
Added: head/devel/p5-Lvalue/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Lvalue/Makefile Wed Jul 3 18:22:27 2013 (r322242)
@@ -0,0 +1,22 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Lvalue
+PORTVERSION= 0.21
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:ASG
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Add lvalue getters and setters to existing objects
+
+BUILD_DEPENDS= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \
+ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Lvalue.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-Lvalue/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Lvalue/distinfo Wed Jul 3 18:22:27 2013 (r322242)
@@ -0,0 +1,2 @@
+SHA256 (Lvalue-0.21.tar.gz) = 8a72164955560f43b956b8fd7a3e955a42552a80b8ca01e8e3ab288f704fb57e
+SIZE (Lvalue-0.21.tar.gz) = 5619
Added: head/devel/p5-Lvalue/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Lvalue/pkg-descr Wed Jul 3 18:22:27 2013 (r322242)
@@ -0,0 +1,7 @@
+Lvalue takes an object produced by some other package and wraps it
+with lvalue functionality implemented with the object's original
+getter and setter routines. Lvalue assumes its object uses the
+relatively standard getter / setter idiom where any arguments is a
+setter, and no arguments is a getter.
+
+WWW: http://search.cpan.org/dist/Lvalue/
Added: head/devel/p5-Lvalue/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Lvalue/pkg-plist Wed Jul 3 18:22:27 2013 (r322242)
@@ -0,0 +1,5 @@
+ at comment $FreeBSD$
+%%SITE_PERL%%/Lvalue.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lvalue/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lvalue/Path
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lvalue
More information about the svn-ports-head
mailing list