notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q4
exomizer Cruncher for 6502-based systems
3.1.2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-12 12:24:07
Last Update: 2025-10-12 12:23:33
Commit Hash: c55324a
License: ZLIB
WWW:
https://bitbucket.org/magli143/exomizer/wiki/Home
Description:
Exomizer is a program that compresses files in a way that tries to be as efficient as possible but still allows them to be decompressed in environments where CPU speed and RAM are limited. For some popular 8-bit computers using 6502 compatible CPUs it can also generate executable files that decompress themselves in memory when run. Exomizer operates in two major modes. It has a raw mode that compresses plain files and produces plain files. This mode is used by the raw subcommand. All other subcommands use the second mode. It requires all source files to be targeted to be decrunched at specific addresses in the 16-bit address space of the target computer. In this mode, no file can be larger than 64kB since all data must be addressable using 16-bits. The targeted mode has the following features: * It reads plain or .prg files to any given address. * It can produce stand-alone self-decrunching files for the following targets: - Commodore VIC20, C64, C65, C16/plus4, C128 and PET 4032 - Atari 400/800 XL/XE - Apple ][+ and //e - Oric-1 and Oric Atmos - BBC Micro B * It can produce files for both "in memory" and "from disk" decrunching. * It handles RLE-sequences well, no packer is necessary. * It is able to link/combine more than one source file into the same crunched target file.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (82 items)
Collapse this list.
  1. /usr/local/share/licenses/exomizer-3.1.2/catalog.mk
  2. /usr/local/share/licenses/exomizer-3.1.2/LICENSE
  3. /usr/local/share/licenses/exomizer-3.1.2/ZLIB
  4. bin/exobasic
  5. bin/exomizer
  6. share/doc/exomizer/changelog.txt
  7. share/doc/exomizer/exo20info.txt
  8. share/doc/exomizer/exo31info.txt
  9. share/doc/exomizer/exobasic10b2.txt
  10. share/exomizer/exodecrs/Makefile
  11. share/exomizer/exodecrs/README_exo3.txt
  12. share/exomizer/exodecrs/acme/Makefile
  13. share/exomizer/exodecrs/acme/exodecrunch.asm
  14. share/exomizer/exodecrs/acme/main.asm
  15. share/exomizer/exodecrs/acme/split/Makefile
  16. share/exomizer/exodecrs/acme/split/data.asm.template
  17. share/exomizer/exodecrs/acme/split/main.asm
  18. share/exomizer/exodecrs/c64.cfg
  19. share/exomizer/exodecrs/dasm/Makefile
  20. share/exomizer/exodecrs/dasm/exodecrunch.s
  21. share/exomizer/exodecrs/dasm/main.s
  22. share/exomizer/exodecrs/dasm/split/Makefile
  23. share/exomizer/exodecrs/dasm/split/data.s.template
  24. share/exomizer/exodecrs/dasm/split/main.s
  25. share/exomizer/exodecrs/data.bin
  26. share/exomizer/exodecrs/exodecrunch.s
  27. share/exomizer/exodecrs/exostreamdecr1.s
  28. share/exomizer/exodecrs/exostreamdecr2.s
  29. share/exomizer/exodecrs/kick/Makefile
  30. share/exomizer/exodecrs/kick/exodecrunch.asm
  31. share/exomizer/exodecrs/kick/main.asm
  32. share/exomizer/exodecrs/kick/split/Makefile
  33. share/exomizer/exodecrs/kick/split/data.asm.template
  34. share/exomizer/exodecrs/kick/split/main.asm
  35. share/exomizer/exodecrs/main.s
  36. share/exomizer/exodecrs/main1.s
  37. share/exomizer/exodecrs/main2.s
  38. share/exomizer/exodecrs/perf/Makefile
  39. share/exomizer/exodecrs/perf/data.raw
  40. share/exomizer/exodecrs/split/Makefile
  41. share/exomizer/exodecrs/split/data.s.template
  42. share/exomizer/exodecrs/split/main.s
  43. share/exomizer/exodecrs/testrun.c
  44. share/exomizer/rawdecrs/6809/README_exo3.txt
  45. share/exomizer/rawdecrs/6809/exo2_final.asm
  46. share/exomizer/rawdecrs/6809/exo2_puls.txt
  47. share/exomizer/rawdecrs/8080/P43/deexo.asm
  48. share/exomizer/rawdecrs/8080/P43E/deexo.asm
  49. share/exomizer/rawdecrs/8080/P47T4/deexo.asm
  50. share/exomizer/rawdecrs/8080/README.txt
  51. share/exomizer/rawdecrs/8086/P47/deexo.asm
  52. share/exomizer/rawdecrs/8086/README.txt
  53. share/exomizer/rawdecrs/Makefile
  54. share/exomizer/rawdecrs/exodecr.c
  55. share/exomizer/rawdecrs/exodecr.h
  56. share/exomizer/rawdecrs/exodecrunch.c
  57. share/exomizer/rawdecrs/exodecrunch.h
  58. share/exomizer/rawdecrs/main.c
  59. share/exomizer/rawdecrs/main2.c
  60. share/exomizer/rawdecrs/test1.bin
  61. share/exomizer/rawdecrs/test2.bin
  62. share/exomizer/rawdecrs/test3.bin
  63. share/exomizer/rawdecrs/test4.bin
  64. share/exomizer/rawdecrs/thumb2/README.txt
  65. share/exomizer/rawdecrs/thumb2/speed.S
  66. share/exomizer/rawdecrs/thumb2/universal.S
  67. share/exomizer/rawdecrs/z80/deexoopt.asm
  68. share/exomizer/rawdecrs/z80/deexoopt_b0.asm
  69. share/exomizer/rawdecrs/z80/deexoopt_b1.asm
  70. share/exomizer/rawdecrs/z80/deexoopt_b2.asm
  71. share/exomizer/rawdecrs/z80/deexoopt_b3.asm
  72. share/exomizer/rawdecrs/z80/deexoopt_b4.asm
  73. share/exomizer/rawdecrs/z80/deexoopt_f0.asm
  74. share/exomizer/rawdecrs/z80/deexoopt_f1.asm
  75. share/exomizer/rawdecrs/z80/deexoopt_f2.asm
  76. share/exomizer/rawdecrs/z80/deexoopt_f3.asm
  77. share/exomizer/rawdecrs/z80/deexoopt_f4.asm
  78. share/exomizer/rawdecrs/z80/lgpl-2.1.txt
  79. share/exomizer/rawdecrs/z80/readme.txt
  80. @owner
  81. @group
  82. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • exomizer>0:devel/exomizer
To install the port:
cd /usr/ports/devel/exomizer/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/exomizer
  • pkg install exomizer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: exomizer
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1701068278 SHA256 (exomizer-3.1.2.zip) = 8896285e48e89e29ba962bc37d8f4dcd506a95753ed9b8ebf60e43893c36ce3a SIZE (exomizer-3.1.2.zip) = 723221

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for exomizer-3.1.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_exomizer
USES:
gmake zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://bitbucket.org/magli143/exomizer/wiki/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.2
12 Oct 2025 12:23:33
commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3commit hash: c55324a200d7c881cc2bce0f256aa4225ec2bac3 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return ports of zirias@ to the pool after safekeeping their commit bit

Approved by:	portmgr (implicit)

(cherry picked from commit 1b25bcd52d9cf8118a4d1e3e1fa2da85747f81d8)

Number of commits found: 1