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.
Commit processing was halted at UTC 18:33 on 2026-08-05 for pkgbasify of jails and updating the host from 15.0 to 15.1 - same with jails. - that upgrade was completed by 18:53 - the website has caught up with the 6 commits it missed in that time.
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
korgwm Tiling window manager written in pure Perl
6.1 x11-wm 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 6.1Version of this port present on the latest quarterly branch.
Maintainer: zhmylove@narod.ru search for ports maintained by this maintainer
Port Added: 2023-12-19 14:03:04
Last Update: 2026-03-08 16:52:49
Commit Hash: 69b94c2
Also Listed In: perl5
License: MIT
WWW:
https://github.com/zhmylove/korgwm
Description:
korgwm is a tiling window manager written in pure Perl on top of XCB, AnyEvent (for network API), and Gtk3 (which renders bar and Expose). It has a lot of pretty functionality so consider reading full README.
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 (30 items)
Collapse this list.
  1. /usr/local/share/licenses/korgwm-6.1/catalog.mk
  2. /usr/local/share/licenses/korgwm-6.1/LICENSE
  3. /usr/local/share/licenses/korgwm-6.1/MIT
  4. bin/korgwm
  5. @sample etc/korgwm/korgwm.conf.sample
  6. lib/perl5/site_perl/X11/korgwm.pm
  7. lib/perl5/site_perl/X11/korgwm/API.pm
  8. lib/perl5/site_perl/X11/korgwm/Common.pm
  9. lib/perl5/site_perl/X11/korgwm/Config.pm
  10. lib/perl5/site_perl/X11/korgwm/EWMH.pm
  11. lib/perl5/site_perl/X11/korgwm/Executor.pm
  12. lib/perl5/site_perl/X11/korgwm/Expose.pm
  13. lib/perl5/site_perl/X11/korgwm/Hotkeys.pm
  14. lib/perl5/site_perl/X11/korgwm/Layout.pm
  15. lib/perl5/site_perl/X11/korgwm/Mouse.pm
  16. lib/perl5/site_perl/X11/korgwm/Notifications.pm
  17. lib/perl5/site_perl/X11/korgwm/Panel.pm
  18. lib/perl5/site_perl/X11/korgwm/Panel/Battery.pm
  19. lib/perl5/site_perl/X11/korgwm/Panel/Clock.pm
  20. lib/perl5/site_perl/X11/korgwm/Panel/Lang.pm
  21. lib/perl5/site_perl/X11/korgwm/Screen.pm
  22. lib/perl5/site_perl/X11/korgwm/Tag.pm
  23. lib/perl5/site_perl/X11/korgwm/Window.pm
  24. lib/perl5/site_perl/X11/korgwm/Xkb.pm
  25. lib/perl5/site_perl/man/man1/korgwm.1.gz
  26. lib/perl5/site_perl/man/man3/X11::korgwm.3.gz
  27. lib/perl5/site_perl/man/man3/X11::korgwm::Layout.3.gz
  28. @owner
  29. @group
  30. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • korgwm>0:x11-wm/korgwm
To install the port:
cd /usr/ports/x11-wm/korgwm/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-wm/korgwm
  • pkg install korgwm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: korgwm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1772935585 SHA256 (X11-korgwm-6.1.tar.gz) = a35cd7712f32c3cb454be947b22b4b544569064058934015a3b1e072de1becf6 SIZE (X11-korgwm-6.1.tar.gz) = 56940

Packages (timestamps in pop-ups are UTC):
korgwm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.16.1-5.0_26.1n/an/an/a
FreeBSD:13:quarterly6.16.1-5.0_26.1n/an/an/a
FreeBSD:14:latest6.16.1-5.0_26.1---
FreeBSD:14:quarterly6.16.1-5.0_26.1-3.13.1
FreeBSD:15:latest6.16.1n/a5.0_2n/an/a3.1-
FreeBSD:15:quarterly6.16.1n/a-n/an/a--
FreeBSD:16:latest6.16.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. perl5>=5.42.r<5.43 : lang/perl5.42
  3. xcb.pc : x11/libxcb
  4. xinerama.pc : x11/libXinerama
  5. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. p5-AnyEvent>=0 : devel/p5-AnyEvent
  2. p5-AnyEvent-DBus>=0 : devel/p5-AnyEvent-DBus
  3. p5-Glib-Object-Introspection>=0 : devel/p5-Glib-Object-Introspection
  4. p5-Gtk3>=0 : x11-toolkits/p5-Gtk3
  5. p5-X11-XCB>=0.24 : x11/p5-X11-XCB
  6. p5-YAML-Tiny>=0 : textproc/p5-YAML-Tiny
  7. perl5>=5.42.r<5.43 : lang/perl5.42
  8. xcb.pc : x11/libxcb
  9. xinerama.pc : x11/libXinerama
  10. xrandr.pc : x11/libXrandr
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
x11-wm_korgwm
USES:
perl5 pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/korgwm/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  5. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  6. http://backpan.perl.org/authors/id/Z/ZH/ZHMYLOVE/
  7. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  8. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/Z/ZH/ZHMYLOVE/
  9. https://cpan.metacpan.org/authors/id/Z/ZH/ZHMYLOVE/
  10. https://cpan.metacpan.org/modules/by-module/korgwm/
  11. https://www.cpan.org/authors/id/Z/ZH/ZHMYLOVE/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.1
08 Mar 2026 16:52:49
commit hash: 69b94c29f537d59ce8e1c57b168b6ad1bbfcbd79commit hash: 69b94c29f537d59ce8e1c57b168b6ad1bbfcbd79commit hash: 69b94c29f537d59ce8e1c57b168b6ad1bbfcbd79commit hash: 69b94c29f537d59ce8e1c57b168b6ad1bbfcbd79 files touched by this commit
Yusuf Yaman (nxjoseph) search for other commits by this committer
Author: Sergei Zhmylev
x11-wm/korgwm: Update 5.0 → 6.1

Changelog:
https://metacpan.org/dist/X11-korgwm/changes

PR:	293650
Reviewed by: vvd (co-mentor)
Approved by: vvd (co-mentor)
5.0_2
09 Jul 2025 10:17:38
commit hash: 0712352af820f6e61d3ba8a83a6a0935660f710ccommit hash: 0712352af820f6e61d3ba8a83a6a0935660f710ccommit hash: 0712352af820f6e61d3ba8a83a6a0935660f710ccommit hash: 0712352af820f6e61d3ba8a83a6a0935660f710c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
graphics/p5-Cairo: bump dependant ports

PR:		288054
MFH:		2025Q3
5.0_1
07 Jun 2025 16:47:20
commit hash: 07088555355e950bea8b7d3623031ed2087440edcommit hash: 07088555355e950bea8b7d3623031ed2087440edcommit hash: 07088555355e950bea8b7d3623031ed2087440edcommit hash: 07088555355e950bea8b7d3623031ed2087440ed files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
devel/p5-Glib: bump dependencies after 0708344

PR:	286804
5.0
24 Jan 2025 11:30:40
commit hash: f23a3db1c42dff2461602ba1da3926fa43b93ec6commit hash: f23a3db1c42dff2461602ba1da3926fa43b93ec6commit hash: f23a3db1c42dff2461602ba1da3926fa43b93ec6commit hash: f23a3db1c42dff2461602ba1da3926fa43b93ec6 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Sergey Zhmylove
x11-wm/korgwm: Update 4.0 → 5.0

Changelog:
https://metacpan.org/dist/X11-korgwm/changes

PR:	284292
4.0
07 Oct 2024 22:25:35
commit hash: 2643a3babd665e63996152641187787a1c2def21commit hash: 2643a3babd665e63996152641187787a1c2def21commit hash: 2643a3babd665e63996152641187787a1c2def21commit hash: 2643a3babd665e63996152641187787a1c2def21 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Sergey Zhmylove
x11-wm/korgwm: Update 3.1 → 4.0

Changelog:
https://metacpan.org/dist/X11-korgwm/changes

PR:	281932
3.1
19 Dec 2023 13:59:08
commit hash: cbcbec76decbc4093dc7cbd1fae266607e26f5bdcommit hash: cbcbec76decbc4093dc7cbd1fae266607e26f5bdcommit hash: cbcbec76decbc4093dc7cbd1fae266607e26f5bdcommit hash: cbcbec76decbc4093dc7cbd1fae266607e26f5bd files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
x11-wm/korgwm: tiling window manager written in Perl (new port)

PR:		275581
Submitted by:	Sergey Zhmylove

Number of commits found: 6