summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-06-04 08:49:46 +0000
committerroam <roam@FreeBSD.org>2004-06-04 08:49:46 +0000
commit10ad823b2d60e06deaefdf7227cfa0690063f6c8 (patch)
tree6d60b5b3c617bdf865a3c104615c314f8fce1c47 /net
parentdd1410e84a948691468b710f3bfedefe8d7f94a9 (diff)
downloadFreeBSD-ports-10ad823b2d60e06deaefdf7227cfa0690063f6c8.zip
FreeBSD-ports-10ad823b2d60e06deaefdf7227cfa0690063f6c8.tar.gz
Add cicquin-0.1, a utility for searching the CenterICQ local contact list
for users with a specified nickname.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/cicquin/Makefile18
-rw-r--r--net/cicquin/distinfo2
-rw-r--r--net/cicquin/pkg-descr6
-rw-r--r--net/cicquin/pkg-plist1
5 files changed, 28 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index bfa352c..0d2fa19 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -51,6 +51,7 @@
SUBDIR += ccmsn
SUBDIR += cdonkey
SUBDIR += centericq
+ SUBDIR += cicquin
SUBDIR += citadel
SUBDIR += citrix_ica
SUBDIR += click
diff --git a/net/cicquin/Makefile b/net/cicquin/Makefile
new file mode 100644
index 0000000..3008760
--- /dev/null
+++ b/net/cicquin/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cicquin
+# Date created: 6 Jun 2004
+# Whom: Peter Pentchev
+#
+# $FreeBSD$
+#
+
+PORTNAME= cicquin
+PORTVERSION= 0.1
+CATEGORIES= net
+MASTER_SITES= http://devel.ringlet.net/misc/cicquin/
+
+MAINTAINER= roam@FreeBSD.org
+COMMENT= Look up users in the CenterICQ user database
+
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
+
+.include <bsd.port.mk>
diff --git a/net/cicquin/distinfo b/net/cicquin/distinfo
new file mode 100644
index 0000000..218ddbb
--- /dev/null
+++ b/net/cicquin/distinfo
@@ -0,0 +1,2 @@
+MD5 (cicquin-0.1.tar.gz) = cd5de5641e5fca382de2f498858bdaec
+SIZE (cicquin-0.1.tar.gz) = 1910
diff --git a/net/cicquin/pkg-descr b/net/cicquin/pkg-descr
new file mode 100644
index 0000000..2df0267
--- /dev/null
+++ b/net/cicquin/pkg-descr
@@ -0,0 +1,6 @@
+The cicquin script trawls through the CenterICQ data directory, looking for
+UIN's with the specified nickname. It should work with any reasonable Bourne
+shell and any standard awk implementation.
+
+WWW: http://devel.ringlet.net/misc/cicquin/
+Author: Peter Pentchev <roam@ringlet.net>
diff --git a/net/cicquin/pkg-plist b/net/cicquin/pkg-plist
new file mode 100644
index 0000000..a5663c4
--- /dev/null
+++ b/net/cicquin/pkg-plist
@@ -0,0 +1 @@
+bin/cicquin
OpenPOWER on IntegriCloud