From owner-cvs-all@FreeBSD.ORG Thu Apr 26 01:16:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D861116A409; Thu, 26 Apr 2007 01:16:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C799B13C46C; Thu, 26 Apr 2007 01:16:51 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3Q1Gpwf059614; Thu, 26 Apr 2007 01:16:51 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3Q1Gfsb059590; Thu, 26 Apr 2007 01:16:41 GMT (envelope-from alepulver) Message-Id: <200704260116.l3Q1Gfsb059590@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 26 Apr 2007 01:16:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/ssvnc Makefile distinfo pkg-descr pkg-message pkg-plist ports/net/ssvnc/files patch-build.unix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 01:16:51 -0000 alepulver 2007-04-26 01:16:41 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ssvnc Makefile distinfo pkg-descr pkg-message pkg-plist net/ssvnc/files patch-build.unix Log: The Enhanced TightVNC Viewer package started as a project to add some patches to the long neglected Unix TightVNC Viewer. However, now the front-end GUI and wrapper scripts features dwarf the Unix TightVNC Viewer patches (see the lists below). It adds a GUI for Windows, Mac OS X, and Unix that automatically starts up STUNNEL SSL tunnel for SSL or SSH connections to x11vnc, and then launches the TightVNC Viewer to use the tunnel. It also enables SSL encrypted VNC connections to any other VNC Server running an SSL tunnel, such as STUNNEL, at their end. It can be used to perform SSH tunnelled connections to any VNC Server as well. The tool has many additional features (see below for a list). The short name for this project is "ssvnc" for SSL/SSH VNC Viewer. WWW: http://www.karlrunge.com/x11vnc/ssvnc.html Revision Changes Path 1.1857 +1 -0 ports/net/Makefile 1.1 +55 -0 ports/net/ssvnc/Makefile (new) 1.1 +3 -0 ports/net/ssvnc/distinfo (new) 1.1 +47 -0 ports/net/ssvnc/files/patch-build.unix (new) 1.1 +15 -0 ports/net/ssvnc/pkg-descr (new) 1.1 +9 -0 ports/net/ssvnc/pkg-message (new) 1.1 +6 -0 ports/net/ssvnc/pkg-plist (new)