diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-08 00:57:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-08 00:57:02 +0800 |
commit | a13acd8b478a1282f2ef80f9dfb47a1f95540efd (patch) | |
tree | 21cd67aaa38f5804b04291856e06b25470621c84 /chinese | |
parent | 309a0ca9ea53fc9e25fb45a2105d559605c75b27 (diff) | |
download | freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.tar.gz freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.tar.zst freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.zip |
2007-02-06 irc/xchat-systray-plugin: Functionality is now included in xchat
2007-02-01 chinese/oicq: Does not work with newer OICQ protocol
2007-02-01 net/nicmond: Disappeared from the internet
2007-02-01 www/caudium10: Please use www/caudium12
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 |