diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-26 05:13:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-26 05:13:31 +0800 |
commit | e9478875c17b8e667d1df48fe8b8304873c88fb5 (patch) | |
tree | 53572345c479885d1a3ec55cb6a0d9d3d2abcb5d /textproc/Makefile | |
parent | 3003eb0e717646d41f9515311fd1b028dfea4211 (diff) | |
download | freebsd-ports-gnome-e9478875c17b8e667d1df48fe8b8304873c88fb5.tar.gz freebsd-ports-gnome-e9478875c17b8e667d1df48fe8b8304873c88fb5.tar.zst freebsd-ports-gnome-e9478875c17b8e667d1df48fe8b8304873c88fb5.zip |
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 <chinsan.tw(at)gmail.com>
Approved by: krion (mentor)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |