Date: Sat, 14 Feb 2026 10:28:10 +0000 From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7170ad18fa9a - main - emulators/emutos: Free operating system for Atari computers Message-ID: <69904e3a.277dd.34f459f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=7170ad18fa9af04fa15f74266599e0307b3f1639 commit 7170ad18fa9af04fa15f74266599e0307b3f1639 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2026-02-14 10:27:58 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2026-02-14 10:27:58 +0000 emulators/emutos: Free operating system for Atari computers --- emulators/Makefile | 1 + emulators/emutos/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ emulators/emutos/distinfo | 9 +++++++++ emulators/emutos/pkg-descr | 5 +++++ 4 files changed, 54 insertions(+) diff --git a/emulators/Makefile b/emulators/Makefile index dfd04a82b365..7620467739a6 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -31,6 +31,7 @@ SUBDIR += elliott-803 SUBDIR += emu64 SUBDIR += emulationstation + SUBDIR += emutos SUBDIR += es-de SUBDIR += fbneo SUBDIR += fbsd-duckstation diff --git a/emulators/emutos/Makefile b/emulators/emutos/Makefile new file mode 100644 index 000000000000..b3f2b3637d59 --- /dev/null +++ b/emulators/emutos/Makefile @@ -0,0 +1,39 @@ +PORTNAME= emutos +PORTVERSION= 1.4 +CATEGORIES= emulators +MASTER_SITES= SF + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Free operating system for Atari computers +WWW= https://sourceforge.net/projects/emutos/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKDIR}/${PORTNAME}-1024k-${PORTVERSION}/doc/license.txt + +USES= zip +NO_BUILD= yes +ROMS= 1024k 512k 256k 192k +LANGS= ca cz de es fi fr gr hu it nl no pl ro ru se sg tr uk us +PLIST_FILES= +SRC_FILES= + +.for rom in ${ROMS} +DISTFILES+= ${PORTNAME}-${rom}-${PORTVERSION}.zip +.if ${rom} == "1024k" +PLIST_FILES+= share/${PORTNAME}/etos${rom}.img \ + share/${PORTNAME}/etos${rom}.sym +SRC_FILES+= ${WRKDIR}/${PORTNAME}-${rom}-${PORTVERSION}/etos${rom}.img +SRC_FILES+= ${WRKDIR}/${PORTNAME}-${rom}-${PORTVERSION}/etos${rom}.sym +.else +.for lang in ${LANGS} +PLIST_FILES+= share/${PORTNAME}/etos${rom:S/k//}${lang}.img +SRC_FILES+= ${WRKDIR}/${PORTNAME}-${rom}-${PORTVERSION}/etos${rom:S/k//}${lang}.img +.endfor +.endif +.endfor + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${SRC_FILES} ${STAGEDIR}${DATADIR}/ + +.include <bsd.port.mk> diff --git a/emulators/emutos/distinfo b/emulators/emutos/distinfo new file mode 100644 index 000000000000..8f303007a010 --- /dev/null +++ b/emulators/emutos/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1771062256 +SHA256 (emutos-1024k-1.4.zip) = dc9fbef6455a24ee8955cccd565588c718ba675fd54bc5a749003ac4bbd7f7e1 +SIZE (emutos-1024k-1.4.zip) = 371134 +SHA256 (emutos-512k-1.4.zip) = 1ef7bd25f61bcfc66d19debc2f0ebb0d5e5ba811ccd7f0fddfcb105bb72d1663 +SIZE (emutos-512k-1.4.zip) = 3708741 +SHA256 (emutos-256k-1.4.zip) = aadd90cf0c99925d3f2943149dd51ee4deb6015aefe22ade4a5e6c04fb6f2e9d +SIZE (emutos-256k-1.4.zip) = 2933355 +SHA256 (emutos-192k-1.4.zip) = 59abac06a2d29b0864c5a7cfb2af65f022c337aed34188e174a9a08cc737e4bc +SIZE (emutos-192k-1.4.zip) = 2260230 diff --git a/emulators/emutos/pkg-descr b/emulators/emutos/pkg-descr new file mode 100644 index 000000000000..b2c09a2b292e --- /dev/null +++ b/emulators/emutos/pkg-descr @@ -0,0 +1,5 @@ +EmuTOS is a TOS compatible operating system for Atari ST series computers. +It is made from Digital Research's GPLed original sources and +is a free and open source alternative to Atari proprietary ROMs. + +Needed to run emulators like hatari and STonX.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69904e3a.277dd.34f459f>
