head	1.11;
access;
symbols
	pkgsrc-2026Q1:1.11.0.2
	pkgsrc-2026Q1-base:1.11
	pkgsrc-2025Q4:1.10.0.2
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.9.0.6
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.9.0.4
	pkgsrc-2025Q2-base:1.9
	pkgsrc-2025Q1:1.9.0.2
	pkgsrc-2025Q1-base:1.9
	pkgsrc-2024Q4:1.8.0.2
	pkgsrc-2024Q4-base:1.8
	pkgsrc-2024Q3:1.6.0.6
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.4
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.2
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.5.0.4
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.2
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.3.0.6
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.4
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.2
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.1.0.2
	pkgsrc-2022Q3-base:1.1;
locks; strict;
comment	@# @;


1.11
date	2026.01.25.15.24.20;	author vins;	state Exp;
branches;
next	1.10;
commitid	FJZb4DLL2LnpSMrG;

1.10
date	2025.11.30.10.15.27;	author vins;	state Exp;
branches;
next	1.9;
commitid	dYpeHI6a4ikRXykG;

1.9
date	2025.03.14.18.34.17;	author vins;	state Exp;
branches;
next	1.8;
commitid	PtgEOp56maEa74NF;

1.8
date	2024.12.08.15.56.21;	author vins;	state Exp;
branches;
next	1.7;
commitid	E2BNJbY2Vd7gkIAF;

1.7
date	2024.12.08.15.09.54;	author vins;	state Exp;
branches;
next	1.6;
commitid	aV3GGGcnM1uf4IAF;

1.6
date	2024.02.11.11.24.43;	author vins;	state Exp;
branches;
next	1.5;
commitid	93cetrezrAQXu0YE;

1.5
date	2023.07.05.14.30.18;	author vins;	state Exp;
branches;
next	1.4;
commitid	isi9Akwp6TbfCCvE;

1.4
date	2023.07.02.19.25.50;	author vins;	state Exp;
branches;
next	1.3;
commitid	y1yE0jgMD5PqmgvE;

1.3
date	2022.12.18.15.42.56;	author vins;	state Exp;
branches;
next	1.2;
commitid	54ULaeHQkiAoq36E;

1.2
date	2022.12.06.14.41.39;	author vins;	state Exp;
branches;
next	1.1;
commitid	Gq8s9iXd4OEqtv4E;

1.1
date	2022.07.04.20.20.56;	author pin;	state Exp;
branches;
next	;
commitid	YZUBsSgZjOEQkCKD;


desc
@@


1.11
log
@emwm-utils: update to 1.3.2

Maintenance release (fixes backdrop placement issues).
@
text
@# $NetBSD: Makefile,v 1.10 2025/11/30 10:15:27 vins Exp $

DISTNAME=	emwm-utils-src-1.3.2
PKGNAME=	${DISTNAME:S,-src,,}
CATEGORIES=	wm x11
MASTER_SITES=	https://fastestcode.org/dl/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	vins@@NetBSD.org
HOMEPAGE=	https://fastestcode.org/emwm.html
COMMENT=	Companion utilies for EMWM
LICENSE=	mit

DEPENDS+=	emwm-[0-9]*:../../wm/emwm

USE_TOOLS+=		sed
USE_BSD_MAKEFILE=	yes

RCDIR=		${PREFIX}/lib/X11
DOCDIR=		${PREFIX}/share/doc/emwm/utils

SUBST_CLASSES+=		pkgsrc
SUBST_STAGE.pkgsrc=	pre-configure
SUBST_FILES.pkgsrc=	mf/Makefile.pkgsrc
SUBST_VARS.pkgsrc=	PREFIX PKGMANDIR RCDIR
SUBST_MESSAGE.pkgsrc=	Replacing pkgsrc placeholders

MAKE_FLAGS+=	CC=${CC:Q}
MAKE_FLAGS+=	SED=${SED:Q}
MAKE_FLAGS+=	CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+=	LDFLAGS=${LDFLAGS:Q}

.include "../../mk/bsd.prefs.mk"

SETUID_ROOT_PERMS?=	${REAL_ROOT_USER} ${BINGRP} 4755
SPECIAL_PERMS+=		bin/xmsm ${SETUID_ROOT_PERMS}

INSTALLATION_DIRS+=	share/doc/emwm/utils

post-install:
	${INSTALL_DATA} ${FILESDIR}/README.pkgsrc	\
		${DESTDIR}${DOCDIR}

.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.10
log
@wm/emwm-utils: update to 1.3.1

# upstream changes

Sep 27, 2025 - v1.3.1
  - Toolbox will properly recover from parse errors
  - Fixed timed locking in xmsm
  - Special chars in variable expansion are handled more akin to sh
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/03/14 18:34:17 vins Exp $
d3 1
a3 1
DISTNAME=	emwm-utils-src-1.3.1
@


1.9
log
@wm/emwm-utils: update to v1.3

# changes
Mar 04, 2025 - v1.3
  - Minor fixes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/12/08 15:56:21 vins Exp $
d3 1
a3 1
DISTNAME=	emwm-utils-src-1.3
d33 2
@


1.8
log
@wm/emwm-utils: move MESSAGE content to a README

Also, make it depend on wm/emwm.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/12/08 15:09:54 vins Exp $
d3 1
a3 1
DISTNAME=	emwm-utils-src-1.2
a4 1
PKGREVISION=	1
@


1.7
log
@wm/emwm: few enhancements

* Switch to a unified makefile, replacing per-platform makefiles.
* Standardise build environment.
* Install system-wide configuration at the right location.

Revision bumped.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/12/08 13:09:43 vins Exp $
d15 2
d21 1
d37 6
@


1.6
log
@wm/emwm-utils: update to v1.2

Jan 28, 2024 - v1.2
  - Fixed enableLocking switch in xmsm
  - xmtoolbox now adjusts "Session" menu according to xmsm config
  - Added optional workspace shading on logout
  - Decorations are no longer hard-coded in xmtoolbox
  - Added option to hide separators in xmtoolbox
  - Added option for horizontal toolbox layout
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/07/05 14:30:18 vins Exp $
d5 1
d15 2
a16 1
MAKEFLAGS+=	PREFIX=${PREFIX}
d18 1
a18 1
.include "../../mk/bsd.prefs.mk"
d20 10
a29 7
.if ${OPSYS} != "NetBSD"
USE_TOOLS+=	gmake
.endif

INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
INSTALLATION_DIRS+=	share/examples/${PKGBASE}
INSTALLATION_DIRS+=	lib/X11/app-defaults
a33 19
do-install:
.for p in xmtoolbox xmsm
	${INSTALL_PROGRAM} ${WRKSRC}/src/${p} \
	${DESTDIR}${PREFIX}/bin
.endfor
.for m in xmtoolbox xmsm
	${INSTALL_MAN} ${WRKSRC}/src/${m}.1 \
	${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.endfor
	${INSTALL_SCRIPT} ${WRKSRC}/src/xmsession ${DESTDIR}${PREFIX}/bin

post-install:
.for f in XmSm XmToolbox
	${INSTALL_DATA} ${WRKSRC}/src/${f}.ad \
	${DESTDIR}${PREFIX}/lib/X11/app-defaults/${f}
.endfor
	${INSTALL_DATA} ${WRKSRC}/src/toolboxrc \
	${DESTDIR}${PREFIX}/share/examples/${PKGBASE}

@


1.5
log
@*: point to correct tarball

Due to distfile naming changes upstream, the package was still pointing
to an outdated tarball. Fixed.
Bump revision.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/07/02 19:25:50 vins Exp $
d3 1
a3 1
DISTNAME=	emwm-utils-src-1.1
a4 1
PKGREVISION=	1
a51 2
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
@


1.4
log
@wm-emwm-utils: update to 1.1

# CHANGES

* Add horizontal layout option
* Preselect existing text in exec dialog
* Remove obsolete ifdefs
* Environment variable expansion support in toolboxrc
* Use sigaction instead of signal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/12/18 15:42:56 vins Exp $
d3 3
a5 3
DISTNAME=	emwm-utils-src
PKGVER=		1.1
PKGNAME=	${DISTNAME:S,-src,,}-${PKGVER}
a6 1
DIST_SUBDIR=	${PKGNAME_NOREV}
d24 1
a24 1
INSTALLATION_DIRS+=	share/examples/${DISTNAME:S,-src,,}
a29 2
WRKSRC=	${WRKDIR}/utils

d47 1
a47 1
	${DESTDIR}${PREFIX}/share/examples/${DISTNAME:S,-src,,}
@


1.3
log
@wm/emwm-utils: add missing  dependency on libXScrnSaver.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/12/06 14:41:39 vins Exp $
d4 1
a4 1
PKGVER=		1.0
@


1.2
log
@Reset maintainer for my packages to reflect new mail address.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/07/04 20:20:56 pin Exp $
d52 1
a52 1
.include "../../mk/motif.buildlink3.mk"
d58 1
@


1.1
log
@wm/emwm-utils

Packaged in wip by Paolo Vincenzo Olivo.

This package provides the XmSm and XmToolbox utilities, to use in
conjuction with the Enhanced Motif Window Manager.

- XmSm is simple session manager that provides session configuration and
  screen locking, as well as shutdown/suspend options. It also launches the
  window manager and the toolbox.

- XmToolbox, is a toolchest like application launcher, which reads it's
  multi-level menu structure from a simple plain-text file (namely
  ~/.toolboxrc).  It also communicates with the session manager to provide
  lock, log out, and shutdown commands.
@
text
@d1 1
a1 1
# $NetBSD$
d11 1
a11 1
MAINTAINER=	vms@@retrobsd.ddns.net
@

