diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:58:27 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-25 15:58:27 +0000 |
commit | 2149c674cc36b1dd9f63ef047711a8f143c9e79f (patch) | |
tree | 749322bfcc985ab2d6d1cf12e1faf6712b2b247b /emulators | |
parent | 431b68ea3a75678e205e58d766c461db1d020a56 (diff) | |
download | ports-2149c674cc36b1dd9f63ef047711a8f143c9e79f.tar.gz ports-2149c674cc36b1dd9f63ef047711a8f143c9e79f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/quasi88/Makefile | 4 | ||||
-rw-r--r-- | emulators/quasi88/distinfo | 3 | ||||
-rw-r--r-- | emulators/quasi88/pkg-descr | 9 | ||||
-rw-r--r-- | emulators/quasi88/pkg-plist | 17 |
4 files changed, 11 insertions, 22 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 0c278cda7618..5a2f56a7e615 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -6,7 +6,7 @@ # PORTNAME= quasi88 -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.3 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ MAINTAINER= nishika@cheerful.com USE_X_PREFIX= yes USE_XLIB= yes USE_GMAKE= yes -DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88 +DATAFILES= FAQ FORMAT GET-IMAGE HISTORY MANUAL QUASI88 _quasi88rc .if !defined(WITH_SOUND) pre-everything: diff --git a/emulators/quasi88/distinfo b/emulators/quasi88/distinfo index bfc6ca5315fc..23b7658d0d83 100644 --- a/emulators/quasi88/distinfo +++ b/emulators/quasi88/distinfo @@ -1,2 +1 @@ -MD5 (quasi88-0.3.0.tgz) = 4dae276d60f6b7915c22a8bac9436762 -MD5 (quasi88-0.3.2.tgz) = 2f28822cefc828b538f97926b84c3687 +MD5 (quasi88-0.4.3.tgz) = 69c3e5c7662393bbd1915d2e89774f30 diff --git a/emulators/quasi88/pkg-descr b/emulators/quasi88/pkg-descr index b21775b02846..16708db92ad0 100644 --- a/emulators/quasi88/pkg-descr +++ b/emulators/quasi88/pkg-descr @@ -1,13 +1,4 @@ This is a PC-8801 emulator for X. See http://www.117.ne.jp/~show/pc8801/pc88emu.html for further information. -Porters note: - -After changes for activity of "-cpu 1" option on quasi88-0.3.1 -(and later), some softwares gain the advantage of performance. - -But some other softwares have become failed to work. It's worth -trying quasi88-0.3.0 if you are in that case after update to -newer version. The md5 for quasi88-0.3.0 is also in files/md5. - WWW: http://www.117.ne.jp/~show/pc8801/pc88emu.html diff --git a/emulators/quasi88/pkg-plist b/emulators/quasi88/pkg-plist index c628034454bb..c37927cb3de1 100644 --- a/emulators/quasi88/pkg-plist +++ b/emulators/quasi88/pkg-plist @@ -1,10 +1,9 @@ bin/quasi88 -share/doc/quasi88/FAQ -share/doc/quasi88/FORMAT -share/doc/quasi88/GET-IMAGE -share/doc/quasi88/HELP -share/doc/quasi88/HISTORY -share/doc/quasi88/LIST -share/doc/quasi88/MANUAL -share/doc/quasi88/QUASI88 -@dirrm share/doc/quasi88 +%%PORTDOCS%%share/doc/quasi88/FAQ +%%PORTDOCS%%share/doc/quasi88/FORMAT +%%PORTDOCS%%share/doc/quasi88/GET-IMAGE +%%PORTDOCS%%share/doc/quasi88/HISTORY +%%PORTDOCS%%share/doc/quasi88/MANUAL +%%PORTDOCS%%share/doc/quasi88/QUASI88 +%%PORTDOCS%%share/doc/quasi88/_quasi88rc +%%PORTDOCS%%@dirrm share/doc/quasi88 |