Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 10:07:22 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392619 - in head/textproc: . p5-String-Util
Message-ID:  <201507211007.t6LA7MdZ079491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Tue Jul 21 10:07:22 2015
New Revision: 392619
URL: https://svnweb.freebsd.org/changeset/ports/392619

Log:
  String::Util provides a collection of small, handy utilities for
  processing strings.
  
  WWW: http://search.cpan.org/dist/String-Util/

Added:
  head/textproc/p5-String-Util/
  head/textproc/p5-String-Util/Makefile   (contents, props changed)
  head/textproc/p5-String-Util/distinfo   (contents, props changed)
  head/textproc/p5-String-Util/pkg-descr   (contents, props changed)
  head/textproc/p5-String-Util/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Jul 21 10:04:44 2015	(r392618)
+++ head/textproc/Makefile	Tue Jul 21 10:07:22 2015	(r392619)
@@ -758,6 +758,7 @@
     SUBDIR += p5-String-Tokenizer
     SUBDIR += p5-String-Truncate
     SUBDIR += p5-String-Urandom
+    SUBDIR += p5-String-Util
     SUBDIR += p5-Syntax-Highlight-Engine-Kate
     SUBDIR += p5-Syntax-Highlight-Perl-Improved
     SUBDIR += p5-TOML

Added: head/textproc/p5-String-Util/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Util/Makefile	Tue Jul 21 10:07:22 2015	(r392619)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	String-Util
+PORTVERSION=	1.24
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension for string processing utilities
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	\
+	p5-Number-Misc>=0:${PORTSDIR}/math/p5-Number-Misc
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	YES
+
+.include <bsd.port.mk>

Added: head/textproc/p5-String-Util/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Util/distinfo	Tue Jul 21 10:07:22 2015	(r392619)
@@ -0,0 +1,2 @@
+SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799
+SIZE (String-Util-1.24.tar.gz) = 17697

Added: head/textproc/p5-String-Util/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Util/pkg-descr	Tue Jul 21 10:07:22 2015	(r392619)
@@ -0,0 +1,4 @@
+String::Util provides a collection of small, handy utilities for
+processing strings.
+
+WWW: http://search.cpan.org/dist/String-Util/

Added: head/textproc/p5-String-Util/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-String-Util/pkg-plist	Tue Jul 21 10:07:22 2015	(r392619)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/String::Util.3.gz
+%%SITE_PERL%%/String/Util.pm
+%%SITE_PERL%%/String/Util.pod



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