diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-09 16:06:35 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-09 16:06:35 +0000 |
commit | 5ed0b64ce2355546ce7f574b54446e0029fb933c (patch) | |
tree | a75bbe409cdc179bf4f38249edd0f95acd328d69 | |
parent | aa8d8476c8a918c86aee7d0e1f9c0710bd74a846 (diff) | |
download | ports-5ed0b64ce2355546ce7f574b54446e0029fb933c.tar.gz ports-5ed0b64ce2355546ce7f574b54446e0029fb933c.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/icqnix/Makefile | 36 | ||||
-rw-r--r-- | net/icqnix/distinfo | 2 | ||||
-rw-r--r-- | net/icqnix/files/patch-aa | 11 | ||||
-rw-r--r-- | net/icqnix/files/patch-ab | 11 | ||||
-rw-r--r-- | net/icqnix/files/patch-ac | 11 | ||||
-rw-r--r-- | net/icqnix/pkg-descr | 23 | ||||
-rw-r--r-- | net/icqnix/pkg-plist | 52 |
9 files changed, 1 insertions, 147 deletions
@@ -1447,3 +1447,4 @@ devel/p5-Server-FastPL||2005-04-08|Deprecated, no longer on CPAN math/p5-Statistics-Table-F||2005-04-08|Deprecated, no longer on CPAN math/p5-Math-BigIntFast||2005-04-08|Deprecated, no longer on CPAN www/p5-HTML-Navigation||2005-04-08|Deprecated, no longer on CPAN +net/icqnix||2005-04-09|abandoned project diff --git a/net/Makefile b/net/Makefile index 16939c2ea850..2d855f50eef4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -229,7 +229,6 @@ SUBDIR += icpld SUBDIR += icqlib SUBDIR += icqlib0 - SUBDIR += icqnix SUBDIR += ifdepd SUBDIR += ifstat SUBDIR += ifstated 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 <yinjieh@csie.nctu.edu.tw> -# -# $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 <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501013 -BROKEN= "Configure fails" -.endif - -post-install: - @${STRIP_CMD} ${PREFIX}/bin/icqnix - @${STRIP_CMD} ${PREFIX}/bin/icqnix.install - -.include <bsd.port.post.mk> 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 |