From owner-svn-ports-all@freebsd.org Fri Jul 5 19:08:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6684E15D225E; Fri, 5 Jul 2019 19:08:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BC3E84516; Fri, 5 Jul 2019 19:08:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB3B9E8A6; Fri, 5 Jul 2019 19:08:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x65J89Rr064718; Fri, 5 Jul 2019 19:08:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x65J88nq064712; Fri, 5 Jul 2019 19:08:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201907051908.x65J88nq064712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Jul 2019 19:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505908 - in head/sysutils: . netevent netevent/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/sysutils: . netevent netevent/files X-SVN-Commit-Revision: 505908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0BC3E84516 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.92)[-0.923,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2019 19:08:10 -0000 Author: jbeich Date: Fri Jul 5 19:08:08 2019 New Revision: 505908 URL: https://svnweb.freebsd.org/changeset/ports/505908 Log: sysutils/netevent: add new port PR: 238993 Submitted by: Greg V Added: head/sysutils/netevent/ head/sysutils/netevent/Makefile (contents, props changed) head/sysutils/netevent/distinfo (contents, props changed) head/sysutils/netevent/files/ head/sysutils/netevent/files/patch-Makefile (contents, props changed) head/sysutils/netevent/pkg-descr (contents, props changed) head/sysutils/netevent/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jul 5 19:06:42 2019 (r505907) +++ head/sysutils/Makefile Fri Jul 5 19:08:08 2019 (r505908) @@ -727,6 +727,7 @@ SUBDIR += ncdu SUBDIR += ndmpd SUBDIR += neofetch + SUBDIR += netevent SUBDIR += nfcutils SUBDIR += nfsping SUBDIR += nitrogen Added: head/sysutils/netevent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/netevent/Makefile Fri Jul 5 19:08:08 2019 (r505908) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= netevent +DISTVERSION= 0.2.1-79 +DISTVERSIONSUFFIX= -g37c47a4 +CATEGORIES= sysutils + +MAINTAINER= greg@unrelenting.technology +COMMENT= Tool for sharing uinput devices with other machines + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto + +USES= compiler:c++14-lang gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= Blub +HAS_CONFIGURE= yes +CPPFLAGS+= -D_WITH_GETLINE # XXX Remove after FreeBSD 11 EOL + +OPTIONS_DEFINE= EXAMPLES MANPAGES +OPTIONS_DEFAULT= EXAMPLES MANPAGES +OPTIONS_SUB= MANPAGES + +MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils +MANPAGES_CONFIGURE_OFF= --disable-doc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +do-install-MANPAGES-on: + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + +do-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/simple.ne2 ${STAGEDIR}${EXAMPLESDIR}/ + +.include Added: head/sysutils/netevent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/netevent/distinfo Fri Jul 5 19:08:08 2019 (r505908) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562264080 +SHA256 (Blub-netevent-0.2.1-79-g37c47a4_GH0.tar.gz) = 251c03781e289a940907990c1afb170cb8c80c1f36e7f8fc918662fa2fa25b18 +SIZE (Blub-netevent-0.2.1-79-g37c47a4_GH0.tar.gz) = 38725 Added: head/sysutils/netevent/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/netevent/files/patch-Makefile Fri Jul 5 19:08:08 2019 (r505908) @@ -0,0 +1,11 @@ +--- Makefile.orig 2018-12-07 15:42:58 UTC ++++ Makefile +@@ -8,7 +8,7 @@ MANDIR = $(DATAROOTDIR)/man + MAN1DIR = $(MANDIR)/man1 + + CPPFLAGS ?= -g +-CPPFLAGS += -Wall -Werror -Wno-unknown-pragmas ++CPPFLAGS += -Wall -Wno-unknown-pragmas + CXX ?= clang++ + # Code should compile with c++11 as well, but c++14 may have stricter + # attributes on some methods. Added: head/sysutils/netevent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/netevent/pkg-descr Fri Jul 5 19:08:08 2019 (r505908) @@ -0,0 +1,5 @@ +Netevent is a tool which can be used to share linux event devices with other +machines (either via /dev/uinput or by implementing a client for the same +protocol with other means). + +WWW: https://github.com/Blub/netevent Added: head/sysutils/netevent/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/netevent/pkg-plist Fri Jul 5 19:08:08 2019 (r505908) @@ -0,0 +1,3 @@ +bin/netevent +%%MANPAGES%%man/man1/netevent.1.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.ne2