aboutsummaryrefslogtreecommitdiff
path: root/x11/xbacklight
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-09-13 19:45:08 +0000
commit62df320cc3d1faf415675ee470a2b6338548e00b (patch)
tree6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/xbacklight
parent87cca574fd7f379db0710c925eab655b62046077 (diff)
downloadports-62df320cc3d1faf415675ee470a2b6338548e00b.tar.gz
ports-62df320cc3d1faf415675ee470a2b6338548e00b.zip
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Notes
Notes: svn path=/head/; revision=199427
Diffstat (limited to 'x11/xbacklight')
-rw-r--r--x11/xbacklight/Makefile21
-rw-r--r--x11/xbacklight/distinfo3
-rw-r--r--x11/xbacklight/pkg-descr2
3 files changed, 26 insertions, 0 deletions
diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile
new file mode 100644
index 000000000000..2130579ee442
--- /dev/null
+++ b/x11/xbacklight/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xbacklight
+# Date Created: 11 Sep 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xbacklight
+PORTVERSION= 1.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Program to adjust backlight brightness
+
+XORG_CAT= app
+USE_XORG= x11 xrender xrandr
+
+MAN1= xbacklight.1
+PLIST_FILES= bin/xbacklight
+
+.include <bsd.port.mk>
diff --git a/x11/xbacklight/distinfo b/x11/xbacklight/distinfo
new file mode 100644
index 000000000000..6049f5e5478c
--- /dev/null
+++ b/x11/xbacklight/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xbacklight-1.1.tar.bz2) = 51b4a1c0ae2b3bd77417306fd78a3e94
+SHA256 (xorg/app/xbacklight-1.1.tar.bz2) = c795001f15974569e16f25b201ac2ac7666c5a646f8d0de3afa0c3a1ba5d64a4
+SIZE (xorg/app/xbacklight-1.1.tar.bz2) = 79964
diff --git a/x11/xbacklight/pkg-descr b/x11/xbacklight/pkg-descr
new file mode 100644
index 000000000000..220f1b596e24
--- /dev/null
+++ b/x11/xbacklight/pkg-descr
@@ -0,0 +1,2 @@
+The xbacklight program adjusts backlight brightness
+using RandR extension.