Initial import of vicq-0.3.

vICQ is a simple text-mode ICQ client written with look and feel of
micq in mind. Its features: PERL source code suitable for hacking
and scripting, text-only look & feel, and ICQ v7 protocol support.
This commit is contained in:
Kevin Lo 2001-12-06 08:52:17 +00:00
parent c6b620fb2c
commit 537797f77d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51116
11 changed files with 73 additions and 0 deletions

26
net-im/vicq/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: vicq
# Date created: 06 December 2001
# Whom: Kevin Lo<kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vicq
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
MAINTAINER= kevlo@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/ICQ2000.pm:${PORTSDIR}/net/p5-Net-ICQ2000
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
.include <bsd.port.mk>

1
net-im/vicq/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (vicq-0.3.tar.gz) = df30db42c0bb34ef99751fe2707df4cb

1
net-im/vicq/pkg-comment Normal file
View file

@ -0,0 +1 @@
A text-based ICQ implementation

5
net-im/vicq/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
vICQ is a simple text-mode ICQ client written with look and feel of
micq in mind. Its features: PERL source code suitable for hacking
and scripting, text-only look & feel, and ICQ v7 protocol support.
WWW: http://gonzo.kiev.ua/projects/vicq/

3
net-im/vicq/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/vicq
share/examples/vicq/vicqrc.example
@dirrm share/examples/vicq

View file

@ -455,6 +455,7 @@
SUBDIR += unison
SUBDIR += urlendec
SUBDIR += vchat
SUBDIR += vicq
SUBDIR += vnc
SUBDIR += vnc-tight
SUBDIR += vomit

26
net/vicq/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: vicq
# Date created: 06 December 2001
# Whom: Kevin Lo<kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vicq
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
MAINTAINER= kevlo@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/ICQ2000.pm:${PORTSDIR}/net/p5-Net-ICQ2000
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
.include <bsd.port.mk>

1
net/vicq/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (vicq-0.3.tar.gz) = df30db42c0bb34ef99751fe2707df4cb

1
net/vicq/pkg-comment Normal file
View file

@ -0,0 +1 @@
A text-based ICQ implementation

5
net/vicq/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
vICQ is a simple text-mode ICQ client written with look and feel of
micq in mind. Its features: PERL source code suitable for hacking
and scripting, text-only look & feel, and ICQ v7 protocol support.
WWW: http://gonzo.kiev.ua/projects/vicq/

3
net/vicq/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/vicq
share/examples/vicq/vicqrc.example
@dirrm share/examples/vicq