MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>

A curses-based textmode ICQ client implementation. It is a
fully featured client, can do things like file transfer. Has
the ability to associate sounds with different actions/evens
and play them through a sound card, as well as the standart
beeping.
 
Things like colors are not hard-coded in the program itself,
but can be set in the corresponding config files
This commit is contained in:
reinhard 2001-03-09 09:43:21 +00:00
parent 13ebf697cb
commit fb54ac758d
6 changed files with 78 additions and 0 deletions

33
net/centericq/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/09 09:43:21 reinhard Exp $
DISTNAME= centericq-3.20.5
CATEGORIES= net
NEED_VERSION= 1.359
MASTER_SITES= http://download.konst.org.ua/ \
${MASTER_SITE_FREEBSD} \
http://konst.org.ua/download/
HOMEPAGE= http://konst.org.ua/software.centericq.html
LIB_DEPENDS= intl.1::devel/gettext
MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= PREFIX="${PREFIX}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/centericq ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/centericq
${INSTALL_DATA} ${WRKSRC}/share/*.wav ${PREFIX}/share/centericq
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/centericq
.include <bsd.port.mk>

3
net/centericq/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (centericq-3.20.5.tar.gz) = 4f39ad3b541b160a06943cec3cec6455
RMD160 (centericq-3.20.5.tar.gz) = eb86d24b6b5ea6d891ef06b7c3048886729f9f25
SHA1 (centericq-3.20.5.tar.gz) = b638628ec443d7d7e4f62d68fcf40c4573116ce5

View File

@ -0,0 +1,19 @@
$OpenBSD: patch-ktools_src_konst_ui_menu_cc,v 1.1.1.1 2001/03/09 09:43:22 reinhard Exp $
--- ktools/src/konst.ui.menu.cc.orig Sun Feb 18 04:25:58 2001
+++ ktools/src/konst.ui.menu.cc Thu Feb 22 22:12:08 2001
@@ -215,6 +215,7 @@ int verticalmenu::open() {
ret = 0;
break;
+ case 'k':
case KEY_UP:
if(curelem > 0) {
shownelem(curelem, 0);
@@ -236,6 +237,7 @@ int verticalmenu::open() {
}
break;
+ case 'j':
case KEY_DOWN:
if(!items.empty()) {
if(curelem < items.size()-1) {

View File

@ -0,0 +1 @@
curses-based icq client implementation

10
net/centericq/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
A curses-based textmode ICQ client implementation. It is a
fully featured client, can do things like file transfer. Has
the ability to associate sounds with different actions/evens
and play them through a sound card, as well as the standart
beeping.
Things like colors are not hard-coded in the program itself,
but can be set in the corresponding config files.
WWW: ${HOMEPAGE}

12
net/centericq/pkg/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/09 09:43:24 reinhard Exp $
bin/centericq
share/centericq/cont.wav
share/centericq/email.wav
share/centericq/file.wav
share/centericq/msg.wav
share/centericq/online.wav
share/centericq/url.wav
share/doc/centericq/FAQ
share/doc/centericq/README
@dirrm share/doc/centericq
@dirrm share/centericq