Received: by mail.netbsd.org (Postfix, from userid 605) id 5756A84E5D; Mon, 12 Feb 2024 08:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707726245; bh=fRteSD+7Gev1GheKa11BxRV9mbCUoN/qH7e9cwVvjy8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=XhmqZYEmu9BI+e1QpHq9d6h6I5RLY24aZR5ooc+Ev4Oor3t0xonJOXyATafAM4JN3 T6z2ptE6rVYEhkLdf7xyE40xlIFABKubf2xDuk/ypZgQg0+uhPGyBzdyv+tr4C0pNN zuGv3aX3H5hlN9ibYzrJXwnZmGAzhqTSo5lDD35M= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 477A384E5A for ; Mon, 12 Feb 2024 08:24:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KDpIHZ5O-bMc for ; Mon, 12 Feb 2024 08:24:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D63B84CDC for ; Mon, 12 Feb 2024 08:24:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707726243; bh=fRteSD+7Gev1GheKa11BxRV9mbCUoN/qH7e9cwVvjy8=; h=Date:From:Subject:To:Reply-To; b=zKDvt32AyZKSsu1By1/8aNKdCwGYpPmSDQpYLc2w9m+fqUGa7eXj/uwbFo3Ei+4zG hByG07rFAKPnEjiuvL9pEVjA4U/kROArtfpu1tqi3N2WAbHuH3qd4N69nOus0IQIqD YwJV7eeWmKMiZR4mcdyfiGBta7aLPQ5NTNK2R+xY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90032F9AB; Mon, 12 Feb 2024 08:24:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707726243149750" MIME-Version: 1.0 Date: Mon, 12 Feb 2024 08:24:03 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/quasi88 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240212082403.90032F9AB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707726243149750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1707726243149750 Content-Disposition: inline Content-Length: 2797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=utf-8 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 +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 + + --_----------=_1707726243149750--