diff options
author | vd <vd@FreeBSD.org> | 2007-02-12 14:26:28 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-02-12 14:26:28 +0800 |
commit | 718238217cb2516e63b034d002ad08feea4423c4 (patch) | |
tree | b235a8c34c2c943bb263dcb059b5f139a7637f43 /emulators | |
parent | 6907bbedf02bd613681e8864b96306ada8779c8a (diff) | |
download | freebsd-ports-gnome-718238217cb2516e63b034d002ad08feea4423c4.tar.gz freebsd-ports-gnome-718238217cb2516e63b034d002ad08feea4423c4.tar.zst freebsd-ports-gnome-718238217cb2516e63b034d002ad08feea4423c4.zip |
Remove expired leaf port:
2006-12-01 emulators/vmware-tools2: Unfetchable
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-tools2/Makefile | 43 | ||||
-rw-r--r-- | emulators/vmware-tools2/distinfo | 2 | ||||
-rw-r--r-- | emulators/vmware-tools2/pkg-descr | 14 | ||||
-rw-r--r-- | emulators/vmware-tools2/pkg-message | 5 | ||||
-rw-r--r-- | emulators/vmware-tools2/pkg-plist | 2 |
6 files changed, 0 insertions, 67 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 59063f49d253..33176f89264c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -135,7 +135,6 @@ SUBDIR += vmware-guestd3 SUBDIR += vmware-guestd4 SUBDIR += vmware-guestd5 - SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware-tools4 SUBDIR += vmware-tools5 diff --git a/emulators/vmware-tools2/Makefile b/emulators/vmware-tools2/Makefile deleted file mode 100644 index edf7c269bf65..000000000000 --- a/emulators/vmware-tools2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# 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= 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@FreeBSD.org -COMMENT=VMware tools for guest OS (for VMware 2.x, FreeBSD version) - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -WRKSRC= ${WRKDIR}/vmware-freebsd-tools - -ONLY_FOR_ARCHS= i386 -USE_X_PREFIX= yes -NO_BUILD= yes -NO_LATEST_LINK= yes - -RESTRICTED= "Not sure if we can redistribute this." -NO_PACKAGE= ${RESTRICTED} - -VMWARE_VER= 2.0.4 -BUILD_VER= 307 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XF86_VMware ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/XF86Config.dist ${PREFIX}/etc/XF86Config_VMware - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/vmware-tools2/distinfo b/emulators/vmware-tools2/distinfo deleted file mode 100644 index 2bbcea15b6b4..000000000000 --- a/emulators/vmware-tools2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tools-for-freebsd-307.tar.gz) = c9e4b04abe26f7158003fa183bcfa48f -SIZE (tools-for-freebsd-307.tar.gz) = 1232295 diff --git a/emulators/vmware-tools2/pkg-descr b/emulators/vmware-tools2/pkg-descr deleted file mode 100644 index 2c11f4f3e02b..000000000000 --- a/emulators/vmware-tools2/pkg-descr +++ /dev/null @@ -1,14 +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 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 ports/emulators/linux-vmware-toolbox2 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 deleted file mode 100644 index b067e3ceb4e2..000000000000 --- a/emulators/vmware-tools2/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -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 -ports/emulators/linux-vmware-toolbox2 if you want it. diff --git a/emulators/vmware-tools2/pkg-plist b/emulators/vmware-tools2/pkg-plist deleted file mode 100644 index fd515f110692..000000000000 --- a/emulators/vmware-tools2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/XF86_VMware -etc/XF86Config_VMware |