Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 09:31:35 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391298 - in head/devel: . p5-Hash-Slice
Message-ID:  <201507040931.t649VZaS084841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jul  4 09:31:35 2015
New Revision: 391298
URL: https://svnweb.freebsd.org/changeset/ports/391298

Log:
  Add p5-Hash-Slice, make a hash from a deep slice of another hash.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jul  4 09:14:06 2015	(r391297)
+++ head/devel/Makefile	Sat Jul  4 09:31:35 2015	(r391298)
@@ -2287,6 +2287,7 @@
     SUBDIR += p5-Hash-MultiKey
     SUBDIR += p5-Hash-MultiValue
     SUBDIR += p5-Hash-NoRef
+    SUBDIR += p5-Hash-Slice
     SUBDIR += p5-Hash-Union
     SUBDIR += p5-Hash-Util-FieldHash-Compat
     SUBDIR += p5-Hash-WithDefaults

Added: head/devel/p5-Hash-Slice/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Hash-Slice/Makefile	Sat Jul  4 09:31:35 2015	(r391298)
@@ -0,0 +1,21 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Hash-Slice
+PORTVERSION=	0.03
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Make a hash from a deep slice of another hash
+
+BUILD_DEPENDS=	p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \
+		p5-Clone>=0.09:${PORTSDIR}/devel/p5-Clone
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Hash-Slice/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Hash-Slice/distinfo	Sat Jul  4 09:31:35 2015	(r391298)
@@ -0,0 +1,2 @@
+SHA256 (Hash-Slice-0.03.tar.gz) = 681293035bf7f711623fcac5f5298a41c3b24aa73bedda1825f1582bfea2c5d5
+SIZE (Hash-Slice-0.03.tar.gz) = 22031

Added: head/devel/p5-Hash-Slice/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Hash-Slice/pkg-descr	Sat Jul  4 09:31:35 2015	(r391298)
@@ -0,0 +1,7 @@
+Hash::Slice lets you easily make a deep slice of a hash, specifically a hash
+containing one or more nested hashes. Instead of just taking a slice of the
+first level of a hash in an all-or-nothing manner, you can use slice to take a
+slice of the first level, then take a particular slice of the second level, and
+so on.
+
+WWW: http://search.cpan.org/dist/Hash-Slice/

Added: head/devel/p5-Hash-Slice/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Hash-Slice/pkg-plist	Sat Jul  4 09:31:35 2015	(r391298)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Hash/Slice.pm
+%%PERL5_MAN3%%/Hash::Slice.3.gz



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