- remove centericq. it's been broken for > 4 years, and there are good enough

alternatives in tree. like finch

"go ahead" pvalchev@ (MAINTAINER)
This commit is contained in:
jasper 2009-11-04 13:27:20 +00:00
parent a2c993ef80
commit 34cc41aa43
10 changed files with 1 additions and 245 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.601 2009/11/01 11:15:29 steven Exp $
# $OpenBSD: Makefile,v 1.602 2009/11/04 13:27:20 jasper Exp $
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
#
@ -39,7 +39,6 @@
SUBDIR += bwm-ng
SUBDIR += cadaver
SUBDIR += castget
SUBDIR += centericq
SUBDIR += cftp
SUBDIR += charm
SUBDIR += cjc

View File

@ -1,37 +0,0 @@
# $OpenBSD: Makefile,v 1.32 2007/09/15 22:36:52 merdely Exp $
BROKEN= requires update but new version has issues
COMMENT= curses-based icq client implementation
DISTNAME= centericq-4.9.11
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/ \
http://centericq.de/archive/source/releases/
HOMEPAGE= http://konst.org.ua/software.centericq.html
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m ncurses ssl stdc++
MODULES= devel/gettext
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}"
DOCS= README FAQ
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/centericq.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (centericq-4.9.11.tar.gz) = dxeGCBRxNg0otLrq8pTadg==
RMD160 (centericq-4.9.11.tar.gz) = hqYgrgxg0VeIE/9gZ1pYSucBFes=
SHA1 (centericq-4.9.11.tar.gz) = SYtpfS8dxHr++7uvHbe/5T9efM0=
SHA256 (centericq-4.9.11.tar.gz) = vINytvOkehJbP56PC/ugYlDzLKqrLV6aLO+Zm5UtpRg=
SIZE (centericq-4.9.11.tar.gz) = 1623174

View File

@ -1,64 +0,0 @@
$OpenBSD: patch-configure,v 1.4 2005/02/16 21:55:55 alek Exp $
--- configure.orig Mon Mar 22 21:27:18 2004
+++ configure Sat Feb 12 18:37:45 2005
@@ -2655,7 +2655,7 @@ echo "configure:2648: checking how to li
-LIBS="$LIBS $LIBICONV"
+LIBS="$LIBS $LTLIBICONV"
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
echo "configure:2662: checking for socket in -lsocket" >&5
@@ -4907,7 +4907,6 @@ else
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
extern
#ifdef __cplusplus
"C"
@@ -4915,7 +4914,7 @@ extern
const char *_nl_expand_alias ();
int main() {
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
; return 0; }
EOF
if { (eval echo configure:4922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -4935,7 +4934,6 @@ rm -f conftest*
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
extern
#ifdef __cplusplus
"C"
@@ -4943,7 +4941,7 @@ extern
const char *_nl_expand_alias ();
int main() {
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
; return 0; }
EOF
if { (eval echo configure:4950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -5078,7 +5076,7 @@ EOF
- INTLLIBS="$LIBINTL"
+ INTLLIBS="$LTLIBINTL"
@@ -5244,7 +5242,7 @@ s%@LIBGNUTLS_EXTRA_CONFIG@%$LIBGNUTLS_EX
s%@LIBGNUTLS_EXTRA_CFLAGS@%$LIBGNUTLS_EXTRA_CFLAGS%g
s%@LIBGNUTLS_EXTRA_LIBS@%$LIBGNUTLS_EXTRA_LIBS%g
s%@CXXCPP@%$CXXCPP%g
-s%@LIBICONV@%$LIBICONV%g
+s%@LIBICONV@%$LTLIBICONV%g
s%@LTLIBICONV@%$LTLIBICONV%g
s%@BUILD_YAHOO_TRUE@%$BUILD_YAHOO_TRUE%g
s%@BUILD_YAHOO_FALSE@%$BUILD_YAHOO_FALSE%g

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-kkconsui-0_1_src_cmenus_cc,v 1.6 2003/12/23 21:08:29 pvalchev Exp $
--- kkconsui-0.1/src/cmenus.cc.orig 2003-11-05 02:10:27.000000000 -0700
+++ kkconsui-0.1/src/cmenus.cc 2003-12-23 01:58:05.000000000 -0700
@@ -252,6 +252,7 @@ int verticalmenu::open() {
return 0;
break;
+ case 'k':
case KEY_UP:
if(curelem > 0) {
shownelem(curelem, 0);
@@ -277,6 +278,7 @@ int verticalmenu::open() {
}
break;
+ case 'j':
case KEY_DOWN:
if(!items.empty()) {
if(curelem < items.size()-1) {

View File

@ -1,34 +0,0 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.3 2003/10/14 17:02:37 pvalchev Exp $
--- po/Makefile.in.in.orig 2003-04-05 12:01:37.000000000 -0700
+++ po/Makefile.in.in 2003-10-11 09:13:13.000000000 -0600
@@ -33,7 +33,7 @@ GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = msgmerge
-MSGMERGE_UPDATE = @MSGMERGE@ --update
+MSGMERGE_UPDATE = msgmerge --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter
@@ -107,8 +107,8 @@ $(srcdir)/$(DOMAIN).pot:
$(POFILES): $(srcdir)/$(DOMAIN).pot
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
- echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
- cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
+# echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
+# cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
install: install-exec install-data
@@ -305,8 +305,8 @@ $(DUMMYPOFILES):
update-gmo: Makefile $(GMOFILES)
@:
-Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
- cd $(top_builddir) \
+Makefile: Makefile.in.in ../config.status POTFILES.in
+ cd .. \
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
$(SHELL) ./config.status

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.4 2005/02/16 21:55:55 alek Exp $
--- src/Makefile.in.orig Sat Feb 12 19:20:50 2005
+++ src/Makefile.in Sat Feb 12 19:20:59 2005
@@ -92,7 +92,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
USE_NLS = @USE_NLS@
VERSION = @VERSION@
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/hooks -I$(top_srcdir)/firetalk-0.1 -I$(top_srcdir)/kkconsui-0.1/include -I$(top_srcdir)/kkstrtext-0.1 -I$(top_srcdir)/libicq2000-0.1 -I$(top_srcdir)/libjabber-0.1 -I$(top_srcdir)/libyahoo2-0.1 -I$(top_srcdir)/kksystr-0.1/include -I$(top_srcdir)/connwrap-0.1 -I$(top_srcdir)/libgadu-0.1 -I$(top_srcdir)/blip-0.1 -I$(top_srcdir)/libicq2000-0.1/libicq2000 -I$(top_srcdir)/intl
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/hooks -I$(top_srcdir)/firetalk-0.1 -I$(top_srcdir)/kkconsui-0.1/include -I$(top_srcdir)/kkstrtext-0.1 -I$(top_srcdir)/libicq2000-0.1 -I$(top_srcdir)/libjabber-0.1 -I$(top_srcdir)/libyahoo2-0.1 -I$(top_srcdir)/kksystr-0.1/include -I$(top_srcdir)/connwrap-0.1 -I$(top_srcdir)/libgadu-0.1 -I$(top_srcdir)/blip-0.1 -I$(top_srcdir)/libicq2000-0.1/libicq2000
bin_PROGRAMS = centericq
centericq_SOURCES = icqcontact.cc icqgroups.cc eventmanager.cc icqdialogs.cc icqhist.cc imexternal.cc imcontact.cc imlogger.cc accountmanager.cc icqcontacts.cc icqmlist.cc imcontroller.cc icqconf.cc imevents.cc icqface.cc centermain.cc icqgroup.cc centericq.cc
centericq_LDFLAGS = -L$(top_srcdir)/firetalk-0.1 -L$(top_srcdir)/kkconsui-0.1 -L$(top_srcdir)/kkstrtext-0.1 -L$(top_srcdir)/libicq2000-0.1 -L$(top_srcdir)/libjabber-0.1 -L$(top_srcdir)/libyahoo2-0.1 -L$(top_srcdir)/kksystr-0.1 -L$(top_srcdir)/connwrap-0.1 -L$(top_srcdir)/libgadu-0.1 -L$(top_srcdir)/blip-0.1

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_hooks_Makefile_in,v 1.1 2005/02/16 21:55:55 alek Exp $
--- src/hooks/Makefile.in.orig Sat Feb 12 19:20:26 2005
+++ src/hooks/Makefile.in Sat Feb 12 19:20:36 2005
@@ -92,7 +92,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
USE_NLS = @USE_NLS@
VERSION = @VERSION@
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/hooks -I$(top_srcdir)/firetalk-0.1 -I$(top_srcdir)/kkconsui-0.1/include -I$(top_srcdir)/kkstrtext-0.1 -I$(top_srcdir)/libicq2000-0.1 -I$(top_srcdir)/libjabber-0.1 -I$(top_srcdir)/libyahoo2-0.1 -I$(top_srcdir)/kksystr-0.1/include -I$(top_srcdir)/connwrap-0.1 -I$(top_srcdir)/libgadu-0.1 -I$(top_srcdir)/blip-0.1 -I$(top_srcdir)/libicq2000-0.1/libicq2000 -I$(top_srcdir)/intl
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/hooks -I$(top_srcdir)/firetalk-0.1 -I$(top_srcdir)/kkconsui-0.1/include -I$(top_srcdir)/kkstrtext-0.1 -I$(top_srcdir)/libicq2000-0.1 -I$(top_srcdir)/libjabber-0.1 -I$(top_srcdir)/libyahoo2-0.1 -I$(top_srcdir)/kksystr-0.1/include -I$(top_srcdir)/connwrap-0.1 -I$(top_srcdir)/libgadu-0.1 -I$(top_srcdir)/blip-0.1 -I$(top_srcdir)/libicq2000-0.1/libicq2000
noinst_LIBRARIES = libhooks.a
libhooks_a_SOURCES = yahoohook.cc jabberhook.cc aimhook.cc icqhook.cc irchook.cc abstracthook.cc rsshook.cc HTTPClient.cc ljhook.cc gaduhook.cc msnhook.cc
EXTRA_DIST = yahoohook.cc jabberhook.cc aimhook.cc icqhook.cc irchook.cc abstracthook.cc rsshook.cc HTTPClient.cc ljhook.cc gaduhook.cc msnhook.cc yahoohook.h aimhook.h jabberhook.h icqhook.h irchook.h abstracthook.h rsshook.h HTTPClient.h ljhook.h gaduhook.h msnhook.h

View File

@ -1,9 +0,0 @@
Centericq is a text mode menu- and window-driven IM interface
that supports the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber
protocols. It is a fully featured client, can do things like
file transfer. Has the ability to associate sounds with
different actions/events and play them through a sound card,
as well as the standard beeping.
Things like colors are not hard-coded in the program itself,
but can be set in the corresponding config files.

View File

@ -1,51 +0,0 @@
@comment $OpenBSD: PLIST,v 1.16 2005/02/16 21:55:55 alek Exp $
bin/centericq
bin/cicqconv
bin/cicqsync
@comment include/libicq2000/
@comment include/libicq2000/libicq2000/
@comment include/libicq2000/libicq2000/Client.h
@comment include/libicq2000/libicq2000/Contact.h
@comment include/libicq2000/libicq2000/ContactList.h
@comment include/libicq2000/libicq2000/ContactTree.h
@comment include/libicq2000/libicq2000/Translator.h
@comment include/libicq2000/libicq2000/constants.h
@comment include/libicq2000/libicq2000/events.h
@comment include/libicq2000/libicq2000/exceptions.h
@comment include/libicq2000/libicq2000/ref_ptr.h
@comment include/libicq2000/libicq2000/sigslot.h
@comment include/libicq2000/libicq2000/time_extra.h
@comment include/libicq2000/libicq2000/userinfoconstants.h
@comment include/libicq2000/libicq2000/version.h
@man man/man1/centericq.1
@man man/man1/cicqconv.1
@man man/man1/cicqsync.1
share/centericq/
share/centericq/email.wav
share/centericq/msg.wav
share/centericq/online.wav
share/centericq/sms.wav
share/centericq/url.wav
share/doc/centericq/
share/doc/centericq/FAQ
share/doc/centericq/README
share/locale/bg/LC_MESSAGES/centericq.mo
share/locale/cs/LC_MESSAGES/centericq.mo
share/locale/de/LC_MESSAGES/centericq.mo
share/locale/es/LC_MESSAGES/centericq.mo
share/locale/fr/LC_MESSAGES/centericq.mo
share/locale/hu/LC_MESSAGES/centericq.mo
share/locale/it/LC_MESSAGES/centericq.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/centericq.mo
share/locale/nl/LC_MESSAGES/centericq.mo
share/locale/pl/LC_MESSAGES/centericq.mo
share/locale/pt_BR/LC_MESSAGES/centericq.mo
share/locale/ro/LC_MESSAGES/centericq.mo
share/locale/ru/LC_MESSAGES/centericq.mo
share/locale/sv/LC_MESSAGES/centericq.mo
share/locale/uk/LC_MESSAGES/centericq.mo
share/locale/zh_TW.Big5/
share/locale/zh_TW.Big5/LC_MESSAGES/
share/locale/zh_TW.Big5/LC_MESSAGES/centericq.mo