summaryrefslogtreecommitdiff
path: root/chat/vicq
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-12-30 11:37:47 +0000
committerzuntum <zuntum>2001-12-30 11:37:47 +0000
commite8c83c9975384afb98a90a55d1c585d52804b19b (patch)
tree10f891f7d32d4b3fdcc6c1a8f37b71b09f3bf9df /chat/vicq
parentfa31429b833d5855d2547d5c7badbdfcac7300ef (diff)
downloadpkgsrc-e8c83c9975384afb98a90a55d1c585d52804b19b.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/DESCR3
-rw-r--r--chat/vicq/Makefile23
-rw-r--r--chat/vicq/PLIST4
-rw-r--r--chat/vicq/distinfo4
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