pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/mmutils wm/mmutils: import package
details: https://anonhg.NetBSD.org/pkgsrc/rev/9985a9ce0dc4
branches: trunk
changeset: 373497:9985a9ce0dc4
user: pin <pin%pkgsrc.org@localhost>
date: Fri Feb 11 13:44:45 2022 +0000
description:
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.
diffstat:
wm/mmutils/DESCR | 5 +++++
wm/mmutils/Makefile | 30 ++++++++++++++++++++++++++++++
wm/mmutils/PLIST | 7 +++++++
wm/mmutils/distinfo | 5 +++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r 76db9f4fedce -r 9985a9ce0dc4 wm/mmutils/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mmutils/DESCR Fri Feb 11 13:44:45 2022 +0000
@@ -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.
diff -r 76db9f4fedce -r 9985a9ce0dc4 wm/mmutils/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mmutils/Makefile Fri Feb 11 13:44:45 2022 +0000
@@ -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"
diff -r 76db9f4fedce -r 9985a9ce0dc4 wm/mmutils/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mmutils/PLIST Fri Feb 11 13:44:45 2022 +0000
@@ -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
diff -r 76db9f4fedce -r 9985a9ce0dc4 wm/mmutils/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/mmutils/distinfo Fri Feb 11 13:44:45 2022 +0000
@@ -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