Port details |
- linknx Rule-based event handling in a KNX installation
- 0.0.1.32 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: bkoenig@alpha-tierchen.de
 - Port Added: 2008-11-08 20:07:26
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- License: GPLv2
- Description:
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/linknx/ && make install clean
- To add the package, run one of these commands:
- pkg install net/linknx
- pkg install linknx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linknx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (linknx-0.0.1.32.tar.gz) = f161d3c8da3b8c6969e9c02d84d3cd26eb5e7fb4f3a3efbaaede8acdaaf11700
SIZE (linknx-0.0.1.32.tar.gz) = 336875
- 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:
-
- libargp.a : devel/argp-standalone
- libcurl.m4 : ftp/curl
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libpthsem.so : devel/pthsem
- libesmtp.so : mail/libesmtp
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for linknx-0.0.1.32:
DOCS=on: Build and/or install documentation
LIBCURL=off: Install libcurl for Clickatell SMS support
LIBESMTP=on: Install libesmtp for SMTP support
LIBLUA=off: Install liblua for scripting
MYSQL=off: Install libmysql for logging & persist
===> Use 'make config' to modify these settings
- Options name:
- net_linknx
- USES:
- compiler gmake autoreconf pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 0.0.1.32 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:13 0.0.1.32 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.0.1.32 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Nov 2020 00:35:12
0.0.1.32 |
linimon  |
This port now builds on aarch64.
While here, pet portlint (ordering of BROKEN_* declarations).
Approved by: portmgr (tier-2 blanket) |
15 Nov 2019 10:12:08
0.0.1.32 |
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
10 Sep 2018 13:14:52
0.0.1.32 |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
09 Sep 2018 07:10:26
0.0.1.32 |
tobik  |
net/linknx: Fix build with Clang 6
objectcontroller.cpp:659:27: error: non-constant-expression cannot be narrowed
from type 'int' to 'uint8_t' (aka 'unsigned char') in initializer list
[-Wc++11-narrowing]
uint8_t buf[2] = { 0, (isWrite ? 0x80 : 0x40) | (getBoolObjectValue() ? 1 :
0) };
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/linknx-0.0.1.32.log
PR: 230897
Submitted by: tobik
Approved by: bkoenig@alpha-tierchen.de (maintainer timeout, 2 weeks) |
27 Dec 2017 13:59:02
0.0.1.32 |
mat  |
Remove non ascii characters.
Sponsored by: Absolight |
19 Dec 2017 14:41:29
0.0.1.32 |
linimon  |
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket) |
30 Nov 2017 06:13:35
0.0.1.32  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
27 May 2017 20:33:22
0.0.1.32 |
linimon  |
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2016 14:16:20
0.0.1.32 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
03 Oct 2014 12:37:56
0.0.1.32 |
mat  |
Make buildable again by upgrading to 0.0.1.32.
Sponsored by: Absolight |
17 Aug 2014 16:08:20
0.0.1.30_2 |
tijl  |
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip |
18 May 2014 15:50:28
0.0.1.30_1 |
antoine  |
Mark BROKEN: Fails to configure
===> Configuring for linknx-0.0.1.30_1
configure.ac:33: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:88: error: possibly undefined macro: AC_MSG_RESULT
configure.ac:114: error: possibly undefined macro: AC_SUBST
*** [run-autotools-autoconf] Error code 1
Reported by: pkg-fallout |
22 Apr 2014 17:21:33
0.0.1.30_1 |
bapt  |
Fix build with clang/libc++
Fix regeneration of the configure [1]
While here switch to lua 5.2
Reported by: mat [1] |
01 Feb 2014 14:58:00
0.0.1.30 |
antoine  |
Try to unbreak after conversion to OPTIONS helpers
Reported by: pkg-fallout |
05 Jan 2014 16:15:22
0.0.1.30 |
mat  |
Add forgotten patch and fix build. |
27 Dec 2013 17:28:05
0.0.1.30 |
mat  |
- Update to 0.0.1.30
- Add LUA and MySQL support
- Convert to new options framework
- Support staging
- Add LICENSE
- New LIB_DEPENDS format
maintainer timeout.
PR: ports/184589
Submitted by: mat |
20 Sep 2013 22:10:25
0.0.1.25_4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
11 Jul 2013 16:26:27
0.0.1.25_4 |
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
05 Jun 2013 12:22:03
0.0.1.25_3 |
bapt  |
Convert to new options framework, while here cleanup linknx |
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> |