pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/quasi88



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Feb 12 08:24:03 UTC 2024

Added Files:
        pkgsrc/emulators/quasi88: DESCR Makefile PLIST distinfo
        pkgsrc/emulators/quasi88/patches: patch-Makefile

Log Message:
emulators/quasi88: import quasi88-0.6.4

QUASI88 is the NEC PC-8801 series emulator for Unix and SDL.

This package provides SDL version.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/quasi88/DESCR \
    pkgsrc/emulators/quasi88/Makefile pkgsrc/emulators/quasi88/PLIST \
    pkgsrc/emulators/quasi88/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/quasi88/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/emulators/quasi88/DESCR
diff -u /dev/null pkgsrc/emulators/quasi88/DESCR:1.1
--- /dev/null   Mon Feb 12 08:24:03 2024
+++ pkgsrc/emulators/quasi88/DESCR      Mon Feb 12 08:24:03 2024
@@ -0,0 +1,3 @@
+QUASI88 is the NEC PC-8801 series emulator for Unix and SDL.
+
+This package provides SDL version.
Index: pkgsrc/emulators/quasi88/Makefile
diff -u /dev/null pkgsrc/emulators/quasi88/Makefile:1.1
--- /dev/null   Mon Feb 12 08:24:03 2024
+++ pkgsrc/emulators/quasi88/Makefile   Mon Feb 12 08:24:03 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/02/12 08:24:03 ryoon Exp $
+
+DISTNAME=      quasi88-0.6.4
+CATEGORIES=    emulators
+MASTER_SITES=  https://www.eonet.ne.jp/~showtime/quasi88/release/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://www.eonet.ne.jp/~showtime/quasi88/
+COMMENT=       NEC PC-8801 Emulator
+#LICENSE=      modified-bsd AND non-commercial (fmgen)
+
+RESTRICTED=            non-commercial only (fmgen)
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
+USE_LANGUAGES+=        c c++
+FORCE_CXX_STD= c++03
+USE_TOOLS+=    gmake
+
+MAKE_FLAGS+=   BINDIR=${DESTDIR}${PREFIX}/bin
+
+INSTALLATION_DIRS+=    bin
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/quasi88/PLIST
diff -u /dev/null pkgsrc/emulators/quasi88/PLIST:1.1
--- /dev/null   Mon Feb 12 08:24:03 2024
+++ pkgsrc/emulators/quasi88/PLIST      Mon Feb 12 08:24:03 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2024/02/12 08:24:03 ryoon Exp $
+bin/quasi88.sdl
Index: pkgsrc/emulators/quasi88/distinfo
diff -u /dev/null pkgsrc/emulators/quasi88/distinfo:1.1
--- /dev/null   Mon Feb 12 08:24:03 2024
+++ pkgsrc/emulators/quasi88/distinfo   Mon Feb 12 08:24:03 2024
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2024/02/12 08:24:03 ryoon Exp $
+
+BLAKE2s (quasi88-0.6.4.tgz) = a55958dad2c18321592c059dc19fe903dd586330f5b1e84babbc2a0fd00e5d89
+SHA512 (quasi88-0.6.4.tgz) = e9b505cef934a8ac608fd57a469b93f571912872c05ef970b4ca9efc3556ea10a63f21609da7db6d08c247cd65f6f62be23a960f396170456902aefb5007a4c4
+Size (quasi88-0.6.4.tgz) = 1107470 bytes
+SHA1 (patch-Makefile) = 24a65c09703aff20e93b1edd79354c36e77105ad

Index: pkgsrc/emulators/quasi88/patches/patch-Makefile
diff -u /dev/null pkgsrc/emulators/quasi88/patches/patch-Makefile:1.1
--- /dev/null   Mon Feb 12 08:24:03 2024
+++ pkgsrc/emulators/quasi88/patches/patch-Makefile     Mon Feb 12 08:24:03 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile,v 1.1 2024/02/12 08:24:03 ryoon Exp $
+
+* Build with SDL.
+
+--- Makefile.orig      2024-02-04 00:01:47.094384141 +0000
++++ Makefile
+@@ -16,8 +16,8 @@
+ #     GTK�Ǥξ��ϡ���GTK_VERSION�װʳ��ιԤ򥳥��ȥ�����������
+ #     ( GTK�Ǥϼ¸���Ǥ���GTK�Ǥǥ�����ɤ��Ĥ餹�ˤϡ�SDL ��ɬ�פǤ� )
+ 
+-X11_VERSION   = 1
+-# SDL_VERSION = 1
++# X11_VERSION = 1
++SDL_VERSION   = 1
+ # GTK_VERSION = 1
+ 
+ 



Home | Main Index | Thread Index | Old Index