pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import light 1.2.2 as wip/light.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By: fcambus
Date: Mon Mar 30 18:49:49 2020 +0200
Changeset: ada436ef40323fd287a1bb50ce2eb8ee38e8d58e
Modified Files:
Makefile
Added Files:
light/DESCR
light/Makefile
light/PLIST
light/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ada436ef40323fd287a1bb50ce2eb8ee38e8d58e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
light/DESCR | 8 ++++++++
light/Makefile | 22 ++++++++++++++++++++++
light/PLIST | 6 ++++++
light/distinfo | 6 ++++++
5 files changed, 43 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 62db81ac48..b4c66c7652 100644
--- a/Makefile
+++ b/Makefile
@@ -1998,6 +1998,7 @@ SUBDIR+= libzn-poly
SUBDIR+= libzrtp
SUBDIR+= lidia
SUBDIR+= lie
+SUBDIR+= light
SUBDIR+= light-desktop
SUBDIR+= lightdm
SUBDIR+= lightdm-gtk-greeter
diff --git a/light/DESCR b/light/DESCR
new file mode 100644
index 0000000000..10716a2cdb
--- /dev/null
+++ b/light/DESCR
@@ -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.
diff --git a/light/Makefile b/light/Makefile
new file mode 100644
index 0000000000..43587dfb2d
--- /dev/null
+++ b/light/Makefile
@@ -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@localhost
+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"
diff --git a/light/PLIST b/light/PLIST
new file mode 100644
index 0000000000..f6742b6d0e
--- /dev/null
+++ b/light/PLIST
@@ -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
diff --git a/light/distinfo b/light/distinfo
new file mode 100644
index 0000000000..bc7959e6b5
--- /dev/null
+++ b/light/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index