From owner-svn-ports-all@freebsd.org Tue Oct 3 17:33:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63591E436C3; Tue, 3 Oct 2017 17:33:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39DC782790; Tue, 3 Oct 2017 17:33:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93HXa5C052767; Tue, 3 Oct 2017 17:33:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93HXZKm052762; Tue, 3 Oct 2017 17:33:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031733.v93HXZKm052762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 17:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451160 - in head/devel: . p5-Util-Any X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . p5-Util-Any X-SVN-Commit-Revision: 451160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 17:33:37 -0000 Author: feld Date: Tue Oct 3 17:33:35 2017 New Revision: 451160 URL: https://svnweb.freebsd.org/changeset/ports/451160 Log: For the people like the man who cannot remember uniq function is in whether List::Util or List::MoreUtils. And for the newbie who don't know where useful utilities is. WWW: https://github.com/ktat/Util-Any Added: head/devel/p5-Util-Any/ head/devel/p5-Util-Any/Makefile (contents, props changed) head/devel/p5-Util-Any/distinfo (contents, props changed) head/devel/p5-Util-Any/pkg-descr (contents, props changed) head/devel/p5-Util-Any/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 3 17:21:17 2017 (r451159) +++ head/devel/Makefile Tue Oct 3 17:33:35 2017 (r451160) @@ -3656,6 +3656,7 @@ SUBDIR += p5-UNIVERSAL-ref SUBDIR += p5-UNIVERSAL-require SUBDIR += p5-UNIVERSAL-which + SUBDIR += p5-Util-Any SUBDIR += p5-UUID SUBDIR += p5-UUID-Random SUBDIR += p5-UUID-Random-Patch-UseMRS Added: head/devel/p5-Util-Any/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/Makefile Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,29 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= Util-Any +PORTVERSION= 0.25 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:KTAT +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Export any utilities and create your own utility module + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes + +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-ExportTo>=0:devel/p5-ExportTo \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-List-Pairwise>0:devel/p5-List-Pairwise \ + p5-Module-Pluggable>0:devel/p5-Module-Pluggable \ + p5-String-CamelCase>0:textproc/p5-String-CamelCase \ + p5-String-Util>0:textproc/p5-String-Util + +.include Added: head/devel/p5-Util-Any/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/distinfo Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507049196 +SHA256 (Util-Any-0.25.tar.gz) = 310fe7858f1cae032087567cd08627b7db1ad9b087f67b710386d809630111dc +SIZE (Util-Any-0.25.tar.gz) = 36239 Added: head/devel/p5-Util-Any/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/pkg-descr Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,5 @@ +For the people like the man who cannot remember uniq function is in +whether List::Util or List::MoreUtils. And for the newbie who don't know +where useful utilities is. + +WWW: https://github.com/ktat/Util-Any Added: head/devel/p5-Util-Any/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Util-Any/pkg-plist Tue Oct 3 17:33:35 2017 (r451160) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Util/Any.pm +%%PERL5_MAN3%%/Util::Any.3.gz