diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 05:03:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 05:03:23 +0000 |
commit | d18ebd6f8c7b1d43c6fda674c7739bd9fa90b908 (patch) | |
tree | c423fb9d330256d2113973c996775e0fe4c68d49 /net/Makefile | |
parent | d1f06513bd419fcaa5816e06f077101dfa0dfed4 (diff) | |
download | ports-d18ebd6f8c7b1d43c6fda674c7739bd9fa90b908.tar.gz ports-d18ebd6f8c7b1d43c6fda674c7739bd9fa90b908.zip |
adding Naken Chat to FreeBSD ports
Small chat server written in C. The compiled code is still
under 50k (at this time around 40k). The chat offers many
features including private channels, gagging, squelching,
banning, censoring, and much more. Users can connect to
the chat through many ways including telnet and a Java
applet through a webpage.
PR: ports/54583
Submitted by: Michael A. Kohn <mike@mikekohn.net> <mikekohn@everyday.com>
Notes
Notes:
svn path=/head/; revision=90594
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 28484b63a027..971d9142cb59 100644 --- a/net/Makefile +++ b/net/Makefile @@ -329,6 +329,7 @@ SUBDIR += nagios SUBDIR += nagios-plugins SUBDIR += naim + SUBDIR += nakenchat SUBDIR += nam SUBDIR += napshare SUBDIR += nast |