summaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile45
-rw-r--r--net-im/licq/Makefile.inc29
-rw-r--r--net-im/licq/distinfo1
-rw-r--r--net-im/licq/files/patch-main.cpp10
-rw-r--r--net-im/licq/files/patch-socket.cpp34
-rw-r--r--net-im/licq/pkg-descr5
-rw-r--r--net-im/licq/pkg-message3
-rw-r--r--net-im/licq/pkg-plist108
8 files changed, 0 insertions, 235 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
deleted file mode 100644
index 347faaebd928..000000000000
--- a/net-im/licq/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: licq
-# Date created: 2 July 1998
-# Whom: Brian Feldman & Matt Heckaman
-#
-# $FreeBSD$
-#
-
-PORTNAME= base
-PORTVERSION= ${LICQ_VER}
-CATEGORIES= net
-.if defined(WITH_SOCKS)
-PKGNAMESUFFIX= -socks
-.endif
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= A popular ICQ-compatible plugin-based program
-
-.if defined(WITH_SOCKS)
-BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-.endif
-
-USE_OPENSSL= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}
-LICQ_PORT?= ${.CURDIR}
-
-# workaround for installed autoconf/automake
-CONFIGURE_ARGS+=--program-transform-name=s,y,y,
-
-.if defined(WITH_SOCKS)
-CONFIGURE_ARGS+=--enable-socks5
-CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
-CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
-.endif
-
-pre-configure:
- @${MV} ${WRKSRC}/src/licq.conf.h ${WRKSRC}/src/licq.conf.h.sed
- ${SED} -e "s=/usr/share/licq=${PREFIX}/share/licq=" \
- ${WRKSRC}/src/licq.conf.h.sed > ${WRKSRC}/src/licq.conf.h
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-.include "${LICQ_PORT}/Makefile.inc"
-.include <bsd.port.post.mk>
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc
deleted file mode 100644
index e26346e0fe74..000000000000
--- a/net-im/licq/Makefile.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-# Common stuff for Licq-based ports
-# $FreeBSD$
-
-PKGNAMEPREFIX= licq-
-LICQ_VER= 1.2.4
-QT_LICQ_VER= 1.2.4
-RMS_LICQ_VER= 0.33
-CONSOLE_LICQ_VER= 1.2.4
-JONS_GTK_LICQ_VER= 0.20.2
-.if ${PORTNAME} != "base"
-RUN_DEPENDS+= licq:${LICQ_PORT}
-.endif
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= licq
-DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
-DISTFILES= ${DISTNAME}.tar.bz2
-GNU_CONFIGURE= yes
-MD5_FILE?= ${LICQ_PORT}/distinfo
-# USE_LIBTOOL doesn't work for these ports
-#USE_LIBTOOL= yes
-USE_GMAKE= yes
-USE_BZIP2= yes
-WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}
-PLIST_SUB+= LICQ_DEVEL="@comment "
-.if ${OSVERSION} > 500030
-CPPFLAGS+= -Wno-deprecated
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
-MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"
-.endif
diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo
deleted file mode 100644
index 0dd2f6f93790..000000000000
--- a/net-im/licq/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (licq-1.2.4.tar.bz2) = 3267518199e440a2c7be5e608b05bfd4
diff --git a/net-im/licq/files/patch-main.cpp b/net-im/licq/files/patch-main.cpp
deleted file mode 100644
index e6ca09b4f421..000000000000
--- a/net-im/licq/files/patch-main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.cpp.orig Wed Jan 29 13:19:50 2003
-+++ src/main.cpp Wed Jan 29 13:20:13 2003
-@@ -10,7 +10,6 @@
-
- #ifdef USE_SOCKS5
- #define SOCKS
--#define INCLUDE_PROTOTYPES
- extern "C" {
- #include <socks.h>
- }
diff --git a/net-im/licq/files/patch-socket.cpp b/net-im/licq/files/patch-socket.cpp
deleted file mode 100644
index 36d9f1d9f585..000000000000
--- a/net-im/licq/files/patch-socket.cpp
+++ /dev/null
@@ -1,34 +0,0 @@
---- src/socket.cpp.orig Thu Jan 2 22:08:06 2003
-+++ src/socket.cpp Wed Jan 8 07:58:47 2003
-@@ -13,6 +13,9 @@
- #include <netdb.h>
- #include <fcntl.h>
- #include <unistd.h>
-+#ifdef __FreeBSD__
-+#include <osreldate.h>
-+#endif
-
- #ifdef HAVE_INET_ATON
- #include <arpa/inet.h>
-@@ -427,7 +430,11 @@
- m_sRemoteAddr.sin_family = AF_INET;
-
- // if connect fails then call CloseConnection to clean up before returning
-+#if defined(__FreeBSD__) && __FreeBSD_version < 400013
-+ int sizeofSockaddr = sizeof(struct sockaddr);
-+#else
- socklen_t sizeofSockaddr = sizeof(struct sockaddr);
-+#endif
- if (connect(m_nDescriptor, (struct sockaddr *)&m_sRemoteAddr, sizeofSockaddr) < 0)
- {
- // errno has been set
---- src/socket.cpp.orig Wed Jan 29 13:19:59 2003
-+++ src/socket.cpp Wed Jan 29 13:20:20 2003
-@@ -42,7 +42,6 @@
- #ifdef USE_SOCKS5
-
- #define SOCKS
--#define INCLUDE_PROTOTYPES
- extern "C" {
- #include <socks.h>
- }
diff --git a/net-im/licq/pkg-descr b/net-im/licq/pkg-descr
deleted file mode 100644
index d0fcb6465b59..000000000000
--- a/net-im/licq/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is an unofficial ICQ clone, written in C++.
-It is in no way endorsed by Mirabilis, and now is the most full-featured
-ICQ-compatible program with the exception of Java ICQ.
-
-WWW: http://www.licq.org/
diff --git a/net-im/licq/pkg-message b/net-im/licq/pkg-message
deleted file mode 100644
index 41656d4d7bc4..000000000000
--- a/net-im/licq/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-In order to actually use licq, at least one plugin port needs to be installed.
-Currently they include: licq-qt-gui, licq-jons-gtk-gui, licq-console
-and several others. Check the net category to find them.
diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist
deleted file mode 100644
index 6876b88d1359..000000000000
--- a/net-im/licq/pkg-plist
+++ /dev/null
@@ -1,108 +0,0 @@
-bin/licq
-bin/viewurl-lynx.sh
-bin/viewurl-ncftp.sh
-bin/viewurl-netscape.sh
-bin/viewurl-w3m.sh
-include/licq/licq_buffer.h
-include/licq/licq_chat.h
-include/licq/licq_color.h
-include/licq/licq_constants.h
-include/licq/licq_countrycodes.h
-include/licq/licq_events.h
-include/licq/licq_file.h
-include/licq/licq_filetransfer.h
-include/licq/licq_history.h
-include/licq/licq_icq.h
-include/licq/licq_icqd.h
-include/licq/licq_languagecodes.h
-include/licq/licq_log.h
-include/licq/licq_message.h
-include/licq/licq_onevent.h
-include/licq/licq_packets.h
-include/licq/licq_plugin.h
-include/licq/licq_plugind.h
-include/licq/licq_proxy.h
-include/licq/licq_sar.h
-include/licq/licq_sighandler.h
-include/licq/licq_socket.h
-include/licq/licq_translate.h
-include/licq/licq_user.h
-include/licq/licq_utility.h
-include/licq/pthread_rdwr.h
-share/licq/sounds/Monty-Python.wav
-share/licq/sounds/fun/Auth.wav
-share/licq/sounds/fun/Chat.wav
-share/licq/sounds/fun/Contact.wav
-share/licq/sounds/fun/File.wav
-share/licq/sounds/fun/Message.wav
-share/licq/sounds/fun/Online.wav
-share/licq/sounds/fun/System.wav
-share/licq/sounds/fun/URL.wav
-share/licq/sounds/icq/Auth.wav
-share/licq/sounds/icq/Chat.wav
-share/licq/sounds/icq/Contact.wav
-share/licq/sounds/icq/File.wav
-share/licq/sounds/icq/Message.wav
-share/licq/sounds/icq/Online.wav
-share/licq/sounds/icq/System.wav
-share/licq/sounds/icq/URL.wav
-share/licq/translations/ASCII
-share/licq/translations/CP437
-share/licq/translations/CP850
-share/licq/translations/DANISH
-share/licq/translations/DEC_MCS
-share/licq/translations/DG_MCS
-share/licq/translations/DUTCH
-share/licq/translations/FINNISH
-share/licq/translations/FRENCH
-share/licq/translations/FRENCH_CANADIAN
-share/licq/translations/GERMAN
-share/licq/translations/HP_MCS
-share/licq/translations/IRV
-share/licq/translations/ITALIAN
-share/licq/translations/JIS
-share/licq/translations/LATIN_2
-share/licq/translations/MACINTOSH
-share/licq/translations/NEXT
-share/licq/translations/NORWEGIAN_1
-share/licq/translations/NORWEGIAN_2
-share/licq/translations/POLISH
-share/licq/translations/POLISH_NOPL
-share/licq/translations/PORTUGUESE
-share/licq/translations/PORTUGUESE_COM
-share/licq/translations/RUSSIAN
-share/licq/translations/RUSSIAN_ALT
-share/licq/translations/RUSSIAN_WIN
-share/licq/translations/SPANISH
-share/licq/translations/SWEDISH
-share/licq/translations/SWEDISH_NAMES
-share/licq/translations/SWEDISH_NAMES_COM
-share/licq/translations/SWISS
-share/licq/translations/UKRAINIAN_WIN
-share/licq/translations/UNITED_KINGDOM
-share/licq/translations/UNITED_KINGDOM_COM
-share/licq/utilities/BackOrifice.utility
-share/licq/utilities/finger.utility
-share/licq/utilities/ftp.utility
-share/licq/utilities/gftp.utility
-share/licq/utilities/hostname.utility
-share/licq/utilities/kmail.utility
-share/licq/utilities/mutt.utility
-share/licq/utilities/netscape.utility
-share/licq/utilities/nmap.utility
-share/licq/utilities/pine.utility
-share/licq/utilities/ping.utility
-share/licq/utilities/queso.utility
-share/licq/utilities/speakfreely.utility
-share/licq/utilities/talk.utility
-share/licq/utilities/traceroute.utility
-share/licq/utilities/vnc.utility
-share/licq/utilities/xtraceroute.utility
-@dirrm include/licq
-@dirrm lib/licq
-@dirrm share/licq/sounds/fun
-@dirrm share/licq/sounds/icq
-@dirrm share/licq/sounds
-@dirrm share/licq/translations
-@dirrm share/licq/utilities
-@dirrm share/licq