Bug 275581 - [NEW PORT] x11-wm/korgwm: A tiling window manager in Perl
Summary: [NEW PORT] x11-wm/korgwm: A tiling window manager in Perl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on: 275560
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-06 22:21 UTC by Sergey Zhmylove
Modified: 2023-12-19 14:05 UTC (History)
2 users (show)

See Also:


Attachments
New port: initial patch (3.26 KB, patch)
2023-12-06 22:21 UTC, Sergey Zhmylove
no flags Details | Diff
New port: newer version 3.1 uploaded (3.26 KB, patch)
2023-12-19 09:07 UTC, Sergey Zhmylove
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Zhmylove 2023-12-06 22:21:56 UTC
Created attachment 246829 [details]
New port: initial patch

I am an author of X11::XCB perl module and I've already sent a PR to its port #275560 in order to update it from 0.16 to 0.22.

As korgwm depends on X11::XCB >= 0.22, this PR should be merged with #275560.

The patch is attached.
Comment 1 Sergey Zhmylove 2023-12-19 09:07:44 UTC
Created attachment 247157 [details]
New port: newer version 3.1 uploaded

Newer version of korgwm has released, so new patch is here.

Poudriere testport succeeded.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-12-19 14:01:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cbcbec76decbc4093dc7cbd1fae266607e26f5bd

commit cbcbec76decbc4093dc7cbd1fae266607e26f5bd
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-12-19 13:59:08 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-12-19 13:59:08 +0000

    x11-wm/korgwm: tiling window manager written in Perl (new port)

    PR:             275581
    Submitted by:   Sergey Zhmylove

 x11-wm/Makefile               |  1 +
 x11-wm/korgwm/Makefile (new)  | 29 +++++++++++++++++++++++++++++
 x11-wm/korgwm/distinfo (new)  |  3 +++
 x11-wm/korgwm/pkg-descr (new) |  3 +++
 x11-wm/korgwm/pkg-plist (new) | 23 +++++++++++++++++++++++
 5 files changed, 59 insertions(+)
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-12-19 14:05:04 UTC
Committed with minor modifications:

- Drop attribution from COMMENT (we usually don't do that)
- Employ ETCDIR variable in `post-install' target recipe