pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/mmutils



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index