head	1.10;
access;
symbols
	pkgsrc-2026Q1:1.10.0.20
	pkgsrc-2026Q1-base:1.10
	pkgsrc-2025Q4:1.10.0.18
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.10.0.16
	pkgsrc-2025Q3-base:1.10
	pkgsrc-2025Q2:1.10.0.14
	pkgsrc-2025Q2-base:1.10
	pkgsrc-2025Q1:1.10.0.12
	pkgsrc-2025Q1-base:1.10
	pkgsrc-2024Q4:1.10.0.10
	pkgsrc-2024Q4-base:1.10
	pkgsrc-2024Q3:1.10.0.8
	pkgsrc-2024Q3-base:1.10
	pkgsrc-2024Q2:1.10.0.6
	pkgsrc-2024Q2-base:1.10
	pkgsrc-2024Q1:1.10.0.4
	pkgsrc-2024Q1-base:1.10
	pkgsrc-2023Q4:1.10.0.2
	pkgsrc-2023Q4-base:1.10
	pkgsrc-2023Q3:1.9.0.2
	pkgsrc-2023Q3-base:1.9
	pkgsrc-2023Q2:1.8.0.2
	pkgsrc-2023Q2-base:1.8
	pkgsrc-2023Q1:1.7.0.4
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.7.0.2
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.6.0.4
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.6.0.2
	pkgsrc-2022Q2-base:1.6
	pkgsrc-2022Q1:1.5.0.2
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.2.0.2
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.1.0.2
	pkgsrc-2021Q3-base:1.1;
locks; strict;
comment	@# @;


1.10
date	2023.11.12.13.23.51;	author wiz;	state Exp;
branches;
next	1.9;
commitid	SjpNXQIV5XeZ3kME;

1.9
date	2023.07.11.05.34.12;	author nia;	state Exp;
branches;
next	1.8;
commitid	uiRTdPciwEIqtlwE;

1.8
date	2023.04.30.19.54.25;	author pin;	state Exp;
branches;
next	1.7;
commitid	n4sKvy2JPvL1yanE;

1.7
date	2022.10.11.20.47.37;	author pin;	state Exp;
branches;
next	1.6;
commitid	iiZlketLkAtQilXD;

1.6
date	2022.05.12.09.37.44;	author pin;	state Exp;
branches;
next	1.5;
commitid	EbvJrZEkKlnUtKDD;

1.5
date	2022.03.14.10.22.49;	author pin;	state Exp;
branches;
next	1.4;
commitid	XNphKLL10Cp0DawD;

1.4
date	2022.02.12.10.26.25;	author pin;	state Exp;
branches;
next	1.3;
commitid	eZq1jp9CO562CjsD;

1.3
date	2022.01.02.16.31.13;	author pin;	state Exp;
branches;
next	1.2;
commitid	usn05YDBiw5TW4nD;

1.2
date	2021.09.30.09.59.47;	author pin;	state Exp;
branches;
next	1.1;
commitid	lSoZgQgcvVnTNXaD;

1.1
date	2021.08.30.14.39.24;	author pin;	state Exp;
branches;
next	;
commitid	9Mugu8vGKPrzl07D;


desc
@@


1.10
log
@*: revebump for new brotli option for freetype2

Addresses PR 57693
@
text
@# $NetBSD: Makefile,v 1.9 2023/07/11 05:34:12 nia Exp $

DISTNAME=	shod-2.6.2
PKGREVISION=	1
CATEGORIES=	wm
MASTER_SITES=	${MASTER_SITE_GITHUB:=phillbush/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/phillbush/shod/
COMMENT=	Hybrid (floating and tiling) tabbed window manager
LICENSE=	mit

SUBST_CLASSES+=		makefile
SUBST_MESSAGE.makefile=	Adjust Makefile
SUBST_STAGE.makefile=	pre-configure
SUBST_FILES.makefile+=	Makefile
SUBST_SED.makefile+=	-e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+=	-e 's,/usr/X11R6,${X11BASE},g'
SUBST_SED.makefile+=	-e 's,share/man,${PKGMANDIR},g'
SUBST_SED.makefile+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.makefile+=	-e 's/cc/${CC:Q}/'

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/shod ${DESTDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/shodc ${DESTDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/shod.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1

DEPENDS+=	wmctrl-[0-9]*:../../wm/wmctrl
DEPENDS+=	sxhkd-[0-9]*:../../x11/sxhkd

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.9
log
@shod: Add missing dependency on libXrandr
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/04/30 19:54:25 pin Exp $
d4 1
@


1.8
log
@wm/shod: update to 2.6.2

v2.6.2
 - No changelog provided

v2.6.1
 - No changelog provided

v2.6.0
 - Added automatic tabbing of related windows.
 - Added automatic reloading of resources.
 - Added exit command in shodc(1).
 - Added (experimental) support for GNUstep windows.
 - Deprecate -m (set modifier) in favor of the newer -A (use Alt) and -W
   (use Super/Winkey).
 - Several bugfixes.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/10/11 20:47:37 pin Exp $
d37 1
@


1.7
log
@wm/shod: update to 2.5.0

  Added dockapp states.
  Added rio-like hiding.
  Added alttab feature.
  Added -d and -t options.
  Several bugfixes.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/05/12 09:37:44 pin Exp $
d3 1
a3 1
DISTNAME=	shod-2.5.0
d37 1
@


1.6
log
@wm/shod: reset maintainer
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/03/14 10:22:49 pin Exp $
d3 1
a3 1
DISTNAME=	shod-2.4.0
@


1.5
log
@wm/shod: update to 2.4.0

-Several changes in the names of X resources
-Add -s and -m
-Add window rules and deskapp ordering
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/02/12 10:26:25 pin Exp $
d8 1
a8 1
MAINTAINER=	pin@@NetBSD.org
@


1.4
log
@wm/shod: update to 2.3.0

-Add support for turn-off menu/toolbar windows.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/02 16:31:13 pin Exp $
d3 1
a3 1
DISTNAME=	shod-2.3.0
@


1.3
log
@wm/shod: update to 2.2.0

-Added dock and dockapp support.
-Added -c option.
-Added snap-to-edge attraction.
-Added shaded container state
-Added tiling factor when resizing window.
-Added config.h
-Added hand mouse cursor for left button.
-Fixed support for transparent windows (#3)
-Changed most command-line options to X Resources.
-Changed decoration code (using colors rather than pixmaps).
-Removed motion event handling.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/09/30 09:59:47 pin Exp $
d3 1
a3 1
DISTNAME=	shod-2.2.0
@


1.2
log
@wm/shod: update to 2.1.4

shod has seen a major re-write and upstream has decided to provide a new release
version numbering.

Versions up to 0.5.0 are now archived in a different repository.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/08/30 14:39:24 pin Exp $
d3 1
a3 1
DISTNAME=	shod-2.1.4
@


1.1
log
@wm/shod: import package

Shod is an hybrid (tiling and floating) multimonitor X11 window manager.
Shod sets no keybindings; reads no configuration other than X resources;
and works only via mouse with a given key modifier (Alt by default), and
by responding to client messages with EWMH hints (so you must use wmctrl
to control shod).

NOTE: shod provides no keybindings, use sxhkd for binding keys.

WARNING: Shod is attempt of mine to write a Wm and better understand how
         X11 works, Shod is only meant for me for educational purposes.
         Shod is an experimental project, and should be used with caution.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	shod-0.5.0
d13 10
a22 10
SUBST_CLASSES+=		configmk
SUBST_MESSAGE.configmk=	Adjust config.mk
SUBST_STAGE.configmk=	pre-configure
SUBST_FILES.configmk+=	config.mk
SUBST_SED.configmk+=	-e 's,/usr/local,${PREFIX},g'
SUBST_SED.configmk+=	-e 's,/usr/X11R6,${X11BASE},g'
SUBST_SED.configmk+=	-e 's,share/man,${PKGMANDIR},g'
SUBST_SED.configmk+=	-e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.configmk+=	-e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.configmk+=	-e 's/cc/${CC:Q}/'
d28 1
@

