import xdimmer-1.1

a small utility to dim the backlight when idle
This commit is contained in:
jcs 2015-10-29 00:36:12 +00:00
parent e6cd8caeea
commit ebedeece95
4 changed files with 36 additions and 0 deletions

28
x11/xdimmer/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/10/29 00:36:12 jcs Exp $
COMMENT= utility to dim the screen backlight when idle
V= 1.1
DISTNAME= v${V}
DIST_SUBDIR= xdimmer
PKGNAME= ${DIST_SUBDIR}-${V}
CATEGORIES= x11
HOMEPAGE= https://github.com/jcs/xdimmer
MAINTAINER= joshua stein <jcs@openbsd.org>
MASTER_SITES= ${HOMEPAGE}/archive/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB+= X11 Xext Xrandr c
FAKE_FLAGS= DESTDIR=
NO_TEST= Yes
WRKDIST= ${WRKDIR}/${PKGNAME}
.include <bsd.port.mk>

2
x11/xdimmer/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (xdimmer/v1.1.tar.gz) = 7yHKMBoUlvS03cQeNDjaPm9k2f4TyVu5I/K2fmLXtyQ=
SIZE (xdimmer/v1.1.tar.gz) = 5099

3
x11/xdimmer/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
xdimmer is a small utility to automatically dim the screen when
no keyboard or mouse input has been detected in the configured
number of seconds, and brighten it once input is detected.

3
x11/xdimmer/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/10/29 00:36:12 jcs Exp $
@bin bin/xdimmer
@man man/man1/xdimmer.1