aboutsummaryrefslogtreecommitdiff
path: root/irc/inspircd12
Commit message (Collapse)AuthorAgeFilesLines
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Fix shebang_file listBaptiste Daroussin2013-05-101-1/+1
| | | | | | | Submitted by: John Marino (via irc) Notes: svn path=/head/; revision=317782
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-1/+3
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* Fix conversion to new option frameworkBaptiste Daroussin2013-04-041-6/+6
| | | | | | | | | Reported by: bdrewery Approved by: portmgr (implicit) With hat: portmgr Notes: svn path=/head/; revision=315722
* Convert left unconverted ports in irc to new options frameworkBaptiste Daroussin2013-03-261-32/+25
| | | | Notes: svn path=/head/; revision=315287
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-151-1/+3
| | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. Notes: svn path=/head/; revision=302555
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to 1.2.9Jason Helfman2012-05-153-21/+6
| | | | | | | | | | | - drop non-existent conflict PR: ports/167577 Submitted by: feld@feld.me Approved by: maintainer, gelraen.ua@gmail.com Notes: svn path=/head/; revision=296675
* 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
* Import version 1.2 of inspircd -- 'there's no m_codepage for 2.x yet'.Chris Rees2011-07-276-0/+725
InspIRCd is a highly modular C++ IRC daemon. It supports most features of other IRC daemons, and supports FreeBSD kqueue() for connection management. WWW: http://www.inspircd.org/ PR: ports/155344 Submitted by: Maxim Ignatenko <gelraen.ua at gmail.com> Notes: svn path=/head/; revision=278412