From 5ed0b64ce2355546ce7f574b54446e0029fb933c Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sat, 9 Apr 2005 16:06:35 +0000 Subject: - Removed as abandoned project on maintainer request. PR: PORTS/79706 Submitted by: Ying-Chieh Chen (maintainer) --- net/icqnix/Makefile | 36 -------------------------------- net/icqnix/distinfo | 2 -- net/icqnix/files/patch-aa | 11 ---------- net/icqnix/files/patch-ab | 11 ---------- net/icqnix/files/patch-ac | 11 ---------- net/icqnix/pkg-descr | 23 --------------------- net/icqnix/pkg-plist | 52 ----------------------------------------------- 7 files changed, 146 deletions(-) delete mode 100644 net/icqnix/Makefile delete mode 100644 net/icqnix/distinfo delete mode 100644 net/icqnix/files/patch-aa delete mode 100644 net/icqnix/files/patch-ab delete mode 100644 net/icqnix/files/patch-ac delete mode 100644 net/icqnix/pkg-descr delete mode 100644 net/icqnix/pkg-plist (limited to 'net/icqnix') diff --git a/net/icqnix/Makefile b/net/icqnix/Makefile deleted file mode 100644 index 454e69e610f3..000000000000 --- a/net/icqnix/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: icqnix -# Date created: 27 Aug 1999 -# Whom: Yin-Jieh Chen -# -# $FreeBSD$ -# - -PORTNAME= icqnix -PORTVERSION= b1 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/ -DISTNAME= icqnix-beta1 - -MAINTAINER= yinjieh@csie.nctu.edu.tw -COMMENT= ICQ client for the X Window System for UNIX based PCs - -RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_QT_VER= 1 -CONFIGURE_ARGS= --with-qt-libraries=${X11BASE}/lib --with-qt-includes=${X11BASE}/include/X11/qt1 -CONFIGURE_ENV= QT_MOC="${MOC}" - -.include - -.if ${OSVERSION} >= 501013 -BROKEN= "Configure fails" -.endif - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/icqnix - @${STRIP_CMD} ${PREFIX}/bin/icqnix.install - -.include diff --git a/net/icqnix/distinfo b/net/icqnix/distinfo deleted file mode 100644 index 22276e8a2563..000000000000 --- a/net/icqnix/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (icqnix-beta1.tar.gz) = 4fd1627d4bc8f8a5a1f1793fb538538e -SIZE (icqnix-beta1.tar.gz) = 255880 diff --git a/net/icqnix/files/patch-aa b/net/icqnix/files/patch-aa deleted file mode 100644 index 3512a8dc1d8d..000000000000 --- a/net/icqnix/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/icqfunctions.h.orig Sun Feb 27 15:34:39 2000 -+++ src/icqfunctions.h Sun Feb 27 15:36:57 2000 -@@ -46,7 +46,7 @@ - virtual ~ICQFunctions(void); - void setup(ICQUser *s, int index, bool isAutoClose); - char *tabLabel[4]; -- const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; -+ static const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3; - int currentTab; - ICQUser *theUser; - ICQ *server; diff --git a/net/icqnix/files/patch-ab b/net/icqnix/files/patch-ab deleted file mode 100644 index 7698f4658b8b..000000000000 --- a/net/icqnix/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Makefile.in.orig Fri May 24 04:23:37 2002 -+++ ./src/Makefile.in Fri May 24 04:23:54 2002 -@@ -21,7 +21,7 @@ - CXXFLAGS = @CXXFLAGS@ - CPPFLAGS = @CPPFLAGS@ @DEFS@ -DINSTALL_PROG="\"@INSTALL@\"" -DSHARE_DIR="\"@datadir@/@PACKAGE@\"" @X_CFLAGS@ @QT_INCLUDES@ @SOCKS_INCDIR@ -I$(srcdir) -I$(top_srcdir) -Wall - LDFLAGS = @SOCKS_LIBDIR@ @X_LIBS@ @QT_LDFLAGS@ --LDLIBS = @SOCKS_LIBS@ -lqt @X_PRE_LIBS@ -lX11 -lXext @XSS_LIBS@ @X_EXTRA_LIBS@ -+LDLIBS = @SOCKS_LIBS@ -lqt1 @X_PRE_LIBS@ -lX11 -lXext @XSS_LIBS@ @X_EXTRA_LIBS@ - MOC = @QT_MOC@ - - OBJECTS = file.o message.o packet.o socket.o user.o \ diff --git a/net/icqnix/files/patch-ac b/net/icqnix/files/patch-ac deleted file mode 100644 index 1676f78c88ed..000000000000 --- a/net/icqnix/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- ./install/Makefile.in.orig Fri May 24 04:23:44 2002 -+++ ./install/Makefile.in Fri May 24 04:24:22 2002 -@@ -21,7 +21,7 @@ - CXXFLAGS = @CXXFLAGS@ - CPPFLAGS = @CPPFLAGS@ @DEFS@ -DINSTALL_PROG="\"@INSTALL@\"" -DSHARE_DIR="\"@datadir@/@PACKAGE@\"" @X_CFLAGS@ @QT_INCLUDES@ @SOCKS_INCDIR@ -I$(srcdir) -I$(top_srcdir) -Wall - LDFLAGS = @SOCKS_LIBDIR@ @X_LIBS@ @QT_LDFLAGS@ --LDLIBS = @SOCKS_LIBS@ -lqt @X_PRE_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ -+LDLIBS = @SOCKS_LIBS@ -lqt1 @X_PRE_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ - MOC = @QT_MOC@ - - OBJECTS = installDialog.o main.o installer.o ../src/file.o diff --git a/net/icqnix/pkg-descr b/net/icqnix/pkg-descr deleted file mode 100644 index 93d13680ece5..000000000000 --- a/net/icqnix/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -ICQnix is an ICQ client for the X Window System for UNIX based PCs, designed -to look and feel as much like the Mirabilis ICQ client as possible. ICQnix -has been developed and tested on Linux, and theoretically should work on -other variants of UNIX. It uses the Qt widget set and was originally based on -Licq v0.41 by Graham Roff. - -Some of it's features include: - -o Send and Receive Online/Offline messages -o Send and Receive Online/Offline URLs -o Peer to Peer Chat -o Message History -o Visible/Invisible lists -o ICQ Search -o View Basic User Info -o Event sounds -o X-based user installation -o Closely resembles the Windows ICQ interface - -WWW: http://icqnix.linuxbox.com/ - -- Yin-Jieh Chen -yinjieh@csie.nctu.edu.tw diff --git a/net/icqnix/pkg-plist b/net/icqnix/pkg-plist deleted file mode 100644 index 19f2b23876e3..000000000000 --- a/net/icqnix/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/icqnix -bin/icqnix.install -share/icqnix/icqnix.conf -share/icqnix/users.conf -share/icqnix/sounds/auth.au -share/icqnix/sounds/chat.au -share/icqnix/sounds/chatbeep.au -share/icqnix/sounds/email.au -share/icqnix/sounds/external.au -share/icqnix/sounds/file.au -share/icqnix/sounds/message.au -share/icqnix/sounds/notify.au -share/icqnix/sounds/online.au -share/icqnix/sounds/swing.au -share/icqnix/sounds/system.au -share/icqnix/sounds/url.au -share/icqnix/translations/ASCII -share/icqnix/translations/CP437 -share/icqnix/translations/CP850 -share/icqnix/translations/DANISH -share/icqnix/translations/DEC_MCS -share/icqnix/translations/DG_MCS -share/icqnix/translations/DUTCH -share/icqnix/translations/FINNISH -share/icqnix/translations/FRENCH -share/icqnix/translations/FRENCH_CANADIAN -share/icqnix/translations/GERMAN -share/icqnix/translations/HP_MCS -share/icqnix/translations/IRV -share/icqnix/translations/ITALIAN -share/icqnix/translations/JIS -share/icqnix/translations/MACINTOSH -share/icqnix/translations/NEXT -share/icqnix/translations/NORWEGIAN_1 -share/icqnix/translations/NORWEGIAN_2 -share/icqnix/translations/POLISH -share/icqnix/translations/POLISH_NOPL -share/icqnix/translations/PORTUGUESE -share/icqnix/translations/PORTUGUESE_COM -share/icqnix/translations/RUSSIAN -share/icqnix/translations/RUSSIAN_ALT -share/icqnix/translations/RUSSIAN_WIN -share/icqnix/translations/SPANISH -share/icqnix/translations/SWEDISH -share/icqnix/translations/SWEDISH_NAMES -share/icqnix/translations/SWEDISH_NAMES_COM -share/icqnix/translations/SWISS -share/icqnix/translations/UNITED_KINGDOM -share/icqnix/translations/UNITED_KINGDOM_COM -@dirrm share/icqnix/sounds -@dirrm share/icqnix/translations -@dirrm share/icqnix -- cgit v1.2.3