diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-07 16:57:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-07 16:57:02 +0000 |
commit | 59faf4332276d4531d27c0dede6792a5f69b0f86 (patch) | |
tree | 2e968b613544b48c6589095a1b0fb0de798b9b58 /chinese | |
parent | e687e230868535a9628cbc73c02ccedc4b03193b (diff) | |
download | ports-59faf4332276d4531d27c0dede6792a5f69b0f86.tar.gz ports-59faf4332276d4531d27c0dede6792a5f69b0f86.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/oicq/Makefile | 39 | ||||
-rw-r--r-- | chinese/oicq/distinfo | 3 | ||||
-rw-r--r-- | chinese/oicq/pkg-descr | 5 | ||||
-rw-r--r-- | chinese/oicq/pkg-plist | 11 |
5 files changed, 0 insertions, 59 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 6a7e5f492562..692fbecc1680 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -84,7 +84,6 @@ SUBDIR += nvi-big5 SUBDIR += nvi-euc-cn SUBDIR += nvi-euc-tw - SUBDIR += oicq SUBDIR += oto SUBDIR += oxford SUBDIR += oxim diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile deleted file mode 100644 index 34aaa544c1c7..000000000000 --- a/chinese/oicq/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: oicq -# Date created: 10 Nov 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= oicq -PORTVERSION= 1.2 -CATEGORIES= chinese net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= perl-oicq -DISTNAME= Net-OICQ-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -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 \ - ${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ - -PERL_CONFIGURE= yes - -MAN3= Net::OICQ.3 - -DEPRECATED= Does not work with newer OICQ protocol -EXPIRATION_DATE= 2007-02-01 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 # inherits from security/p5-Crypt-OICQ -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/q ${PREFIX}/bin - -.include <bsd.port.post.mk> diff --git a/chinese/oicq/distinfo b/chinese/oicq/distinfo deleted file mode 100644 index bf8b5cf8e67f..000000000000 --- a/chinese/oicq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Net-OICQ-1.2.tgz) = 1ef8d5f2679505d0955ff6df44ce3db6 -SHA256 (Net-OICQ-1.2.tgz) = df70ea4bfaaba072fe5bd7f4c7c856ab5c903382bd439a28aebaef6b819ea9f5 -SIZE (Net-OICQ-1.2.tgz) = 27458 diff --git a/chinese/oicq/pkg-descr b/chinese/oicq/pkg-descr deleted file mode 100644 index 962522387e07..000000000000 --- a/chinese/oicq/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index b48e9bdb92c5..000000000000 --- a/chinese/oicq/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/q -%%SITE_PERL%%/Net/OICQ.pm -%%SITE_PERL%%/Net/OICQ/TextConsole.pm -%%SITE_PERL%%/Net/OICQ/Event.pm -%%SITE_PERL%%/Net/OICQ/ClientEvent.pm -%%SITE_PERL%%/Net/OICQ/ServerEvent.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OICQ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/OICQ -@dirrmtry %%SITE_PERL%%/Net |