diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-12-06 08:52:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-12-06 08:52:17 +0000 |
commit | 537797f77d467597c8e77c85f3d29a76bff35754 (patch) | |
tree | 969bf83a2382239d793522ea444aca5fb03b9dae /net-im/vicq | |
parent | c6b620fb2c538a0493a0bda53b51fbf01c9c4f91 (diff) | |
download | ports-537797f77d467597c8e77c85f3d29a76bff35754.tar.gz ports-537797f77d467597c8e77c85f3d29a76bff35754.zip |
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.
Notes
Notes:
svn path=/head/; revision=51116
Diffstat (limited to 'net-im/vicq')
-rw-r--r-- | net-im/vicq/Makefile | 26 | ||||
-rw-r--r-- | net-im/vicq/distinfo | 1 | ||||
-rw-r--r-- | net-im/vicq/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/vicq/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/vicq/pkg-plist | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile new file mode 100644 index 000000000000..875f5b0536b5 --- /dev/null +++ b/net-im/vicq/Makefile @@ -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> diff --git a/net-im/vicq/distinfo b/net-im/vicq/distinfo new file mode 100644 index 000000000000..0c46063dae3d --- /dev/null +++ b/net-im/vicq/distinfo @@ -0,0 +1 @@ +MD5 (vicq-0.3.tar.gz) = df30db42c0bb34ef99751fe2707df4cb diff --git a/net-im/vicq/pkg-comment b/net-im/vicq/pkg-comment new file mode 100644 index 000000000000..43c4495981a1 --- /dev/null +++ b/net-im/vicq/pkg-comment @@ -0,0 +1 @@ +A text-based ICQ implementation diff --git a/net-im/vicq/pkg-descr b/net-im/vicq/pkg-descr new file mode 100644 index 000000000000..2b4ecef21b7d --- /dev/null +++ b/net-im/vicq/pkg-descr @@ -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/ diff --git a/net-im/vicq/pkg-plist b/net-im/vicq/pkg-plist new file mode 100644 index 000000000000..7f6206e59205 --- /dev/null +++ b/net-im/vicq/pkg-plist @@ -0,0 +1,3 @@ +bin/vicq +share/examples/vicq/vicqrc.example +@dirrm share/examples/vicq |