diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-12-30 11:37:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-12-30 11:37:47 +0000 |
commit | 561b59529a3e8850c4f1c04af8ad40f806d73edb (patch) | |
tree | 10f891f7d32d4b3fdcc6c1a8f37b71b09f3bf9df /chat/vicq | |
parent | 5e0ba140a476dbed20bcbcb0dbbccb68561c4761 (diff) | |
download | pkgsrc-561b59529a3e8850c4f1c04af8ad40f806d73edb.tar.gz |
Initial import of vicq-0.3
vICQ is simple ICQ client written in perl with look & feel of micq
and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000
module written by Robin Fisher.
Fixes pkg/14718 by Shell Hung <shell@shellhung.org>
Diffstat (limited to 'chat/vicq')
-rw-r--r-- | chat/vicq/DESCR | 3 | ||||
-rw-r--r-- | chat/vicq/Makefile | 23 | ||||
-rw-r--r-- | chat/vicq/PLIST | 4 | ||||
-rw-r--r-- | chat/vicq/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/chat/vicq/DESCR b/chat/vicq/DESCR new file mode 100644 index 00000000000..0ac448594ad --- /dev/null +++ b/chat/vicq/DESCR @@ -0,0 +1,3 @@ +vICQ is simple ICQ client written in perl with look & feel of micq +and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000 +module written by Robin Fisher. diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile new file mode 100644 index 00000000000..05fa5305e50 --- /dev/null +++ b/chat/vicq/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ + +DISTNAME= vicq-0.3 +CATEGORIES= chat +MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gonzo.kiev.ua/projects/vicq/ +COMMENT= simple icq client written in perl + +WRKSRC= ${WRKDIR}/vicq + +USE_PERL5= YES +REPLACE_PERL= ${WRKSRC}/vicq +NO_BUILD= YES + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vicq + ${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq + ${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/vicq/PLIST b/chat/vicq/PLIST new file mode 100644 index 00000000000..c20faafb246 --- /dev/null +++ b/chat/vicq/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ +bin/vicq +share/examples/vicq/vicqrc.example +@dirrm share/examples/vicq diff --git a/chat/vicq/distinfo b/chat/vicq/distinfo new file mode 100644 index 00000000000..21f434ea97d --- /dev/null +++ b/chat/vicq/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/30 11:37:47 zuntum Exp $ + +SHA1 (vicq-0.3.tar.bz2) = 856364e4ea389cf89d4e3622cf8fc26799dce1b4 +Size (vicq-0.3.tar.bz2) = 33748 bytes |