Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 16:35:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531947 - in head/devel: . libevdevPlus
Message-ID:  <202004171635.03HGZVLJ059960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 17 16:35:30 2020
New Revision: 531947
URL: https://svnweb.freebsd.org/changeset/ports/531947

Log:
  new port devel/libevdevPlus
  
  Easy-to-use event device library in C++
  
  WWW: https://github.com/YukiWorkshop/libevdevPlus

Added:
  head/devel/libevdevPlus/
  head/devel/libevdevPlus/Makefile   (contents, props changed)
  head/devel/libevdevPlus/distinfo   (contents, props changed)
  head/devel/libevdevPlus/pkg-descr   (contents, props changed)
  head/devel/libevdevPlus/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 17 16:33:45 2020	(r531946)
+++ head/devel/Makefile	Fri Apr 17 16:35:30 2020	(r531947)
@@ -1174,6 +1174,7 @@
     SUBDIR += libestr
     SUBDIR += libev
     SUBDIR += libevdev
+    SUBDIR += libevdevPlus
     SUBDIR += libevent
     SUBDIR += libevt
     SUBDIR += libevtx

Added: head/devel/libevdevPlus/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libevdevPlus/Makefile	Fri Apr 17 16:35:30 2020	(r531947)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	libevdevPlus
+PORTVERSION=	0.1.1
+DISTVERSIONPREFIX=	v
+CATEGORIES=	devel
+
+MAINTAINER=	bapt@FreeBSD.org
+COMMENT=	Easy-to-use event device library in C++
+
+LICENSE=	MIT
+LICENSE_FILES=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto
+
+USES=	cmake localbase
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	YukiWorkshop
+
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/devel/libevdevPlus/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libevdevPlus/distinfo	Fri Apr 17 16:35:30 2020	(r531947)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587109323
+SHA256 (YukiWorkshop-libevdevPlus-v0.1.1_GH0.tar.gz) = c941b6b45f784c1e6c6f316f59256fabd604ac392db405cf7fd99de2686aaab0
+SIZE (YukiWorkshop-libevdevPlus-v0.1.1_GH0.tar.gz) = 9448

Added: head/devel/libevdevPlus/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libevdevPlus/pkg-descr	Fri Apr 17 16:35:30 2020	(r531947)
@@ -0,0 +1,3 @@
+Easy-to-use event device library in C++
+
+WWW: https://github.com/YukiWorkshop/libevdevPlus

Added: head/devel/libevdevPlus/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libevdevPlus/pkg-plist	Fri Apr 17 16:35:30 2020	(r531947)
@@ -0,0 +1,8 @@
+include/evdevPlus/CommonIncludes.hpp
+include/evdevPlus/InputEvent.hpp
+include/evdevPlus/evdevPlus.hpp
+lib/libevdevPlus.a
+lib/libevdevPlus.so
+lib/libevdevPlus.so.0
+lib/libevdevPlus.so.0.1.1
+libdata/pkgconfig/evdevPlus.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171635.03HGZVLJ059960>