freebsd-ports/comms/telldus-core/pkg-plist
John Marino 941fc51733 Add new port comms/telldus-core
PR:		189221
Submitted by:	johan (stromnet.se)

Allows access to Telldus Tellstick USB dongles for communicating with
433MHz devices in your home.

Provides "telldusd", the daemon which keeps track of your tellstick
devices. Through a UNIX socket, the sensors and devices can be used/
controlled from the command line tool "tdtool", or via the libtelldus-core
C client library.
2014-08-15 14:43:47 +00:00

21 lines
650 B
Plaintext

bin/tdtool
@group dialer
@mode 664
@exec mkdir -p /var/telldus && chown nobody:dialer /var/telldus
@exec [ -f /var/telldus/telldus-core.conf ] || touch /var/telldus/telldus-core.conf && chown nobody:dialer %D/var/telldus/telldus-core.conf
@unexec if [ ! -s /var/telldus/telldus-core.conf ]; then rm -vf /var/telldus/telldus-core.conf; fi
@unexec rmdir /var/telldus >/dev/null 2>&1 || :
@sample etc/tellstick.conf.sample
@group
@mode
etc/devd/tellstick.conf
include/telldus-core.h
lib/libtelldus-core.so
lib/libtelldus-core.so.2
lib/libtelldus-core.so.2.1.2
man/man1/tdadmin.1.gz
man/man1/tdtool.1.gz
man/man1/telldusd.1.gz
sbin/tdadmin
sbin/telldusd