summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoryouri <youri>2015-06-04 20:17:42 +0000
committeryouri <youri>2015-06-04 20:17:42 +0000
commitdfaf6dec78df3a7e3f5682b668151fc802fefe4d (patch)
tree34b3f03ce976365bcde3915be7e6135975a1838c /chat
parent50a7436dcc39084f43a79a2e33ec3ab05249aa5c (diff)
downloadpkgsrc-dfaf6dec78df3a7e3f5682b668151fc802fefe4d.tar.gz
Import ii-1.7 as chat/ii.
ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy.
Diffstat (limited to 'chat')
-rw-r--r--chat/ii/DESCR8
-rw-r--r--chat/ii/Makefile19
-rw-r--r--chat/ii/PLIST8
-rw-r--r--chat/ii/distinfo5
4 files changed, 40 insertions, 0 deletions
diff --git a/chat/ii/DESCR b/chat/ii/DESCR
new file mode 100644
index 00000000000..fed4cd82c3f
--- /dev/null
+++ b/chat/ii/DESCR
@@ -0,0 +1,8 @@
+ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc
+directory tree with server, channel and nick name directories.
+In every directory a FIFO in file and a normal out file is created.
+
+The in file is used to communicate with the servers and the out files
+contain the server messages. For every channel and every nick name there
+are related in and out files created. This allows IRC communication from
+command line and adheres to the Unix philosophy.
diff --git a/chat/ii/Makefile b/chat/ii/Makefile
new file mode 100644
index 00000000000..d3f00758e60
--- /dev/null
+++ b/chat/ii/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/06/04 20:17:42 youri Exp $
+
+DISTNAME= ii-1.7
+CATEGORIES= chat
+MASTER_SITES= http://dl.suckless.org/tools/
+
+MAINTAINER= youri@NetBSD.org
+HOMEPAGE= http://dl.suckless.org/tools/
+COMMENT= Minimalist FIFO and filesystem-based IRC client
+LICENSE= mit
+
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-build
+SUBST_MESSAGE.makefile= Fixing config.mk
+SUBST_FILES.makefile= config.mk
+SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/ii/PLIST b/chat/ii/PLIST
new file mode 100644
index 00000000000..69815da8acc
--- /dev/null
+++ b/chat/ii/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/04 20:17:42 youri Exp $
+bin/ii
+man/man1/ii.1
+share/doc/ii/CHANGES
+share/doc/ii/FAQ
+share/doc/ii/LICENSE
+share/doc/ii/README
+share/doc/ii/query.sh
diff --git a/chat/ii/distinfo b/chat/ii/distinfo
new file mode 100644
index 00000000000..1628e9c33bf
--- /dev/null
+++ b/chat/ii/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/04 20:17:42 youri Exp $
+
+SHA1 (ii-1.7.tar.gz) = 499f40b8d9cac6d2de0c27b1db087de6b819e279
+RMD160 (ii-1.7.tar.gz) = b107bf4b62ad77a91e383fd7b25dbf54d6238d43
+Size (ii-1.7.tar.gz) = 10174 bytes