From c26e98a06144b1e6137d11f2cd619cf05f233c23 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 21 Aug 2000 07:21:27 +0000 Subject: Add vmware-tools, VMware tools for FreeBSD guest OS (X Server only). PR: ports/20612 Submitted by: Makoto MATSUSHITA Modified by: knu --- emulators/vmware-tools2/Makefile | 42 +++++++++++++++++++++++++++++++++++++ emulators/vmware-tools2/distinfo | 1 + emulators/vmware-tools2/pkg-comment | 1 + emulators/vmware-tools2/pkg-descr | 14 +++++++++++++ emulators/vmware-tools2/pkg-message | 5 +++++ emulators/vmware-tools2/pkg-plist | 2 ++ 6 files changed, 65 insertions(+) create mode 100644 emulators/vmware-tools2/Makefile create mode 100644 emulators/vmware-tools2/distinfo create mode 100644 emulators/vmware-tools2/pkg-comment create mode 100644 emulators/vmware-tools2/pkg-descr create mode 100644 emulators/vmware-tools2/pkg-message create mode 100644 emulators/vmware-tools2/pkg-plist (limited to 'emulators/vmware-tools2') diff --git a/emulators/vmware-tools2/Makefile b/emulators/vmware-tools2/Makefile new file mode 100644 index 000000000000..e67f2d1f77ee --- /dev/null +++ b/emulators/vmware-tools2/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: VMware tools for FreeBSD +# Date created: 10 Aug 2000 +# Whom: matusita@jp.FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= vmware-tools +PORTVERSION= ${VMWARE_VER}.${BUILD_VER} +CATEGORIES= emulators +MASTER_SITES= ${AU_ONLY_SITES} \ + http://www4.vmware.com/software/ \ + http://vmware-svca.www.conxion.com/software/ \ + http://vmware-chil.www.conxion.com/software/ \ + http://vmware-heva.www.conxion.com/software/ \ + http://vmware.wespe.de/software/ \ + ftp://vmware.wespe.de/pub/software/ +DISTNAME= tools-for-freebsd-${BUILD_VER} + +MAINTAINER= matusita@jp.FreeBSD.org + +WRKSRC= ${WRKDIR}/vmware-freebsd-tools + +ONLY_FOR_ARCHS= i386 +USE_X_PREFIX= yes +NO_BUILD= yes + +RESTRICTED= "Not sure if we can redistribute this." + +.if defined(AU_RESIDENT) && (${AU_RESIDENT} == YES) +AU_ONLY_SITES= ftp://mirror.aarnet.edu.au/pub/vmware/software/ +.endif + +VMWARE_VER= 2.0.2 +BUILD_VER= 307 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/XF86_VMware ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/XF86Config.dist ${PREFIX}/etc/XF86Config_VMware + @${CAT} ${PKGMESSAGE} + +.include diff --git a/emulators/vmware-tools2/distinfo b/emulators/vmware-tools2/distinfo new file mode 100644 index 000000000000..57f4e3d4ab0e --- /dev/null +++ b/emulators/vmware-tools2/distinfo @@ -0,0 +1 @@ +MD5 (tools-for-freebsd-307.tar.gz) = c9e4b04abe26f7158003fa183bcfa48f diff --git a/emulators/vmware-tools2/pkg-comment b/emulators/vmware-tools2/pkg-comment new file mode 100644 index 000000000000..a92f060af645 --- /dev/null +++ b/emulators/vmware-tools2/pkg-comment @@ -0,0 +1 @@ +VMware tools for FreeBSD guest OS (X Server only) diff --git a/emulators/vmware-tools2/pkg-descr b/emulators/vmware-tools2/pkg-descr new file mode 100644 index 000000000000..7939544ab055 --- /dev/null +++ b/emulators/vmware-tools2/pkg-descr @@ -0,0 +1,14 @@ +VMware tools support FreeBSD _Guest_ OS running on VMware. Beware, +this port is _not_ for FreeBSD _Host_ OS. + +VMware tools for FreeBSD consist of vmware-toolbox which supports +seamless operation between the Host and the Guest OS, dual-boot +configulation files, and special X server for Guest OS. However, +vmware-toolbox for FreeBSD lacks some features that vmware-toolbox for +Linux has, and dual-boot configulation is broken because checkvm +doesn't work. + +So this port installs X server ONLY. If you want vmware-toolbox, +install emulators/linux-vmware-toolbox on your FreeBSD _Guest_ OS. + +WWW: http://www.vmware.com/download/downloadtools.html diff --git a/emulators/vmware-tools2/pkg-message b/emulators/vmware-tools2/pkg-message new file mode 100644 index 000000000000..57a109cb8812 --- /dev/null +++ b/emulators/vmware-tools2/pkg-message @@ -0,0 +1,5 @@ +XFree86 configulation file is in ${PREFIX}/etc/XF86Config_VMware. +Copy this file to /etc/XF86Config before starting X. + +This package does not contain vmware-toolbox. You need to install +emulators/linux-vmware-toolbox if you want it. diff --git a/emulators/vmware-tools2/pkg-plist b/emulators/vmware-tools2/pkg-plist new file mode 100644 index 000000000000..fd515f110692 --- /dev/null +++ b/emulators/vmware-tools2/pkg-plist @@ -0,0 +1,2 @@ +bin/XF86_VMware +etc/XF86Config_VMware -- cgit v1.2.3