aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Use OPTIONS and add more optionsMarcus Alves Grando2006-02-132-26/+61
| | | | | | | | | | | | - Add rc.d script - Bump PORTREVISION PR: 93285 Submitted by: mnag Approved by: maintainer Notes: svn path=/head/; revision=155947
* BROKEN on !i386: Does not compileKris Kennaway2006-02-121-1/+7
| | | | Notes: svn path=/head/; revision=155876
* BROKEN: Incomplete pkg-plistKris Kennaway2006-02-121-0/+2
| | | | Notes: svn path=/head/; revision=155864
* Convert to OPTIONS framework.Sam Lawrance2006-02-111-2/+6
| | | | | | | | | | | | Fix misformatted IGNORE message. Tighten up CONFLICTS. PR: ports/92925 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=155700
* Convert to OPTIONS framework.Sam Lawrance2006-02-111-1/+5
| | | | | | | | | | | Fix misformatted IGNORE message. PR: ports/92911 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=155699
* - mv pkg-message -> files/pkg-message.in, add it to SUB_FILESRenato Botelho2006-02-094-10/+16
| | | | | | | | | | | - Add more MASTER_SITES [1] - Take maintainership [1] PR: ports/93078 [1] Submitted by: Joe Holden <joe@joeholden.co.uk> [1] Notes: svn path=/head/; revision=155601
* Un-FORBID: Subvert broken logic for disabling confirmation email.Volker Stolz2006-02-082-12/+4
| | | | | | | | | Cleanup a bit while here. Approved by: maintainer Notes: svn path=/head/; revision=155527
* Mark deprecated and set to expire.Sam Lawrance2006-02-081-0/+3
| | | | | | | | | PR: ports/92307 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: kurlon@hotmail.com (maintainer, timeout 14 days) Notes: svn path=/head/; revision=155520
* Update master sites and WWW.Sam Lawrance2006-02-083-5/+5
| | | | | | | | | | | Add SHA256. PR: ports/92267 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: webmaster@topfx.com (maintainer, timeout 14 days) Notes: svn path=/head/; revision=155519
* fix password checking if the crypted password is 28 chars long and not 13Oliver Lehmann2006-02-061-1/+3
| | | | | | | update PORTREVISION Notes: svn path=/head/; revision=155376
* * fix handling of the optional SQLModRenato Botelho2006-01-301-13/+7
| | | | | | | | | | | * change mail address * fix handling of options file PR: ports/91792 Submitted by: maintainer Notes: svn path=/head/; revision=154833
* - Update to version 0.1.7Andrej Zverev2006-01-304-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.1.7 (2006-01-14): * fixed msg command (now allowed in private buffer with "*" as target) * removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command wihtout argument only removes away status), new values for "irc_display_away" (off, local, channel) * fixed refresh bug with Solaris when term size is changed * replaced Texinfo doc by XML Docbook * added color for window separators (when splited) * added completion system for plugins/scripts commands * fixed plugins autoload * added charset by server and channel, new command: /charset * added Ruby script plugin * added /upgrade command * added ETA (Estimated Time of Arrival) for DCC files * /nick command is now allowed when not connected to server * added server/channel arg to /buffer command for jumping to buffer * fixed display bug in chat window when a message length equals to window width * added new keys for switching to other windows: alt-w followed by alt-{arrow} * added new keys for scrolling to previous/next highlight: alt-P / alt-N * added "read marker": an indicator for first unread line in a server or channel buffer (new key alt-U to scroll to marker) * new window maganement: custom size for windows, auto resize when terminal is resized * fixed infinite loop when resizing term to small size * added /history command Notes: svn path=/head/; revision=154829
* Removed WWW, the URL does not exist anymore.Yoichi NAKAYAMA2006-01-301-2/+0
| | | | | | | | PR: ports/92275 Submitted by: Jean Milanez Melo Notes: svn path=/head/; revision=154806
* Update to version 0.19Markus Brueffer2006-01-3010-212/+138
| | | | Notes: svn path=/head/; revision=154805
* SHA256ifyEdwin Groothuis2006-01-304-5/+9
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154793
* SHA256ifyEdwin Groothuis2006-01-301-0/+1
| | | | | | | APproved by: krion@ Notes: svn path=/head/; revision=154792
* FORBIDDEN: Sends email to authors after compilationKris Kennaway2006-01-291-0/+2
| | | | Notes: svn path=/head/; revision=154737
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-2810-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* Add ircd-ratbox.Jean-Yves Lefort2006-01-2737-0/+1637
| | | | | | | | | | | | | | | | This is a port of the ircd-ratbox IRC daemon. ircd-ratbox is the primary ircd used on EFnet; it combines the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. WWW: http://www.ircd-ratbox.org/ PR: ports/92404 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=154556
* BROKEN when WITHOUT_NLS: Incorrect pkg-plistKris Kennaway2006-01-261-0/+4
| | | | Notes: svn path=/head/; revision=154469
* Update URL.Yoichi NAKAYAMA2006-01-241-1/+1
| | | | | | | | PR: ports/92260 Submitted by: Jean Milanez Melo Notes: svn path=/head/; revision=154394
* - Fix MASTER_SITESRenato Botelho2006-01-241-2/+2
| | | | | | | | PR: ports/92278 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154368
* - Update to 5.0.57Pav Lucistnik2006-01-242-2/+4
| | | | | | | | PR: ports/92249 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer) Notes: svn path=/head/; revision=154358
* - Remove WWWPav Lucistnik2006-01-241-2/+0
| | | | | | | | PR: ports/92261 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154352
* - Abandonware; detonate in two monthsPav Lucistnik2006-01-234-201/+200
| | | | | | | | | | - Portlint PR: ports/92221 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154286
* - Marked as DEPRECATED, the project is gone.Erwin Lansing2006-01-232-11/+6
| | | | | | | | | | - Removed WWW line in pkg-descr, because the URL doesn't exist anymore. PR: 92213 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=154259
* - Update to 1.0.1Pav Lucistnik2006-01-236-96/+50
| | | | | | | | PR: ports/92173 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer) Notes: svn path=/head/; revision=154243
* - Fix WWW line in pkg-descrTim Bishop2006-01-231-1/+1
| | | | | | | | PR: 92203 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154236
* BROKEN with WITHOUT_NLS: Does not compile without gettextKris Kennaway2006-01-232-0/+2
| | | | Notes: svn path=/head/; revision=154208
* SHA256ifyEdwin Groothuis2006-01-2259-0/+121
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-224-10/+10
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2219-187/+187
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Fix MASTER_SITE reorganisationEdwin Groothuis2006-01-161-1/+1
| | | | Notes: svn path=/head/; revision=153617
* - Fix runtime crash on 64-bit archs with jemallocPav Lucistnik2006-01-152-0/+11
| | | | | | | | | PR: ports/91812 Submitted by: keramida Approved by: vanilla (vacation blanket) Notes: svn path=/head/; revision=153546
* Update to 2.6.1. See http://xchat.org/changelog.txt for details.Joe Marcus Clarke2006-01-114-16/+14
| | | | Notes: svn path=/head/; revision=153234
* - Update to 7.2.0Pav Lucistnik2006-01-0912-142/+170
| | | | | | | | PR: ports/91559 Submitted by: Diane Bruce <db@db.net> (maintainer) Notes: svn path=/head/; revision=153164
* Chase gnutls update.Roman Bogorodskiy2006-01-092-2/+4
| | | | Notes: svn path=/head/; revision=153142
* Update to KDE 3.5.0Michael Nottebrock2006-01-082-0/+4
| | | | Notes: svn path=/head/; revision=153084
* Make irc/xaric buildable on 4.x and 6.x.Edwin Groothuis2006-01-084-9/+38
| | | | Notes: svn path=/head/; revision=153050
* update to 0.13.1Edwin Groothuis2006-01-075-7/+39
| | | | Notes: svn path=/head/; revision=153019
* Update to 1.1.2Edwin Groothuis2006-01-072-5/+5
| | | | Notes: svn path=/head/; revision=152982
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* [UPDATE]: irc/miah: Update to version 0.6.0.2Edwin Groothuis2006-01-073-17/+5
| | | | | | | | | | | | | This patch will update irc/miah to version 0.6.0.3. This version fixes various bugs and security fixes as outlined on http://miau.sourceforge.net/changelog.html. PR: ports/91437 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Security http://miau.sourceforge.net/changelog.html Notes: svn path=/head/; revision=152961
* Add comment/documentation for WITH_HALFOPS option in port MakefileEdwin Groothuis2006-01-071-0/+1
| | | | | | | | | | | My previous patch neglected to list WITH_HALFOPS in the list of port options. PR: ports/91383 Submitted by: Geraint Edwards <gedge-oss@yadn.org> Notes: svn path=/head/; revision=152931
* - Fix SSL optionPav Lucistnik2006-01-051-2/+6
| | | | | | | | | | | | - Add HALFOPS option - Fix comment about PREFIX PR: ports/91340 Submitted by: Geraint Edwards <gedge-oss@yadn.org> Approved by: maintainer Notes: svn path=/head/; revision=152846
* Fix build with dbus-0.60.Joe Marcus Clarke2005-12-311-0/+11
| | | | Notes: svn path=/head/; revision=152504
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-311-2/+2
| | | | Notes: svn path=/head/; revision=152498
* Add an additional distfile mirrorEmanuel Haupt2005-12-291-1/+2
| | | | Notes: svn path=/head/; revision=152353
* Remove trailing spacesEdwin Groothuis2005-12-272-4/+4
| | | | Notes: svn path=/head/; revision=152136
* - Update for irssi >= 0.8.10 [1]Erwin Lansing2005-12-262-26/+12
| | | | | | | | | | - Add SHA256 PR: 90905 [1] Submitted by: Timothy Redaelli <drizzt@gufi.org> (maintainer) Notes: svn path=/head/; revision=152109