From 66a7b98f0da59061cffeff45563f75b9ca142923 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 31 Jan 2010 01:34:50 +0000 Subject: 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 --- x11/Makefile | 1 + x11/xbrightness/Makefile | 23 +++++++++++++++++++++++ x11/xbrightness/distinfo | 3 +++ x11/xbrightness/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 x11/xbrightness/Makefile create mode 100644 x11/xbrightness/distinfo create mode 100644 x11/xbrightness/pkg-descr (limited to 'x11') 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 +# +# $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 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/ -- cgit v1.2.3