diff options
author | wiz <wiz> | 2002-02-02 03:52:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-02-02 03:52:19 +0000 |
commit | 1d0c49162f58aa1f7a2fdbd50f25ece58f31437c (patch) | |
tree | 63037b0df1b180939c7cc8d13f2f65dd2c0ad99a | |
parent | 3e054800faaf271c0d6f0996639a64b05794d805 (diff) | |
download | pkgsrc-1d0c49162f58aa1f7a2fdbd50f25ece58f31437c.tar.gz |
Remove ja-micq -- this package has been BROKEN for over 12 months.
-rw-r--r-- | japanese/Makefile | 3 | ||||
-rw-r--r-- | japanese/micq/DESCR | 4 | ||||
-rw-r--r-- | japanese/micq/Makefile | 27 | ||||
-rw-r--r-- | japanese/micq/PLIST | 4 | ||||
-rw-r--r-- | japanese/micq/distinfo | 7 | ||||
-rw-r--r-- | japanese/micq/patches/patch-aa | 15 |
6 files changed, 1 insertions, 59 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c956be2d112..7437eda1311 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/01/10 13:38:57 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2002/02/02 03:52:19 wiz Exp $ # COMMENT= Packages with japanese language support @@ -23,7 +23,6 @@ SUBDIR+= kinput2 SUBDIR+= less SUBDIR+= man SUBDIR+= mh -SUBDIR+= micq SUBDIR+= mknmz-wwwoffle SUBDIR+= namazu1 SUBDIR+= namazu2 diff --git a/japanese/micq/DESCR b/japanese/micq/DESCR deleted file mode 100644 index cce4ef3c3ac..00000000000 --- a/japanese/micq/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -A text-based implementation of ICQ, independant of Mirabilis. -Currently does not offer chat. Still appears rough: There's no -command-line editing, and ANSI color codes are hardcoded in the -program. diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile deleted file mode 100644 index 64d83e39b64..00000000000 --- a/japanese/micq/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:54 hubertf Exp $ - -DISTNAME= micq-0.4.3 -PKGNAME= ja-${DISTNAME} -CATEGORIES= japanese chat -MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \ - http://www.freebsd.org/~flathill/distfiles/ \ - http://micq.maesoft.net/ -EXTRACT_SUFX= .tgz - -PATCH_SITES= http://www.freebsd.org/~flathill/distfiles/ -PATCHFILES= micq-0.4.3-jp.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= eric@fox.phoenix.az.us -HOMEPAGE= http://micq.maesoft.net/ -COMMENT= Text-based ICQ implementation - -BROKEN= ${PKGNAME} requires fixes for remote buffer overflow\ - vulnerability. - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin/jmicq - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ja-micq - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja-micq - -.include "../../mk/bsd.pkg.mk" diff --git a/japanese/micq/PLIST b/japanese/micq/PLIST deleted file mode 100644 index e1f04bf4d10..00000000000 --- a/japanese/micq/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:29:20 zuntum Exp $ -bin/jmicq -share/doc/ja-micq/README -@dirrm share/doc/ja-micq diff --git a/japanese/micq/distinfo b/japanese/micq/distinfo deleted file mode 100644 index ea36f58b749..00000000000 --- a/japanese/micq/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 10:13:34 wiz Exp $ - -SHA1 (micq-0.4.3.tgz) = 8231a8ed988b201e5f00073acd0ca35c233901eb -Size (micq-0.4.3.tgz) = 101665 bytes -SHA1 (micq-0.4.3-jp.patch) = da91c226265cfe2b81c85187d5700ba1ff598e86 -Size (micq-0.4.3-jp.patch) = 25633 bytes -SHA1 (patch-aa) = 8ad5525fbb2c62ce2c43a836f575efdd24d63a92 diff --git a/japanese/micq/patches/patch-aa b/japanese/micq/patches/patch-aa deleted file mode 100644 index 2a0731080f0..00000000000 --- a/japanese/micq/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/02/06 01:08:30 wiz Exp $ - ---- ./Makefile.orig Sun Feb 6 01:56:32 2000 -+++ ./Makefile Sun Feb 6 01:57:20 2000 -@@ -1,8 +1,8 @@ - # Anyone who knows how to make Makefiles please help out. - # I have no clue but this appears to work fairly well - # be sure to use gmake --CC = gcc --CFLAGS = -O4 -Wall -DUNIX -DANSI_COLOR -+#CC = gcc -+CFLAGS += -Wall -DUNIX -DANSI_COLOR - CFLAGS += -DMAX_CONTACTS=255 - CFLAGS += -DUSE_MREADLINE - #CFLAGS += -DCOLOR_SCHEME_A |