pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ii Import ii-1.7 as chat/ii.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6353be1db8c
branches:  trunk
changeset: 652588:b6353be1db8c
user:      youri <youri%pkgsrc.org@localhost>
date:      Thu Jun 04 20:17:42 2015 +0000

description:
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:

 chat/ii/DESCR    |   8 ++++++++
 chat/ii/Makefile |  19 +++++++++++++++++++
 chat/ii/PLIST    |   8 ++++++++
 chat/ii/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r f7079d73cdba -r b6353be1db8c chat/ii/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/ii/DESCR     Thu Jun 04 20:17:42 2015 +0000
@@ -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 -r f7079d73cdba -r b6353be1db8c chat/ii/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/ii/Makefile  Thu Jun 04 20:17:42 2015 +0000
@@ -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@localhost
+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 -r f7079d73cdba -r b6353be1db8c chat/ii/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/ii/PLIST     Thu Jun 04 20:17:42 2015 +0000
@@ -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 -r f7079d73cdba -r b6353be1db8c chat/ii/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/ii/distinfo  Thu Jun 04 20:17:42 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index