svn commit: r497563 - in head/misc: . p5-Array-Utils

Alexey Dokuchaev danfe at FreeBSD.org
Tue Apr 2 13:54:02 UTC 2019


Author: danfe
Date: Tue Apr  2 13:54:00 2019
New Revision: 497563
URL: https://svnweb.freebsd.org/changeset/ports/497563

Log:
  Add a port of p5-Array-Utils, small pure-perl module containing list
  manipulation routines.
  
  WWW: https://metacpan.org/release/Array-Utils

Added:
  head/misc/p5-Array-Utils/
  head/misc/p5-Array-Utils/Makefile   (contents, props changed)
  head/misc/p5-Array-Utils/distinfo   (contents, props changed)
  head/misc/p5-Array-Utils/pkg-descr   (contents, props changed)
  head/misc/p5-Array-Utils/pkg-plist   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue Apr  2 12:35:25 2019	(r497562)
+++ head/misc/Makefile	Tue Apr  2 13:54:00 2019	(r497563)
@@ -284,6 +284,7 @@
     SUBDIR += p5-Array-LineReader
     SUBDIR += p5-Array-PrintCols
     SUBDIR += p5-Array-RefElem
+    SUBDIR += p5-Array-Utils
     SUBDIR += p5-Asterisk-FastAGI
     SUBDIR += p5-Bot-Training
     SUBDIR += p5-Bot-Training-MegaHAL

Added: head/misc/p5-Array-Utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/p5-Array-Utils/Makefile	Tue Apr  2 13:54:00 2019	(r497563)
@@ -0,0 +1,19 @@
+# Created by: Zeus Panchenko <zeus at gnu.org.ua>
+# $FreeBSD$
+
+PORTNAME=	Array-Utils
+PORTVERSION=	0.5
+CATEGORIES=	misc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl at FreeBSD.org
+COMMENT=	Collection of list manipulation routines
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/misc/p5-Array-Utils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/p5-Array-Utils/distinfo	Tue Apr  2 13:54:00 2019	(r497563)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1273222684
+SHA256 (Array-Utils-0.5.tar.gz) = 89dd1b7fcd9b4379492a3a77496e39fe6cd379b773fd03a6b160dd26ede63770
+SIZE (Array-Utils-0.5.tar.gz) = 2712

Added: head/misc/p5-Array-Utils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/p5-Array-Utils/pkg-descr	Tue Apr  2 13:54:00 2019	(r497563)
@@ -0,0 +1,5 @@
+A small pure-perl module containing list manipulation routines. The
+module emerged because I was tired to include same utility routines
+in numerous projects.
+
+WWW: https://metacpan.org/release/Array-Utils

Added: head/misc/p5-Array-Utils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/p5-Array-Utils/pkg-plist	Tue Apr  2 13:54:00 2019	(r497563)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Array::Utils.3.gz
+%%SITE_PERL%%/Array/Utils.pm


More information about the svn-ports-head mailing list