Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2017 17:33:35 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
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
Message-ID:  <201710031733.v93HXZKm052762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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