diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-01 00:18:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-01 00:18:11 +0000 |
commit | c5e7914fb4c76f5e033df34e96d7003a428b663f (patch) | |
tree | 44036f7c6c59e4fef7a53833a3d382ee8051c734 /www/Makefile | |
parent | ded8f1f589b2f250627a4f1fbf890fa7225f4204 (diff) |
anyremote2html package is a WEB interface for anyRemote.
It acts as HTTP server and translates anyRemote commands to HTML.
The overall goal of this project is to provide remote control service on Linux
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson,
Motorola and others.
It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
capabled phone and UNIX, and in principle could be configured to manage almost
any software.
WWW: http://anyremote.sourceforge.net/
Happy new Year
PR: ports/130019
Submitted by: Alexander Logvinov <ports at logvinov.com>
Notes
Notes:
svn path=/head/; revision=225079
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 906e8a57a4a9..8a02828fdfe7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -12,6 +12,7 @@ SUBDIR += amaya SUBDIR += amphetadesk SUBDIR += analog + SUBDIR += anyremote2html SUBDIR += aolserver SUBDIR += aolserver-nscache SUBDIR += aolserver-xotcl |