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>
This commit is contained in:
parent
9f11d53135
commit
66a7b98f0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248908
4 changed files with 31 additions and 0 deletions
|
@ -338,6 +338,7 @@
|
|||
SUBDIR += xbindkeys
|
||||
SUBDIR += xbindkeys_config
|
||||
SUBDIR += xbitmaps
|
||||
SUBDIR += xbrightness
|
||||
SUBDIR += xcalc
|
||||
SUBDIR += xcalib
|
||||
SUBDIR += xcb
|
||||
|
|
23
x11/xbrightness/Makefile
Normal file
23
x11/xbrightness/Makefile
Normal file
|
@ -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>
|
3
x11/xbrightness/distinfo
Normal file
3
x11/xbrightness/distinfo
Normal file
|
@ -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
|
4
x11/xbrightness/pkg-descr
Normal file
4
x11/xbrightness/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue