diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-19 16:08:20 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-19 16:08:20 +0000 |
commit | 521e336cc0b9e9d4e3eb7ec656b14df6180dc858 (patch) | |
tree | 4a14add1d2dce4f59933197bcfdfb607c23be5f6 | |
parent | 26835ebbf5da2d758542216c48398593b0fce48e (diff) | |
download | FreeBSD-ports-521e336cc0b9e9d4e3eb7ec656b14df6180dc858.zip FreeBSD-ports-521e336cc0b9e9d4e3eb7ec656b14df6180dc858.tar.gz |
Upgrade to xsystem-3.5-19981114.
Fix MD5 check sum
Add patch files
Install Japanese documents in share/doc/ja
-rw-r--r-- | emulators/xsystem35/pkg-descr | 2 | ||||
-rw-r--r-- | emulators/xsystem35/pkg-message | 23 | ||||
-rw-r--r-- | emulators/xsystem35/pkg-plist | 2 |
3 files changed, 17 insertions, 10 deletions
diff --git a/emulators/xsystem35/pkg-descr b/emulators/xsystem35/pkg-descr index 9d19f68..4879693 100644 --- a/emulators/xsystem35/pkg-descr +++ b/emulators/xsystem35/pkg-descr @@ -4,4 +4,4 @@ See also /usr/X11R6/share/doc/xsystem35 http://ryo1207.aist-nara.ac.jp/unitbase/xsys35/index.html - Seiichirou Hiraoka -flathill@flathill.gr.jp +flathill@FreeBSD.ORG diff --git a/emulators/xsystem35/pkg-message b/emulators/xsystem35/pkg-message index ab19087..54b2dda 100644 --- a/emulators/xsystem35/pkg-message +++ b/emulators/xsystem35/pkg-message @@ -1,12 +1,19 @@ ----- -You should use X-tt Server for comfortable play. +o 1st, copy /usr/X11R6/share/example/xsystem35/xsys35rc.sample + to ~/.xsys35rc and fit it to your environment. +i.e.) +cdrom_device: /dev/cd0c -If you use over 16bpp mode, you should add following line -to your kernel configuration file and rebuild kernel. - options SHMMAXPGS=4096 +o 2nd, install data from cdrom with + /usr/X11R6/share/example/xsystem35/instgame. + +o 3rd, install X-tt for your real pleasure(optional). -If you have CD-ROM drive, please make symbolic link -from /dev/cdrom to actual CD-ROM device name. -For example, type - # ln -s /dev/cdrom /dev/cd0c +o and, play it! + +********************* IMPORTANT ********************* +If you use over 16bpp mode, you must add + options SHMMAXPGS=4096 +to your kernel configuration file and rebuild kernel. +***************************************************** ----- diff --git a/emulators/xsystem35/pkg-plist b/emulators/xsystem35/pkg-plist index b769e57..531fe66 100644 --- a/emulators/xsystem35/pkg-plist +++ b/emulators/xsystem35/pkg-plist @@ -5,6 +5,7 @@ share/doc/ja/xsystem35/GRFMT.TXT share/doc/ja/xsystem35/INSTALL share/doc/ja/xsystem35/README share/doc/ja/xsystem35/THANKS +share/examples/xsystem35/xsys35rc.sample share/examples/xsystem35/README.TXT share/examples/xsystem35/atlach.inf share/examples/xsystem35/diabo.inf @@ -18,6 +19,5 @@ share/examples/xsystem35/panyo.inf share/examples/xsystem35/rance4.inf share/examples/xsystem35/toushin2.inf share/examples/xsystem35/zero.inf -lib/X11/app-defaults/XSystem35 @dirrm share/doc/ja/xsystem35 @dirrm share/examples/xsystem35 |