[Midnightbsd-cvs] mports [21927] trunk/devel: add perl multidimensional

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 22:55:55 EDT 2016


Revision: 21927
          http://svnweb.midnightbsd.org/mports/?rev=21927
Author:   laffer1
Date:     2016-09-28 22:55:55 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add perl multidimensional

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-09-29 02:53:13 UTC (rev 21926)
+++ trunk/devel/Makefile	2016-09-29 02:55:55 UTC (rev 21927)
@@ -386,6 +386,7 @@
 SUBDIR += p5-bareword-filehandles
 SUBDIR += p5-common-sense
 SUBDIR += p5-indirect
+SUBDIR += p5-multidimensional
 SUBDIR += p5-namespace-clean
 SUBDIR += p5-parent
 SUBDIR += p5-strictures

Added: trunk/devel/p5-multidimensional/Makefile
===================================================================
--- trunk/devel/p5-multidimensional/Makefile	                        (rev 0)
+++ trunk/devel/p5-multidimensional/Makefile	2016-09-29 02:55:55 UTC (rev 21927)
@@ -0,0 +1,31 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-multidimensional/Makefile 415663 2016-05-23 03:50:24Z sunpoet $
+
+PORTNAME=	multidimensional
+PORTVERSION=	0.012
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ILMARI
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Disables multidimensional array emulation
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+		p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
+RUN_DEPENDS=	p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
+
+USE_PERL5=	configure
+USES=		perl5
+PERL_CONFIGURE=	yes
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/multidimensional/multidimensional.so
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-multidimensional/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-multidimensional/distinfo
===================================================================
--- trunk/devel/p5-multidimensional/distinfo	                        (rev 0)
+++ trunk/devel/p5-multidimensional/distinfo	2016-09-29 02:55:55 UTC (rev 21927)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463680483
+SHA256 (multidimensional-0.012.tar.gz) = daa7754dbdf9a1676cf8872cbe8f04a3eb40173e08fa57fdb2196f364ca6f1e3
+SIZE (multidimensional-0.012.tar.gz) = 11637


Property changes on: trunk/devel/p5-multidimensional/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-multidimensional/pkg-descr
===================================================================
--- trunk/devel/p5-multidimensional/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-multidimensional/pkg-descr	2016-09-29 02:55:55 UTC (rev 21927)
@@ -0,0 +1,8 @@
+Perl's multidimensional array emulation stems from the days before the language
+had references, but these days it mostly serves to bite you when you typo a hash
+slice by using the $ sigil instead of @.
+
+This module lexically makes using multidimensional array emulation a fatal error
+at compile time.
+
+WWW: http://search.cpan.org/dist/multidimensional/


Property changes on: trunk/devel/p5-multidimensional/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-multidimensional/pkg-plist
===================================================================
--- trunk/devel/p5-multidimensional/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-multidimensional/pkg-plist	2016-09-29 02:55:55 UTC (rev 21927)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/auto/multidimensional/multidimensional.so
+%%SITE_ARCH%%/multidimensional.pm
+%%PERL5_MAN3%%/multidimensional.3.gz


Property changes on: trunk/devel/p5-multidimensional/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list