Port details |
- bitlbee IRC to other chat networks gateway
- 3.6_2 irc =16 3.6_2Version of this port present on the latest quarterly branch.
- Maintainer: garga@FreeBSD.org
- Port Added: 2003-08-30 06:12:12
- Last Update: 2024-06-27 07:40:43
- Commit Hash: 190c55b
- People watching this port, also watch:: irssi, vim, postfix, libxml2, nmap
- License: GPLv2+
- WWW:
- https://www.bitlbee.org/
- Description:
- An IRC to other chat networks gateway. This program can be used
as an IRC server which forwards everything you say to people on
other chat networks like MSN/ICQ/Jabber.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/irc/bitlbee/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/bitlbee
- pkg install bitlbee
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bitlbee
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1553255523
SHA256 (bitlbee-3.6.tar.gz) = 9f15de46f29b46bf1e39fc50bdf4515e71b17f551f3955094c5da792d962107e
SIZE (bitlbee-3.6.tar.gz) = 534961
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xmlto : textproc/xmlto
- xsltproc : textproc/libxslt
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libgnutls.so : security/gnutls
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- libotr.so.5 : security/libotr
- libgcrypt.so : security/libgcrypt
- libgpg-error.so : security/libgpg-error
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- irc/bitlbee-discord
- irc/bitlbee-facebook
- irc/bitlbee-mastodon
- irc/bitlbee-steam
- for Run
-
- irc/bitlbee-mastodon
Configuration Options:
- ===> The following configuration options are available for bitlbee-3.6_2:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LDAP=off: LDAP protocol support
OTR=on: Off-the-Record Messaging support
PAM=off: Pluggable authentication module support
====> Options available for the multi PROTO: you have to choose at least one of them
LIBPURPLE=off: Use libpurple for protocol support
JABBER=on: Jabber communications protocol support
TWITTER=on: Twitter support
====> Options available for the single EVENTS: you have to select exactly one of them
GLIB=on: Use glib as event handler
LIBEVENT=off: Use libevent as event handler
====> SSL protocol support: you have to select exactly one of them
OPENSSL=off: SSL/TLS support via OpenSSL
GNUTLS=on: SSL/TLS support via GnuTLS
NSS=off: SSL/TLS support via NSS
===> Use 'make config' to modify these settings
- Options name:
- irc_bitlbee
- USES:
- cpe gettext-runtime gmake gnome pkgconfig python:build
- pkg-message:
- For install:
- To configure bitlbee, do the following:
Copy /usr/local/share/examples/bitlbee/bitlbee.conf
to /usr/local/etc/bitlbee/bitlbee.conf ,
Copy /usr/local/share/examples/bitlbee/motd.txt
to /usr/local/etc/bitlbee/motd.txt
and modify them to suit your needs.
You have two options for launching bitlbee: either launch it from
inetd(8) or run it as a stand-alone daemon.
To launch bitlbee from inetd(8), add the following line to
/etc/inetd.conf and reload inetd(8):
ircd stream tcp nowait bitlbee /usr/local/sbin/bitlbee bitlbee -I
To instead launch bitlbee as a daemon, add the following line to
/etc/rc.conf:
bitlbee_enable="YES"
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.4 27 Aug 2007 02:44:55 |
clsung |
- Update to 1.0.4
PR: ports/115837
Submitted by: maintainer (Lars Sommer) |
1.0.3_4 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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 |
1.0.3_4 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
1.0.3_3 17 Apr 2007 00:39:19 |
itetcu |
Pass maintainership to Lars Sommer.
PR: ports/111717
Submitted by: Lars Sommer |
1.0.3_3 27 Feb 2007 20:57:40 |
linimon |
Reset peter@dataloss.nl due to maintainer-timeouts.
Hat: portmgr |
1.0.3_3 16 Feb 2007 20:59:22 |
alepulver |
- Add DEBUG, OPENSSL and IPV6 options.
PR: ports/108689
Submitted by: Spil Oss <spil.oss@gmail.com>
Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer, timeout) |
1.0.3_3 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
1.0.3_2 21 Dec 2006 15:02:58 |
osa |
Remove debug prints from the oscar_recode_charset patch.
Found by: tobez |
1.0.3_1 20 Dec 2006 16:26:55 |
osa |
Add RECODE knob, its enable oscar_recode_charset variable for
support remote charset.
Bump PORTREVISION.
Obtained from: http://bugs.bitlbee.org/bitlbee/ticket/53 (ver. 0.5)
Approved by: maintainer (timeout > 2 weeks) |
1.0.3 12 Aug 2006 09:52:53 |
miwi |
- Update to 1.0.3
- Remove msn6 patch is no longer supported
PR: ports/99911
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout |
1.0.2_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
1.0.2 12 May 2006 13:40:28 |
lawrance |
Since SUB_FILES accidentally snuck in on my previous commit, to
bitlbee, use it for pkg-message.
Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer) |
1.0.2 11 May 2006 09:56:55 |
lawrance |
Fix build when WITH_MSN6_FEATURES is defined.
PR: ports/96408
Submitted by: Michael Stevens <mstevens@etla.org>
Approved by: peter@dataloss.nl (maintainer, timeout 14 days) |
1.0.2 25 Apr 2006 21:33:38 |
erwin |
Update to 1.0.2
PR: 96107
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer |
1.0.1 23 Jan 2006 15:34:45 |
pav |
- Update to 1.0.1
PR: ports/92173
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer) |
1.0_1 09 Jan 2006 16:34:19 |
novel |
Chase gnutls update. |
1.0 12 Dec 2005 10:35:45 |
mat |
Make it work with 4's gcc (c99 declaration problem) |
1.0 09 Dec 2005 12:47:21 |
pav |
- Update to 1.0
PR: ports/90136
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer) |
0.99 11 Nov 2005 10:37:35 |
tobez |
Update to 0.99.
PR: 88814
Submitted by: maintainer |
0.92_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.92_2 10 Oct 2005 21:16:47 |
pav |
- Add support to Google Talk
- 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) |
0.92_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.92 25 Feb 2005 18:37:18 |
pav |
- Update to 0.92
Submitted by: maintainer |
0.91 16 Oct 2004 19:59:02 |
pav |
- Update to 0.91
PR: ports/72757
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer) |
0.90a 06 Jul 2004 19:04:31 |
dannyboy |
Update to 0.90a, which fixes y! signon.
Approved by: maintainer |
0.90 08 Jun 2004 08:05:24 |
pav |
- Update to 0.90
- Add WITH_FLOOD knob
Submitted by: Peter van Dijk <peter@dataloss.nl> (maintainer),
Herbert J. Skuhra <herbert.skuhra@gmx.at> |
0.85a_1 06 Jun 2004 01:44:39 |
marcus |
Chase the gnutls shared lib version.
Pointy hat to: sergei |
0.85a_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.85a 02 Apr 2004 07:37:11 |
pav |
- Update to 0.85a
PR: ports/65052
Submitted by: Daniel Johansson <donnex@donnex.net>
Approved by: maintainer |
0.84 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.84 19 Mar 2004 05:36:30 |
marcus |
Chase the gnutls shared lib version. |
0.84 22 Feb 2004 15:52:11 |
nobutaka |
Update to 0.84.
Fix the dependency for MSN support.
PR: ports/63165
Submitted by: maintainer |
0.82_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.82 14 Dec 2003 15:15:24 |
pav |
- Add pkg-message missed in last commit
PR: ports/60230
Reported by: Peter Schuller <peter.schuller@infidyne.com>
Pointy hat to: erwin |
0.82 12 Dec 2003 14:48:06 |
erwin |
- upgrade 0.74a to 0.82
- 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 |
0.74a 04 Sep 2003 14:46:13 |
erwin |
Update WWW after the site moved to it's own domain
Approved by: maintainer |
0.74a 30 Aug 2003 06:11:49 |
edwin |
New port: net/bitlbee
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> |