diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 06:21:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 06:21:18 +0800 |
commit | df77eea4ed22651613477972554889cab190c685 (patch) | |
tree | 41cb70b847ed40d8020f0aa3474e44e45157dc61 | |
parent | 3ec712d553bfa0862fa01e1095bb15eb5c308c26 (diff) | |
download | freebsd-ports-gnome-df77eea4ed22651613477972554889cab190c685.tar.gz freebsd-ports-gnome-df77eea4ed22651613477972554889cab190c685.tar.zst freebsd-ports-gnome-df77eea4ed22651613477972554889cab190c685.zip |
- Remove expired emulators/linux-winetools: Very old, discontinued, and
replaced by emulators/wine-doors
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/linux-winetools/Makefile | 37 | ||||
-rw-r--r-- | emulators/linux-winetools/distinfo | 3 | ||||
-rw-r--r-- | emulators/linux-winetools/pkg-descr | 20 |
5 files changed, 1 insertions, 61 deletions
@@ -3493,3 +3493,4 @@ security/cyrus-sasl||2008-06-17|Has expired: Unsupported, please move to cyrus-s converters/compface|mail/faces|2008-06-17|Removed in favour to mail/faces. security/p5-openxpki-client-cli||2008-06-18|Has expired: no longer supported. Use p5-openxpki-client-html-mason instead audio/mbrola||2008-06-18|Has expired: relies on forbidden port misc/compat3x; last release 2000 +emulators/linux-winetools|||2008-06-18|Has expired: very old, discontinued, and replaced by emulators/wine-doors diff --git a/emulators/Makefile b/emulators/Makefile index cdc79e774f37..2c73840d0e66 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -75,7 +75,6 @@ SUBDIR += linux-vmware-toolbox4 SUBDIR += linux-vmware-toolbox5 SUBDIR += linux-vmware-toolbox6 - SUBDIR += linux-winetools SUBDIR += linux_base-fc4 SUBDIR += linux_base-fc6 SUBDIR += linux-xjoypad diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile deleted file mode 100644 index fd6bb86da1ce..000000000000 --- a/emulators/linux-winetools/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: linux-winetools -# Date created: 4 September 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= winetools -PORTVERSION= 1.30 -PORTREVISION= 3 -CATEGORIES= emulators linux -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/} -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A setup and configuration tool for WINE - -RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine - -DEPRECATED= Very old, discontinued, and replaced by emulators/wine-doors -EXPIRATION_DATE=2007-11-14 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_XLIB= yes -ONLY_FOR_ARCHS= i386 amd64 -PLIST_FILES= bin/winetools - -post-extract: - @${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME} - -do-install: - @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/emulators/linux-winetools/distinfo b/emulators/linux-winetools/distinfo deleted file mode 100644 index 62a1a14f8e69..000000000000 --- a/emulators/linux-winetools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (winetools-1.30.tgz) = e9c47c08e85be4e6df06730e5463eb7a -SHA256 (winetools-1.30.tgz) = c9d3d328e7346320212f18e79780168fa2a3ebe6e8d2c81f56a3c3a0427e89d6 -SIZE (winetools-1.30.tgz) = 1005389 diff --git a/emulators/linux-winetools/pkg-descr b/emulators/linux-winetools/pkg-descr deleted file mode 100644 index b8754fcc493d..000000000000 --- a/emulators/linux-winetools/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -WineTools is a collection of tools for WINE. You can do the following -things with it: - -- Install an application: You can choose a setup program which will -be run with Wine. There is also an option to install DCOM98, this -is needed to make some Installshield installers (as used by -Dreamweaver, Flash, etc) work. - -- Uninstall an application: Every application that creates a registry -entry and has an uninstall function can be uninstalled (does not -work for uninstallers which use rundll32.exe). - -- Create a Windows directory structure with registry and configuration -file in $HOME/.wine - -- Create and edit a WINE config file. - -- Install TrueType Fonts. - -WWW: http://www.von-thadden.de/Joachim/WineTools/ |