mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Text::Trim does what chomp does, but at both ends of the string.
WWW: http://search.cpan.org/dist/Text-Trim/
This commit is contained in:
parent
f63b0fc761
commit
1f8afcce0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204726
@ -597,6 +597,7 @@
|
||||
SUBDIR += p5-Text-Textile
|
||||
SUBDIR += p5-Text-Tmpl
|
||||
SUBDIR += p5-Text-Trac
|
||||
SUBDIR += p5-Text-Trim
|
||||
SUBDIR += p5-Text-Unaccent
|
||||
SUBDIR += p5-Text-VimColor
|
||||
SUBDIR += p5-Text-WikiFormat
|
||||
|
26
textproc/p5-Text-Trim/Makefile
Normal file
26
textproc/p5-Text-Trim/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Text-Trim
|
||||
# Date created: 2007-29-12
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Trim
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Extract the structure of a quoted mail message
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_MODBUILD= Module::Build
|
||||
|
||||
MAN3= Text::Trim.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Trim/distinfo
Normal file
3
textproc/p5-Text-Trim/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Text-Trim-1.01.tar.gz) = 4893d17917835002e292399b186a77f1
|
||||
SHA256 (Text-Trim-1.01.tar.gz) = 442fd57a761f6cb21a464c62dfe6ce1b7baaab818c8768219112e58145c038ca
|
||||
SIZE (Text-Trim-1.01.tar.gz) = 4329
|
3
textproc/p5-Text-Trim/pkg-descr
Normal file
3
textproc/p5-Text-Trim/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Text::Trim does what chomp does, but at both ends of the string.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Trim/
|
2
textproc/p5-Text-Trim/pkg-plist
Normal file
2
textproc/p5-Text-Trim/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Text/Trim.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in New Issue
Block a user