Add sysutils/libg15 and sysutils/libg15render:

API and library for control of LCD and the extra keys on Logitech keyboards.

PR:		250429
PR:		250430
Submitted by:	Daniel Menelkir
This commit is contained in:
Max Brazhnikov 2020-12-15 22:04:05 +00:00
parent 41148365fe
commit aa68fe71b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558187
9 changed files with 68 additions and 0 deletions

View File

@ -589,6 +589,8 @@
SUBDIR += libcpuid
SUBDIR += libdnf
SUBDIR += libfvde
SUBDIR += libg15
SUBDIR += libg15render
SUBDIR += libgksu
SUBDIR += libieee1284
SUBDIR += libretto-config

20
sysutils/libg15/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= libg15
PORTVERSION= 1.2.7
CATEGORIES= sysutils
MASTER_SITES= SF/g15tools/libg15/${PORTVERSION}
MAINTAINER= menelkir@itroll.org
COMMENT= API for control of LCD and the extra keys on Logitech keyboards
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>

3
sysutils/libg15/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608067028
SHA256 (libg15-1.2.7.tar.bz2) = 132febe27e66fd9ee1cb7675ef2b0d99b5a404c28923494ff995012b847179d6
SIZE (libg15-1.2.7.tar.bz2) = 232475

View File

@ -0,0 +1,4 @@
API for control of the LCD display and the extra keys on some
Logitech keyboards.
WWW: https://sourceforge.net/projects/g15tools

View File

@ -0,0 +1,5 @@
include/libg15.h
lib/libg15.a
lib/libg15.so
lib/libg15.so.1
lib/libg15.so.1.0.0

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= libg15render
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= SF/g15tools/libg15render/${PORTVERSION}
MAINTAINER= menelkir@itroll.org
COMMENT= Library to render the LCD screen on Logitech keyboards
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libg15.so:sysutils/libg15
USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1602857268
SHA256 (libg15render-1.2.tar.bz2) = d22335af6a17ec44799da82671778d2072499b26c5773ab913d9ba20d159d20f
SIZE (libg15render-1.2.tar.bz2) = 246034

View File

@ -0,0 +1,3 @@
Render text and graphics to a buffer usable by libg15.
WWW: https://sourceforge.net/projects/g15tools

View File

@ -0,0 +1,6 @@
include/libg15render.h
lib/libg15render.a
lib/libg15render.so
lib/libg15render.so.1
lib/libg15render.so.1.1.0
man/man3/libg15render.3.gz