diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-13 04:58:31 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-13 04:58:31 +0000 |
commit | 72674ea0da3df254d94cc99e950aae8889794211 (patch) | |
tree | af03084614bd7e2074f0d4d07d3c1df9d22e6621 /chinese | |
parent | 51506b98f254769c7870fa85d4223e7894ee3891 (diff) | |
download | FreeBSD-ports-72674ea0da3df254d94cc99e950aae8889794211.zip FreeBSD-ports-72674ea0da3df254d94cc99e950aae8889794211.tar.gz |
Add oicq 0.7, implements OICQ messaging protocol.
PR: 59093
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/oicq/Makefile | 35 | ||||
-rw-r--r-- | chinese/oicq/distinfo | 1 | ||||
-rw-r--r-- | chinese/oicq/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/oicq/pkg-plist | 11 |
5 files changed, 53 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index fdde1d6..5b88a40 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -73,6 +73,7 @@ SUBDIR += nvi-big5 SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw + SUBDIR += oicq SUBDIR += openoffice-1.0-zh_CN SUBDIR += openoffice-1.0-zh_TW SUBDIR += openoffice-1.1-zh_CN diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile new file mode 100644 index 0000000..e39e56e --- /dev/null +++ b/chinese/oicq/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: oicq +# Date created: 10 Nov 2003 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= oicq +PORTVERSION= 0.7 +CATEGORIES= chinese net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= perl-oicq +DISTNAME= Net-OICQ-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= statue@freebsd.sinica.edu.tw +COMMENT= Implements OICQ messaging protocol + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor + +PERL_CONFIGURE= yes + +MAN3= Net::OICQ.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/oicq ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/chinese/oicq/distinfo b/chinese/oicq/distinfo new file mode 100644 index 0000000..1a94517 --- /dev/null +++ b/chinese/oicq/distinfo @@ -0,0 +1 @@ +MD5 (Net-OICQ-0.7.tgz) = 9c3f864171ad56e865c27b25f16bbd90 diff --git a/chinese/oicq/pkg-descr b/chinese/oicq/pkg-descr new file mode 100644 index 0000000..9625223 --- /dev/null +++ b/chinese/oicq/pkg-descr @@ -0,0 +1,5 @@ +Perl-oicq provides Perl module Net::OICQ which implements OICQ messaging +protocol. It includes a concole-only OICQ client for you to chat with tens +of millons of OICQ users through servers operated by Tencent. + +WWW: http://sourceforge.net/projects/perl-oicq/ diff --git a/chinese/oicq/pkg-plist b/chinese/oicq/pkg-plist new file mode 100644 index 0000000..80aed05 --- /dev/null +++ b/chinese/oicq/pkg-plist @@ -0,0 +1,11 @@ +bin/oicq +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ/OICQ.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ/OICQ.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ/Event.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ/TextConsole.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ/ServerEvent.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ/ClientEvent.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/OICQ |