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.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
imaginary HTTP microservice for high-level image processing
20251108_2 www 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 20250114_17Version of this port present on the latest quarterly branch.
Maintainer: skozlov@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-07-06 12:12:05
Last Update: 2026-08-19 17:39:04
Commit Hash: 4867821
License: MIT
WWW:
https://github.com/h2non/imaginary
Description:
Fast HTTP microservice written in Go for high-level image processing backed by bimg and libvips. imaginary can be used as private or public HTTP service for massive image processing with first-class support for Docker & Fly.io. It's almost dependency-free and only uses net/http native package without additional abstractions for better performance. Supports multiple image operations exposed as a simple HTTP API, with additional optional features such as API token authorization, URL signature protection, HTTP traffic throttle strategy and CORS support for web clients. imaginary can read images from HTTP POST payloads, server local path or remote HTTP servers, supporting JPEG, PNG, WEBP, HEIF, and optionally TIFF, PDF, GIF and SVG formats. imaginary is able to output images as JPEG, PNG and WEBP formats, including transparent conversion across them.
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/imaginary
  2. /usr/local/share/licenses/imaginary-20251108_2/catalog.mk
  3. /usr/local/share/licenses/imaginary-20251108_2/LICENSE
  4. /usr/local/share/licenses/imaginary-20251108_2/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • imaginary
Dependency lines:
  • imaginary>0:www/imaginary
To install the port:
cd /usr/ports/www/imaginary/ && make install clean
To add the package, run one of these commands:
  • pkg install www/imaginary
  • pkg install imaginary
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: imaginary
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1784588118 SHA256 (h2non-imaginary-20251108-6a274b488759a896aff02f52afee6e50b5e3a3ee_GH0.tar.gz) = c1c2f9e2e9fdbc38b3e6fb9dd3cdd0a2dad2d2226ff8d1816093d8104c08c4c6 SIZE (h2non-imaginary-20251108-6a274b488759a896aff02f52afee6e50b5e3a3ee_GH0.tar.gz) = 2028551

Expand this list (10 items)

Collapse this list.

SHA256 (h2non-bimg-v1.1.7_GH0.tar.gz) = 845226edf322704d751095a7d7d60c86ac38f450c1d72237545299852b1c498a SIZE (h2non-bimg-v1.1.7_GH0.tar.gz) = 23702365 SHA256 (h2non-filetype-v1.1.0_GH0.tar.gz) = 6dcbe6e6b6f0a0571843ebdedb33daacde3bb6ef1196797879587a3e4cf8052b SIZE (h2non-filetype-v1.1.0_GH0.tar.gz) = 3632778 SHA256 (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = d50c188af0cc8b22e7e4b79e9071694fa06428a9964b22d68dc997fa787a177a SIZE (hashicorp-golang-lru-v0.5.4_GH0.tar.gz) = 13428 SHA256 (rs-cors-7af7a1e09ba3_GH0.tar.gz) = 032d689446a8f30e563c5977518db6873a44d05ef31f41f2666d991923fca536 SIZE (rs-cors-7af7a1e09ba3_GH0.tar.gz) = 9968 SHA256 (throttled-throttled-v2.15.0_GH0.tar.gz) = 579823d09bca789fe411c07325cb0e31645626d8fdffaf2b6509833826893875 SIZE (throttled-throttled-v2.15.0_GH0.tar.gz) = 26655

Collapse this list.


Packages (timestamps in pop-ups are UTC):
imaginary
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20250114_1220250114_12--20250114_12n/an/an/a
FreeBSD:13:quarterly20250114_1220250114_12--20250114_12n/an/an/a
FreeBSD:14:latest20251108_120251108_2-20250114_220251108_2---
FreeBSD:14:quarterly20250114_1520250114_17--20250114_17---
FreeBSD:15:latest20251108_220251108_2n/a-n/an/a--
FreeBSD:15:quarterly20250114_1720250114_17n/a-n/an/a--
FreeBSD:16:latest2025110820251108_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gettext-runtime>=0.26 : devel/gettext-runtime
  2. go126 : lang/go126
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libvips.so : graphics/vips
  2. libintl.so : devel/gettext-runtime
  3. libglib-2.0.so : devel/glib20
  4. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_imaginary
USES:
gettext-runtime gnome go:modules pkgconfig
pkg-message:
For install:
If you're running imaginary as a part of Nextcloud installation - configure it using: # sysrc imaginary_flags="-return-size -max-allowed-resolution 222.2" Then add this to your Nextcloud's config.php: 'enabledPreviewProviders' => [ 'OC\Preview\MP3', 'OC\Preview\TXT', 'OC\Preview\MarkDown', 'OC\Preview\OpenDocument', 'OC\Preview\Krita', 'OC\Preview\Imaginary', ], 'preview_imaginary_url' => 'http://<url of imaginary>:<port>',
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/h2non/imaginary/tar.gz/6a274b488759a896aff02f52afee6e50b5e3a3ee?dummy=/
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
20251108_2
19 Aug 2026 17:39:04
commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442commit hash: 4867821cd65241b6e8c0faa3ed76d67514594442 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.14 / 1.26.7
20251108_1
14 Aug 2026 00:38:09
commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8commit hash: 6d39dcf04e96d7cdbad58d1b7f27d25d8e3b75b8 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.13 / 1.26.6
20251108
20 Jul 2026 23:03:03
commit hash: e6f1a9e81b4fa5a6c5d84046b7de09a97dc709c5commit hash: e6f1a9e81b4fa5a6c5d84046b7de09a97dc709c5commit hash: e6f1a9e81b4fa5a6c5d84046b7de09a97dc709c5commit hash: e6f1a9e81b4fa5a6c5d84046b7de09a97dc709c5 files touched by this commit
Serhii (Sergey) Kozlov (skozlov) search for other commits by this committer
www/imaginary: update to 20251108

Changelog:
https://github.com/h2non/imaginary/commit/6a274b488759a896aff02f52afee6e50b5e3a3ee
20250114_15
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
20250114_14
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
20250114_13
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
20250114_12
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
20250114_11
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
20250114_10
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
20250114_9
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
20250114_8
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
20250114_7
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
20250114_6
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
20250114_5
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
20250114_4
08 Oct 2025 00:41:39
commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
many: Bump dependent ports after go124 update
20250114_3
04 Sep 2025 17:53:24
commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
many: Bump go ports for go-1.24.7
20250114_2
07 Aug 2025 00:02:46
commit hash: 53610681ea46b375186fc68723dcc335051ef9b4commit hash: 53610681ea46b375186fc68723dcc335051ef9b4commit hash: 53610681ea46b375186fc68723dcc335051ef9b4commit hash: 53610681ea46b375186fc68723dcc335051ef9b4 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
go ports: Bump for 1.24.6
20250114_1
09 Jul 2025 16:11:00
commit hash: 275975297bc1002e96f88f503cf18dea17df847ecommit hash: 275975297bc1002e96f88f503cf18dea17df847ecommit hash: 275975297bc1002e96f88f503cf18dea17df847ecommit hash: 275975297bc1002e96f88f503cf18dea17df847e files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
many: Bump PORTREVISION for go-1.24.5 update
20250114
06 Jul 2025 23:03:52
commit hash: bd4004d39eaadf5b89b20894a16c1d00ee2cee67commit hash: bd4004d39eaadf5b89b20894a16c1d00ee2cee67commit hash: bd4004d39eaadf5b89b20894a16c1d00ee2cee67commit hash: bd4004d39eaadf5b89b20894a16c1d00ee2cee67 files touched by this commit
Serhii (Sergey) Kozlov (skozlov) search for other commits by this committer
www/imaginary: fix build

- Add the new port to www/Makefile
- Explicitly depend on pkgconf, which is needed for build
20250114
06 Jul 2025 12:09:44
commit hash: fb1d08af1b3e329cb3615cd1640e437dc49b855fcommit hash: fb1d08af1b3e329cb3615cd1640e437dc49b855fcommit hash: fb1d08af1b3e329cb3615cd1640e437dc49b855fcommit hash: fb1d08af1b3e329cb3615cd1640e437dc49b855f files touched by this commit
Serhii (Sergey) Kozlov (skozlov) search for other commits by this committer
www/imaginary: new port

Used mainly as a high-performance preview generator microservice for
Nextcloud

Number of commits found: 20