From chinsan.tw@gmail.com  Fri Jul 21 15:16:58 2006
Return-Path: <chinsan.tw@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D5D4E16A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 15:16:58 +0000 (UTC)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7561C43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 15:16:58 +0000 (GMT)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123])
	by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 7DF3D2E970
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Jul 2006 23:16:59 +0800 (CST)
Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 21 Jul 2006 23:09:49 +0800
Message-Id: <20060721151659.7DF3D2E970@smtp2.bc.hgc.com.tw>
Date: Fri, 21 Jul 2006 23:09:49 +0800
From: chinsan <chinsan.tw@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/p5-Text-Emoticon-GoogleTalk: Emoticon filter of GoogleTalk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100676
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-Text-Emoticon-GoogleTalk: Emoticon filter of GoogleTalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 21 15:20:21 GMT 2006
>Closed-Date:    Tue Jul 25 21:14:09 GMT 2006
>Last-Modified:  Tue Jul 25 21:14:09 GMT 2006
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
Text::Emoticon::GoogleTalk is a text filter that replace text emoticons like
":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in
http://mail.google.com/support/bin/answer.py?answer=34056

WWW:	http://search.cpan.org/dist/Text-Emoticon-GoogleTalk/

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

--- p5-Text-Emoticon-GoogleTalk-0.01.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-Emoticon-GoogleTalk
#	p5-Text-Emoticon-GoogleTalk/Makefile
#	p5-Text-Emoticon-GoogleTalk/distinfo
#	p5-Text-Emoticon-GoogleTalk/pkg-descr
#	p5-Text-Emoticon-GoogleTalk/pkg-plist
#
echo c - p5-Text-Emoticon-GoogleTalk
mkdir -p p5-Text-Emoticon-GoogleTalk > /dev/null 2>&1
echo x - p5-Text-Emoticon-GoogleTalk/Makefile
sed 's/^X//' >p5-Text-Emoticon-GoogleTalk/Makefile << 'END-of-p5-Text-Emoticon-GoogleTalk/Makefile'
X# New ports collection makefile for:	Text-Emoticon-GoogleTalk
X# Date created:		2006/07/21
X# Whom:			chinsan <chinsan.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Emoticon-GoogleTalk
XPORTVERSION=	0.01
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan.tw@gmail.com
XCOMMENT=	Emoticon filter of GoogleTalk
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::Emoticon::GoogleTalk.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Text-Emoticon-GoogleTalk/Makefile
echo x - p5-Text-Emoticon-GoogleTalk/distinfo
sed 's/^X//' >p5-Text-Emoticon-GoogleTalk/distinfo << 'END-of-p5-Text-Emoticon-GoogleTalk/distinfo'
XMD5 (Text-Emoticon-GoogleTalk-0.01.tar.gz) = e3336970e95dedc675394c1fda090335
XSHA256 (Text-Emoticon-GoogleTalk-0.01.tar.gz) = c1c6afccb1eae6514178559abac48c5b705dec6dc960684e9e537fd03225955b
XSIZE (Text-Emoticon-GoogleTalk-0.01.tar.gz) = 1872
END-of-p5-Text-Emoticon-GoogleTalk/distinfo
echo x - p5-Text-Emoticon-GoogleTalk/pkg-descr
sed 's/^X//' >p5-Text-Emoticon-GoogleTalk/pkg-descr << 'END-of-p5-Text-Emoticon-GoogleTalk/pkg-descr'
XText::Emoticon::GoogleTalk is a text filter that replace text emoticons like
X":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in
Xhttp://mail.google.com/support/bin/answer.py?answer=34056
X
XWWW:	http://search.cpan.org/dist/Text-Emoticon-GoogleTalk/
END-of-p5-Text-Emoticon-GoogleTalk/pkg-descr
echo x - p5-Text-Emoticon-GoogleTalk/pkg-plist
sed 's/^X//' >p5-Text-Emoticon-GoogleTalk/pkg-plist << 'END-of-p5-Text-Emoticon-GoogleTalk/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon/GoogleTalk/.packlist
X%%SITE_PERL%%/Text/Emoticon/GoogleTalk.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon/GoogleTalk
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
X@dirrmtry %%SITE_PERL%%/Text/Emoticon
X@dirrmtry %%SITE_PERL%%/Text
END-of-p5-Text-Emoticon-GoogleTalk/pkg-plist
exit
--- p5-Text-Emoticon-GoogleTalk-0.01.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jul 24 12:59:03 UTC 2006 
Responsible-Changed-Why:  
take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100676 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jul 25 21:14:08 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100676 
>Unformatted:
