diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-30 04:18:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-30 04:18:55 +0000 |
commit | 367985510a1c6e82fa32dc347be7b10a6870e6d6 (patch) | |
tree | 10497bc97ff8d7f0d8156c5f9cdbeb17d8b7ac38 /textproc/p5-Text-Trim | |
parent | 3da97974549452cd2e7e8c358794be001878ef0d (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Trim')
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Trim/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Trim/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Trim/pkg-plist | 2 |
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 6621dde2db3e..45168f84e5a4 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= Text-Trim -PORTVERSION= 1.02 -PORTREVISION= 2 +PORTVERSION= 1.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Extract the structure of a quoted mail message +COMMENT= Remove leading and/or trailing whitespace from strings LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure NO_ARCH= yes diff --git a/textproc/p5-Text-Trim/distinfo b/textproc/p5-Text-Trim/distinfo index 0c4dd829116e..365346ab49e8 100644 --- a/textproc/p5-Text-Trim/distinfo +++ b/textproc/p5-Text-Trim/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Trim-1.02.tar.gz) = 1c739a2c7f04a6a3999c4eb394655c58c64baca4e5d4fcb3b58813600b95dcae -SIZE (Text-Trim-1.02.tar.gz) = 5905 +TIMESTAMP = 1569809169 +SHA256 (Text-Trim-1.03.tar.gz) = a0fcfc1d46dddec41c098820745e83c68b06fd829f7394fa352bb0d4b753494f +SIZE (Text-Trim-1.03.tar.gz) = 13276 diff --git a/textproc/p5-Text-Trim/pkg-descr b/textproc/p5-Text-Trim/pkg-descr index 2c6057fbf179..01a1737ba2f3 100644 --- a/textproc/p5-Text-Trim/pkg-descr +++ b/textproc/p5-Text-Trim/pkg-descr @@ -1,3 +1,5 @@ -Text::Trim does what chomp does, but at both ends of the string. +Text::Trim provides functions for removing leading and/or trailing whitespace +from strings. It is basically a wrapper around some simple regexes with a +flexible context-based interface. WWW: https://metacpan.org/release/Text-Trim diff --git a/textproc/p5-Text-Trim/pkg-plist b/textproc/p5-Text-Trim/pkg-plist index c4b7c28019d3..faa7e6bb2cd2 100644 --- a/textproc/p5-Text-Trim/pkg-plist +++ b/textproc/p5-Text-Trim/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Trim.3.gz %%SITE_PERL%%/Text/Trim.pm +%%PERL5_MAN3%%/Text::Trim.3.gz |