pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xbacklight PR pkg/38156 Yorick Hardy: New package ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b3beb33c447
branches:  trunk
changeset: 539410:1b3beb33c447
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 04 19:43:26 2008 +0000

description:
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:

 x11/xbacklight/DESCR    |   5 +++++
 x11/xbacklight/Makefile |  24 ++++++++++++++++++++++++
 x11/xbacklight/PLIST    |   3 +++
 x11/xbacklight/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r eb3747fdac47 -r 1b3beb33c447 x11/xbacklight/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbacklight/DESCR      Tue Mar 04 19:43:26 2008 +0000
@@ -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 -r eb3747fdac47 -r 1b3beb33c447 x11/xbacklight/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbacklight/Makefile   Tue Mar 04 19:43:26 2008 +0000
@@ -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@localhost
+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 -r eb3747fdac47 -r 1b3beb33c447 x11/xbacklight/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbacklight/PLIST      Tue Mar 04 19:43:26 2008 +0000
@@ -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 -r eb3747fdac47 -r 1b3beb33c447 x11/xbacklight/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbacklight/distinfo   Tue Mar 04 19:43:26 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index