freebsd-ports/irc/ii/pkg-descr
Baptiste Daroussin 96a7c8d82e - cleanup
- add license

remove:
- files/patch-Makefile
- files/patch-config.mk

PR:		ports/150125
Submitted by:	Julien Laffaye <kimelto _at_ gmail.com> (maintainer)
Approved by:	jadawin (co-mentor)
2010-08-31 07:38:48 +00:00

10 lines
507 B
Plaintext

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.
WWW: http://tools.suckless.org/ii/