Update to centericq-4.5.0
This release adds a very important improvement. ICQ communications were moved to the library of ickle client, written by Barnaby Gray <barnaby@beedesign.co.uk>. Since the library supports the icq2000 protocol, this version centericq doesn't loose messages unlike previous ones. Also it's now possible to send SMSes. Though, the library is not complete yet, so features such as finding users, updating details, sending contacts and files are now gone. Temporary.
This commit is contained in:
parent
1e9fd37ac4
commit
32234419a5
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2001/12/03 06:05:43 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/12/19 00:25:26 pvalchev Exp $
|
||||
|
||||
COMMENT= "curses-based icq client implementation"
|
||||
|
||||
DISTNAME= centericq-4.2.1
|
||||
DISTNAME= centericq-4.5.0
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.500
|
||||
NEED_VERSION= 1.502
|
||||
MASTER_SITES= http://konst.org.ua/download/ \
|
||||
http://konst.home.welcomehome.org/
|
||||
|
||||
@ -19,6 +19,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= sigc.0:libsigc++-*:devel/libsigc++
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= PREFIX="${PREFIX}" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (centericq-4.2.1.tar.gz) = 73e30600f9a1250abbc06bc38f88244a
|
||||
RMD160 (centericq-4.2.1.tar.gz) = 5f674edc11c03b71a0ba4f729b46e68905d2f209
|
||||
SHA1 (centericq-4.2.1.tar.gz) = faa1f77c842ef7f63122c9a5e8d7513f9d708ffc
|
||||
MD5 (centericq-4.5.0.tar.gz) = 5840ffa2346cd77703f10d96ce043e38
|
||||
RMD160 (centericq-4.5.0.tar.gz) = ec218bc18499d17074ccf25e8ab900b8d3471786
|
||||
SHA1 (centericq-4.5.0.tar.gz) = e6b514df5ead94b5ff486e1680faadd800685c09
|
||||
|
9
net/centericq/patches/patch-Makefile_am
Normal file
9
net/centericq/patches/patch-Makefile_am
Normal file
@ -0,0 +1,9 @@
|
||||
$OpenBSD: patch-Makefile_am,v 1.1 2001/12/19 00:25:26 pvalchev Exp $
|
||||
--- Makefile.am.orig Tue Dec 18 17:06:40 2001
|
||||
+++ Makefile.am Tue Dec 18 17:07:03 2001
|
||||
@@ -8,4 +8,4 @@ dist-hook:
|
||||
# END OF MOTOR DIST TARGETS #
|
||||
EXTRA_DIST = acconfig.h centericq.1 ABOUT-NLS AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README TODO centericq.spec kkstrtext-0.1/* kksystr-0.1/* kkconsui-0.1/* libyahoo-0.1/* libmsn-0.1/* libicq2000-0.2/*
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-pkgdata_DATA = centericq.1
|
||||
+man_MANS = centericq.1
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.4 2001/06/30 20:27:23 pvalchev Exp $
|
||||
--- aclocal.m4.orig Sat Jun 30 05:59:19 2001
|
||||
+++ aclocal.m4 Sat Jun 30 14:18:36 2001
|
||||
@@ -173,10 +173,9 @@ AC_DEFUN(AM_WITH_NLS,
|
||||
$OpenBSD: patch-aclocal_m4,v 1.5 2001/12/19 00:25:26 pvalchev Exp $
|
||||
--- aclocal.m4.orig Fri Dec 14 09:31:52 2001
|
||||
+++ aclocal.m4 Tue Dec 18 16:33:06 2001
|
||||
@@ -346,10 +346,9 @@ AC_DEFUN(AM_WITH_NLS,
|
||||
|
||||
if test "$gt_cv_func_gettext_libc" != "yes"; then
|
||||
AC_CHECK_LIB(intl, bindtextdomain,
|
||||
|
@ -1,13 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/12/03 06:05:44 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2001/12/19 00:25:26 pvalchev Exp $
|
||||
bin/centericq
|
||||
bin/cicqconv
|
||||
bin/cicqsync
|
||||
man/man1/centericq.1
|
||||
share/centericq/cont.wav
|
||||
share/centericq/email.wav
|
||||
share/centericq/file.wav
|
||||
share/centericq/msg.wav
|
||||
share/centericq/online.wav
|
||||
share/centericq/sms.wav
|
||||
share/centericq/url.wav
|
||||
share/doc/centericq/FAQ
|
||||
share/doc/centericq/README
|
||||
|
Loading…
Reference in New Issue
Block a user