summaryrefslogtreecommitdiff
path: root/irc/bitlbee/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508880
* irc/bitlbee: Update to 3.6Renato Botelho2019-03-221-18/+0
| | | | | | | | While here, sort options descriptions and add missing OPTIONS for LDAP and PAM authentication Notes: svn path=/head/; revision=496562
* Add patches missed on last commit and fix build without pythonRenato Botelho2017-06-292-0/+28
| | | | Notes: svn path=/head/; revision=444642
* Update irc/bitlbee to 3.4.2Renato Botelho2016-04-111-11/+0
| | | | Notes: svn path=/head/; revision=413028
* - Fix a regression introduced in 3.4 that broke auto_join channelsRenato Botelho2015-07-201-0/+11
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=392599
* - Update to v3.0.5Henrik Brix Andersen2012-02-191-35/+0
| | | | Notes: svn path=/head/; revision=291851
* 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
* - Add patch for SRV record lookup support on FreeBSDHenrik Brix Andersen2010-11-141-0/+35
| | | | | | | Submitted by: ashish@ Notes: svn path=/head/; revision=264516
* - Update to v3.0Henrik Brix Andersen2010-10-282-38/+1
| | | | | | | - Add LICENSE information Notes: svn path=/head/; revision=263695
* - Add upstream fix for twitter protocol segfault ↵Henrik Brix Andersen2010-07-261-0/+37
| | | | | | | | | (http://bugs.bitlbee.org/bitlbee/ticket/650) Submitted by: ashish@ Notes: svn path=/head/; revision=258277
* - Update to v1.2.6aHenrik Brix Andersen2010-04-234-93/+2
| | | | | | | - Use UIDs/GIDs files for automatic user/group creation Notes: svn path=/head/; revision=253104
* 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
* - Simplify RC scriptHenrik Brix Andersen2009-09-211-8/+2
| | | | | | | | Submitted by: dougb@ Feature safe: yes Notes: svn path=/head/; revision=241886
* - Use -u ${user} option to bitlbee instead of su in rc.d scriptHenrik Brix Andersen2009-09-131-1/+1
| | | | | | | | PR: ports/138268 Submitted by: garga Notes: svn path=/head/; revision=241325
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update to version 1.2.2Henrik Brix Andersen2008-08-271-3/+3
| | | | | | | - Add options for enabling/disabling support for individual protocols Notes: svn path=/head/; revision=219338
* Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' byHenrik Brix Andersen2008-05-194-2/+93
| | | | | | | | | | | default to honor the fact that 'nobody' is not intended to own any files. Requested by: simon Approved by: erwin (mentor) Notes: svn path=/head/; revision=213343
* Update to version 1.2.Henrik Brix Andersen2008-03-183-227/+0
| | | | | | | | | | | - Remove LDAP support (broken in this release) - Remove old, unmaintained oscar protocol recode patch Approved by: erwin (mentor) Tested by: Christian Laursen <xi at borderworlds.dk> Notes: svn path=/head/; revision=209313
* Various improvements:Henrik Brix Andersen2008-01-082-6/+52
| | | | | | | | | | | | | | | | | | | | - Add rc script for running bitlbee in experimental daemon mode - Add instructions for launching bitlbee from inetd(8) - Install bitlbee to be run as nobody, not root - Store saved user settings in /var/db/bitlbee, not $PREFIX/etc/bitlbee - Do not rely on autodetection for SSL library - Use $EXTRA_PATCHES instead of custom post-patch target - Install port documentation files - Install example configuration files as port examples - Reflect custom FreeBSD paths in installed man pages and example files - Bump PORTREVISION Please read UPDATING for important migration information. Approved by: Lars Sommer <lasg@lasg.dk> (maintainer), erwin (mentor) Notes: svn path=/head/; revision=205285
* Remove debug prints from the oscar_recode_charset patch.Sergey A. Osokin2006-12-211-2/+2
| | | | | | | Found by: tobez Notes: svn path=/head/; revision=180333
* Add RECODE knob, its enable oscar_recode_charset variable forSergey A. Osokin2006-12-201-0/+196
| | | | | | | | | | | support remote charset. Bump PORTREVISION. Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5) Approved by: maintainer (timeout > 2 weeks) Notes: svn path=/head/; revision=180286
* Since SUB_FILES accidentally snuck in on my previous commit, toSam Lawrance2006-05-121-0/+8
| | | | | | | | | bitlbee, use it for pkg-message. Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer) Notes: svn path=/head/; revision=162173
* Update to 0.99.Anton Berezin2005-11-113-70/+8
| | | | | | | | PR: 88814 Submitted by: maintainer Notes: svn path=/head/; revision=147903
* - Add support to Google TalkPav Lucistnik2005-10-101-0/+62
| | | | | | | | | | | | - Add optional patch adding support for various MSN6 features - Add optional patch for LDAP authentication support PR: ports/84929 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer) Notes: svn path=/head/; revision=144869
* - Update to 0.90Pav Lucistnik2004-06-081-0/+20
| | | | | | | | | | - Add WITH_FLOOD knob Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer), Herbert J. Skuhra <herbert.skuhra@gmx.at> Notes: svn path=/head/; revision=111058
* - upgrade 0.74a to 0.82Erwin Lansing2003-12-122-25/+11
| | | | | | | | | | | | - add WITH_MSN to decide if want MSN support - add pkg-message to notice installed config files PR: 58798 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer Notes: svn path=/head/; revision=95667
* New port: net/bitlbeeEdwin Groothuis2003-08-301-0/+25
This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html) which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber etc. client itself. PR: ports/53232 Submitted by: Peter van Dijk <peter@dataloss.nl> Notes: svn path=/head/; revision=88047