aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee
Commit message (Collapse)AuthorAgeFilesLines
* - Update to v3.0.5Henrik Brix Andersen2012-02-203-38/+3
|
* 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.
* - Update to v3.0.4Henrik Brix Andersen2011-12-052-3/+4
| | | | | | | | - Skype protocol support will be available at a later point in time, as it has few external dependencies not currently available in ports Requested by: xi on irc Feature safe: yes
* Update Pidgin and friends to 2.10.0. SeeJoe Marcus Clarke2011-08-281-1/+1
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* - Fix build after recent gnutls updatePav Lucistnik2011-07-271-1/+2
| | | | Reported by: pointyhat
* Update Pidgin and friends to 2.9.0. SeeJoe Marcus Clarke2011-07-031-1/+1
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* Chase the libpurple shared lib version.Joe Marcus Clarke2011-06-201-1/+1
|
* - Update to v3.0.3Henrik Brix Andersen2011-06-132-4/+3
|
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-061-1/+2
|
* - Update to v3.0.2Henrik Brix Andersen2011-04-022-3/+3
|
* - Update to v3.0.1Henrik Brix Andersen2010-12-042-4/+3
|
* - Add patch for SRV record lookup support on FreeBSDHenrik Brix Andersen2010-11-143-1/+36
| | | | Submitted by: ashish@
* - Update to v3.0Henrik Brix Andersen2010-10-294-49/+22
| | | | - Add LICENSE information
* - Add upstream fix for twitter protocol segfault ↵Henrik Brix Andersen2010-07-262-0/+38
| | | | | | (http://bugs.bitlbee.org/bitlbee/ticket/650) Submitted by: ashish@
* - Update to v1.2.8Henrik Brix Andersen2010-07-062-4/+5
| | | | | | - Add LICENSE Feature safe: yes
* - Update to v1.2.7Henrik Brix Andersen2010-05-192-4/+4
| | | | Submitted by: tobez
* - Update to v1.2.6aHenrik Brix Andersen2010-04-248-126/+16
| | | | - Use UIDs/GIDs files for automatic user/group creation
* Fix build with gcc-3.x on RELENG_6.Henrik Brix Andersen2010-04-041-0/+5
| | | | Reported by: pointyhat via erwin
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to v1.2.5Henrik Brix Andersen2010-03-172-4/+4
|
* - Update to v1.2.4Henrik Brix Andersen2009-10-302-5/+4
| | | | | PR: ports/139699 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Simplify RC scriptHenrik Brix Andersen2009-09-222-9/+3
| | | | | Submitted by: dougb@ Feature safe: yes
* - 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
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-171-2/+2
|
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-161-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.
* - Record conflict with bitlbee-otrHenrik Brix Andersen2008-11-161-1/+3
| | | | - Bump PORTREVISION
* Update to v1.2.3 (security update)Henrik Brix Andersen2008-09-272-4/+4
| | | | Security: http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
* - Update to version 1.2.2Henrik Brix Andersen2008-08-283-18/+44
| | | | - Add options for enabling/disabling support for individual protocols
* Update to version 1.2.1.Henrik Brix Andersen2008-06-292-5/+4
| | | | Approved by: erwin (mentor, implicit)
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' byHenrik Brix Andersen2008-05-206-7/+120
| | | | | | | | default to honor the fact that 'nobody' is not intended to own any files. Requested by: simon Approved by: erwin (mentor)
* Fix sed(1) statement for cases where $LDFLAGS contains one or moreHenrik Brix Andersen2008-04-211-1/+1
| | | | | | | colons. PR: ports/122921 Approved by: pav (co-mentor)
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* Update to version 1.2.Henrik Brix Andersen2008-03-195-253/+9
| | | | | | | | - 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>
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | - Add an entry to UPDATING
* Take over maintaining this port.Henrik Brix Andersen2008-01-101-1/+1
| | | | Approved by: Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
* Various improvements:Henrik Brix Andersen2008-01-094-17/+83
| | | | | | | | | | | | | | | | | - 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)
* - Update to 1.0.4Cheng-Lung Sung2007-08-272-6/+6
| | | | | PR: ports/115837 Submitted by: maintainer (Lars Sommer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | bump PORTREVISIONs.
* Pass maintainership to Lars Sommer.Ion-Mihai Tetcu2007-04-171-1/+1
| | | | | PR: ports/111717 Submitted by: Lars Sommer
* Reset peter@dataloss.nl due to maintainer-timeouts.Mark Linimon2007-02-281-1/+1
| | | | Hat: portmgr
* - Add DEBUG, OPENSSL and IPV6 options.Alejandro Pulver2007-02-171-2/+18
| | | | | | PR: ports/108689 Submitted by: Spil Oss <spil.oss@gmail.com> Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer, timeout)
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-2/+2
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* Remove debug prints from the oscar_recode_charset patch.Sergey A. Osokin2006-12-212-3/+3
| | | | Found by: tobez
* Add RECODE knob, its enable oscar_recode_charset variable forSergey A. Osokin2006-12-212-1/+205
| | | | | | | | support remote charset. Bump PORTREVISION. Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5) Approved by: maintainer (timeout > 2 weeks)
* - Update to 1.0.3Martin Wilke2006-08-122-16/+5
| | | | | | | | - Remove msn6 patch is no longer supported PR: ports/99911 Submitted by: miwi Approved by: krion (mentor), maintainer timeout
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-071-1/+2
|
* Since SUB_FILES accidentally snuck in on my previous commit, toSam Lawrance2006-05-122-3/+0
| | | | | | bitlbee, use it for pkg-message. Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Fix build when WITH_MSN6_FEATURES is defined.Sam Lawrance2006-05-112-1/+10
| | | | | | PR: ports/96408 Submitted by: Michael Stevens <mstevens@etla.org> Approved by: peter@dataloss.nl (maintainer, timeout 14 days)
* Update to 1.0.2Erwin Lansing2006-04-262-10/+4
| | | | | | PR: 96107 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* - Update to 1.0.1Pav Lucistnik2006-01-233-48/+25
| | | | | PR: ports/92173 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Chase gnutls update.Roman Bogorodskiy2006-01-101-1/+2
|
* Make it work with 4's gcc (c99 declaration problem)Mathieu Arnold2005-12-122-6/+6
|
* - Update to 1.0Pav Lucistnik2005-12-092-21/+7
| | | | | PR: ports/90136 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Update to 0.99.Anton Berezin2005-11-115-103/+54
| | | | | PR: 88814 Submitted by: maintainer
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
|
* - Add support to Google TalkPav Lucistnik2005-10-113-2/+105
| | | | | | | | | - 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)
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
|
* - Update to 0.92Pav Lucistnik2005-02-262-3/+3
| | | | Submitted by: maintainer
* - Update to 0.91Pav Lucistnik2004-10-173-8/+8
| | | | | PR: ports/72757 Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Update to 0.90a, which fixes y! signon.Daniel Harris2004-07-072-3/+3
| | | | Approved by: maintainer
* - Update to 0.90Pav Lucistnik2004-06-083-8/+34
| | | | | | | - Add WITH_FLOOD knob Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer), Herbert J. Skuhra <herbert.skuhra@gmx.at>
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-06-061-1/+1
| | | | Pointy hat to: sergei
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
|
* - Update to 0.85aPav Lucistnik2004-04-022-3/+4
| | | | | | PR: ports/65052 Submitted by: Daniel Johansson <donnex@donnex.net> Approved by: maintainer
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Chase the gnutls shared lib version.Joe Marcus Clarke2004-03-191-1/+1
|
* Update to 0.84.MANTANI Nobutaka2004-02-222-8/+9
| | | | | | | Fix the dependency for MSN support. PR: ports/63165 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 2)
* - Add pkg-message missed in last commitPav Lucistnik2003-12-142-0/+12
| | | | | | PR: ports/60230 Reported by: Peter Schuller <peter.schuller@infidyne.com> Pointy hat to: erwin
* - upgrade 0.74a to 0.82Erwin Lansing2003-12-125-30/+32
| | | | | | | | | - 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
* Update WWW after the site moved to it's own domainErwin Lansing2003-09-041-1/+1
| | | | Approved by: maintainer
* New port: net/bitlbeeEdwin Groothuis2003-08-305-0/+66
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>