summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-31 01:34:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-31 01:34:50 +0000
commit66a7b98f0da59061cffeff45563f75b9ca142923 (patch)
tree132f62cf9ff2f1f3fa549d1ff0a8864323e054e8
parent- why does cvs hate me ? (diff)
This package contains xbrightness, a commandline tool for altering the
brightness (and optionally gamma) through the X server. WWW: http://disjunkt.com/xbrightness/ PR: ports/143385 Submitted by: Michiel Overtoom <motoom at xs4all.nl>
Notes
Notes: svn path=/head/; revision=248908
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xbrightness/Makefile23
-rw-r--r--x11/xbrightness/distinfo3
-rw-r--r--x11/xbrightness/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index cc298d6de5bc..eeb67e93d4ee 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -338,6 +338,7 @@
SUBDIR += xbindkeys
SUBDIR += xbindkeys_config
SUBDIR += xbitmaps
+ SUBDIR += xbrightness
SUBDIR += xcalc
SUBDIR += xcalib
SUBDIR += xcb
diff --git a/x11/xbrightness/Makefile b/x11/xbrightness/Makefile
new file mode 100644
index 000000000000..5c822b1ef117
--- /dev/null
+++ b/x11/xbrightness/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xbrightness
+# Date Created: 30 January 2010
+# Whom: Michiel Overtoom <motoom@xs4all.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xbrightness
+PORTVERSION= 0.3
+CATEGORIES= x11
+MASTER_SITES= http://disjunkt.com/xbrightness/ ftp://ftp.motoom.net/files/
+
+MAINTAINER= motoom@xs4all.nl
+COMMENT= Brightness and gamma correction through the X server
+
+USE_XORG= x11 xxf86vm ice xmu xt xaw
+USE_IMAKE= yes
+
+PLIST_FILES= bin/xbrightness
+
+MAN1= xbrightness.1
+
+.include <bsd.port.mk>
diff --git a/x11/xbrightness/distinfo b/x11/xbrightness/distinfo
new file mode 100644
index 000000000000..189ee8d583e1
--- /dev/null
+++ b/x11/xbrightness/distinfo
@@ -0,0 +1,3 @@
+MD5 (xbrightness-0.3.tar.gz) = 1f382ee6d66d6bc70de267c448b63d19
+SHA256 (xbrightness-0.3.tar.gz) = ac294649d05b2bb838ce2a3a9e1d02eec6004abb2fcfd683897447abff32bf53
+SIZE (xbrightness-0.3.tar.gz) = 2872
diff --git a/x11/xbrightness/pkg-descr b/x11/xbrightness/pkg-descr
new file mode 100644
index 000000000000..8481b538a903
--- /dev/null
+++ b/x11/xbrightness/pkg-descr
@@ -0,0 +1,4 @@
+This package contains xbrightness, a commandline tool for altering the
+brightness (and optionally gamma) through the X server.
+
+WWW: http://disjunkt.com/xbrightness/