Bug 244564 - New port: emulators/emu64: Commodore 64 emulator with Qt GUI
Summary: New port: emulators/emu64: Commodore 64 emulator with Qt GUI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-02 22:36 UTC by Felix Palmen
Modified: 2020-03-26 13:23 UTC (History)
1 user (show)

See Also:


Attachments
add emulators/emu64 (3.85 KB, patch)
2020-03-02 22:36 UTC, Felix Palmen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Palmen freebsd_committer freebsd_triage 2020-03-02 22:36:11 UTC
Created attachment 212104 [details]
add emulators/emu64

This is a Commodore 64 emulator that was around for quite some time now (many years, you can try to translate this outdated german wiki page for some history: https://www.c64-wiki.de/wiki/Emu64 ) as a binary freeware distribution for Windows.

It was opensourced only recently and building and running on Linux was officially supported. The author happily accepted a few patches from me to support more operating systems, so this is a port of the first version officially supporting FreeBSD as well.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-03-26 13:11:39 UTC
A commit references this bug:

Author: makc
Date: Thu Mar 26 13:05:04 UTC 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

Changes:
  head/emulators/Makefile
  head/emulators/emu64/
  head/emulators/emu64/Makefile
  head/emulators/emu64/distinfo
  head/emulators/emu64/pkg-descr
  head/emulators/emu64/pkg-plist
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2020-03-26 13:23:14 UTC
Committed with minor changes, thanks!