From owner-cvs-all@FreeBSD.ORG Tue Nov 21 13:01:33 2006 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 8F52516A403; Tue, 21 Nov 2006 13:01:33 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEFB43D49; Tue, 21 Nov 2006 13:01:11 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kALD1Xhs001594; Tue, 21 Nov 2006 13:01:33 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kALD1XtJ001593; Tue, 21 Nov 2006 13:01:33 GMT (envelope-from dinoex) Message-Id: <200611211301.kALD1XtJ001593@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 21 Nov 2006 13:01:33 +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/emulators Makefile ports/emulators/vmw Makefile distinfo pkg-descr 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: Tue, 21 Nov 2006 13:01:33 -0000 dinoex 2006-11-21 13:01:33 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/vmw Makefile distinfo pkg-descr Log: VMware Command Line Tools On this page, you'll find command line programs which can replace and/or supplement the VMware's official VMwareTools. These programs use VMware's undocumented and therefore not officially supported feature to communicate with VMware (see VMware Backdoor I/O Port). Information on these functions have come entirely from my personal research and quite a few contributions by fellow VMware users. These programs are intended partly as illustrative examples of how to use the VMware backdoor function and I have cut many corners writing them. * vmw: generic backdoor access program * vmshrink: virtual disk shrink program * vmftp: host-guest file transfer program WWW: http://chitchat.at.infoseek.co.jp/vmware/vmtools.html Revision Changes Path 1.203 +1 -0 ports/emulators/Makefile 1.1 +40 -0 ports/emulators/vmw/Makefile (new) 1.1 +3 -0 ports/emulators/vmw/distinfo (new) 1.1 +18 -0 ports/emulators/vmw/pkg-descr (new)