Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 17:42:01 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101018: [NEW PORT] textproc/p5-Text-Quote: Quotes strings as required for perl to eval them back correctly
Message-ID:  <20060729094201.345FE7E95A@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200607290950.k6T9oDrY082067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101018
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-Text-Quote: Quotes strings as required for perl to eval them back correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 29 09:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
Text::Quote is intended as a utility class for other classes that need to be
able to produce valid perl quoted strings. It posses routines to determine
the ideal quote character to correctly quote hash keys, to correctly quote
and encode binary strings.

WWW: http://search.cpan.org/dist/Text-Quote/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Text-Quote-0.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Text-Quote
#	p5-Text-Quote/Makefile
#	p5-Text-Quote/distinfo
#	p5-Text-Quote/pkg-descr
#	p5-Text-Quote/pkg-plist
#
echo c - p5-Text-Quote
mkdir -p p5-Text-Quote > /dev/null 2>&1
echo x - p5-Text-Quote/Makefile
sed 's/^X//' >p5-Text-Quote/Makefile << 'END-of-p5-Text-Quote/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	Text::Quote
X# Date created:			Jul 29, 2006
X# Whom:	      			ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Quote
XPORTVERSION=	0.3
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Quotes strings as required for perl to eval them back correctly
X
XBUILD_DEPENDS=	p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
X		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
X		p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Text::Quote.3
X
X.include <bsd.port.mk>
END-of-p5-Text-Quote/Makefile
echo x - p5-Text-Quote/distinfo
sed 's/^X//' >p5-Text-Quote/distinfo << 'END-of-p5-Text-Quote/distinfo'
XMD5 (Text-Quote-0.3.tar.gz) = c203a9897c8bb6570fd0444139ef3e0f
XSHA256 (Text-Quote-0.3.tar.gz) = bd0e75b670c3869be57b57a6332c2cf735652ee06853f236d92b0e423e3bac76
XSIZE (Text-Quote-0.3.tar.gz) = 12068
END-of-p5-Text-Quote/distinfo
echo x - p5-Text-Quote/pkg-descr
sed 's/^X//' >p5-Text-Quote/pkg-descr << 'END-of-p5-Text-Quote/pkg-descr'
XText::Quote is intended as a utility class for other classes that need to be
Xable to produce valid perl quoted strings. It posses routines to determine
Xthe ideal quote character to correctly quote hash keys, to correctly quote
Xand encode binary strings.
X
XWWW: http://search.cpan.org/dist/Text-Quote/
END-of-p5-Text-Quote/pkg-descr
echo x - p5-Text-Quote/pkg-plist
sed 's/^X//' >p5-Text-Quote/pkg-plist << 'END-of-p5-Text-Quote/pkg-plist'
X%%SITE_PERL%%/Text/Quote.pm
X@dirrmtry %%SITE_PERL%%/Text
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quote/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quote
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
END-of-p5-Text-Quote/pkg-plist
exit
--- p5-Text-Quote-0.3.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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