diff options
author | tv <tv> | 1998-12-14 02:17:10 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-14 02:17:10 +0000 |
commit | f8c084daff8be96059ab04c35149a48c80b6b3b0 (patch) | |
tree | 23f5fc7f0b68212acb041c63c58d8c8f84c2ddf1 /emulators/wine/pkg | |
parent | 68c9a6917417ba0c8fcf436609fc480ee3d3c4b7 (diff) | |
download | pkgsrc-f8c084daff8be96059ab04c35149a48c80b6b3b0.tar.gz |
Update to 981211. Works even better now, though the compile-for-native
still does not work quite right (the global constructors created by
wrc don't work).
Diffstat (limited to 'emulators/wine/pkg')
-rw-r--r-- | emulators/wine/pkg/COMMENT | 2 | ||||
-rw-r--r-- | emulators/wine/pkg/DESCR | 12 | ||||
-rw-r--r-- | emulators/wine/pkg/PLIST | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/emulators/wine/pkg/COMMENT b/emulators/wine/pkg/COMMENT index 7edc3500c30..bae837a9f06 100644 --- a/emulators/wine/pkg/COMMENT +++ b/emulators/wine/pkg/COMMENT @@ -1 +1 @@ -Windows emulator +Beta Windows (3.1x, 95, NT) emulator diff --git a/emulators/wine/pkg/DESCR b/emulators/wine/pkg/DESCR index 3504a97a2db..e379fe2c644 100644 --- a/emulators/wine/pkg/DESCR +++ b/emulators/wine/pkg/DESCR @@ -1 +1,11 @@ -WINE emulates the Windows and Win32 APIs under Unix and X. +Wine is a program which allows running Microsoft Windows programs +(including DOS, Windows 3.x and Win32 executables) on Unix. It consists +of a program loader which loads and executes an Microsoft Windows binary, +and a library that implements Windows API calls using their Unix or X11 +equivalents. The library may also be used for porting Win32 code into +native Unix executables. + +Wine is free software, and its license (contained in the file LICENSE) is +BSD style. Basically, you can do anything with it except claim that you +wrote it. + diff --git a/emulators/wine/pkg/PLIST b/emulators/wine/pkg/PLIST index 0b6fdf438d4..0b6232c258f 100644 --- a/emulators/wine/pkg/PLIST +++ b/emulators/wine/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 1998/07/15 12:14:24 agc Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/12/14 02:17:13 tv Exp $ +bin/dosmod bin/wine etc/wine.conf.example include/wine/windows.h |