devel/exomizer: Update to 3.1.2

Changes:

* Change to zlib license for all files not contributed by others.
* The logic in the sfx decruncher should also check if the setup copy
  area accesses RAM below ROM when deciding ram_during. Bug reported by
  Comos.
* The desfx sub command should only consider mem areas created after
  setup for detection of the decrunched data. Bug reported by Gi-Joe.
* Make c65 sfx target disable IRQ:s on exit in more situations.
* Fix Atari 8bit sfx zero page addr collision.
* Improve zp-usage and fix sfx basic for target PET 4032.
* The exodecr/exodecrunch.s 6502 decruncher now also exists in a version
  for kick assembler.

Reported by:	portscout
This commit is contained in:
Felix Palmen 2023-11-27 07:11:50 +00:00
parent 0e91c0d153
commit d48dece4e5
3 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= exomizer
DISTVERSION= 3.1.1
DISTVERSION= 3.1.2
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/magli143/exomizer/wiki/downloads/
@ -7,14 +7,7 @@ MAINTAINER= zirias@FreeBSD.org
COMMENT= Cruncher for 6502-based systems
WWW= https://bitbucket.org/magli143/exomizer/wiki/Home
LICENSE= ZLIB EXO
LICENSE_COMB= multi
LICENSE_NAME_EXO= exomizer
LICENSE_TEXT_EXO= The names of this software and/or it's copyright\
holders may not be used to endorse or promote products\
derived from this software without specific prior\
written permission.
LICENSE_PERMS_EXO= dist-mirror pkg-mirror auto-accept
LICENSE= ZLIB
USES= gmake zip

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673014159
SHA256 (exomizer-3.1.1.zip) = 2dfc821220d90185e31b5fe0958682e498e1bd8aaca7fe1b122febb863e9fe2d
SIZE (exomizer-3.1.1.zip) = 713134
TIMESTAMP = 1701068278
SHA256 (exomizer-3.1.2.zip) = 8896285e48e89e29ba962bc37d8f4dcd506a95753ed9b8ebf60e43893c36ce3a
SIZE (exomizer-3.1.2.zip) = 723221

View File

@ -23,6 +23,12 @@ bin/exomizer
%%DATADIR%%/exodecrs/exodecrunch.s
%%DATADIR%%/exodecrs/exostreamdecr1.s
%%DATADIR%%/exodecrs/exostreamdecr2.s
%%DATADIR%%/exodecrs/kick/Makefile
%%DATADIR%%/exodecrs/kick/exodecrunch.asm
%%DATADIR%%/exodecrs/kick/main.asm
%%DATADIR%%/exodecrs/kick/split/Makefile
%%DATADIR%%/exodecrs/kick/split/data.asm.template
%%DATADIR%%/exodecrs/kick/split/main.asm
%%DATADIR%%/exodecrs/main.s
%%DATADIR%%/exodecrs/main1.s
%%DATADIR%%/exodecrs/main2.s