mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
26
net-im/vicq/Makefile
Normal 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
1
net-im/vicq/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (vicq-0.3.tar.gz) = df30db42c0bb34ef99751fe2707df4cb
|
1
net-im/vicq/pkg-comment
Normal file
1
net-im/vicq/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A text-based ICQ implementation
|
5
net-im/vicq/pkg-descr
Normal file
5
net-im/vicq/pkg-descr
Normal 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
3
net-im/vicq/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/vicq
|
||||||
|
share/examples/vicq/vicqrc.example
|
||||||
|
@dirrm share/examples/vicq
|
|
@ -455,6 +455,7 @@
|
||||||
SUBDIR += unison
|
SUBDIR += unison
|
||||||
SUBDIR += urlendec
|
SUBDIR += urlendec
|
||||||
SUBDIR += vchat
|
SUBDIR += vchat
|
||||||
|
SUBDIR += vicq
|
||||||
SUBDIR += vnc
|
SUBDIR += vnc
|
||||||
SUBDIR += vnc-tight
|
SUBDIR += vnc-tight
|
||||||
SUBDIR += vomit
|
SUBDIR += vomit
|
||||||
|
|
26
net/vicq/Makefile
Normal file
26
net/vicq/Makefile
Normal 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
1
net/vicq/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (vicq-0.3.tar.gz) = df30db42c0bb34ef99751fe2707df4cb
|
1
net/vicq/pkg-comment
Normal file
1
net/vicq/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A text-based ICQ implementation
|
5
net/vicq/pkg-descr
Normal file
5
net/vicq/pkg-descr
Normal 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
3
net/vicq/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/vicq
|
||||||
|
share/examples/vicq/vicqrc.example
|
||||||
|
@dirrm share/examples/vicq
|
Loading…
Add table
Reference in a new issue