summaryrefslogtreecommitdiff
path: root/net-im/centericq
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq')
-rw-r--r--net-im/centericq/Makefile111
-rw-r--r--net-im/centericq/distinfo2
-rw-r--r--net-im/centericq/files/patch-msn-connection.cpp12
-rw-r--r--net-im/centericq/files/patch-msn-filetransfer.cpp10
-rw-r--r--net-im/centericq/files/patch-msnhook.cc26
-rw-r--r--net-im/centericq/pkg-descr14
-rw-r--r--net-im/centericq/pkg-plist40
7 files changed, 0 insertions, 215 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
deleted file mode 100644
index 05af28b72a03..000000000000
--- a/net-im/centericq/Makefile
+++ /dev/null
@@ -1,111 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: centericq
-# Date created: 25 December 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= centericq
-PORTVERSION= 4.13.0
-PORTREVISION= 0
-CATEGORIES= net
-MASTER_SITES= http://centericq.de/archive/source/releases/ \
- http://thekonst.net/download/
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= A text mode menu- and window-driven IM interface
-
-USE_BZIP2= yes
-USE_ICONV= yes
-USE_OPENSSL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- CXXFLAGS="-I${LOCALBASE}/include"
-LDFLAGS+= -L${LOCALBASE}/lib -lstdc++
-CONFIGURE_ARGS= --with-openssl --disable-konst
-
-OPTIONS= NLS "Native Language Support" on \
- MULTIBYTE "Multibyte Support" off \
- FRIBIDI "Fribidi Support" off \
- MSN "Support for MSN Protocol" off \
- YAHOO "Support for Yahoo! Messenger Protocol" off \
- AIM "Support for AOL's Instant Messenger Protocol" off \
- IRC "Support for IRC Protocol" off \
- JABBER "Support for Jabber Protocol" off \
- RSS "Support for RSS" off \
- LJ "Support for LiveJournal" off \
- GG "Support for Gadu-Gadu Protocol" off
-
-MAN1= cicqconv.1 cicqsync.1
-
-PORTDOCS= FAQ README
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.endif
-
-.if defined(WITH_MULTIBYTE)
-CONFIGURE_ARGS+= --enable-locales-fix
-.endif
-
-.if defined(WITH_FRIBIDI)
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
-CONFIGURE_ARGS+= --with-fribidi
-.endif
-
-.if !defined(WITH_MSN)
-CONFIGURE_ARGS+= --disable-msn
-.else
-LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
-.endif
-
-.if !defined(WITH_YAHOO)
-CONFIGURE_ARGS+= --disable-yahoo
-.endif
-
-.if !defined(WITH_AIM)
-CONFIGURE_ARGS+= --disable-aim
-.endif
-
-.if !defined(WITH_IRC)
-CONFIGURE_ARGS+= --disable-irc
-.endif
-
-.if !defined(WITH_JABBER)
-CONFIGURE_ARGS+= --disable-jabber
-.endif
-
-.if !defined(WITH_RSS)
-CONFIGURE_ARGS+= --disable-rss
-.endif
-
-.if !defined(WITH_LJ)
-CONFIGURE_ARGS+= --disable-lj
-.endif
-
-.if !defined(WITH_GG)
-CONFIGURE_ARGS+= --disable-gg
-.endif
-
-post-patch:
-.for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h
- @(cd ${WRKSRC} ; \
- ${MV} -f ${file} ${file}.orig ; \
- ${GREP} -v "_G_config.h" ${file}.orig > ${file})
-.endfor
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-im/centericq/distinfo b/net-im/centericq/distinfo
deleted file mode 100644
index b7876617d43e..000000000000
--- a/net-im/centericq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (centericq-4.13.0.tar.bz2) = d32a90906ad03d72a7f43a725646e1d2
-SIZE (centericq-4.13.0.tar.bz2) = 1251118
diff --git a/net-im/centericq/files/patch-msn-connection.cpp b/net-im/centericq/files/patch-msn-connection.cpp
deleted file mode 100644
index 47dff454cd72..000000000000
--- a/net-im/centericq/files/patch-msn-connection.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- libmsn-0.1/msn/connection.cpp.orig Tue Jun 29 07:17:07 2004
-+++ libmsn-0.1/msn/connection.cpp Thu Jul 1 17:04:36 2004
-@@ -27,8 +27,8 @@
- #include <msn/externals.h>
-
- #ifndef WIN32
--#include <sys/socket.h>
- #include <unistd.h>
-+#include <sys/socket.h>
- #else
- #include <winsock.h>
- #include <io.h>
diff --git a/net-im/centericq/files/patch-msn-filetransfer.cpp b/net-im/centericq/files/patch-msn-filetransfer.cpp
deleted file mode 100644
index 29cd6a6b8a80..000000000000
--- a/net-im/centericq/files/patch-msn-filetransfer.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- libmsn-0.1/msn/filetransfer.cpp.orig Tue Jun 29 18:59:04 2004
-+++ libmsn-0.1/msn/filetransfer.cpp Thu Jul 1 17:03:28 2004
-@@ -27,6 +27,7 @@
-
- #ifndef WIN32
- #include <unistd.h>
-+#include <sys/time.h>
- #include <sys/socket.h>
- #else
- #include <winsock.h>
diff --git a/net-im/centericq/files/patch-msnhook.cc b/net-im/centericq/files/patch-msnhook.cc
deleted file mode 100644
index 6f1486372147..000000000000
--- a/net-im/centericq/files/patch-msnhook.cc
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/hooks/msnhook.cc.orig Thu Jul 1 03:42:16 2004
-+++ src/hooks/msnhook.cc Thu Jul 29 10:02:57 2004
-@@ -155,6 +155,9 @@
- int hsock = 0;
- MSN::Connection *c;
-
-+ FD_ZERO(&rs);
-+ FD_ZERO(&ws);
-+ FD_ZERO(&es);
- getsockets(rs, ws, es, hsock);
- tv.tv_sec = tv.tv_usec = 0;
-
-@@ -451,11 +454,11 @@
-
- void msnhook::checkfriendly(icqcontact *c, const string friendlynick, bool forcefetch) {
- string oldnick = c->getnick();
-- string newnick = unmime(friendlynick);
-+ string newnick = rusconv("uk",unmime(friendlynick));
-
- c->setnick(newnick);
-
-- if(forcefetch || (oldnick != newnick && c->getdispnick() == oldnick) || oldnick.empty()) {
-+ if(forcefetch || (oldnick != newnick && c->getdispnick() != newnick) || oldnick.empty()) {
- c->setdispnick(newnick);
- face.relaxedupdate();
- }
diff --git a/net-im/centericq/pkg-descr b/net-im/centericq/pkg-descr
deleted file mode 100644
index b52c41583c74..000000000000
--- a/net-im/centericq/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Centericq is a text mode menu- and window-driven IM interface that
-supports the ICQ2000, Yahoo!, MSN, AIM, and IRC protocols. It allows you
-to send, receive, and forward messages, URLs, SMSes, contacts, and email
-express messages. It also lets you set your own and fetch others' away
-messages, and define external handlers for incoming events. You can
-mass message-send, search for users, view users' details, maintain
-your contact list directly from the program, view the message history,
-register a new UIN and update your details, be informed upon receipt
-of email messages, automatically set away after the defined period of
-inactivity, and have your own ignore, visible, and invisible lists.
-It can also associate events with sounds, make log of events, and
-allows arrangement of contacts into groups.
-
-WWW: http://konst.org.ua/centericq/
diff --git a/net-im/centericq/pkg-plist b/net-im/centericq/pkg-plist
deleted file mode 100644
index 6b0a35dd6929..000000000000
--- a/net-im/centericq/pkg-plist
+++ /dev/null
@@ -1,40 +0,0 @@
-bin/centericq
-bin/cicqconv
-bin/cicqsync
-include/libicq2000/libicq2000/Client.h
-include/libicq2000/libicq2000/constants.h
-include/libicq2000/libicq2000/ContactList.h
-include/libicq2000/libicq2000/ContactTree.h
-include/libicq2000/libicq2000/Contact.h
-include/libicq2000/libicq2000/events.h
-include/libicq2000/libicq2000/exceptions.h
-include/libicq2000/libicq2000/ref_ptr.h
-include/libicq2000/libicq2000/sigslot.h
-include/libicq2000/libicq2000/time_extra.h
-include/libicq2000/libicq2000/Translator.h
-include/libicq2000/libicq2000/userinfoconstants.h
-include/libicq2000/libicq2000/version.h
-%%DATADIR%%/email.wav
-%%DATADIR%%/msg.wav
-%%DATADIR%%/online.wav
-%%DATADIR%%/sms.wav
-%%DATADIR%%/url.wav
-%%NLS%%share/locale/bg/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/de/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/es/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/it/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/ms/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/centericq.mo
-%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo
-@dirrm include/libicq2000/libicq2000
-@dirrm include/libicq2000
-@dirrm %%DATADIR%%