Port details |
- exomizer Cruncher for 6502-based systems
- 3.1.2 devel =3 3.1.2Version of this port present on the latest quarterly branch.
- Maintainer: zirias@FreeBSD.org
- Port Added: 2023-01-09 08:24:08
- Last Update: 2023-11-27 07:14:17
- Commit Hash: d48dece
- People watching this port, also watch:: makemkv, ortp, emu64, poser, linphone
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : 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:
|