non port: irc/ratbox-services/Makefile |
Number of commits found: 36 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
|
Friday, 15 Nov 2019
|
10:12 tobik
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
|
Thursday, 8 Dec 2016
|
17:26 tijl
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 10 Jan 2016
|
16:55 bapt
Convert g* and i* to USES=sqlite and USES=firebird
|
Saturday, 22 Nov 2014
|
20:40 crees
Finally retire USE_PGSQL
|
Tuesday, 29 Jul 2014
|
19:11 adamw
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Wednesday, 16 Jul 2014
|
02:29 adamw
Add DOCS option where PORTDOCS appears in plist.
|
Friday, 4 Jul 2014
|
09:41 tijl
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
|
Tuesday, 1 Jul 2014
|
23:33 bapt
Support stage
|
Friday, 13 Jun 2014
|
07:36 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
|
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Monday, 16 Sep 2013
|
17:03 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tuesday, 23 Apr 2013
|
10:51 bapt
Convert irc to USES=pkgconfig
|
Tuesday, 26 Mar 2013
|
12:36 bapt
Convert left unconverted ports in irc to new options framework
|
Monday, 10 Dec 2012
|
19:11 mm
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Saturday, 7 Jul 2012
|
16:13 jase
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
|
Tuesday, 14 Feb 2012
|
12:45 mm
Bump pcre library dependency due to 8.30 update
|
Monday, 19 Dec 2011
|
19:05 crees
Update MASTER_SITES
PR: ports/163433
Submitted by: crees
Approved by: maintainer
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tuesday, 5 Jul 2011
|
16:40 crees
ratbox-services now uses USERS and GROUPS
PR: ports/157590
Approved by: rene (mentor, implicit), Moggie <moggie@elasticmind.net>
(maintainer)
|
Monday, 9 Aug 2010
|
16:25 arved
mark MAKE_JOBS_UNSAFE
PR: 147977
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Approved by: maintainer
|
Wednesday, 7 Apr 2010
|
00:24 wxs
- Update to 1.2.3
Submitted by: Lewis <moggie@elasticmind.net> (maintainer, private mail)
|
Tuesday, 9 Mar 2010
|
22:43 miwi
- Update to 1.2.2
PR: 143953
Submitted by: moggie <"moggie atelasticmind.net"@elasticmind.net> (maintainer)
|
Tuesday, 16 Jun 2009
|
21:09 itetcu
Fix build / deinstall with custom LOCALBASE and PREFIX
Submitted by: maintainer
Reported by: QATty
|
Thursday, 3 Jul 2008
|
19:32 beech
- Update to 1.2.1
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
Wednesday, 2 Jul 2008
|
22:28 beech
- Update to 1.2.0
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)
|
Monday, 7 Apr 2008
|
02:40 mnag
- Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig
Reported by: pav
|
Saturday, 27 Oct 2007
|
22:18 miwi
- Tidy-up
- Improved config handling
PR: 117547
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
Monday, 1 Oct 2007
|
06:59 edwin
[PATCH] irc/ratbox-services: Unbreak and portlint
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>
|
Friday, 28 Sep 2007
|
13:07 shaun
Transfer maintainership.
|
01:03 edwin
[patch] port update for irc/ircd-ratbox
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@
|
Monday, 19 Jun 2006
|
20:06 shaun
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
|
Monday, 1 May 2006
|
12:45 pav
ratbox-services is a services package written mostly from scratch for
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>
|
Number of commits found: 36 |