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:
parent
13ebf697cb
commit
fb54ac758d
33
net/centericq/Makefile
Normal file
33
net/centericq/Makefile
Normal 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
3
net/centericq/files/md5
Normal 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
|
19
net/centericq/patches/patch-ktools_src_konst_ui_menu_cc
Normal file
19
net/centericq/patches/patch-ktools_src_konst_ui_menu_cc
Normal 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) {
|
1
net/centericq/pkg/COMMENT
Normal file
1
net/centericq/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
curses-based icq client implementation
|
10
net/centericq/pkg/DESCR
Normal file
10
net/centericq/pkg/DESCR
Normal 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
12
net/centericq/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user