svn commit: r558187 - in head/sysutils: . libg15 libg15render

Max Brazhnikov makc at FreeBSD.org
Tue Dec 15 22:04:08 UTC 2020


Author: makc
Date: Tue Dec 15 22:04:05 2020
New Revision: 558187
URL: https://svnweb.freebsd.org/changeset/ports/558187

Log:
  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

Added:
  head/sysutils/libg15/
  head/sysutils/libg15/Makefile   (contents, props changed)
  head/sysutils/libg15/distinfo   (contents, props changed)
  head/sysutils/libg15/pkg-descr   (contents, props changed)
  head/sysutils/libg15/pkg-plist   (contents, props changed)
  head/sysutils/libg15render/
  head/sysutils/libg15render/Makefile   (contents, props changed)
  head/sysutils/libg15render/distinfo   (contents, props changed)
  head/sysutils/libg15render/pkg-descr   (contents, props changed)
  head/sysutils/libg15render/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Dec 15 21:55:27 2020	(r558186)
+++ head/sysutils/Makefile	Tue Dec 15 22:04:05 2020	(r558187)
@@ -589,6 +589,8 @@
     SUBDIR += libcpuid
     SUBDIR += libdnf
     SUBDIR += libfvde
+    SUBDIR += libg15
+    SUBDIR += libg15render
     SUBDIR += libgksu
     SUBDIR += libieee1284
     SUBDIR += libretto-config

Added: head/sysutils/libg15/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15/Makefile	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	libg15
+PORTVERSION=	1.2.7
+CATEGORIES=	sysutils
+MASTER_SITES=	SF/g15tools/libg15/${PORTVERSION}
+
+MAINTAINER=	menelkir at 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>

Added: head/sysutils/libg15/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15/distinfo	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608067028
+SHA256 (libg15-1.2.7.tar.bz2) = 132febe27e66fd9ee1cb7675ef2b0d99b5a404c28923494ff995012b847179d6
+SIZE (libg15-1.2.7.tar.bz2) = 232475

Added: head/sysutils/libg15/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15/pkg-descr	Tue Dec 15 22:04:05 2020	(r558187)
@@ -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

Added: head/sysutils/libg15/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15/pkg-plist	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,5 @@
+include/libg15.h
+lib/libg15.a
+lib/libg15.so
+lib/libg15.so.1
+lib/libg15.so.1.0.0

Added: head/sysutils/libg15render/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15render/Makefile	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	libg15render
+PORTVERSION=	1.2
+CATEGORIES=	sysutils
+MASTER_SITES=	SF/g15tools/libg15render/${PORTVERSION}
+
+MAINTAINER=	menelkir at 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>

Added: head/sysutils/libg15render/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15render/distinfo	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602857268
+SHA256 (libg15render-1.2.tar.bz2) = d22335af6a17ec44799da82671778d2072499b26c5773ab913d9ba20d159d20f
+SIZE (libg15render-1.2.tar.bz2) = 246034

Added: head/sysutils/libg15render/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15render/pkg-descr	Tue Dec 15 22:04:05 2020	(r558187)
@@ -0,0 +1,3 @@
+Render text and graphics to a buffer usable by libg15.
+
+WWW: https://sourceforge.net/projects/g15tools

Added: head/sysutils/libg15render/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/libg15render/pkg-plist	Tue Dec 15 22:04:05 2020	(r558187)
@@ -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


More information about the svn-ports-all mailing list