From aeedefcad68fa3255ab4e2c6b2d6217b41463d3a Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 11 Jul 2006 10:34:48 +0000 Subject: Add p5-Text-Emoticon 0.04, factory class for Yahoo! and MSN emoticons. PR: ports/100068 Submitted by: Gea-Suan Lin --- textproc/p5-Text-Emoticon/Makefile | 25 +++++++++++++++++++++++++ textproc/p5-Text-Emoticon/distinfo | 3 +++ textproc/p5-Text-Emoticon/pkg-descr | 6 ++++++ textproc/p5-Text-Emoticon/pkg-plist | 6 ++++++ 4 files changed, 40 insertions(+) create mode 100644 textproc/p5-Text-Emoticon/Makefile create mode 100644 textproc/p5-Text-Emoticon/distinfo create mode 100644 textproc/p5-Text-Emoticon/pkg-descr create mode 100644 textproc/p5-Text-Emoticon/pkg-plist (limited to 'textproc/p5-Text-Emoticon') diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile new file mode 100644 index 000000000000..76851addbaeb --- /dev/null +++ b/textproc/p5-Text-Emoticon/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Text-Emoticon +# Date created: 2006-07-11 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Text-Emoticon +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Factory class for Yahoo! and MSN emoticons + +BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::Emoticon.3 + +.include diff --git a/textproc/p5-Text-Emoticon/distinfo b/textproc/p5-Text-Emoticon/distinfo new file mode 100644 index 000000000000..db6b564d604c --- /dev/null +++ b/textproc/p5-Text-Emoticon/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Emoticon-0.04.tar.gz) = a9aef67754feabb94c75a0756909aae1 +SHA256 (Text-Emoticon-0.04.tar.gz) = f7409acb5952dc33bf1e1bc960533a7aa6b01df38cbb8e7b3c2e134bc0373b33 +SIZE (Text-Emoticon-0.04.tar.gz) = 2173 diff --git a/textproc/p5-Text-Emoticon/pkg-descr b/textproc/p5-Text-Emoticon/pkg-descr new file mode 100644 index 000000000000..bf8140c75aff --- /dev/null +++ b/textproc/p5-Text-Emoticon/pkg-descr @@ -0,0 +1,6 @@ +Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. +It's made to become handy to be used in other applications like +Kwiki/MT plugins. + +Author: Tatsuhiko Miyagawa +WWW: http://search.cpan.org/dist/Text-Emoticon/ diff --git a/textproc/p5-Text-Emoticon/pkg-plist b/textproc/p5-Text-Emoticon/pkg-plist new file mode 100644 index 000000000000..fa71282f4922 --- /dev/null +++ b/textproc/p5-Text-Emoticon/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon/.packlist +%%SITE_PERL%%/Text/Emoticon.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Emoticon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text -- cgit v1.2.3