summaryrefslogtreecommitdiff
path: root/net/icqnix
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-24 11:27:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-24 11:27:15 +0000
commit6c1f77c75c93e21e8571c443757c59a3eb8691d8 (patch)
treeb7062274ba675158e63fd76c4f312bfa4c66f44f /net/icqnix
parentUpdate to 1.2.2. (diff)
Add back icqnix and pppload, which were prematurely deleted by will.
Notes
Notes: svn path=/head/; revision=59883
Diffstat (limited to 'net/icqnix')
-rw-r--r--net/icqnix/Makefile28
-rw-r--r--net/icqnix/distinfo1
-rw-r--r--net/icqnix/files/patch-aa11
-rw-r--r--net/icqnix/files/patch-ab11
-rw-r--r--net/icqnix/files/patch-ac11
-rw-r--r--net/icqnix/pkg-comment1
-rw-r--r--net/icqnix/pkg-descr23
-rw-r--r--net/icqnix/pkg-plist52
8 files changed, 138 insertions, 0 deletions
diff --git a/net/icqnix/Makefile b/net/icqnix/Makefile
new file mode 100644
index 000000000000..804e9ae69630
--- /dev/null
+++ b/net/icqnix/Makefile
@@ -0,0 +1,28 @@
+# 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
+CATEGORIES= net
+MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/
+DISTNAME= icqnix-beta1
+
+MAINTAINER= yinjieh@csie.nctu.edu.tw
+
+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}"
+
+post-install:
+ @strip ${PREFIX}/bin/icqnix
+ @strip ${PREFIX}/bin/icqnix.install
+
+.include <bsd.port.mk>
diff --git a/net/icqnix/distinfo b/net/icqnix/distinfo
new file mode 100644
index 000000000000..18106f806298
--- /dev/null
+++ b/net/icqnix/distinfo
@@ -0,0 +1 @@
+MD5 (icqnix-beta1.tar.gz) = 4fd1627d4bc8f8a5a1f1793fb538538e
diff --git a/net/icqnix/files/patch-aa b/net/icqnix/files/patch-aa
new file mode 100644
index 000000000000..3512a8dc1d8d
--- /dev/null
+++ b/net/icqnix/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000000..7698f4658b8b
--- /dev/null
+++ b/net/icqnix/files/patch-ab
@@ -0,0 +1,11 @@
+--- ./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
new file mode 100644
index 000000000000..1676f78c88ed
--- /dev/null
+++ b/net/icqnix/files/patch-ac
@@ -0,0 +1,11 @@
+--- ./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-comment b/net/icqnix/pkg-comment
new file mode 100644
index 000000000000..10a65c3e35b1
--- /dev/null
+++ b/net/icqnix/pkg-comment
@@ -0,0 +1 @@
+ICQ client for the X Window System for UNIX based PCs
diff --git a/net/icqnix/pkg-descr b/net/icqnix/pkg-descr
new file mode 100644
index 000000000000..93d13680ece5
--- /dev/null
+++ b/net/icqnix/pkg-descr
@@ -0,0 +1,23 @@
+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
new file mode 100644
index 000000000000..19f2b23876e3
--- /dev/null
+++ b/net/icqnix/pkg-plist
@@ -0,0 +1,52 @@
+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