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:
parent
41148365fe
commit
aa68fe71b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558187
@ -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
20
sysutils/libg15/Makefile
Normal 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
3
sysutils/libg15/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608067028
|
||||
SHA256 (libg15-1.2.7.tar.bz2) = 132febe27e66fd9ee1cb7675ef2b0d99b5a404c28923494ff995012b847179d6
|
||||
SIZE (libg15-1.2.7.tar.bz2) = 232475
|
4
sysutils/libg15/pkg-descr
Normal file
4
sysutils/libg15/pkg-descr
Normal 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
|
5
sysutils/libg15/pkg-plist
Normal file
5
sysutils/libg15/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/libg15.h
|
||||
lib/libg15.a
|
||||
lib/libg15.so
|
||||
lib/libg15.so.1
|
||||
lib/libg15.so.1.0.0
|
22
sysutils/libg15render/Makefile
Normal file
22
sysutils/libg15render/Makefile
Normal 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>
|
3
sysutils/libg15render/distinfo
Normal file
3
sysutils/libg15render/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1602857268
|
||||
SHA256 (libg15render-1.2.tar.bz2) = d22335af6a17ec44799da82671778d2072499b26c5773ab913d9ba20d159d20f
|
||||
SIZE (libg15render-1.2.tar.bz2) = 246034
|
3
sysutils/libg15render/pkg-descr
Normal file
3
sysutils/libg15render/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Render text and graphics to a buffer usable by libg15.
|
||||
|
||||
WWW: https://sourceforge.net/projects/g15tools
|
6
sysutils/libg15render/pkg-plist
Normal file
6
sysutils/libg15render/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user