| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 May 2012 01:47:57
0.0.1.25_3
|
miwi  |
- Chase libesmtp shlib bump |
14 Jan 2012 08:57:23
0.0.1.25_2
|
dougb  |
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. |
15 May 2011 02:49:17
0.0.1.25_2
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
20 Mar 2011 12:54:45
0.0.1.25_2
|
miwi  |
- Get Rid MD5 support |
03 Apr 2010 10:44:36
0.0.1.25_2
|
roam  |
Chase the ftp/curl shlib version bump. |
27 Mar 2010 00:15:24
0.0.1.25_2
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
22 Aug 2009 00:32:25
0.0.1.25_1  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
23 Jan 2009 15:43:14
0.0.1.25_1
|
roam  |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
08 Nov 2008 20:07:06
0.0.1.25
|
miwi  |
LinKNX is a backend for controlling a KNX/EIB home and building automation
system. It connects to eibd which is part of the BCU SDK and keeps state of
KNX devices such as lamps, window blinds, heating and so on.
Furthermore it provides a powerful, rule-based event after treatment, e.g.
for switching other KNX devices, sending e-mail or SMS or executing a shell
command. You can configure and control the LinKNX daemon using an XML-style
protocol via TCP network socket or Unix domain socket.
WWW: http://linknx.sourceforge.net/
PR: ports/128320
Submitted by: Björn König <bkoenig at alpha-tierchen.de> |