Version: 3.6, Package name: bitlbee-3.6 |
Maintained by: Tom Doherty |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Bitlbee is a proxy which accepts connections from any irc client and allows you to communicate using following instant messaging protocols: - AIM/ICQ (oscar) - XMPP/Jabber - MSN Messenger - Yahoo! Messenger - Twitter (and API compatible services like identi.ca) Flavors: * libpurple - Enables a backend using purple library allowing to communicate with even more chat networks like Gadu-Gadu, MySpaceIM, Groupwise, Sametime, SILC etc. * otr - Enables Off-the-Record (OTR) Messaging to have private conversations. |
Filesize: 522.423 KB |
Version History (View Complete History) |
|
2021-01-11 15:19:02 by Stuart Henderson | Files touched by this commit (4) |
Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check |
2021-01-11 15:17:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check |
2020-05-23 03:16:42 by Landry Breuil | Files touched by this commit (1) |
Log message: Store pidfile in DB_DIR, otherwise when run as an unpriviledged user bitlbee cant store its pid in the default /var/run dir. Even if the rc.d framework doesnt use the pidfile, other software might. Works for Tom Doherty (MAINTAINER) |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-04-21 05:31:20 by Solene Rapenne | Files touched by this commit (3) |
Log message: Update to bitlbee-3.6 ok maintainer ok kn@ |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-04-18 04:50:34 by Stuart Henderson | Files touched by this commit (1) |
Log message: port versions do not go backwards; only REVISION was bumped so we can just bump again |
2018-04-18 04:01:26 by Klemens Nanni | Files touched by this commit (2) |
Log message: Unbreak bitlbee after my clumsy retroshare removal commit. |
2018-04-18 03:19:24 by Klemens Nanni | Files touched by this commit (27) |
Log message: Remove net/retroshare Heavily outdated, broken with new clang (again) and noone seems to care. OK stsp, landry |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-05-29 06:11:07 by Stuart Henderson | Files touched by this commit (4) |
Log message: add an rc script for bitlbee, ok Tom Doherty (maintainer), ajacoutot@ |
2017-05-28 05:53:52 by Michal Mazurek | Files touched by this commit (2) |
Log message: Add an install-dev step, this is required by bitlbee-facebook. OK sthen@ |
2017-05-27 14:02:49 by Matthias Kilian | Files touched by this commit (1) |
Log message: Add missing build dependency textproc/docbook-xsl, otherwise it tries to fetch xhtml/docbook.xsml from the net during build. |
2017-05-27 02:01:33 by Michal Mazurek | Files touched by this commit (2) |
Log message: Update to bitlbee-3.5.1 OK sthen@ |
2015-07-19 02:22:14 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Let cc(1) use PIE where appropriate. |
2015-05-14 03:50:15 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: needs xmlto to build documentation |
2015-05-13 13:01:10 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: bitlbee-3.4 - remove MSN from COMMENT while here Diffs from Tom Doherty and Henrik Friedrichsen. Maintainer timeout. |
2011-06-12 02:09:26 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Unbreak tls support after recent gnutls update. |
2011-05-11 06:03:20 by Jasper Lievisse Adriaanse | Files touched by this commit (44) |
Log message: Sanitize some @unexec/@extraunexec calls to rm: move them up in the PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories. ok aja@ |
2011-04-15 10:10:38 by Antoine Jacoutot | Files touched by this commit (21) |
Log message: Fix DEPENDS after gnutls update. ok landry@ jasper@ |
2010-11-22 03:16:09 by Marc Espie | Files touched by this commit (42) |
Log message: remaining WANTLIB go .>= to >= |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-11 04:54:09 by Marc Espie | Files touched by this commit (20) |
Log message: WANTLIB conversion |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-05-24 21:31:00 by William Yodlowsky | Files touched by this commit (1) |
Log message: MFC: Update to 1.2.7, fixing authentication to several services started by sthen@, thanks ok jasper@ |
2010-05-16 02:31:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: Update to 1.2.7, fixing MSN chat following changes to Passport logins. Similar diff from Abel Abraham Camarillo Ojeda. While there, sync WANTLIB (glib2 pthread) and stop hiding compiler command lines. No response from MAINTAINER for a previous update (1.2.6+patch) - I didn't wait very long but committing now to get the MSN fix in. |
2010-04-02 16:02:05 by Nicholas Marriott | Files touched by this commit (3) |
Log message: Update to 1.2.5, from Tom Doherty. ok landry@, and maintainer Andrew Dalgleish |
2009-03-13 11:02:54 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - wantlib/lib_depends cleaning - add gpl version |
2008-10-16 10:26:44 by Martynas Venckus | Files touched by this commit (2) |
Log message: """I just released BitlBee 1.2.2, and I advice public server maintainers to upgrade their BitlBee daemons as soon as possible, since this release fixes a security bug that was probably there for a long time already.""" more info, bitlbee.org tested by merdely@, wcmaier@, Andrew Dalgleish, Wiktor Izdebski ok merdely@, wcmaier@ |
2008-07-10 19:13:05 by Martynas Venckus | Files touched by this commit (3) |
Log message: bugfix update to bitlbee-1.2.1 ok maintainer Andrew Dalgleish, merdely@, wcmaier@ |
2008-04-09 16:13:12 by Michael Erdely | Files touched by this commit (52) |
Log message: Update to 1.2. V1.2 adds nice "account set #" feature to manage accounts. Remove a lot of string handling patches. Remove patches to rename bitlbee "root" user to "bitlbee". tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski ok martynas@, simon@, okan@, wcmaier@ |
2008-01-04 10:48:38 by Marc Espie | Files touched by this commit (187) |
Log message: tweak FAKE_FLAGS semantics to saner defaults. |
2007-11-19 04:44:33 by Martynas Venckus | Files touched by this commit (41) |
Log message: update to bitlbee-1.0.4 ok simon@ and maintainer Andrew Dalgleish; tested by Wiktor Izdebski |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-01-14 14:53:01 by Simon Dassow | Files touched by this commit (12) |
Log message: update to version 1.0.3 from Martynas Venckus <martynas at altroot dot org> |
2006-12-16 05:22:37 by Marc Espie | Files touched by this commit (270) |
Log message: say goodbye to GNU land. |
2006-09-18 06:00:00 by Marc Espie | Files touched by this commit (39) |
Log message: zap .0.0 |
2006-04-14 15:54:22 by Christian Weisgerber | Files touched by this commit (2) |
Log message: also install motd file; from maintainer Andrew Dalgleish |
2006-04-11 09:11:33 by Christian Weisgerber | Files touched by this commit (50) |
Log message: update to 1.0.2; from maintainer Andrew Dalgleish |
2005-03-15 18:57:40 by Peter Valchev | Files touched by this commit (2) |
Log message: - fix ownership of /var/bitlbee/ - remove unused html file from maintainer Andrew Dalgleish |
2005-03-15 18:56:50 by Peter Valchev | Files touched by this commit (1) |
Log message: fix WANTLIB for no_ssl flavor (i wonder how many are broken like that..) bump PKGNAME for this and next change |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-17 08:41:15 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - Disable SSL support for real - Rename no_msn FLAVOR to no_ssl - Bump PKGNAME - Add WANTLIB markers Problem spotted by newlib-depends-check and fixed by MAINTAINER ok naddy@ |
2004-11-13 06:39:40 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Forgotten PKGNAME bump ok espie@ |
2004-11-13 03:24:57 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Opsie, this should be PREFIX not LOCALBASE ok strum@ |
2004-11-13 02:20:19 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: - Don't hardcode /usr/local - Clean up /var/bitlbee with @extraunexec ok pvalchev@ |
2004-10-21 08:48:51 by Christian Weisgerber | Files touched by this commit (18) |
Log message: Updated to 0.91; from Andrew Dalgleish <openbsd@ajd.net.au>. |
2004-10-03 13:03:11 by Xavier Santolaria | Files touched by this commit (5) |
Log message: @newuser,@newgroup,@sample .. bye bye INSTALL; |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-07-01 10:11:59 by Christian Weisgerber | Files touched by this commit (5) |
Log message: Update to 0.90a: fixes Yahoo support. From: Andrew Dalgleish <openbsd@ajd.net.au> |
2004-06-23 21:09:31 by Brad Smith | Files touched by this commit (4) |
Log message: remove messages about user/group change. |
2004-06-20 10:27:50 by Christian Weisgerber | Files touched by this commit (31) |
Log message: Update to 0.90. Partial audit for string handling. From: Andrew Dalgleish <openbsd@ajd.net.au> |
2004-02-01 00:12:39 by Peter Valchev | Files touched by this commit (4) |
Log message: new maintainers |
2004-01-30 10:04:48 by David Lebel | Files touched by this commit (11) |
Log message: remove Han Boetes as MAINTAINER |
2003-12-31 09:03:30 by Christian Weisgerber | Files touched by this commit (5) |
Log message: update to 0.83; from Han Boetes <han@mijncomputer.nl> |
2003-11-18 14:19:22 by Christian Weisgerber | Files touched by this commit (4) |
Log message: update to 0.82; from Han Boetes <han@mijncomputer.nl> |
2003-10-16 09:00:17 by Christian Weisgerber | Files touched by this commit (4) |
Log message: update to 0.81; from Han Boetes <han@mijncomputer.nl> |
2003-10-11 08:48:02 by Christian Weisgerber | Files touched by this commit (5) |
Log message: - Added @extra* entries in the PLIST - Improved (DE)INSTALL scripts and added @extra* support. From: Han Boetes <han@mijncomputer.nl> |
2003-10-08 16:16:49 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Fix support for the Yahoo network. From: Han Boetes <han@mijncomputer.nl> |
2003-06-28 01:38:29 by Nikolay Sturm | Files touched by this commit (4) |
Log message: update to bitlbee 0.80 from Han Boetes <han@linux-mandrake.com> |
2003-06-27 11:18:01 by Nikolay Sturm | Files touched by this commit (1) |
Log message: better, no functional changes from Han Boetes |
2003-06-22 04:09:58 by Nikolay Sturm | Files touched by this commit (5) |
Log message: new user/group naming schema bump PKGNAME for bitlbee Han Boetes <han@mijncomputer.nl> ok |