[74345] trunk/dports/x11

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 13 12:03:33 PST 2010


Revision: 74345
          http://trac.macports.org/changeset/74345
Author:   jeremyhu at macports.org
Date:     2010-12-13 12:03:22 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
xbacklight: New port to control an LCD backlight using RandR

Added Paths:
-----------
    trunk/dports/x11/xbacklight/
    trunk/dports/x11/xbacklight/Portfile

Added: trunk/dports/x11/xbacklight/Portfile
===================================================================
--- trunk/dports/x11/xbacklight/Portfile	                        (rev 0)
+++ trunk/dports/x11/xbacklight/Portfile	2010-12-13 20:03:22 UTC (rev 74345)
@@ -0,0 +1,28 @@
+# $Id: Portfile 72950 2010-10-30 20:08:00Z jeremyhu at macports.org $
+
+PortSystem          1.0
+name                xbacklight
+version             1.1.2
+categories          x11
+maintainers         jeremyhu openmaintainer
+description         Control an LCD backlight through RandR
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://www.x.org/
+master_sites        http://xorg.freedesktop.org/archive/individual/app/
+use_bzip2           yes
+
+checksums           md5     c9891d6a3f3129d56cede72daa0ba26c \
+                    sha1    e297b359ab83f3844ca5ea1c23280b2f8bb71cfd \
+                    rmd160  af2502cd91b7169517009c5036ff43de1d738fc4
+
+depends_build       port:pkgconfig
+
+depends_lib         port:xorg-libXrandr
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
+livecheck.url       ${master_sites}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101213/9e675921/attachment.html>


More information about the macports-changes mailing list