Import light 1.2.2 as wip/light.

Light is a program to control backlights and other lights under Linux:

- Works where other software has proven unreliable (xbacklight etc.)
- Works even in a fully CLI-environment, i.e. it does not rely on X
- Provides functionality to automatically control backlights with the
  highest precision available
- Extra features, like setting a minimum brightness value for controllers,
  or saving/restoring the value for poweroffs/boots.
This commit is contained in:
Frederic Cambus 2020-03-30 18:49:49 +02:00
parent a9027d8406
commit ada436ef40
No known key found for this signature in database
GPG Key ID: B0C0843E8831F5A9
5 changed files with 43 additions and 0 deletions

View File

@ -1998,6 +1998,7 @@ SUBDIR+= libzn-poly
SUBDIR+= libzrtp
SUBDIR+= lidia
SUBDIR+= lie
SUBDIR+= light
SUBDIR+= light-desktop
SUBDIR+= lightdm
SUBDIR+= lightdm-gtk-greeter

8
light/DESCR Normal file
View File

@ -0,0 +1,8 @@
Light is a program to control backlights and other lights under Linux:
- Works where other software has proven unreliable (xbacklight etc.)
- Works even in a fully CLI-environment, i.e. it does not rely on X
- Provides functionality to automatically control backlights with the
highest precision available
- Extra features, like setting a minimum brightness value for controllers,
or saving/restoring the value for poweroffs/boots.

22
light/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $NetBSD$
DISTNAME= light-1.2.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=haikarainen/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://github.com/haikarainen/light/
COMMENT= Control backlights (and other hardware lights) under Linux
LICENSE= gnu-gpl-v3
ONLY_FOR_PLATFORM+= Linux-*-*
USE_TOOLS+= autoconf automake
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../mk/bsd.pkg.mk"

6
light/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $NetBSD$
bin/light
man/man1/light.1
share/doc/light/COPYING
share/doc/light/ChangeLog.md
share/doc/light/README.md

6
light/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (light-1.2.2.tar.gz) = 61c7ab0a8b44da4e4804fb46255f92c632fa9924
RMD160 (light-1.2.2.tar.gz) = cfa0bceea50afdd1e4dbf6c82ce531ea35377d24
SHA512 (light-1.2.2.tar.gz) = 5815394fb1545d1e06234c261d475e1836e4c43e47e7707b8628891d20b70db04f1661b78ca1d236d549c734430b606498fa46de060c854791b13cf49de07b59
Size (light-1.2.2.tar.gz) = 33009 bytes