Port details |
- rgbds Free assembler/linker for the Game Boy and Game Boy Color
- 0.9.0_1 devel =2 0.8.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2021-03-10 06:26:31
- Last Update: 2024-12-31 01:30:56
- Commit Hash: 6392477
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: games
- License: MIT
- WWW:
- https://rgbds.gbdev.io/
- Description:
- RGBDS is a free GBZ80 assembler/linker package for the Game Boy and
Game Boy Color. RGBDS additionally contains 2 extra tools to fix
ROM headers, and convert PNG files to the Game Boy's planar tile
format.
The binaries it provides are:
rgbasm(1) (assembler)
rgblink(1) (linker)
rgbfix(1) (checksum/header fixer)
rgbgfx(1) (PNG-to-Game Boy graphics converter)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/rgbds/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rgbds
- pkg install rgbds
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rgbds
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735171701
SHA256 (rgbds-0.9.0.tar.gz) = e15721fe11a943a9fc6d11958abe1951d65fd285ade5af75c968d1bd1774caf6
SIZE (rgbds-0.9.0.tar.gz) = 8091041
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:
-
- bison : devel/bison
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- bash>0 : shells/bash
- git>0 : devel/git
- xxd>0 : sysutils/xxd
- Library dependencies:
-
- libpng16.so : graphics/png
- This port is required by:
- for Build
-
- emulators/sameboy
Configuration Options:
- No options to configure
- Options name:
- devel_rgbds
- USES:
- bison cmake:testing pkgconfig shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_1 31 Dec 2024 01:30:56 |
Nuno Teixeira (eduardo) |
devel/rgbds: Fix tests
- Remove build dependency on bash
- Remove unneeded dos2unix conversion also known to break part of tests
- Prepare to 0.9.1 and apply merged patches |
0.9.0 26 Dec 2024 08:26:55 |
Nuno Teixeira (eduardo) |
devel/rgbds: Update to 0.9.0
- Switch to cmake build
- Add tests
ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v0.9.0 |
0.8.0 29 Jun 2024 09:31:00 |
Nuno Teixeira (eduardo) |
devel/rgbds: Update to 0.8.0
ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v0.8.0 |
0.7.0 01 Jan 2024 01:11:43 |
Nuno Teixeira (eduardo) |
devel/rgbds: Update to 0.7.0
ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v0.7.0 |
0.6.1_2 28 Mar 2023 10:46:13 |
Nuno Teixeira (eduardo) |
devel/rgbds: Fix build with clang
- yank _POSIX_C_SOURCE because it breaks the build
See also: https://github.com/gbdev/rgbds/issues/1091
https://github.com/gbdev/rgbds/issues/1111
Reported by: danfe, gerald |
0.6.1_1 13 Mar 2023 08:08:10 |
Nuno Teixeira (eduardo) |
devel/rgbds: Fix build on 12.4
Fix build on 12.4 using gcc because port only builds with clang <=10.
MFH: 2023Q1 (build fixes) |
0.6.1 03 Dec 2022 15:35:58 |
Nuno Teixeira (eduardo) |
devel/rgbds: Update to 0.6.1
ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v0.6.1 |
0.6.0 05 Oct 2022 10:32:11 |
Nuno Teixeira (eduardo) |
devel/rgbds: Update to 0.6.0
- Workaround clang build failure on 13.1 and 14 current with USE_GCC
https://github.com/gbdev/rgbds/issues/1091
ChangeLog: https://github.com/gbdev/rgbds/releases/tag/v0.6.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.2 04 Jul 2022 07:56:58 |
Nuno Teixeira (eduardo) |
devel/rgbds: Adopt port |
0.5.2 03 Feb 2022 14:02:30 |
Tobias Kortkamp (tobik) |
devel/rgbds: Reset MAINTAINER |
0.5.2 24 Nov 2021 09:05:35 |
Tobias Kortkamp (tobik) |
devel/rgbds: Update to 0.5.2
Changes: https://github.com/gbdev/rgbds/releases/tag/v0.5.2 |
0.5.1 11 May 2021 17:29:25 |
Tobias Kortkamp (tobik) |
devel/rgbds: Update to 0.5.1
Changes: https://github.com/gbdev/rgbds/releases/tag/v0.5.1 |
0.5.0 19 Apr 2021 08:00:08 |
Tobias Kortkamp (tobik) |
devel/rgbds: Update to 0.5.0
Changes: https://github.com/gbdev/rgbds/releases/tag/v0.5.0 |
0.5.0.r2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.0.r2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.0.r2 29 Mar 2021 05:06:54 |
tobik |
devel/rgbds: Update to 0.5.0-rc2
Changes: https://github.com/gbdev/rgbds/releases/tag/v0.5.0-rc2 |
0.5.0.r1 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
0.5.0.r1 10 Mar 2021 06:29:22 |
tobik |
devel/rgbds: Add the obvious USES=compiler:c11 |
0.5.0.r1 10 Mar 2021 06:26:23 |
tobik |
Add devel/rgbds
RGBDS is a free GBZ80 assembler/linker package for the Game Boy and
Game Boy Color. RGBDS additionally contains 2 extra tools to fix
ROM headers, and convert PNG files to the Game Boy's planar tile
format.
The binaries it provides are:
rgbasm(1) (assembler)
rgblink(1) (linker)
rgbfix(1) (checksum/header fixer)
rgbgfx(1) (PNG-to-Game Boy graphics converter)
WWW: https://rgbds.gbdev.io/
PR: 243645
Submitted by: trigex@waifu.club (old version 0.3.9) |