pkgsrc-WIP-changes archive

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

import xbrightness



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Jun 12 16:47:45 2022 +0200
Changeset:	59eab7df4867e3f3c245c130d5db500faa84a27c

Modified Files:
	Makefile
Added Files:
	xbrightness/DESCR
	xbrightness/Makefile
	xbrightness/PLIST
	xbrightness/distinfo

Log Message:
import xbrightness

Provide via e-mail by MAINTAINER.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59eab7df4867e3f3c245c130d5db500faa84a27c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 xbrightness/DESCR    |  2 ++
 xbrightness/Makefile | 23 +++++++++++++++++++++++
 xbrightness/PLIST    |  3 +++
 xbrightness/distinfo |  5 +++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 00d36edc9b..06bf2a7f3a 100644
--- a/Makefile
+++ b/Makefile
@@ -5999,6 +5999,7 @@ SUBDIR+=	xbase
 SUBDIR+=	xbelmark
 SUBDIR+=	xbnbt
 SUBDIR+=	xbps
+SUBDIR+=	xbrightness
 SUBDIR+=	xbsql
 SUBDIR+=	xcape
 SUBDIR+=	xcb-util-xrm-git
diff --git a/xbrightness/DESCR b/xbrightness/DESCR
new file mode 100644
index 0000000000..198eed27b0
--- /dev/null
+++ b/xbrightness/DESCR
@@ -0,0 +1,2 @@
+xbrightness is a command-line tool for altering the brightness (and optionally
+gamma) at software level, through the X server.
diff --git a/xbrightness/Makefile b/xbrightness/Makefile
new file mode 100644
index 0000000000..744218d4c5
--- /dev/null
+++ b/xbrightness/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	xbrightness-0.3
+CATEGORIES=	x11
+MASTER_SITES=	http://disjunkt.com/xbrightness/
+
+MAINTAINER=	vms%retrobsd.ddns.net@localhost
+HOMEPAGE=	http://disjunkt.com/xbrightness/
+COMMENT=	Brightness and gamma correction through the X server
+LICENSE=	mit
+
+USE_IMAKE=	yes
+
+.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xbrightness/PLIST b/xbrightness/PLIST
new file mode 100644
index 0000000000..f64bc225b4
--- /dev/null
+++ b/xbrightness/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/xbrightness
+man/man1/xbrightness.1
diff --git a/xbrightness/distinfo b/xbrightness/distinfo
new file mode 100644
index 0000000000..73d70ef6bc
--- /dev/null
+++ b/xbrightness/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xbrightness-0.3.tar.gz) = ee52ad4d6f4d27e6c65b0773a441e9157847e1529afb6aaa9061dd3088f5c3a9
+SHA512 (xbrightness-0.3.tar.gz) = d98bdafa3ef1e97ec9a9b483a5570a9abd44ab0d62ddc14f818c36073915811e8922ff6c12bf922eec710270c17678e5b34a9b59e98b6099cf7decd2af4d0ec3
+Size (xbrightness-0.3.tar.gz) = 2872 bytes


Home | Main Index | Thread Index | Old Index