summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-04 21:08:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-04 21:08:28 +0000
commit6812cc95f8a9fac7236d7440490fdde4c6730626 (patch)
tree427adc3ab3d61bebb2ed1f47ca7d8837b0ab1a1c /emulators
parentChase library version bump in libdv version 0.9.8 (diff)
New port linux-winetools version 1.13b: A setup and configuration
tool for WINE Submitted by: blackend
Notes
Notes: svn path=/head/; revision=65620
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/linux-winetools/Makefile36
-rw-r--r--emulators/linux-winetools/distinfo1
-rw-r--r--emulators/linux-winetools/pkg-comment1
-rw-r--r--emulators/linux-winetools/pkg-descr18
-rw-r--r--emulators/linux-winetools/pkg-plist1
-rw-r--r--emulators/winetools/Makefile36
-rw-r--r--emulators/winetools/distinfo1
-rw-r--r--emulators/winetools/pkg-comment1
-rw-r--r--emulators/winetools/pkg-descr18
-rw-r--r--emulators/winetools/pkg-plist1
11 files changed, 115 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 4e243c035a6f..7d66f7de6788 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -31,6 +31,7 @@
SUBDIR += ines
SUBDIR += libvm68k
SUBDIR += linux-vmware-toolbox
+ SUBDIR += linux-winetools
SUBDIR += linux_base
SUBDIR += linux_base-6
SUBDIR += mastergear
diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile
new file mode 100644
index 000000000000..9c362efd4a72
--- /dev/null
+++ b/emulators/linux-winetools/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: linux-winetools
+# Date created: 4 September 2002
+# Whom: Marc Fonvieille <blackend@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= winetools
+PORTVERSION= 1.13b
+CATEGORIES= emulators linux
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/}
+PKGNAMEPREFIX= linux-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-setup.sh
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER= blackend@FreeBSD.org
+
+RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+ONLY_FOR_ARCHS= i386
+USE_LINUX= yes
+
+BRANDELF?= /usr/bin/brandelf
+STRIP=
+
+post-extract:
+ @${TAIL} +179 ${DISTDIR}/${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} ${PORTNAME}
+ @${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
new file mode 100644
index 000000000000..47f41112c949
--- /dev/null
+++ b/emulators/linux-winetools/distinfo
@@ -0,0 +1 @@
+MD5 (winetools-1.13b-setup.sh) = b50bbeb8f391dd75353ba921e7068877
diff --git a/emulators/linux-winetools/pkg-comment b/emulators/linux-winetools/pkg-comment
new file mode 100644
index 000000000000..ec992dbd594d
--- /dev/null
+++ b/emulators/linux-winetools/pkg-comment
@@ -0,0 +1 @@
+A setup and configuration tool for WINE
diff --git a/emulators/linux-winetools/pkg-descr b/emulators/linux-winetools/pkg-descr
new file mode 100644
index 000000000000..bb84263ce7e0
--- /dev/null
+++ b/emulators/linux-winetools/pkg-descr
@@ -0,0 +1,18 @@
+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 DCOM95, 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.
+
+WWW: http://www.franksworld.net/wine/winetools/
diff --git a/emulators/linux-winetools/pkg-plist b/emulators/linux-winetools/pkg-plist
new file mode 100644
index 000000000000..3f4938911f9d
--- /dev/null
+++ b/emulators/linux-winetools/pkg-plist
@@ -0,0 +1 @@
+bin/winetools
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile
new file mode 100644
index 000000000000..9c362efd4a72
--- /dev/null
+++ b/emulators/winetools/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: linux-winetools
+# Date created: 4 September 2002
+# Whom: Marc Fonvieille <blackend@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= winetools
+PORTVERSION= 1.13b
+CATEGORIES= emulators linux
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/winetools/}
+PKGNAMEPREFIX= linux-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-setup.sh
+EXTRACT_SUFX=
+EXTRACT_ONLY=
+
+MAINTAINER= blackend@FreeBSD.org
+
+RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+ONLY_FOR_ARCHS= i386
+USE_LINUX= yes
+
+BRANDELF?= /usr/bin/brandelf
+STRIP=
+
+post-extract:
+ @${TAIL} +179 ${DISTDIR}/${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} ${PORTNAME}
+ @${BRANDELF} -t Linux ${WRKDIR}/${PORTNAME}
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/emulators/winetools/distinfo b/emulators/winetools/distinfo
new file mode 100644
index 000000000000..47f41112c949
--- /dev/null
+++ b/emulators/winetools/distinfo
@@ -0,0 +1 @@
+MD5 (winetools-1.13b-setup.sh) = b50bbeb8f391dd75353ba921e7068877
diff --git a/emulators/winetools/pkg-comment b/emulators/winetools/pkg-comment
new file mode 100644
index 000000000000..ec992dbd594d
--- /dev/null
+++ b/emulators/winetools/pkg-comment
@@ -0,0 +1 @@
+A setup and configuration tool for WINE
diff --git a/emulators/winetools/pkg-descr b/emulators/winetools/pkg-descr
new file mode 100644
index 000000000000..bb84263ce7e0
--- /dev/null
+++ b/emulators/winetools/pkg-descr
@@ -0,0 +1,18 @@
+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 DCOM95, 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.
+
+WWW: http://www.franksworld.net/wine/winetools/
diff --git a/emulators/winetools/pkg-plist b/emulators/winetools/pkg-plist
new file mode 100644
index 000000000000..3f4938911f9d
--- /dev/null
+++ b/emulators/winetools/pkg-plist
@@ -0,0 +1 @@
+bin/winetools