aboutsummaryrefslogtreecommitdiff
path: root/net/nakenchat
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.12Wesley Shields2008-11-236-19/+132
| | | | | | | | | | | | | | | | - Pass maintainer to submitter - Switch to new MASTER_SITES - Add RC script - Switch to OPTIONS - Properly handle the configuration file - Respect CC and CFLAGS PR: ports/128894 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: mike@mikekohn.net (maintainer) Notes: svn path=/head/; revision=223296
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | APproved by: krion@ Notes: svn path=/head/; revision=155034
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* IGNORE on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS} (or CFLAGS or CC, ...)Kris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103166
* adding Naken Chat to FreeBSD portsEdwin Groothuis2003-10-085-0/+42
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: svn path=/head/; revision=90594