Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 13:05:03 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529184 - in head/emulators: . emu64
Message-ID:  <202003261305.02QD53AQ051419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Mar 26 13:05:03 2020
New Revision: 529184
URL: https://svnweb.freebsd.org/changeset/ports/529184

Log:
  Add new port emulators/emu64:
  
  Commodore 64 Emulator based on Qt and SDL.
  
  PR:		244564
  Submitted by:	Felix Palmen

Added:
  head/emulators/emu64/
  head/emulators/emu64/Makefile   (contents, props changed)
  head/emulators/emu64/distinfo   (contents, props changed)
  head/emulators/emu64/pkg-descr   (contents, props changed)
  head/emulators/emu64/pkg-plist   (contents, props changed)
Modified:
  head/emulators/Makefile

Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile	Thu Mar 26 12:37:31 2020	(r529183)
+++ head/emulators/Makefile	Thu Mar 26 13:05:03 2020	(r529184)
@@ -31,6 +31,7 @@
     SUBDIR += dynamips-community
     SUBDIR += e-uae
     SUBDIR += edumips64
+    SUBDIR += emu64
     SUBDIR += emulationstation
     SUBDIR += fceux
     SUBDIR += fmsx

Added: head/emulators/emu64/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/emu64/Makefile	Thu Mar 26 13:05:03 2020	(r529184)
@@ -0,0 +1,29 @@
+# Created by: Felix Palmen <felix@palmen-it.de>
+# $FreeBSD$
+
+PORTNAME=	emu64
+PORTVERSION=	5.0.18
+CATEGORIES=	emulators
+
+MAINTAINER=	felix@palmen-it.de
+COMMENT=	Commodore 64 emulator
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libquazip5.so:archivers/quazip \
+		libpng.so:graphics/png \
+		libavcodec.so:multimedia/ffmpeg
+
+USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
+		qmake:outsource qt:5 sdl
+USE_GL=		gl glu
+USE_QT=		core gui widgets buildtools_build linguisttools_build
+
+USE_SDL=	sdl2 image2
+USE_GITHUB=	yes
+GH_ACCOUNT=	ThKattanek
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>

Added: head/emulators/emu64/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/emu64/distinfo	Thu Mar 26 13:05:03 2020	(r529184)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1583170010
+SHA256 (ThKattanek-emu64-5.0.18_GH0.tar.gz) = 3457f6cb37b99c597e0698ba4b5c2466bf6a0993cc9b8f343ab950a07a853717
+SIZE (ThKattanek-emu64-5.0.18_GH0.tar.gz) = 1630546

Added: head/emulators/emu64/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/emu64/pkg-descr	Thu Mar 26 13:05:03 2020	(r529184)
@@ -0,0 +1,3 @@
+Emu64 is a Commodore 64 Emulator based on Qt and SDL.
+
+WWW: https://github.com/ThKattanek/emu64

Added: head/emulators/emu64/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/emu64/pkg-plist	Thu Mar 26 13:05:03 2020	(r529184)
@@ -0,0 +1,26 @@
+bin/emu64
+share/applications/emu64.desktop
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/kommandozeilenparameter.txt
+%%PORTDOCS%%%%DOCSDIR%%/änderungen.txt
+%%DATADIR%%/floppy_sounds/anschlag.raw
+%%DATADIR%%/floppy_sounds/hinweis.txt
+%%DATADIR%%/floppy_sounds/motor.raw
+%%DATADIR%%/floppy_sounds/motor_off.raw
+%%DATADIR%%/floppy_sounds/motor_on.raw
+%%DATADIR%%/floppy_sounds/stepper_dec.raw
+%%DATADIR%%/floppy_sounds/stepper_inc.raw
+%%DATADIR%%/gfx/kreis0.png
+%%DATADIR%%/gfx/kreis1.png
+%%DATADIR%%/gfx/pfeil0.png
+%%DATADIR%%/gfx/pfeil1.png
+%%DATADIR%%/gfx/sdl_icon.png
+%%DATADIR%%/languages/emu64_de.png
+%%DATADIR%%/languages/emu64_de.qm
+%%DATADIR%%/languages/emu64_en.png
+%%DATADIR%%/languages/emu64_en.qm
+%%DATADIR%%/roms/1541.rom
+%%DATADIR%%/roms/basic.rom
+%%DATADIR%%/roms/char.rom
+%%DATADIR%%/roms/kernal.rom
+share/icons/hicolor/64x64/apps/emu64.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003261305.02QD53AQ051419>