summaryrefslogtreecommitdiff
path: root/emulators/vmware-guestd5
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware-guestd5')
-rw-r--r--emulators/vmware-guestd5/Makefile145
-rw-r--r--emulators/vmware-guestd5/distinfo1
-rw-r--r--emulators/vmware-guestd5/files/vmware-guest_kmod.sh29
-rw-r--r--emulators/vmware-guestd5/files/vmware-guestd.sh29
-rw-r--r--emulators/vmware-guestd5/files/vmware-guestd.sh.in29
-rw-r--r--emulators/vmware-guestd5/pkg-descr9
-rw-r--r--emulators/vmware-guestd5/pkg-descr.tools16
-rw-r--r--emulators/vmware-guestd5/pkg-plist7
-rw-r--r--emulators/vmware-guestd5/pkg-plist.tools4
9 files changed, 0 insertions, 269 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile
deleted file mode 100644
index 9d129b2379be..000000000000
--- a/emulators/vmware-guestd5/Makefile
+++ /dev/null
@@ -1,145 +0,0 @@
-# New ports collection makefile for: VMware tools for FreeBSD
-# Date created: 10 Aug 2000
-# Whom: matusita@jp.FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= vmware
-PORTVERSION= ${VMWARE_VER}.${BUILD_VER}
-CATEGORIES= emulators
-MASTER_SITES= # bundled with VMware itself
-PKGNAMESUFFIX?= -guestd
-DISTNAME= vmware-freebsd-tools
-
-MAINTAINER= matusita@FreeBSD.org
-COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x)
-
-.if defined(VMWARE_X_PORTS)
-RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd4
-.endif
-
-DISTDIR= ${MOUNT_PT}
-IGNOREFILES= ${DISTFILES}
-WRKSRC= ${WRKDIR}/vmware-tools-distrib
-
-ONLY_FOR_ARCHS= i386
-.if !defined(BATCH)
-IS_INTERACTIVE= yes
-.endif
-.if defined(VMWARE_X_PORTS)
-USE_X_PREFIX= yes
-NO_BUILD= yes
-.endif
-
-RESTRICTED= "Not sure if we can redistribute this."
-NO_PACKAGE= ${RESTRICTED}
-
-VMWARE_VER= 4.0.5
-BUILD_VER= 6030
-
-MOUNT_DEV?= /dev/acd0
-MOUNT_PT?= /mnt
-MOUNT= /sbin/mount
-UMOUNT= /sbin/umount
-
-.include <bsd.port.pre.mk>
-
-.if defined(VMWARE_X_PORTS)
-
-.if ${XFREE86_VERSION} == 3
-PLIST_SUB+= INSTALLXSERVER3:=""
-PLIST_SUB+= INSTALLXSERVER4:="@comment "
-.else
-PLIST_SUB+= INSTALLXSERVER3:="@comment "
-PLIST_SUB+= INSTALLXSERVER4:=""
-.endif
-
-.else
-
-.if !defined(WITHOUT_VMWARE_VMMEMCTL)
-WITH_VMWARE_VMMEMCTL=YES
-.endif
-VMWARE_KMODDIR= ${PREFIX}/lib/vmware-tools/modules
-.if defined(WITH_VMWARE_VMMEMCTL)
-PLIST_SUB+= VMWARE_VMMEMCTL:=""
-PLIST_SUB+= VMWARE_KMODDIR:="${VMWARE_KMODDIR}"
-.else
-PLIST_SUB+= VMWARE_VMMEMCTL:="@comment "
-PLIST_SUB+= VMWARE_KMODDIR:="@comment "
-.endif
-
-.endif
-
-fetch-list:
- @${DO_NADA}
-
-do-fetch:
- @${ECHO} ""
- @${ECHO} "========================================================================"
- @${ECHO} "Choose \"File\" -> \"Install VMware Tools...\" from the Workstation menu"
- @${ECHO} "to connect the VM's CD-ROM drive temporarily to installation CD image."
- @${ECHO} "========================================================================"
- @${ECHO} ""
-.if !defined(BATCH)
- @${ECHO} "This port mounts ${MOUNT_DEV} to ${MOUNT_PT}."
- @${ECHO} ""
- @${ECHO} -n "Are you ready? [Y/n]: "
- @(read line; \
- case "$${line}" in \
- [Nn]*) \
- ${FALSE} ;; \
- *) \
- ${TRUE} ;; \
- esac)
-.endif
- ${MKDIR} ${MOUNT_PT}
- -${UMOUNT} ${MOUNT_PT} 2>&1 >/dev/null
- -${UMOUNT} ${MOUNT_DEV} 2>&1 >/dev/null
- ${MOUNT} -t cd9660 ${MOUNT_DEV} ${MOUNT_PT}
-
-post-extract:
- ${UMOUNT} ${MOUNT_PT}
-.if !defined(VMWARE_X_PORTS)
- (cd ${WRKDIR}; ${TAR} xf ${WRKSRC}/lib/modules/source/vmmemctl.tar)
-.endif
-
-.if defined(VMWARE_X_PORTS)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/vmware-toolbox ${X11BASE}/bin
-.if ${XFREE86_VERSION} == 3
- ${INSTALL_PROGRAM} ${WRKSRC}/lib/configurator/XFree86-3/XF86_VMware ${X11BASE}/bin
- ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-3/XF86Config ${X11BASE}/etc/XF86Config_VMware
- @${ECHO} ""
- @${ECHO} "You have installed XFree86 3.x X Server for VMware."
- @${ECHO} "${X11BASE}/etc/XF86Config_VMware is a sample XF86Config file."
- @${ECHO} "Copy this file to /etc/XF86Config before starting X."
-.else
- ${INSTALL_DATA} ${WRKSRC}/lib/configurator/XFree86-4/XF86Config-4 ${X11BASE}/etc/XF86Config-4_VMware
-.endif
- -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end
-
-.else
-
-do-build:
-.if defined(WITH_VMWARE_VMMEMCTL)
- (cd ${WRKDIR}/vmmemctl-only; make)
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-guestd ${PREFIX}/sbin
- ${INSTALL_PROGRAM} ${WRKSRC}/sbin/vmware-checkvm ${PREFIX}/sbin
- ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guestd.sh \
- ${PREFIX}/etc/rc.d/vmware-guestd.sh.sample
-.if defined(WITH_VMWARE_VMMEMCTL)
- ${MKDIR} ${VMWARE_KMODDIR}
- ${INSTALL_PROGRAM} ${WRKDIR}/vmmemctl-only/vmmemctl.ko ${VMWARE_KMODDIR}
- ${INSTALL_SCRIPT} -m 755 ${FILESDIR}/vmware-guest_kmod.sh \
- ${PREFIX}/etc/rc.d/vmware-guest_kmod.sh.sample
-.endif
- -${LOCALBASE}/sbin/vmware-guestd --cmd toolinstall.end
-
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/emulators/vmware-guestd5/distinfo b/emulators/vmware-guestd5/distinfo
deleted file mode 100644
index 9a33295bd1da..000000000000
--- a/emulators/vmware-guestd5/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (vmware-freebsd-tools.tar.gz) = IGNORE
diff --git a/emulators/vmware-guestd5/files/vmware-guest_kmod.sh b/emulators/vmware-guestd5/files/vmware-guest_kmod.sh
deleted file mode 100644
index 63470a3d07ac..000000000000
--- a/emulators/vmware-guestd5/files/vmware-guest_kmod.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- kldstat -v | grep vmmemctl >/dev/null || kldload ${PREFIX}/lib/vmware-tools/modules/vmmemctl.ko
- echo -n ' vmware-guestkmod'
- fi
- ;;
-stop)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- kldstat -v | grep vmmemctl >/dev/null && kldunload vmmemctl && echo -n ' vmware-guestkmod'
- fi
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh b/emulators/vmware-guestd5/files/vmware-guestd.sh
deleted file mode 100644
index 569be8a4121e..000000000000
--- a/emulators/vmware-guestd5/files/vmware-guestd.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- ${PREFIX}/sbin/vmware-guestd &
- echo -n ' vmware-guestd'
- fi
- ;;
-stop)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- killall vmware-guestd && echo -n ' vmware-guestd'
- fi
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh.in b/emulators/vmware-guestd5/files/vmware-guestd.sh.in
deleted file mode 100644
index 569be8a4121e..000000000000
--- a/emulators/vmware-guestd5/files/vmware-guestd.sh.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- ${PREFIX}/sbin/vmware-guestd &
- echo -n ' vmware-guestd'
- fi
- ;;
-stop)
- exec 2>/dev/null
- ulimit -c 0
- if ${PREFIX}/sbin/vmware-checkvm >/dev/null; then
- killall vmware-guestd && echo -n ' vmware-guestd'
- fi
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/emulators/vmware-guestd5/pkg-descr b/emulators/vmware-guestd5/pkg-descr
deleted file mode 100644
index 920d9d0dbbc7..000000000000
--- a/emulators/vmware-guestd5/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-vmware-guestd daemon is for time synchronization with host OS and others.
-Beware, this port is for FreeBSD _guest_ OS. You don't need to install
-this ports to FreeBSD _host_ OS. This ports also installs a kernel modules
-for FreeBSD guest.
-
-If you want to run FreeBSD as a VMware guest OS, install this port
-would help you. If you want to run X, install vmware-tools too.
-
-WWW: http://www.vmware.com/products/desktop/ws_features.html
diff --git a/emulators/vmware-guestd5/pkg-descr.tools b/emulators/vmware-guestd5/pkg-descr.tools
deleted file mode 100644
index 68165f70e46f..000000000000
--- a/emulators/vmware-guestd5/pkg-descr.tools
+++ /dev/null
@@ -1,16 +0,0 @@
-VMware tools support FreeBSD _guest_ OS running on VMware Workstation.
-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 XFree86 3.x server for Guest OS.
-However, we cannot install dual-boot configuration since it requires
-to modify /etc files.
-
-This ports will install vmware-toolbox to your computer, and
-XFree86 X server if you set XFREE86_VERSION to 3 in /etc/make.conf,
-If you already use XFree86 4.1.0 or later, you may use 'vmware'
-driver for X server. Vmware-guestd is installed as a separate port,
-ports/emulators/vmware-guestd4, but this port install guestd automatically.
-
-WWW: http://www.vmware.com/products/desktop/ws_features.html
diff --git a/emulators/vmware-guestd5/pkg-plist b/emulators/vmware-guestd5/pkg-plist
deleted file mode 100644
index 858c18bd9250..000000000000
--- a/emulators/vmware-guestd5/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-sbin/vmware-checkvm
-sbin/vmware-guestd
-etc/rc.d/vmware-guestd.sh.sample
-%%VMWARE_VMMEMCTL:%%etc/rc.d/vmware-guest_kmod.sh.sample
-%%VMWARE_VMMEMCTL:%%lib/vmware-tools/modules/vmmemctl.ko
-%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools/modules 2>/dev/null || true
-%%VMWARE_VMMEMCTL:%%@unexec rmdir %D/lib/vmware-tools 2>/dev/null || true
diff --git a/emulators/vmware-guestd5/pkg-plist.tools b/emulators/vmware-guestd5/pkg-plist.tools
deleted file mode 100644
index 4d614c4466f6..000000000000
--- a/emulators/vmware-guestd5/pkg-plist.tools
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/vmware-toolbox
-%%INSTALLXSERVER3:%%bin/XF86_VMware
-%%INSTALLXSERVER3:%%etc/XF86Config_VMware
-%%INSTALLXSERVER4:%%etc/XF86Config-4_VMware