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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rgbds Free assembler/linker for the Game Boy and Game Boy Color
0.7.0 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 0.6.1_2Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-03-10 06:26:31
Last Update: 2024-01-01 01:11:43
Commit Hash: 2f67d0f
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)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/rgbds-0.7.0/catalog.mk
  2. /usr/local/share/licenses/rgbds-0.7.0/LICENSE
  3. /usr/local/share/licenses/rgbds-0.7.0/MIT
  4. bin/rgbasm
  5. bin/rgbfix
  6. bin/rgbgfx
  7. bin/rgblink
  8. share/man/man1/rgbasm.1.gz
  9. share/man/man1/rgbfix.1.gz
  10. share/man/man1/rgbgfx.1.gz
  11. share/man/man1/rgblink.1.gz
  12. share/man/man5/rgbasm.5.gz
  13. share/man/man5/rgbds.5.gz
  14. share/man/man5/rgblink.5.gz
  15. share/man/man7/gbz80.7.gz
  16. share/man/man7/rgbds.7.gz
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • rgbds>0:devel/rgbds
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 = 1704068698 SHA256 (rgbds-0.7.0.tar.gz) = b3e2bae43e679492efd6f128dc6e951dd4b1b9ef75905df937a9b9fa67bcfaf2 SIZE (rgbds-0.7.0.tar.gz) = 8052126

Packages (timestamps in pop-ups are UTC):
rgbds
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.00.7.0-0.7.00.7.0---
FreeBSD:13:quarterly0.7.00.7.00.6.1_20.7.00.7.00.7.00.7.00.7.0
FreeBSD:14:latest0.7.00.7.0-0.7.00.7.00.6.1_2-0.6.1_2
FreeBSD:14:quarterly0.7.00.7.0-0.7.00.7.00.7.00.7.00.7.0
FreeBSD:15:latest0.7.00.7.0n/a0.7.0n/a0.7.00.7.00.7.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash>0 : shells/bash
  2. bison : devel/bison
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libpng16.so : graphics/png
This port is required by:
for Build
  1. emulators/sameboy

Configuration Options:
No options to configure
Options name:
devel_rgbds
USES:
bison compiler:c11 dos2unix pkgconfig shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/gbdev/rgbds/releases/download/v0.7.0/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.0
01 Jan 2024 01:11:43
commit hash: 2f67d0fe817ab635c3bb04c19fe01280c8b2a2e7commit hash: 2f67d0fe817ab635c3bb04c19fe01280c8b2a2e7commit hash: 2f67d0fe817ab635c3bb04c19fe01280c8b2a2e7commit hash: 2f67d0fe817ab635c3bb04c19fe01280c8b2a2e7 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: e4d330bbdc82f346bc31f109ebff0d71154362d0commit hash: e4d330bbdc82f346bc31f109ebff0d71154362d0commit hash: e4d330bbdc82f346bc31f109ebff0d71154362d0commit hash: e4d330bbdc82f346bc31f109ebff0d71154362d0 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 526802d9024cb7efee0c95372a4f283a8a578b2acommit hash: 526802d9024cb7efee0c95372a4f283a8a578b2acommit hash: 526802d9024cb7efee0c95372a4f283a8a578b2acommit hash: 526802d9024cb7efee0c95372a4f283a8a578b2a files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 3516e31262930e38e517abe2020f59dbea8e1539commit hash: 3516e31262930e38e517abe2020f59dbea8e1539commit hash: 3516e31262930e38e517abe2020f59dbea8e1539commit hash: 3516e31262930e38e517abe2020f59dbea8e1539 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 442a92fca3f70950193690d08796333da2b947e4commit hash: 442a92fca3f70950193690d08796333da2b947e4commit hash: 442a92fca3f70950193690d08796333da2b947e4commit hash: 442a92fca3f70950193690d08796333da2b947e4 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.5.2
04 Jul 2022 07:56:58
commit hash: e19987043e3ec42d4c4e6e4764acf9ed285ce514commit hash: e19987043e3ec42d4c4e6e4764acf9ed285ce514commit hash: e19987043e3ec42d4c4e6e4764acf9ed285ce514commit hash: e19987043e3ec42d4c4e6e4764acf9ed285ce514 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/rgbds: Adopt port
0.5.2
03 Feb 2022 14:02:30
commit hash: 4588f863bdcb119f13176030e0fb0a4783a60e25commit hash: 4588f863bdcb119f13176030e0fb0a4783a60e25commit hash: 4588f863bdcb119f13176030e0fb0a4783a60e25commit hash: 4588f863bdcb119f13176030e0fb0a4783a60e25 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
devel/rgbds: Reset MAINTAINER
0.5.2
24 Nov 2021 09:05:35
commit hash: 91299d17de394775f84b93cd2a2aa7a6288e2657commit hash: 91299d17de394775f84b93cd2a2aa7a6288e2657commit hash: 91299d17de394775f84b93cd2a2aa7a6288e2657commit hash: 91299d17de394775f84b93cd2a2aa7a6288e2657 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: af1429fcc3ba279103fa8d57c062bb42021b8994commit hash: af1429fcc3ba279103fa8d57c062bb42021b8994commit hash: af1429fcc3ba279103fa8d57c062bb42021b8994commit hash: af1429fcc3ba279103fa8d57c062bb42021b8994 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: c55444119132db970ee9c343dc1b822f66696178commit hash: c55444119132db970ee9c343dc1b822f66696178commit hash: c55444119132db970ee9c343dc1b822f66696178commit hash: c55444119132db970ee9c343dc1b822f66696178 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.5.0.r2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.5.0.r2
29 Mar 2021 05:06:54
Revision:569428Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:568947Original commit files touched by this commit
danfe search for other commits by this committer
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
Revision:567986Original commit files touched by this commit
tobik search for other commits by this committer
devel/rgbds: Add the obvious USES=compiler:c11
0.5.0.r1
10 Mar 2021 06:26:23
Revision:567985Original commit files touched by this commit
tobik search for other commits by this committer
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)

Number of commits found: 18