Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CFA7B1A9239 for ; Fri, 11 Feb 2022 13:44:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 07C7784E5F; Fri, 11 Feb 2022 13:44:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40B0184E56 for ; Fri, 11 Feb 2022 13:44:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rwadl1Beu0Mc for ; Fri, 11 Feb 2022 13:44:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A669084CD9 for ; Fri, 11 Feb 2022 13:44:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3D98FB24; Fri, 11 Feb 2022 13:44:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164458708553670" MIME-Version: 1.0 Date: Fri, 11 Feb 2022 13:44:45 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/mmutils To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20220211134445.A3D98FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164458708553670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Feb 11 13:44:45 UTC 2022 Added Files: pkgsrc/wm/mmutils: DESCR Makefile PLIST distinfo Log Message: wm/mmutils: import package mmutils (multi-monitor utilities) is a set of utilities for querying xrandr monitor information. Their main purpose is to be used alongside wmutils, but they will probably work with pretty much anything runs on top of Xorg. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/wm/mmutils/DESCR pkgsrc/wm/mmutils/Makefile \ pkgsrc/wm/mmutils/PLIST pkgsrc/wm/mmutils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164458708553670 Content-Disposition: inline Content-Length: 2441 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/wm/mmutils/DESCR diff -u /dev/null pkgsrc/wm/mmutils/DESCR:1.1 --- /dev/null Fri Feb 11 13:44:45 2022 +++ pkgsrc/wm/mmutils/DESCR Fri Feb 11 13:44:45 2022 @@ -0,0 +1,5 @@ +mmutils (multi-monitor utilities) is a set of utilities for querying xrandr +monitor information. + +Their main purpose is to be used alongside wmutils, but they will probably +work with pretty much anything runs on top of Xorg. Index: pkgsrc/wm/mmutils/Makefile diff -u /dev/null pkgsrc/wm/mmutils/Makefile:1.1 --- /dev/null Fri Feb 11 13:44:45 2022 +++ pkgsrc/wm/mmutils/Makefile Fri Feb 11 13:44:45 2022 @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2022/02/11 13:44:45 pin Exp $ + +DISTNAME= mmutils-1.4.1 +CATEGORIES= wm +MASTER_SITES= ${MASTER_SITE_GITHUB:=pockata/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/pockata/mmutils/ +COMMENT= Set of utilities to easily get xrandr monitor information +LICENSE= isc + +MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} + +SUBST_CLASSES+= configmk +SUBST_MESSAGE.configmk= Adjust comfig.mk +SUBST_STAGE.configmk= pre-configure +SUBST_FILES.configmk+= config.mk +SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,' +SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' +SUBST_SED.configmk+= -e 's/cc/${CC:Q}/' + +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} != "NetBSD" || ${X11_TYPE} == "modular" +DEPENDS+= xrandr-[0-9]*:../../x11/xrandr +.endif + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/wm/mmutils/PLIST diff -u /dev/null pkgsrc/wm/mmutils/PLIST:1.1 --- /dev/null Fri Feb 11 13:44:45 2022 +++ pkgsrc/wm/mmutils/PLIST Fri Feb 11 13:44:45 2022 @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2022/02/11 13:44:45 pin Exp $ +bin/lsm +bin/mattr +bin/pfm +man/man1/lsm.1 +man/man1/mattr.1 +man/man1/pfm.1 Index: pkgsrc/wm/mmutils/distinfo diff -u /dev/null pkgsrc/wm/mmutils/distinfo:1.1 --- /dev/null Fri Feb 11 13:44:45 2022 +++ pkgsrc/wm/mmutils/distinfo Fri Feb 11 13:44:45 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/02/11 13:44:45 pin Exp $ + +BLAKE2s (mmutils-1.4.1.tar.gz) = 7708a6c8197e87df81884153ab44a64f6266e5251aae4b1e76be9936029bee63 +SHA512 (mmutils-1.4.1.tar.gz) = c3aa3aee52459e72825dbcbf5d6131e0fb04d8db52f7e1432b0dc30de765e7e6f03ace276620399523f424e205d16dec16abb81ce044a57f687cd0af4a1f95b3 +Size (mmutils-1.4.1.tar.gz) = 8605 bytes --_----------=_164458708553670--