Date: Sat, 21 Nov 2009 10:18:54 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/anyterm Makefile distinfo pkg-descr ports/www/anyterm/files anytermd.in mime.types patch-common.mk patch-libpbe-src-format.cc patch-src-SubProcess.cc Message-ID: <200911211018.nALAIsTP076050@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-11-21 10:18:54 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/anyterm Makefile distinfo pkg-descr www/anyterm/files anytermd.in mime.types patch-common.mk patch-libpbe-src-format.cc patch-src-SubProcess.cc Log: Anyterm provides a terminal emulator on a Web page using Javascript and a server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. WWW: http://anyterm.org/ PR: ports/140740 Submitted by: Douglas Thrift Revision Changes Path 1.2467 +1 -0 ports/www/Makefile 1.1 +41 -0 ports/www/anyterm/Makefile (new) 1.1 +3 -0 ports/www/anyterm/distinfo (new) 1.1 +38 -0 ports/www/anyterm/files/anytermd.in (new) 1.1 +1236 -0 ports/www/anyterm/files/mime.types (new) 1.1 +11 -0 ports/www/anyterm/files/patch-common.mk (new) 1.1 +11 -0 ports/www/anyterm/files/patch-libpbe-src-format.cc (new) 1.1 +10 -0 ports/www/anyterm/files/patch-src-SubProcess.cc (new) 1.1 +7 -0 ports/www/anyterm/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911211018.nALAIsTP076050>