aboutsummaryrefslogtreecommitdiff
path: root/irc/ratbox-services
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* mark MAKE_JOBS_UNSAFETilman Keskinoz2010-08-091-0/+1
| | | | | | | | | PR: 147977 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=259015
* - Update to 1.2.3Wesley Shields2010-04-073-4/+10
| | | | | | | Submitted by: Lewis <moggie@elasticmind.net> (maintainer, private mail) Notes: svn path=/head/; revision=252347
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.2.2Martin Wilke2010-03-094-13/+16
| | | | | | | | PR: 143953 Submitted by: moggie <"moggie atelasticmind.net"@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=250795
* Fix a few common typos in pkg-descr ("separate", "compatible").Jimmy Olgeni2009-08-161-1/+1
| | | | Notes: svn path=/head/; revision=239651
* Fix build / deinstall with custom LOCALBASE and PREFIXIon-Mihai Tetcu2009-06-162-5/+6
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=236080
* - Update to 1.2.1Beech Rintoul2008-07-033-4/+5
| | | | | | | | PR: ports/125035 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=216251
* - Update to 1.2.0Beech Rintoul2008-07-029-246/+695
| | | | | | | | | | | | | | | | | | | | | | | | | Some port changes include: o Removed port dependency on patch files. o Added LIB_DEPENDS for requiring pcre to build services. o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files. o Added PERL dependency for database schema generation scripts on port installation. o Added new Memoserv configure options. o Restored MySQL database backend support. o Fixed build error caused when building with 'NOPORTDOCS=yes'. Brief list of some package changes: o Multi-language support - Support for different language translations of services help files and responses (currently not recommended in this release). o Memoserv - A new service allowing usernames to send memos to each other. o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv. o Regexp - Ability to add regular expression ban matches. o Suspend - Ability to suspend users and channels. PR: ports/125035 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=216182
* - Use pkg-config to determinate if sqlite3 are compiled with threadsMarcus Alves Grando2008-04-071-0/+4
| | | | | | | | | - Add USE_GNOME=pkgconfig Reported by: pav Notes: svn path=/head/; revision=210692
* - Tidy-upMartin Wilke2007-10-274-6/+14
| | | | | | | | | | - Improved config handling PR: 117547 Submitted by: Lewis <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=202190
* [PATCH] irc/ratbox-services: Unbreak and portlintEdwin Groothuis2007-10-012-14/+15
| | | | | | | | | | | | | | the port has a syntax error which breaks (INDEX) building if WITH_PGSQL is set. I also took the liberty of removing some portlint warnings. Maintainer was pointed to it over IRC. PR: ports/116761 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=200502
* Transfer maintainership.Shaun Amott2007-09-281-1/+1
| | | | Notes: svn path=/head/; revision=200271
* [patch] port update for irc/ircd-ratboxEdwin Groothuis2007-09-2810-170/+356
| | | | | | | | | | | | | | | | | | | | | | | | | Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6 [patch] port upgrade for irc/ratbox-services Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2 Removal of irc/ircd-ratbox-devel The ircd-ratbox-devel port is depreciated and installs an out-dated version of ircd-ratbox. There is no current development release of ircd-ratbox; please could this port be deleted as the ratbox team are some time away from releasing a new development version. [Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox] PR: ports/115950, ports/116156, ports/116158 Submitted by: Lewis <moggie@elasticmind.net> Approved by: shaun@ Notes: svn path=/head/; revision=200245
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* ratbox-services is a services package written mostly from scratch forPav Lucistnik2006-05-0110-0/+554
use with ircd-ratbox. It is highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running. Features: - User, nick and channel services - Jupe service - Global message service - Oper services - Opered bot - List service WWW: http://services.ircd-ratbox.org/ PR: ports/92520 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=161043