From owner-svn-ports-head@freebsd.org Sun Aug 23 22:27:09 2015 Return-Path: Delivered-To: svn-ports-head@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 DD03B9BF8DF; Sun, 23 Aug 2015 22:27:08 +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 BD6DFA82; Sun, 23 Aug 2015 22:27:08 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NMR8dD051516; Sun, 23 Aug 2015 22:27:08 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NMR7qn051511; Sun, 23 Aug 2015 22:27:07 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201508232227.t7NMR7qn051511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sun, 23 Aug 2015 22:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395138 - in head/textproc: . p5-String-Trim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2015 22:27:09 -0000 Author: kuriyama Date: Sun Aug 23 22:27:06 2015 New Revision: 395138 URL: https://svnweb.freebsd.org/changeset/ports/395138 Log: String::Trim trims whitespace off your strings. chomp trims only $/ (typically, that's newline), but trim will trim all leading and trailing whitespace. WWW: http://search.cpan.org/dist/String-Trim/ Added: head/textproc/p5-String-Trim/ head/textproc/p5-String-Trim/Makefile (contents, props changed) head/textproc/p5-String-Trim/distinfo (contents, props changed) head/textproc/p5-String-Trim/pkg-descr (contents, props changed) head/textproc/p5-String-Trim/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Aug 23 22:21:34 2015 (r395137) +++ head/textproc/Makefile Sun Aug 23 22:27:06 2015 (r395138) @@ -772,6 +772,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-String-ToIdentifier-EN SUBDIR += p5-String-Tokenizer + SUBDIR += p5-String-Trim SUBDIR += p5-String-Truncate SUBDIR += p5-String-Urandom SUBDIR += p5-String-Util Added: head/textproc/p5-String-Trim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Trim/Makefile Sun Aug 23 22:27:06 2015 (r395138) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= String-Trim +PORTVERSION= 0.005 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to trim whitespace from your strings + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/textproc/p5-String-Trim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Trim/distinfo Sun Aug 23 22:27:06 2015 (r395138) @@ -0,0 +1,2 @@ +SHA256 (String-Trim-0.005.tar.gz) = b169e20b02476f308fec0425c75077fd6a851f578b4ea3703e6220659d73b31f +SIZE (String-Trim-0.005.tar.gz) = 13956 Added: head/textproc/p5-String-Trim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Trim/pkg-descr Sun Aug 23 22:27:06 2015 (r395138) @@ -0,0 +1,5 @@ +String::Trim trims whitespace off your strings. chomp trims only $/ +(typically, that's newline), but trim will trim all leading and +trailing whitespace. + +WWW: http://search.cpan.org/dist/String-Trim/ Added: head/textproc/p5-String-Trim/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-Trim/pkg-plist Sun Aug 23 22:27:06 2015 (r395138) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/String::Trim.3.gz +%%SITE_PERL%%/String/Trim.pm