From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 21 15:20:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A88A16A4E1 for ; Fri, 21 Jul 2006 15:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90FE143D5C for ; Fri, 21 Jul 2006 15:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6LFKLfn045219 for ; Fri, 21 Jul 2006 15:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6LFKL9r045218; Fri, 21 Jul 2006 15:20:21 GMT (envelope-from gnats) Resent-Date: Fri, 21 Jul 2006 15:20:21 GMT Resent-Message-Id: <200607211520.k6LFKL9r045218@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D4E16A4DA for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100676: [NEW PORT] textproc/p5-Text-Emoticon-GoogleTalk: Emoticon filter of GoogleTalk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 15:20:25 -0000 >Number: 100676 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Text-Emoticon-GoogleTalk: Emoticon filter of GoogleTalk >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: Fri Jul 21 15:20:21 GMT 2006 >Closed-Date: >Last-Modified: >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 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 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 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: >Unformatted: