diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xbrightness/Makefile | 23 | ||||
-rw-r--r-- | x11/xbrightness/distinfo | 3 | ||||
-rw-r--r-- | x11/xbrightness/pkg-descr | 4 |
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/ |