[Midnightbsd-cvs] mports [21186] trunk/textproc: add p5 hash merge

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 16:46:30 EDT 2016


Revision: 21186
          http://svnweb.midnightbsd.org/mports/?rev=21186
Author:   laffer1
Date:     2016-03-15 16:46:28 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add p5 hash merge

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/p5-Hash-Merge/
    trunk/textproc/p5-Hash-Merge/Makefile
    trunk/textproc/p5-Hash-Merge/distinfo
    trunk/textproc/p5-Hash-Merge/pkg-descr
    trunk/textproc/p5-Hash-Merge/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2016-03-15 20:43:50 UTC (rev 21185)
+++ trunk/textproc/Makefile	2016-03-15 20:46:28 UTC (rev 21186)
@@ -74,6 +74,7 @@
 SUBDIR += openjade
 SUBDIR += opensp
 SUBDIR += p5-HTML-Tidy
+SUBDIR += p5-Hash-Merge
 SUBDIR += p5-PPI
 SUBDIR += p5-PPIx-Regexp
 SUBDIR += p5-PPIx-Utilities

Added: trunk/textproc/p5-Hash-Merge/Makefile
===================================================================
--- trunk/textproc/p5-Hash-Merge/Makefile	                        (rev 0)
+++ trunk/textproc/p5-Hash-Merge/Makefile	2016-03-15 20:46:28 UTC (rev 21186)
@@ -0,0 +1,25 @@
+# Created by: snowchyld
+# $FreeBSD: head/textproc/p5-Hash-Merge/Makefile 386097 2015-05-11 18:34:57Z mat $
+# $MidnightBSD$
+
+PORTNAME=	Hash-Merge
+PORTVERSION=	0.20
+DISTVERSIONSUFFIX=	0
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Merges hashes
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
+BUILD_DEPENDS:=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/p5-Hash-Merge/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/textproc/p5-Hash-Merge/distinfo
===================================================================
--- trunk/textproc/p5-Hash-Merge/distinfo	                        (rev 0)
+++ trunk/textproc/p5-Hash-Merge/distinfo	2016-03-15 20:46:28 UTC (rev 21186)
@@ -0,0 +1,2 @@
+SHA256 (Hash-Merge-0.200.tar.gz) = 47f9f03330b7595c94e73bdd17dc6682ba59d1cc89e63f4e319617f4bb122a64
+SIZE (Hash-Merge-0.200.tar.gz) = 10339


Property changes on: trunk/textproc/p5-Hash-Merge/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/textproc/p5-Hash-Merge/pkg-descr
===================================================================
--- trunk/textproc/p5-Hash-Merge/pkg-descr	                        (rev 0)
+++ trunk/textproc/p5-Hash-Merge/pkg-descr	2016-03-15 20:46:28 UTC (rev 21186)
@@ -0,0 +1,3 @@
+Hash::Merge merges two arbitrarily deep hashes into a single hash.
+
+WWW: http://search.cpan.org/dist/Hash-Merge/


Property changes on: trunk/textproc/p5-Hash-Merge/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/textproc/p5-Hash-Merge/pkg-plist
===================================================================
--- trunk/textproc/p5-Hash-Merge/pkg-plist	                        (rev 0)
+++ trunk/textproc/p5-Hash-Merge/pkg-plist	2016-03-15 20:46:28 UTC (rev 21186)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Hash/Merge.pm
+%%PERL5_MAN3%%/Hash::Merge.3.gz


Property changes on: trunk/textproc/p5-Hash-Merge/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