Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 19:56:22 +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: r336216 - in head/devel: . p5-multidimensional
Message-ID:  <201312111956.rBBJuMgK024366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 11 19:56:21 2013
New Revision: 336216
URL: http://svnweb.freebsd.org/changeset/ports/336216

Log:
  - Add p5-multidimensional 0.011
  
  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/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec 11 19:55:21 2013	(r336215)
+++ head/devel/Makefile	Wed Dec 11 19:56:21 2013	(r336216)
@@ -3050,6 +3050,7 @@
     SUBDIR += p5-local-lib
     SUBDIR += p5-mixin
     SUBDIR += p5-mocked
+    SUBDIR += p5-multidimensional
     SUBDIR += p5-namespace-autoclean
     SUBDIR += p5-namespace-clean
     SUBDIR += p5-namespace-sweep

Added: head/devel/p5-multidimensional/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-multidimensional/Makefile	Wed Dec 11 19:56:21 2013	(r336216)
@@ -0,0 +1,32 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	multidimensional
+PORTVERSION=	0.011
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:ILMARI
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Disables multidimensional array emulation
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+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
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501600
+BUILD_DEPENDS+=	p5-CPAN-Meta>=2.112580:${PORTSDIR}/devel/p5-CPAN-Meta
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/p5-multidimensional/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-multidimensional/distinfo	Wed Dec 11 19:56:21 2013	(r336216)
@@ -0,0 +1,2 @@
+SHA256 (multidimensional-0.011.tar.gz) = aa46d31355deed8969eb82126afdc9330f6caad17dca18f651f5ae55b9165d6a
+SIZE (multidimensional-0.011.tar.gz) = 11520

Added: head/devel/p5-multidimensional/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-multidimensional/pkg-descr	Wed Dec 11 19:56:21 2013	(r336216)
@@ -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/

Added: head/devel/p5-multidimensional/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-multidimensional/pkg-plist	Wed Dec 11 19:56:21 2013	(r336216)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/multidimensional.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional/multidimensional.so
+%%SITE_PERL%%/%%PERL_ARCH%%/multidimensional.pm
+%%PERL5_MAN3%%/multidimensional.3.gz
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/multidimensional



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