diff options
author | flz <flz@FreeBSD.org> | 2007-09-14 03:45:08 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-09-14 03:45:08 +0800 |
commit | e834c080fbcd49b7691f9cc56e1bac850897da63 (patch) | |
tree | 2d6de9d0a7f1a29f6b03a566b76ab749b25a90d4 /x11/xbacklight | |
parent | ebe82e20eae947e28cd10cdab731cd3e11debc36 (diff) | |
download | freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.gz freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.tar.zst freebsd-ports-gnome-e834c080fbcd49b7691f9cc56e1bac850897da63.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@
Diffstat (limited to 'x11/xbacklight')
-rw-r--r-- | x11/xbacklight/Makefile | 21 | ||||
-rw-r--r-- | x11/xbacklight/distinfo | 3 | ||||
-rw-r--r-- | x11/xbacklight/pkg-descr | 2 |
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. |