* Spectrum128 and Spectrum+3 binaries can be used
* Acorn Archimedes binaries can be used for playing
* Some internal bugfixes
-- Thomas Dettbarn <dettus@dettus.net> Sat, 28 Nov 2020 12:56:54 +0100
dmagnetic (0.27-1) unstable; urgency=medium
* Update to release 0.27.
* Removed a bug that prevented loading game binaries
* Loads binaries from Amstrad CPC, Commodore64 and MS DOS
-- Thomas Dettbarn <dettus@dettus.net> Sun, 01 Nov 2020 19:09:37 +0100
dmagnetic (0.26-1) unstable; urgency=medium
* Update to release 0.26.
* Amstrad CPC images in the DSK format can be used
-- Thomas Dettbarn <dettus@dettus.net> Sat, 31 Oct 2020 19:51:49 +0100
dmagnetic (0.25-2) unstable; urgency=medium
* Build with -ffloat-store on i386 to fix FTBFS. (Closes: #966525)
-- Thomas Dettbarn <dettus@dettus.net> Mon, 03 Aug 2020 00:59:17 +0100
dmagnetic (0.25-1) unstable; urgency=medium
* Update to release 0.25.
* Post compilation check improved
* Internal RGB channels upgraded from 3 to 10 bit.
-- Thomas Dettbarn <dettus@dettus.net> Sun, 26 Jul 2020 14:26:01 +0100
dmagnetic (0.24-1) unstable; urgency=medium
* Update to release 0.24.
* Commodore 64 binaries can be used for playing.
-- Thomas Dettbarn <dettus@dettus.net> Sat, 11 Jul 2020 19:56:07 +0100
dmagnetic (0.23-1) unstable; urgency=medium
* Update to release 0.23.
* Introduced new graphic render modes for MS-DOS binaries
-- Thomas Dettbarn <dettus@dettus.net> Sun, 07 Jun 2020 23:03:53 +0100
dmagnetic (0.22-1) unstable; urgency=medium
* Update to release 0.22.
* Binaries from the Magnetic Windows system can be used for playing.
* Sixel mode allows for high resolution images in certain xterms.
-- Thomas Dettbarn <dettus@dettus.net> Thu, 13 Feb 2020 18:56:15 +0100
dmagnetic (0.21-1) unstable; urgency=medium
* Update to release 0.21.
* Some lintian warnings have been removed.
* Leftover debugging code was creating files
* dMagnetic is capable of reading MS DOS binaries from more games.
-- Thomas Dettbarn <dettus@dettus.net> Sat, 18 Jan 2020 22:43:52 +0100
dmagnetic (0.20-1) unstable; urgency=medium
* Update to release 0.20.
* It is possible to play with the original MS DOS binaries
* A glitch in the text output has been removed.
* The glitch prevented solving jinxter's sliding puzzle.
* Changed the standards version to 4.4.1
-- Thomas Dettbarn <dettus@dettus.net> Wed, 15 Jan 2020 22:14:42 +0100
dmagnetic (0.19-1) unstable; urgency=medium
* Update to release 0.19.
* It is possible to play with the original MS DOS binaries
* New graphic mode (high_ansi2) for the better looking graphics
* New random number generator for a different playing experience
* Changed the standards version to 4.4.1
-- Thomas Dettbarn <dettus@dettus.net> Fri, 27 Dec 2019 21:23:45 +0100
dmagnetic (0.18-1) unstable; urgency=medium
* Update to release 0.18.
* Removed an issue, where sometimes graphics were not shown.
-- Thomas Dettbarn <dettus@dettus.net> Mon, 11 Nov 2019 20:11:47 +0100
dmagnetic (0.17-1) unstable; urgency=medium
* Update to release 0.17.
* Removed some warnings from the mentors.debian.net site.
* Changed the compat level to 12.
* Changed the standards version to 4.4.0
-- Thomas Dettbarn <dettus@dettus.net> Mon, 07 Oct 2019 07:37:59 +0200
dmagnetic (0.16-1) UNRELEASED; urgency=low
* Initial release. Closes: #929619
-- Thomas Dettbarn <dettus@dettus.net> Tue, 23 Jul 2019 12:13:30 +0200
Index: dmagnetic/Makefile
===================================================================
RCS file: /cvs/ports/games/dmagnetic/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- dmagnetic/Makefile 1 Nov 2020 20:55:12 -0000 1.14
+++ dmagnetic/Makefile 28 Nov 2020 11:02:19 -0000
@@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.14 2020/11/01 20:55:12 rsadowski Exp $
-V = 0.27
+V = 0.28
COMMENT = interpreter for Magnetic Scrolls games
DISTNAME = dMagnetic_${V}
PKGNAME = dmagnetic-${V}
Index: dmagnetic/distinfo
===================================================================
RCS file: /cvs/ports/games/dmagnetic/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- dmagnetic/distinfo 1 Nov 2020 20:55:12 -0000 1.11
+++ dmagnetic/distinfo 28 Nov 2020 11:02:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (dMagnetic_0.27.tar.bz2) = 7Wvk4ePx3Qnc8rc8zS3dTHYw9HVbJYg7OLLpl2hVk3U=
-SIZE (dMagnetic_0.27.tar.bz2) = 72832
+SHA256 (dMagnetic_0.28.tar.bz2) = IfnCLioGUKjIT+g2CT1EP0CV3WC6kuPQP3MJ4rfsHgM=
+SIZE (dMagnetic_0.28.tar.bz2) = 77910
Hello everyone.
My wonderful project dMagnetic has seen release 0.28.
As you can see from the changelog (Which I lazily copied over from
the Debian package, I am sorry), this one is now capable of
reading binaries from the Spectrum128 and Spectrum+3, as well
as those from the Acorn Archimedes releases.
Hopefully it meets your standards. Please let me know if there is
any issue.
Thomas
No comments:
Post a Comment