summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn>2008-03-04 19:43:26 +0000
committertnn <tnn>2008-03-04 19:43:26 +0000
commit6667c0b7e5715d13003424e83f3879284ae8aea2 (patch)
tree1035a558cd854b6979d439fd1bbd1e6a9bf07e13 /x11
parenta2d2a35367f2977ef43eecc43116b53ef59df6ee (diff)
downloadpkgsrc-6667c0b7e5715d13003424e83f3879284ae8aea2.tar.gz
PR pkg/38156 Yorick Hardy: New package x11/xbacklight.
(Some minor fixes from me) Xbacklight is used to adjust the backlight brightness where supported. It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. This is from the modular X.org X11 project. Because this is X.org, give Joerg maintainership. Give away if you wish.
Diffstat (limited to 'x11')
-rw-r--r--x11/xbacklight/DESCR5
-rw-r--r--x11/xbacklight/Makefile24
-rw-r--r--x11/xbacklight/PLIST3
-rw-r--r--x11/xbacklight/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/xbacklight/DESCR b/x11/xbacklight/DESCR
new file mode 100644
index 00000000000..95fde8325ae
--- /dev/null
+++ b/x11/xbacklight/DESCR
@@ -0,0 +1,5 @@
+Xbacklight is used to adjust the backlight brightness where supported.
+It finds all outputs on the X server supporting backlight brightness
+control and changes them all in the same way.
+
+This is from the modular X.org X11 project.
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile
new file mode 100644
index 00000000000..e81043143a3
--- /dev/null
+++ b/x11/xbacklight/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/04 19:43:26 tnn Exp $
+#
+
+DISTNAME= xbacklight-1.1
+CATEGORIES= x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Adjust backlight brightness using RandR extension
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xbacklight/PLIST b/x11/xbacklight/PLIST
new file mode 100644
index 00000000000..863b99ccac3
--- /dev/null
+++ b/x11/xbacklight/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 19:43:26 tnn Exp $
+bin/xbacklight
+man/man1/xbacklight.1
diff --git a/x11/xbacklight/distinfo b/x11/xbacklight/distinfo
new file mode 100644
index 00000000000..b61811d6016
--- /dev/null
+++ b/x11/xbacklight/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/04 19:43:26 tnn Exp $
+
+SHA1 (xbacklight-1.1.tar.bz2) = 963f154ecaeaddcc609c640d683319a20ee3d5e8
+RMD160 (xbacklight-1.1.tar.bz2) = 7ce064b07716823aecc3cf09b3d94ee0599ee15f
+Size (xbacklight-1.1.tar.bz2) = 79964 bytes