Tschüss Centerim.

People is using skype and fb messenger now.
This commit is contained in:
gonzalo 2018-04-11 09:53:52 +00:00
parent 0ff09dc324
commit 016966bc10
10 changed files with 0 additions and 272 deletions

View File

@ -1,45 +0,0 @@
# $OpenBSD: Makefile,v 1.9 2017/11/21 00:13:02 naddy Exp $
COMMENT= text based IM client
DISTNAME= centerim-4.22.10
REVISION= 4
CATEGORIES= net
HOMEPAGE= http://www.centerim.org/
MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += assuan c crypto curl gpg-error gpgme iconv intl jpeg m ncursesw
WANTLIB += nghttp2 pthread ssl ${COMPILER_LIBCXX} z
MASTER_SITES= http://centerim.org/download/releases/
MODULES= lang/python
MODPY_BUILD_DEPENDS= No
MODPY_RUN_DEPENDS= No
MODPY_ADJ_FILES= misc/CenterIMLog2HTML.py
USE_GMAKE= Yes
LIB_DEPENDS= devel/libidn \
graphics/jpeg \
net/curl \
security/gpgme
AUTOCONF_VERSION= 2.68
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-locales-fix \
--with-ssl \
--with-openssl \
--with-libiconv-prefix \
--with-ncurses
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (centerim-4.22.10.tar.gz) = k84V65yDSkk5taoIRtXGAj7ClTIU2vjcJshc6qRBP24=
SIZE (centerim-4.22.10.tar.gz) = 2287832

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure_ac,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
--- configure.ac.orig Wed Mar 21 09:10:42 2012
+++ configure.ac Wed Mar 21 09:10:47 2012
@@ -376,7 +376,7 @@ AC_C_BIGENDIAN
AM_ICONV_LINK
-LIBS="$LIBS $LIBICONV"
+LIBS="$LIBS $LTLIBICONV"
AC_CHECK_SIZEOF([int])
AC_CHECK_SIZEOF([short])

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-libicq2000_src_ContactTree_cpp,v 1.1 2017/05/19 23:14:09 espie Exp $
Index: libicq2000/src/ContactTree.cpp
--- libicq2000/src/ContactTree.cpp.orig
+++ libicq2000/src/ContactTree.cpp
@@ -21,6 +21,7 @@
#include "ContactTree.h"
#include "events.h"
+#include <stdlib.h>
namespace ICQ2000 {

View File

@ -1,44 +0,0 @@
$OpenBSD: patch-libjabber_jconn_c,v 1.1 2017/05/19 23:14:09 espie Exp $
Index: libjabber/jconn.c
--- libjabber/jconn.c.orig
+++ libjabber/jconn.c
@@ -824,7 +824,7 @@ void *jabber_recieve_file_fd(void *arg)
free(hash);
close(sock);
close(fd_file);
- return;
+ return NULL;
}
recv( sock, buff, SEND_BUF, 0 );
@@ -833,9 +833,9 @@ void *jabber_recieve_file_fd(void *arg)
free(hash);
close(sock);
close(fd_file);
- return;
+ return NULL;
}
-
+
//socks5 bytestream packet
buff[0] = 0x05;
buff[1] = 0x01;
@@ -851,7 +851,7 @@ void *jabber_recieve_file_fd(void *arg)
free(hash);
close(sock);
close(fd_file);
- return;
+ return NULL;
}
recv( sock, buff, 47, 0 );
if( buff[0] != 0x05 || buff[3] != 0x03 )
@@ -859,7 +859,7 @@ void *jabber_recieve_file_fd(void *arg)
free(hash);
close(sock);
close(fd_file);
- return;
+ return NULL;
}

View File

@ -1,57 +0,0 @@
$OpenBSD: patch-m4_gettext_m4,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
--- m4/gettext.m4.orig Tue Nov 23 20:16:40 2010
+++ m4/gettext.m4 Wed Mar 21 08:59:11 2012
@@ -158,7 +158,7 @@ return * gettext ("")]ifelse([$2], [need-ngettext], [
[gt_save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $INCINTL"
gt_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBINTL"
+ LIBS="$LIBS $LTLIBINTL"
dnl Now see whether libintl exists and does not depend on libiconv.
AC_TRY_LINK([#include <libintl.h>
]ifelse([$2], [need-formatstring-macros],
@@ -180,7 +180,7 @@ return * gettext ("")]ifelse([$2], [need-ngettext], [
gt_cv_func_gnugettext_libintl=no)
dnl Now see whether libintl exists and depends on libiconv.
if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then
- LIBS="$LIBS $LIBICONV"
+ LIBS="$LIBS $LTLIBICONV"
AC_TRY_LINK([#include <libintl.h>
]ifelse([$2], [need-formatstring-macros],
[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
@@ -197,7 +197,7 @@ extern
const char *_nl_expand_alias (const char *);],
[bindtextdomain ("", "");
return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
- [LIBINTL="$LIBINTL $LIBICONV"
+ [LIBINTL="$LTLIBINTL $LTLIBICONV"
LTLIBINTL="$LTLIBINTL $LTLIBICONV"
gt_cv_func_gnugettext_libintl=yes
])
@@ -234,7 +234,7 @@ return * gettext ("")]ifelse([$2], [need-ngettext], [
dnl Mark actions used to generate GNU NLS library.
BUILD_INCLUDED_LIBINTL=yes
USE_INCLUDED_LIBINTL=yes
- LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV"
+ LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
@@ -287,7 +287,7 @@ return * gettext ("")]ifelse([$2], [need-ngettext], [
if test "$gt_use_preinstalled_gnugettext" = "yes"; then
if test "$gt_cv_func_gnugettext_libintl" = "yes"; then
AC_MSG_CHECKING([how to link with libintl])
- AC_MSG_RESULT([$LIBINTL])
+ AC_MSG_RESULT([$LTLIBINTL])
AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
fi
@@ -343,7 +343,7 @@ return * gettext ("")]ifelse([$2], [need-ngettext], [
])
dnl For backward compatibility. Some Makefiles may be using this.
- INTLLIBS="$LIBINTL"
+ INTLLIBS="$LTLIBINTL"
AC_SUBST(INTLLIBS)
dnl Make all documented variables known to autoconf.

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-m4_iconv_m4,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
--- m4/iconv.m4.orig Wed Mar 21 08:33:32 2012
+++ m4/iconv.m4 Wed Mar 21 08:34:08 2012
@@ -44,7 +44,7 @@ AC_DEFUN([AM_ICONV_LINK],
am_cv_func_iconv=yes)
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBICONV"
+ LIBS="$LIBS $LTLIBICONV"
AC_TRY_LINK([#include <stdlib.h>
#include <iconv.h>],
[iconv_t cd = iconv_open("","");
@@ -60,7 +60,7 @@ AC_DEFUN([AM_ICONV_LINK],
fi
if test "$am_cv_lib_iconv" = yes; then
AC_MSG_CHECKING([how to link with libiconv])
- AC_MSG_RESULT([$LIBICONV])
+ AC_MSG_RESULT([$LTLIBICONV])
else
dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
dnl either.

View File

@ -1,30 +0,0 @@
$OpenBSD: patch-src_hooks_abstracthook_h,v 1.1 2017/05/19 23:14:09 espie Exp $
Index: src/hooks/abstracthook.h
--- src/hooks/abstracthook.h.orig
+++ src/hooks/abstracthook.h
@@ -47,11 +47,7 @@ struct servicetype {
};
class abstracthook {
- protected:
- enum Encoding {
- encUTF, encKOI, encUnknown
- };
-
+ public:
enum logevent {
logConnecting,
logLogged,
@@ -61,6 +57,11 @@ class abstracthook {
logContactAdd,
logContactRemove,
logConfMembers
+ };
+
+ protected:
+ enum Encoding {
+ encUTF, encKOI, encUnknown
};
protocolname proto;

View File

@ -1,14 +0,0 @@
CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported. It allows you to send, receive, and forward messages, URLs,
SMSes and, contacts, mass message send, search for users (including
extended "whitepages search"), view users' details, maintain your
contact list directly from the program (including non-icq contacts),
view the messages history, register a new UIN and update your details,
be informed on receiving email messages, automatically set away after
the defined period of inactivity (on any console), and have your own
ignore, visible and invisible lists.
It can also associate events with sounds, has support for Hebrew and
Arabic languages and allows to arrange contacts into groups. There is
also an internal RSS reader and even a LiveJournal client!

View File

@ -1,34 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/21 14:41:22 ajacoutot Exp $
bin/CenterIMLog2HTML.py
@bin bin/centerim
bin/cimconv
bin/cimextracthistory.pl
bin/cimformathistory
@man man/man1/centerim.1
@man man/man1/cimconv.1
share/centerim/
share/centerim/email.wav
share/centerim/msg.wav
share/centerim/offline.wav
share/centerim/online.wav
share/centerim/sms.wav
share/centerim/url.wav
share/locale/bg/LC_MESSAGES/centerim.mo
share/locale/cs/LC_MESSAGES/centerim.mo
share/locale/de/LC_MESSAGES/centerim.mo
share/locale/es/LC_MESSAGES/centerim.mo
share/locale/fr/LC_MESSAGES/centerim.mo
share/locale/hu/LC_MESSAGES/centerim.mo
share/locale/it/LC_MESSAGES/centerim.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/centerim.mo
share/locale/nl/LC_MESSAGES/centerim.mo
share/locale/pl/LC_MESSAGES/centerim.mo
share/locale/pt_BR/LC_MESSAGES/centerim.mo
share/locale/ro/LC_MESSAGES/centerim.mo
share/locale/ru/LC_MESSAGES/centerim.mo
share/locale/sv/LC_MESSAGES/centerim.mo
share/locale/uk/LC_MESSAGES/centerim.mo
share/locale/zh_CN/LC_MESSAGES/centerim.mo
share/locale/zh_TW/LC_MESSAGES/centerim.mo