Date: Fri, 18 Jul 2008 15:54:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/ii Makefile distinfo pkg-descr ports/irc/ii/files patch-Makefile patch-config.mk Message-ID: <200807181554.m6IFsjdx087967@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-07-18 15:54:45 UTC
FreeBSD ports repository
Modified files:
irc Makefile
Added files:
irc/ii Makefile distinfo pkg-descr
irc/ii/files patch-Makefile patch-config.mk
Log:
ii is a minimalist FIFO and filesystem-based IRC client. It createsan
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.
WWW: http://www.suckless.org/wiki/tools/irc/irc_it/
PR: ports/125567
Submitted by: Julien Laffaye <kimelto at gmail.com>
Revision Changes Path
1.171 +1 -0 ports/irc/Makefile
1.1 +37 -0 ports/irc/ii/Makefile (new)
1.1 +3 -0 ports/irc/ii/distinfo (new)
1.1 +15 -0 ports/irc/ii/files/patch-Makefile (new)
1.1 +24 -0 ports/irc/ii/files/patch-config.mk (new)
1.1 +9 -0 ports/irc/ii/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807181554.m6IFsjdx087967>
