aboutsummaryrefslogtreecommitdiff
path: root/comms/thebridge/files
Commit message (Collapse)AuthorAgeFilesLines
* Pet portlint regenerate patchfiles while here. [db]Diane Bruce2020-02-276-18/+18
| | | | | | | | | | | | The original one in ports doesn't include readline support . but they support readline according to the configure. So I think add a readline support option should be nice PR: ports/244468 Submitted by: papadavecn@gmail.com Notes: svn path=/head/; revision=527258
* add 'USES=shebangfix' to fix 'usermgmt.cgi' script.Diane Bruce2015-04-052-18/+1
| | | | | | | | PR: ports/199056 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=383296
* - Fix stagedirDiane Bruce2013-11-042-2/+13
| | | | | | | | | | - disable automake run if automake is present on system PR: ports/183256 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=332762
* - Update to release 1.09 [1]Diane Bruce2013-01-076-34/+46
| | | | | | | | | | | | - Clean up header - Tidy up make patches - remove bash dependancy PR: ports/174931 [1] Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=310046
* 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
* - correct paths in cgi script usermgmt.cgi so it will run correctly.Diane Bruce2011-06-141-0/+17
| | | | | | | | PR: ports/157679 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=275548
* 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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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 1.06Diane Bruce2008-11-052-12/+21
| | | | | | | PR: ports/128601 Notes: svn path=/head/; revision=222424
* - Update to release 0.96 [1]Diane Bruce2008-03-223-34/+34
| | | | | | | | | | | - Put addons into DATADIR for now - Pet portlint PR: ports/121932 [1] Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=209587
* - Update to 0.89Diane Bruce2008-02-151-12/+15
| | | | | | | | PR: ports/120525 Submitted by: Takefu Kenji <takefu@airport.fm> Notes: svn path=/head/; revision=207253
* - Update to release 0.85.Diane Bruce2007-08-083-33/+38
| | | | | | | | | Submitted by: Takefu <takefu@airport.fm> PR: ports/115067 Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=197322
* - Update to 0.8.3Pav Lucistnik2006-09-241-0/+18
| | | | | | | | PR: ports/103480 Submitted by: Takefu Kenji <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=173728
* - Update to 0.81Marcus Alves Grando2006-05-095-66/+55
| | | | | | | | | | - portlint(1) PR: 96996 Submitted by: maintainer Notes: svn path=/head/; revision=161825
* Add thebridge, an amateur radio EchoLink compatible conference bridgePav Lucistnik2004-06-274-0/+68
reimplementation for UNIX PR: ports/68350 Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=112363