From e9478875c17b8e667d1df48fe8b8304873c88fb5 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 25 Jul 2006 21:13:31 +0000 Subject: 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/ PR: ports/100676 Submitted by: chinsan Approved by: krion (mentor) --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index b988db02d5b1..7ed3e7aad96a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -478,6 +478,7 @@ SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon + SUBDIR += p5-Text-Emoticon-GoogleTalk SUBDIR += p5-Text-EtText SUBDIR += p5-Text-ExtractWords SUBDIR += p5-Text-FillIn -- cgit