Import of icqnix.
ICQnix is an ICQ client for X that is designed to look and feel as much like the Mirabilis ICQ client as possible. PR: 13428 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
This commit is contained in:
parent
8d6f14a9b2
commit
0c50d77284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21049
5 changed files with 103 additions and 0 deletions
26
net/icqnix/Makefile
Normal file
26
net/icqnix/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: icqnix
|
||||
# Version required: b1
|
||||
# Date created: 27 Aug 1999
|
||||
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= icqnix-beta1
|
||||
PKGNAME= icqnix-b1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://icqnix.linuxbox.com/
|
||||
|
||||
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
||||
|
||||
LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142
|
||||
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/icqnix
|
||||
@strip ${PREFIX}/bin/icqnix.install
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/icqnix/distinfo
Normal file
1
net/icqnix/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (icqnix-beta1.tar.gz) = 4fd1627d4bc8f8a5a1f1793fb538538e
|
1
net/icqnix/pkg-comment
Normal file
1
net/icqnix/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An ICQ client for the X Window System for UNIX based PCs.
|
23
net/icqnix/pkg-descr
Normal file
23
net/icqnix/pkg-descr
Normal file
|
@ -0,0 +1,23 @@
|
|||
ICQnix is an ICQ client for the X Window System for UNIX based PCs, designed
|
||||
to look and feel as much like the Mirabilis ICQ client as possible. ICQnix
|
||||
has been developed and tested on Linux, and theoretically should work on
|
||||
other variants of UNIX. It uses the Qt widget set and was originally based on
|
||||
Licq v0.41 by Graham Roff.
|
||||
|
||||
Some of it's features include:
|
||||
|
||||
o Send and Receive Online/Offline messages
|
||||
o Send and Receive Online/Offline URLs
|
||||
o Peer to Peer Chat
|
||||
o Message History
|
||||
o Visible/Invisible lists
|
||||
o ICQ Search
|
||||
o View Basic User Info
|
||||
o Event sounds
|
||||
o X-based user installation
|
||||
o Closely resembles the Windows ICQ interface
|
||||
|
||||
WWW: http://icqnix.linuxbox.com/
|
||||
|
||||
- Yin-Jieh Chen
|
||||
yinjieh@csie.nctu.edu.tw
|
52
net/icqnix/pkg-plist
Normal file
52
net/icqnix/pkg-plist
Normal file
|
@ -0,0 +1,52 @@
|
|||
bin/icqnix
|
||||
bin/icqnix.install
|
||||
share/icqnix/icqnix.conf
|
||||
share/icqnix/users.conf
|
||||
share/icqnix/sounds/auth.au
|
||||
share/icqnix/sounds/chat.au
|
||||
share/icqnix/sounds/chatbeep.au
|
||||
share/icqnix/sounds/email.au
|
||||
share/icqnix/sounds/external.au
|
||||
share/icqnix/sounds/file.au
|
||||
share/icqnix/sounds/message.au
|
||||
share/icqnix/sounds/notify.au
|
||||
share/icqnix/sounds/online.au
|
||||
share/icqnix/sounds/swing.au
|
||||
share/icqnix/sounds/system.au
|
||||
share/icqnix/sounds/url.au
|
||||
share/icqnix/translations/ASCII
|
||||
share/icqnix/translations/CP437
|
||||
share/icqnix/translations/CP850
|
||||
share/icqnix/translations/DANISH
|
||||
share/icqnix/translations/DEC_MCS
|
||||
share/icqnix/translations/DG_MCS
|
||||
share/icqnix/translations/DUTCH
|
||||
share/icqnix/translations/FINNISH
|
||||
share/icqnix/translations/FRENCH
|
||||
share/icqnix/translations/FRENCH_CANADIAN
|
||||
share/icqnix/translations/GERMAN
|
||||
share/icqnix/translations/HP_MCS
|
||||
share/icqnix/translations/IRV
|
||||
share/icqnix/translations/ITALIAN
|
||||
share/icqnix/translations/JIS
|
||||
share/icqnix/translations/MACINTOSH
|
||||
share/icqnix/translations/NEXT
|
||||
share/icqnix/translations/NORWEGIAN_1
|
||||
share/icqnix/translations/NORWEGIAN_2
|
||||
share/icqnix/translations/POLISH
|
||||
share/icqnix/translations/POLISH_NOPL
|
||||
share/icqnix/translations/PORTUGUESE
|
||||
share/icqnix/translations/PORTUGUESE_COM
|
||||
share/icqnix/translations/RUSSIAN
|
||||
share/icqnix/translations/RUSSIAN_ALT
|
||||
share/icqnix/translations/RUSSIAN_WIN
|
||||
share/icqnix/translations/SPANISH
|
||||
share/icqnix/translations/SWEDISH
|
||||
share/icqnix/translations/SWEDISH_NAMES
|
||||
share/icqnix/translations/SWEDISH_NAMES_COM
|
||||
share/icqnix/translations/SWISS
|
||||
share/icqnix/translations/UNITED_KINGDOM
|
||||
share/icqnix/translations/UNITED_KINGDOM_COM
|
||||
@dirrm share/icqnix/sounds
|
||||
@dirrm share/icqnix/translations
|
||||
@dirrm share/icqnix
|
Loading…
Reference in a new issue