From owner-svn-ports-all@freebsd.org Tue Jul 21 10:07:24 2015 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 D4B379A6E1C; Tue, 21 Jul 2015 10:07:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B871615AD; Tue, 21 Jul 2015 10:07:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6LA7Obv079498; Tue, 21 Jul 2015 10:07:24 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6LA7MdZ079491; Tue, 21 Jul 2015 10:07:22 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201507211007.t6LA7MdZ079491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Tue, 21 Jul 2015 10:07:22 +0000 (UTC) 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 X-SVN-Group: ports-head 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.20 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, 21 Jul 2015 10:07:25 -0000 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 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