From d4ec47de09e356c27b8695c2d6391d03032d3458 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 5 Apr 2022 22:33:41 +0000 Subject: OpenBSD: sync pounce port with upstream --- OpenBSD/net/pounce/Makefile | 19 +++++++++++-------- OpenBSD/net/pounce/pkg/PLIST | 1 - 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'OpenBSD') diff --git a/OpenBSD/net/pounce/Makefile b/OpenBSD/net/pounce/Makefile index 789b844..7e69269 100644 --- a/OpenBSD/net/pounce/Makefile +++ b/OpenBSD/net/pounce/Makefile @@ -1,26 +1,29 @@ -# $OpenBSD$ +COMMENT = multi-client, TLS-only IRC bouncer -COMMENT = IRC bouncer DISTNAME = pounce-3.0 + CATEGORIES = net + HOMEPAGE = https://git.causal.agency/pounce/about/ -MAINTAINER = june@causal.agency + +MAINTAINER = Omar Polo # GPLv3+ PERMIT_PACKAGE = Yes # uses pledge() and unveil() -WANTLIB = c tls +WANTLIB += c tls MASTER_SITES = https://git.causal.agency/pounce/snapshot/ # C11 -COMPILER = base-clang ports-gcc +COMPILER = base-clang ports-gcc COMPILER_LANGS = c -NO_TEST = Yes +FAKE_FLAGS = PREFIX=${TRUEPREFIX} + +CONFIGURE_STYLE = simple -MAKE_FLAGS += LDADD.crypt= -FAKE_FLAGS = PREFIX=${PREFIX} +NO_TEST = Yes .include diff --git a/OpenBSD/net/pounce/pkg/PLIST b/OpenBSD/net/pounce/pkg/PLIST index 9876d19..4616553 100644 --- a/OpenBSD/net/pounce/pkg/PLIST +++ b/OpenBSD/net/pounce/pkg/PLIST @@ -1,4 +1,3 @@ -@comment $OpenBSD: PLIST,v$ @bin bin/calico @bin bin/pounce @man man/man1/calico.1 -- cgit 1.4.1 80545a0640eefe9521a0da2b&follow=1'>diff
Commit message (Collapse)Author
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that.
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
11 is what I use on macOS, but I feel like my eyes are working harder here.
2021-02-07Fully configure and rebind cwmJune McEnroe
This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-.
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe