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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
gowall Versatile tool to process images
0.2.4_3 graphics 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.2.4_3Version of this port present on the latest quarterly branch.
Maintainer: nxjoseph@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-17 20:15:04
Last Update: 2026-07-16 14:15:13
Commit Hash: 2bf74ad
License: MIT
WWW:
https://github.com/Achno/gowall
Description:
Gowall is a versatile tool to convert an image (specifically a wallpaper) to any color-scheme and/or pallete you like! It also offers a bunch of image processing features like image to pixel art, image upscaling, and color palette extraction.
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 (4 items)
Collapse this list.
  1. bin/gowall
  2. /usr/local/share/licenses/gowall-0.2.4_3/catalog.mk
  3. /usr/local/share/licenses/gowall-0.2.4_3/LICENSE
  4. /usr/local/share/licenses/gowall-0.2.4_3/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • gowall>0:graphics/gowall
To install the port:
cd /usr/ports/graphics/gowall/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/gowall
  • pkg install gowall
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gowall
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1779731147 SHA256 (go/graphics_gowall/gowall-v0.2.4/v0.2.4.mod) = fc3a1535416ceb02476217e9781db9350ac612bf1ae8f0efa0375c348fa943d9 SIZE (go/graphics_gowall/gowall-v0.2.4/v0.2.4.mod) = 2634

Expand this list (4 items)

Collapse this list.

SHA256 (go/graphics_gowall/gowall-v0.2.4/v0.2.4.zip) = 55be33e8fd3c26ff73d57b59b6aed2212e10ae633a63e441849c6040afefd221 SIZE (go/graphics_gowall/gowall-v0.2.4/v0.2.4.zip) = 3449397 SHA256 (go/graphics_gowall/gowall-v0.2.4/fdf8f677cbc3b5931df3527e1dbd218625f49e7e.patch) = 3b79fa283bfe19a470328f1d6708c74f5ec84544cd02218aa0e0109e347309f0 SIZE (go/graphics_gowall/gowall-v0.2.4/fdf8f677cbc3b5931df3527e1dbd218625f49e7e.patch) = 2982

Collapse this list.


Packages (timestamps in pop-ups are UTC):
gowall
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.3_90.2.3_9--0.2.3_9n/an/an/a
FreeBSD:13:quarterly0.2.3_90.2.3_9-0.2.10.2.3_9n/an/an/a
FreeBSD:14:latest0.2.4_20.2.4_3-0.2.1----
FreeBSD:14:quarterly0.2.4_20.2.4_3-0.2.1----
FreeBSD:15:latest0.2.4_30.2.4_3n/a0.2.1n/an/a--
FreeBSD:15:quarterly0.2.4_30.2.4_3n/a-n/an/a--
FreeBSD:16:latest0.2.4_30.2.4_3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Runtime dependencies:
  1. xdg-open : devel/xdg-utils
  2. onnxruntime>=0 : misc/onnxruntime
  3. pngquant : graphics/pngquant
  4. chafa : graphics/chafa
  5. upscaler : graphics/upscaler
Library dependencies:
  1. libffi.so : devel/libffi
  2. libmupdf.so : graphics/mupdf
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gowall-0.2.4_3: ====> Options available for the group COMPRESSION PNGQUANT=on: Install pngquant PNG image compression method ====> Options available for the group FEATURES ONNX=on: Install onnxruntime for background removal with AI models PREVIEW=on: Install chafa for image previewing support in terminal UPSCALE=on: Install upscaler for upscaling and enhancing images ====> Options available for the group OCR TESSERACT=off: Install Tesseract OCR Engine for extracting text from an image or pdf ===> Use 'make config' to modify these settings
Options name:
graphics_gowall
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/!achno/gowall/@v/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.4_3
16 Jul 2026 14:15:13
commit hash: 2bf74addd2ca6d695d4d34ac68455b7c3c2f524fcommit hash: 2bf74addd2ca6d695d4d34ac68455b7c3c2f524fcommit hash: 2bf74addd2ca6d695d4d34ac68455b7c3c2f524fcommit hash: 2bf74addd2ca6d695d4d34ac68455b7c3c2f524f files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
graphics/gowall: fix build on armv7

Same issue as on i386, probably also applies to powerpc.
The patch could be applied unconditionally.
An upstream bug report was filed.

While we are at it, exclude option ONNX on i386 as the port
misc/onnx-runtime required for this option to work is currently
broken there.

Approved by:	portmgr (build fix blanket)
MFH:		2026Q3
See also:	https://github.com/gen2brain/go-fitz/issues/152
0.2.4_3
10 Jul 2026 07:54:15
commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31commit hash: 4ea354713284ca756537346a9ebc6df56184ed31 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5
0.2.4_2
14 Jun 2026 15:18:12
commit hash: e1fe0afdf82c1d8bf30515ea798e9586519bce60commit hash: e1fe0afdf82c1d8bf30515ea798e9586519bce60commit hash: e1fe0afdf82c1d8bf30515ea798e9586519bce60commit hash: e1fe0afdf82c1d8bf30515ea798e9586519bce60 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
*/*: Bump PORTREVISION after mupdf upgrade
0.2.4_1
03 Jun 2026 17:54:22
commit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bdcommit hash: dd8dc2a59ddc46a12ace1cc4f7a953de512853bd files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.11 / go-1.26.4
0.2.4
26 May 2026 05:23:10
commit hash: 460ead9aa4e23f7a58251b20b30defb80396f24dcommit hash: 460ead9aa4e23f7a58251b20b30defb80396f24dcommit hash: 460ead9aa4e23f7a58251b20b30defb80396f24dcommit hash: 460ead9aa4e23f7a58251b20b30defb80396f24d files touched by this commit
Yusuf Yaman (nxjoseph) search for other commits by this committer
graphics/gowall: Fix fetch

The PATCH_SITES field was wrong.

Reported by:	pkg-fallout
Approved by:	osa, vvd (Mentors, implicit)
Fixes:		1dd7b2aff213
MFH:		2026Q2
0.2.4
25 May 2026 21:21:00
commit hash: 1dd7b2aff21362f48fc4f9cdeb12d0b5007f4d3bcommit hash: 1dd7b2aff21362f48fc4f9cdeb12d0b5007f4d3bcommit hash: 1dd7b2aff21362f48fc4f9cdeb12d0b5007f4d3bcommit hash: 1dd7b2aff21362f48fc4f9cdeb12d0b5007f4d3b files touched by this commit
Yusuf Yaman (nxjoseph) search for other commits by this committer
graphics/gowall: Update 0.2.3 => 0.2.4

Changelog:
https://github.com/Achno/gowall/releases/tag/v0.2.4

Differential Revision: https://reviews.freebsd.org/D56348
Approved by:	osa, vvd (Mentors, implicit)
MFH:		2026Q2
0.2.3_10
09 May 2026 17:25:51
commit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57cecommit hash: 4e243a83f8d8d5cd511bba2b689931886b3a57ce files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.10
0.2.3_9
10 Apr 2026 15:57:27
commit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86acommit hash: 7507e72a845b5c83e1ad035bd54b1c35482fb86a files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.9 / 1.26.2
0.2.3_8
06 Mar 2026 03:33:23
commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795commit hash: a8d318da7c159b84ddff6a525e2e39800ab3f795 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go 1.25.8
0.2.3_7
23 Feb 2026 16:11:23
commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82commit hash: 2aa4646598e03bd89e2e108c2be5da15d4378c82 files touched by this commit
Yusuf Yaman (nxjoseph) search for other commits by this committer
Update my ports' maintainer field after becoming a committer

Reviewed by:	osa, vvd (mentors)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D55456
0.2.3_7
11 Feb 2026 19:21:45
commit hash: 97685c188649d678a8a0e5fde3e8ecb842bf9422commit hash: 97685c188649d678a8a0e5fde3e8ecb842bf9422commit hash: 97685c188649d678a8a0e5fde3e8ecb842bf9422commit hash: 97685c188649d678a8a0e5fde3e8ecb842bf9422 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump ports for Go default 1.24->1.25
0.2.3_6
05 Feb 2026 16:48:00
commit hash: 529df949a5b00103a138f1defddc73ef64750f2fcommit hash: 529df949a5b00103a138f1defddc73ef64750f2fcommit hash: 529df949a5b00103a138f1defddc73ef64750f2fcommit hash: 529df949a5b00103a138f1defddc73ef64750f2f files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.13
0.2.3_5
16 Jan 2026 17:49:03
commit hash: 013f2d30b04bfe9e8d278b7bfad96a64b72c36dacommit hash: 013f2d30b04bfe9e8d278b7bfad96a64b72c36dacommit hash: 013f2d30b04bfe9e8d278b7bfad96a64b72c36dacommit hash: 013f2d30b04bfe9e8d278b7bfad96a64b72c36da files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.12
0.2.3_4
15 Dec 2025 13:49:46
commit hash: 35a5ed5db010d803b07a21c7cf5cea60f3d36795commit hash: 35a5ed5db010d803b07a21c7cf5cea60f3d36795commit hash: 35a5ed5db010d803b07a21c7cf5cea60f3d36795commit hash: 35a5ed5db010d803b07a21c7cf5cea60f3d36795 files touched by this commit
Zsolt Udvari (uzsolt) search for other commits by this committer
*/*: Bump PORTREVISION

Bump PORTREVISION values because of graphics/mupdf's update (commit
4db975fa3e312b8ed5f390fa4d6f01505cf89929).
0.2.3_3
03 Dec 2025 18:24:45
commit hash: b24429e3ede02a855f8e7ecb3564af0287306483commit hash: b24429e3ede02a855f8e7ecb3564af0287306483commit hash: b24429e3ede02a855f8e7ecb3564af0287306483commit hash: b24429e3ede02a855f8e7ecb3564af0287306483 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.11
0.2.3_2
06 Nov 2025 17:03:19
commit hash: 0dfced16fb0f78e71c42a767df8b6f394a185d6ccommit hash: 0dfced16fb0f78e71c42a767df8b6f394a185d6ccommit hash: 0dfced16fb0f78e71c42a767df8b6f394a185d6ccommit hash: 0dfced16fb0f78e71c42a767df8b6f394a185d6c files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.10
0.2.3_1
14 Oct 2025 15:13:55
commit hash: 90f976619bf883b36d921c6ab89ffc5ff156b391commit hash: 90f976619bf883b36d921c6ab89ffc5ff156b391commit hash: 90f976619bf883b36d921c6ab89ffc5ff156b391commit hash: 90f976619bf883b36d921c6ab89ffc5ff156b391 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump go ports for go-1.24.9
0.2.3
14 Oct 2025 04:51:54
commit hash: bb46c6c4cdac5846ede5caea2bd874287e33039ccommit hash: bb46c6c4cdac5846ede5caea2bd874287e33039ccommit hash: bb46c6c4cdac5846ede5caea2bd874287e33039ccommit hash: bb46c6c4cdac5846ede5caea2bd874287e33039c files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Yusuf Yaman
graphics/gowall: Update 0.2.1 => 0.2.3

This release brings two big features: image compression and OCR. Added
new port options for both of those and also for upscaling feature.

Changelog: https://github.com/Achno/gowall/releases/tag/v0.2.3

PR:		290176
Reported by:	Yusuf Yaman <nxjoseph@protonmail.com> (maintainer)
0.2.1_1
31 Aug 2025 10:30:51
commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: bump PORTREVISION after updating graphics/libyuv

Using the Tools/scripts/bump_revision.pl script
0.2.1
17 Jun 2025 20:14:04
commit hash: 073e2f0c0b1432002829ae6c79a47e893f261188commit hash: 073e2f0c0b1432002829ae6c79a47e893f261188commit hash: 073e2f0c0b1432002829ae6c79a47e893f261188commit hash: 073e2f0c0b1432002829ae6c79a47e893f261188 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Yusuf Yaman
graphics/gowall: New port: Versatile tool to process images

Gowall is a versatile tool to convert an image (specifically a wallpaper)
to any color-scheme and/or pallete you like! It also offers a bunch of
image processing features like image to pixel art, image upscaling, and
color palette extraction.

WWW: https://github.com/Achno/gowall

PR:		282799
Reported by:	Yusuf Yaman <nxjoseph@protonmail.com> (new maintainer)

Number of commits found: 20