Commit graph

22 commits

Author SHA1 Message Date
Henrik Brix Andersen
49c7e89801 - Update to v3.0.5 2012-02-19 19:46:07 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Henrik Brix Andersen
08c9ef6485 - Add patch for SRV record lookup support on FreeBSD
Submitted by:	ashish@
2010-11-14 14:28:53 +00:00
Henrik Brix Andersen
f7fe6d747c - Update to v3.0
- Add LICENSE information
2010-10-28 16:20:38 +00:00
Henrik Brix Andersen
cd32ba84b9 - Add upstream fix for twitter protocol segfault (http://bugs.bitlbee.org/bitlbee/ticket/650)
Submitted by:  ashish@
2010-07-26 12:26:58 +00:00
Henrik Brix Andersen
c5f34b589c - Update to v1.2.6a
- Use UIDs/GIDs files for automatic user/group creation
2010-04-23 16:12:25 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Henrik Brix Andersen
02bedc3a76 - Simplify RC script
Submitted by:	dougb@
Feature safe:	yes
2009-09-21 18:29:16 +00:00
Henrik Brix Andersen
749781186c - Use -u ${user} option to bitlbee instead of su in rc.d script
PR:		ports/138268
Submitted by:	garga
2009-09-13 10:35:23 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Henrik Brix Andersen
a84f5c7741 - Update to version 1.2.2
- Add options for enabling/disabling support for individual protocols
2008-08-27 20:16:32 +00:00
Henrik Brix Andersen
c2e4cfd348 Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' by
default to honor the fact that 'nobody' is not intended to own any
files.

Requested by:	simon
Approved by:	erwin (mentor)
2008-05-19 16:10:14 +00:00
Henrik Brix Andersen
82d81e1f2f Update to version 1.2.
- 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>
2008-03-18 20:37:15 +00:00
Henrik Brix Andersen
43ba2e0478 Various improvements:
- 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)
2008-01-08 20:51:45 +00:00
Sergey A. Osokin
39a00baf0e Remove debug prints from the oscar_recode_charset patch.
Found by:	tobez
2006-12-21 15:02:58 +00:00
Sergey A. Osokin
98d4925ebd 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)
2006-12-20 16:26:55 +00:00
Sam Lawrance
e7023f9093 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)
2006-05-12 13:40:28 +00:00
Anton Berezin
b73ff7e235 Update to 0.99.
PR:		88814
Submitted by:	maintainer
2005-11-11 10:37:35 +00:00
Pav Lucistnik
d4850567f2 - 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)
2005-10-10 21:16:47 +00:00
Pav Lucistnik
ead465b0dd - Update to 0.90
- Add WITH_FLOOD knob

Submitted by:	Peter van Dijk <peter@dataloss.nl> (maintainer),
		Herbert J. Skuhra <herbert.skuhra@gmx.at>
2004-06-08 08:05:24 +00:00
Erwin Lansing
147fc77aff - 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
2003-12-12 14:48:05 +00:00
Edwin Groothuis
a0fc0ca5bb 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>
2003-08-30 06:11:49 +00:00