diff options
-rw-r--r-- | emulators/wine-devel/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-descr | 13 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 7 | ||||
-rw-r--r-- | emulators/wine/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine/pkg-descr | 13 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment new file mode 100644 index 000000000000..8cbee446dd91 --- /dev/null +++ b/emulators/wine-devel/pkg-comment @@ -0,0 +1 @@ +wine - MS-Windows 3.1 emulator for Unix (Alpha release) diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr new file mode 100644 index 000000000000..ed800df3a1cf --- /dev/null +++ b/emulators/wine-devel/pkg-descr @@ -0,0 +1,13 @@ +Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. +It is still Alpha quality, i.e. don't expect it to run your typical large +MS-Windows application package, but it is definitely on its way ... + +To use Wine, your kernel must be rebuilt with the following line added +to your kernel config file (/sys/i386/conf/<YourMachine>): + +options USER_LDT + +Wine relies on the configuration file /usr/local/etc/wine.conf to +contain valid assignments of Unix directories to DOS drive letters, +and for certain other options (see "man wine" for details). +You will most probably have to to edit it, after the install ... diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist new file mode 100644 index 000000000000..5dd7a78c54bd --- /dev/null +++ b/emulators/wine-devel/pkg-plist @@ -0,0 +1,7 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/wine +etc/wine.conf +etc/wine.sym +man/man1/wine.1.gz diff --git a/emulators/wine/pkg-comment b/emulators/wine/pkg-comment new file mode 100644 index 000000000000..8cbee446dd91 --- /dev/null +++ b/emulators/wine/pkg-comment @@ -0,0 +1 @@ +wine - MS-Windows 3.1 emulator for Unix (Alpha release) diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr new file mode 100644 index 000000000000..ed800df3a1cf --- /dev/null +++ b/emulators/wine/pkg-descr @@ -0,0 +1,13 @@ +Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. +It is still Alpha quality, i.e. don't expect it to run your typical large +MS-Windows application package, but it is definitely on its way ... + +To use Wine, your kernel must be rebuilt with the following line added +to your kernel config file (/sys/i386/conf/<YourMachine>): + +options USER_LDT + +Wine relies on the configuration file /usr/local/etc/wine.conf to +contain valid assignments of Unix directories to DOS drive letters, +and for certain other options (see "man wine" for details). +You will most probably have to to edit it, after the install ... diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist new file mode 100644 index 000000000000..5dd7a78c54bd --- /dev/null +++ b/emulators/wine/pkg-plist @@ -0,0 +1,7 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/wine +etc/wine.conf +etc/wine.sym +man/man1/wine.1.gz |