Up to [cvs.NetBSD.org] / pkgsrc / wm / coma
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 29 21:17:57 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 19 13:57:34 2022 UTC (5 months, 2 weeks ago) by vins
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.10: +11 -1
lines
Diff to previous 1.10 (colored)
wm/coma: fix building on SunOS.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 19 13:01:45 2022 UTC (5 months, 2 weeks ago) by vins
Branch: MAIN
Changes since 1.9: +20 -12
lines
Diff to previous 1.9 (colored)
wm/coma: package revision. * Drop patch: DESTDIR support can be handled with MAKE_FLAGS. * Do not require pkg-config: define LDFLAGS using BUIDLINK_PREFIX. * Use REPLACE_INTEPRETER in place of a SUBST routine. * Bump PKGREVISION. * Take maintainership.
Revision 1.9 / (download) - annotate - [select for diffs], Wed May 11 07:50:07 2022 UTC (12 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
coma: drop maintainership.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 11 12:08:38 2022 UTC (15 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
coma: update HOMEPAGE.
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 14 10:57:51 2021 UTC (2 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored)
coma: needs libbsd on Linux
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:15 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 31 10:30:22 2019 UTC (3 years, 7 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.4: +9 -2
lines
Diff to previous 1.4 (colored)
coma: update to 1.1. ChangeLog: - add configurable frame height - fix merge/split with new frame-height - add configurable frame-border - fixes for border + splits - change client swap semantics to move - Allow execution of commands via C-e - allow binding of keysyms to commands - add frame-set-directory - simplify frame_client_move - Add C-colon - always update window titles - add untag command and placeholders for autocomplete - Let coma take the pwd from the shell if present - insert new clients after the current one - Add ability to execute commands on a remote host - make default font bold and let font be configurable - use bsd/string.h for strl* family on broken platforms
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 23 14:57:12 2019 UTC (3 years, 8 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
coma: fix the build by adding missing build dependency on pkg-config. OK kamil@
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 28 07:11:23 2019 UTC (3 years, 9 months ago) by fcambus
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
coma: use MAKE_FLAGS to override MAN_DIR. There is no need to patch MAN_DIR in upstream Makefile. Pointed out by wiz@, thanks!
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 19 12:31:23 2019 UTC (3 years, 9 months ago) by fcambus
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
coma: allow overriding MAN_DIR, and set it to "${PREFIX}/${PKGMANDIR}". Pointed out by leot@, thanks!
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 16 14:07:27 2019 UTC (3 years, 9 months ago) by fcambus
Branch: MAIN
wm/coma: import coma-1.0. Coma is a minimalistic X11 Window Manager. It has 2 framing modes: default, large. Only one can be active at a given time and is specified at startup time: - Default means it will split up your screen into columns just large enough to fit 80 column xterms. - Large means it will calculate the frames based on 161 column xterms (so one can use tmux and split it to get 80 columns in each pane). OK kamil@