diff options
author | tv <tv@pkgsrc.org> | 1999-04-15 20:50:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-15 20:50:46 +0000 |
commit | f87edd07bd2d1b612b69fca05bdfbcb6fdacbca8 (patch) | |
tree | e877fb85782ee57f6eee9907749f3bb0845fb5ac /emulators/wine-current/pkg | |
parent | 202b5f011e2908e635a17d5ee6906a05c45f2652 (diff) | |
download | pkgsrc-f87edd07bd2d1b612b69fca05bdfbcb6fdacbca8.tar.gz |
Add Wine 990328 as "wine-current", since this release makes Win32
nonfunctional on NetBSD 1.4 and earlier. (It is, however, more stable for
Win16 applications.)
Diffstat (limited to 'emulators/wine-current/pkg')
-rw-r--r-- | emulators/wine-current/pkg/COMMENT | 1 | ||||
-rw-r--r-- | emulators/wine-current/pkg/DESCR | 11 | ||||
-rw-r--r-- | emulators/wine-current/pkg/MESSAGE | 7 | ||||
-rw-r--r-- | emulators/wine-current/pkg/PLIST | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/emulators/wine-current/pkg/COMMENT b/emulators/wine-current/pkg/COMMENT new file mode 100644 index 00000000000..bae837a9f06 --- /dev/null +++ b/emulators/wine-current/pkg/COMMENT @@ -0,0 +1 @@ +Beta Windows (3.1x, 95, NT) emulator diff --git a/emulators/wine-current/pkg/DESCR b/emulators/wine-current/pkg/DESCR new file mode 100644 index 00000000000..e379fe2c644 --- /dev/null +++ b/emulators/wine-current/pkg/DESCR @@ -0,0 +1,11 @@ +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-current/pkg/MESSAGE b/emulators/wine-current/pkg/MESSAGE new file mode 100644 index 00000000000..cd3ea2918b1 --- /dev/null +++ b/emulators/wine-current/pkg/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== + +Wine is capable of running most Win16 (Windows 3.11-compatible) +applications under NetBSD 1.3 and 1.4. It currently does not support +Win32 applications, though it will do so under a later release of NetBSD. + +=========================================================================== diff --git a/emulators/wine-current/pkg/PLIST b/emulators/wine-current/pkg/PLIST new file mode 100644 index 00000000000..0ee0425a376 --- /dev/null +++ b/emulators/wine-current/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/15 20:50:47 tv Exp $ +bin/dosmod +bin/wine +etc/wine.conf.example +include/wine/windef.h +include/wine/windows.h +include/wine/wingdi.h +include/wine/winuser.h +lib/libwine.so.1.0 +lib/wine.sym +man/man1/wine.1 +@dirrm include/wine |