aboutsummaryrefslogtreecommitdiff
path: root/emulators/quasi88
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-12 13:53:23 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-12 13:53:23 +0000
commit16eb92ad2f212851841988dcfbb40234c68a8a92 (patch)
tree64e73d34831e8bc6d4fa07ada7170bece1f12eb1 /emulators/quasi88
parentf8d4392d0bce8acb544805be541efbd09cd5d051 (diff)
downloadports-16eb92ad2f212851841988dcfbb40234c68a8a92.tar.gz
ports-16eb92ad2f212851841988dcfbb40234c68a8a92.zip
Notes
Diffstat (limited to 'emulators/quasi88')
-rw-r--r--emulators/quasi88/Makefile8
-rw-r--r--emulators/quasi88/distinfo2
-rw-r--r--emulators/quasi88/files/extra-patch-aa34
-rw-r--r--emulators/quasi88/files/patch-aa20
-rw-r--r--emulators/quasi88/pkg-plist12
5 files changed, 43 insertions, 33 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile
index 873198921b4c..43229a39927a 100644
--- a/emulators/quasi88/Makefile
+++ b/emulators/quasi88/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= quasi88
-PORTVERSION= 0.4.5
+PORTVERSION= 0.5.4
CATEGORIES= emulators
MASTER_SITES= http://www.117.ne.jp/~show/pc8801/
EXTRACT_SUFX= .tgz
@@ -17,7 +17,8 @@ COMMENT= PC-8801 emulator for X
USE_X_PREFIX= yes
USE_XLIB= yes
USE_GMAKE= yes
-DATAFILES= FAQ FORMAT GET-IMAGE HISTORY MANUAL QUASI88 _quasi88rc
+DATAFILES= _quasi88rc
+DOCFILES= FAQ.TXT FORMAT.TXT GET-IMAGE.TXT HISTORY.TXT MANUAL.TXT QUASI88.TXT
.if !defined(WITH_SOUND)
pre-everything::
@@ -40,6 +41,9 @@ do-install:
.for i in ${DATAFILES}
@ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/
.endfor
+.for i in ${DOCFILES}
+ @ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/quasi88/
+.endfor
.endif
.include <bsd.port.mk>
diff --git a/emulators/quasi88/distinfo b/emulators/quasi88/distinfo
index 74eadba96d54..550efce4046f 100644
--- a/emulators/quasi88/distinfo
+++ b/emulators/quasi88/distinfo
@@ -1 +1 @@
-MD5 (quasi88-0.4.5.tgz) = 3026efd3868f271f7c97ce4473eb7b6b
+MD5 (quasi88-0.5.4.tgz) = 4a382554084b67da715c52c75fdd785c
diff --git a/emulators/quasi88/files/extra-patch-aa b/emulators/quasi88/files/extra-patch-aa
index c17f602a5208..28764d0a6ac7 100644
--- a/emulators/quasi88/files/extra-patch-aa
+++ b/emulators/quasi88/files/extra-patch-aa
@@ -1,14 +1,20 @@
---- Makefile.org Sat Oct 9 16:27:58 1999
-+++ Makefile Sat Oct 9 16:13:45 1999
-@@ -113,9 +113,9 @@
- # 必ず、「サウンド無し」を指定してください。
-
- #-------------------------------- サウンド無し
--SD = nosound
-+# SD = nosound
- #-------------------------------- サウンド有り ( IRIXで、dmedia package を使用)
--# SD = sound
-+SD = sound
- #-------------------------------- IRIX で、al package のサウンドを使う場合
- # SD = al_sound
- #--------------------------------
+--- Makefile.orig Fri Sep 26 13:09:01 2003
++++ Makefile Tue Oct 7 21:15:28 2003
+@@ -142,7 +142,7 @@
+ # 動作確認が取れているのは、freebsd/linux のみです
+
+ #---------------------- FreeBSD
+-# ARCH = freebsd
++ARCH = freebsd
+ #---------------------- Linux
+ # ARCH = linux
+ #---------------------- NetBSD
+@@ -166,7 +166,7 @@
+ #---------------------- BeOS on Intel
+ # ARCH = beos
+ #---------------------- generic unix, no sound
+-ARCH = generic
++# ARCH = generic
+
+
+
diff --git a/emulators/quasi88/files/patch-aa b/emulators/quasi88/files/patch-aa
index 101c7b7076ce..c3de34ad5ffa 100644
--- a/emulators/quasi88/files/patch-aa
+++ b/emulators/quasi88/files/patch-aa
@@ -1,20 +1,20 @@
---- Makefile.orig Wed Dec 26 13:08:55 2001
-+++ Makefile Wed Jan 2 09:06:21 2002
-@@ -16,7 +16,7 @@
- # 通常は環境変数 $(QUASI88_ROM_DIR) で設定したディレクトリを検索
+--- Makefile.orig Fri Sep 26 13:09:01 2003
++++ Makefile Tue Oct 7 21:12:10 2003
+@@ -17,7 +17,7 @@
# しますが、その環境変数が設定されていない時は、ここを検索します。
+ # ( ~/ は、QUASI88の起動時にホームディレクトリに展開されます )
--ROMDIR = /local/quasi88/rom/
-+ROMDIR = ${PREFIX}/share/quasi88/rom/
+-ROMDIR = ~/quasi88/rom/
++ROMDIR = ${PREFIX}/share/quasi88/rom/
# DISK のありかを設定します
-@@ -26,7 +26,7 @@
- # しますが、その環境変数が設定されていない時は、ここを検索します。
+@@ -28,7 +28,7 @@
# ( なお、ここで見つからなければカレントディレクトリを検索します )
+ # ( ~/ は、QUASI88の起動時にホームディレクトリに展開されます )
--DISKDIR = /local/quasi88/disk/
-+DISKDIR = ${PREFIX}/share/quasi88/disk/
+-DISKDIR = ~/quasi88/disk/
++DISKDIR = ${PREFIX}/share/quasi88/disk/
# リトルエンディアンの場合の指定
diff --git a/emulators/quasi88/pkg-plist b/emulators/quasi88/pkg-plist
index c37927cb3de1..f9438de585c1 100644
--- a/emulators/quasi88/pkg-plist
+++ b/emulators/quasi88/pkg-plist
@@ -1,9 +1,9 @@
bin/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/FAQ.TXT
+%%PORTDOCS%%share/doc/quasi88/FORMAT.TXT
+%%PORTDOCS%%share/doc/quasi88/GET-IMAGE.TXT
+%%PORTDOCS%%share/doc/quasi88/HISTORY.TXT
+%%PORTDOCS%%share/doc/quasi88/MANUAL.TXT
+%%PORTDOCS%%share/doc/quasi88/QUASI88.TXT
%%PORTDOCS%%share/doc/quasi88/_quasi88rc
%%PORTDOCS%%@dirrm share/doc/quasi88