[Midnightbsd-cvs] mports [16762] trunk/devel: add p5-List-AllUtils

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 4 23:19:24 EDT 2014


Revision: 16762
          http://svnweb.midnightbsd.org/mports/?rev=16762
Author:   laffer1
Date:     2014-09-04 23:19:23 -0400 (Thu, 04 Sep 2014)
Log Message:
-----------
add p5-List-AllUtils

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-List-AllUtils/
    trunk/devel/p5-List-AllUtils/Makefile
    trunk/devel/p5-List-AllUtils/distinfo
    trunk/devel/p5-List-AllUtils/pkg-descr
    trunk/devel/p5-List-AllUtils/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-09-05 03:16:40 UTC (rev 16761)
+++ trunk/devel/Makefile	2014-09-05 03:19:23 UTC (rev 16762)
@@ -280,6 +280,7 @@
 SUBDIR += p5-IPC-ShareLite
 SUBDIR += p5-IPC-Signal
 SUBDIR += p5-JSON-RPC
+SUBDIR += p5-List-AllUtils
 SUBDIR += p5-Locale-gettext
 SUBDIR += p5-Log-Any
 SUBDIR += p5-Log-Log4perl

Added: trunk/devel/p5-List-AllUtils/Makefile
===================================================================
--- trunk/devel/p5-List-AllUtils/Makefile	                        (rev 0)
+++ trunk/devel/p5-List-AllUtils/Makefile	2014-09-05 03:19:23 UTC (rev 16762)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME=	List-AllUtils
+PORTVERSION=	0.08
+PORTREVISION=	1
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Combines List::Util and List::MoreUtils in one bite-sized package
+
+LICENSE=	artistic2
+
+BUILD_DEPENDS=	p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings
+
+USE_PERL5=		yes
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/devel/p5-List-AllUtils/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: trunk/devel/p5-List-AllUtils/distinfo
===================================================================
--- trunk/devel/p5-List-AllUtils/distinfo	                        (rev 0)
+++ trunk/devel/p5-List-AllUtils/distinfo	2014-09-05 03:19:23 UTC (rev 16762)
@@ -0,0 +1,2 @@
+SHA256 (List-AllUtils-0.08.tar.gz) = 27ddc2f0d47656cd3e08846ffe19f765bbd6c1d0e3c751ce4bb704e2b0b7ad1f
+SIZE (List-AllUtils-0.08.tar.gz) = 19283

Added: trunk/devel/p5-List-AllUtils/pkg-descr
===================================================================
--- trunk/devel/p5-List-AllUtils/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-List-AllUtils/pkg-descr	2014-09-05 03:19:23 UTC (rev 16762)
@@ -0,0 +1,6 @@
+Are you sick of trying to remember whether a particular helper is defined in
+List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This
+module will export all of the functions that either of those two modules
+defines.
+
+WWW: http://search.cpan.org/dist/List-AllUtils/

Added: trunk/devel/p5-List-AllUtils/pkg-plist
===================================================================
--- trunk/devel/p5-List-AllUtils/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-List-AllUtils/pkg-plist	2014-09-05 03:19:23 UTC (rev 16762)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/List/AllUtils.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist
+%%PERL5_MAN3%%/List::AllUtils.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List
+ at dirrmtry %%SITE_PERL%%/List



More information about the Midnightbsd-cvs mailing list