From owner-svn-ports-head@freebsd.org Mon Oct 7 08:06:51 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30509FBA4A; Mon, 7 Oct 2019 08:06:51 +0000 (UTC) (envelope-from hselasky@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 46mtNq0PNxz4RP3; Mon, 7 Oct 2019 08:06:51 +0000 (UTC) (envelope-from hselasky@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 E17FEB8B6; Mon, 7 Oct 2019 08:06:50 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9786og8034378; Mon, 7 Oct 2019 08:06:50 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9786o7L034374; Mon, 7 Oct 2019 08:06:50 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201910070806.x9786o7L034374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Mon, 7 Oct 2019 08:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513925 - in head/sysutils: . rshim-user-space X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: in head/sysutils: . rshim-user-space X-SVN-Commit-Revision: 513925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 08:06:51 -0000 Author: hselasky Date: Mon Oct 7 08:06:49 2019 New Revision: 513925 URL: https://svnweb.freebsd.org/changeset/ports/513925 Log: Initial version of rshim-user-space port. Approved by: pi@ Sponsored by: Mellanox Technologies Added: head/sysutils/rshim-user-space/ head/sysutils/rshim-user-space/Makefile (contents, props changed) head/sysutils/rshim-user-space/distinfo (contents, props changed) head/sysutils/rshim-user-space/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Oct 7 07:52:02 2019 (r513924) +++ head/sysutils/Makefile Mon Oct 7 08:06:49 2019 (r513925) @@ -1070,6 +1070,7 @@ SUBDIR += roct SUBDIR += roottail SUBDIR += rovclock + SUBDIR += rshim-user-space SUBDIR += rpi-firmware SUBDIR += rsnapshot SUBDIR += rsyncbackup Added: head/sysutils/rshim-user-space/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rshim-user-space/Makefile Mon Oct 7 08:06:49 2019 (r513925) @@ -0,0 +1,44 @@ +# Created by: Hans Petter Selasky +# $FreeBSD$ + +PORTNAME= rshim-user-space +PORTVERSION= 1.0 +CATEGORIES= sysutils + +MAINTAINER= hselasky@FreeBSD.org +COMMENT= Userspace daemon for the Mellanox BlueField SoC + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ + libpci.so:devel/libpci \ + libpciaccess.so:devel/libpciaccess + +USES= gmake tar:bzip2 + +USE_GITHUB= yes +GH_ACCOUNT= Mellanox +GH_PROJECT= rshim-user-space +GH_TAGNAME= v1.0-alpha.1 + +OPTIONS_DEFINE= DEBUG +OPTIONS_DEFAULT= + +DEBUG_DESC= Build with debugging support +DEBUG_MAKE_ARGS=HAVE_DEBUG=YES + +PLIST_FILES= sbin/bfrshim + +MAKE_ARGS+= CC="${CC}" \ + PREFIX="${PREFIX}" \ + LOCALBASE="${LOCALBASE}" + +MAKEFILE= Makefile.freebsd + +.include + +.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1201500 || !exists(/usr/lib/libcuse.so) +IGNORE= not supported on this operating system combination +.endif + +.include Added: head/sysutils/rshim-user-space/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rshim-user-space/distinfo Mon Oct 7 08:06:49 2019 (r513925) @@ -0,0 +1,3 @@ +TIMESTAMP = 1570178499 +SHA256 (Mellanox-rshim-user-space-1.0-v1.0-alpha.1_GH0.tar.gz) = 1ede7904c720bf94e29d22619b83bd6a5fe6044bdb274f54ca9b3bf06def71aa +SIZE (Mellanox-rshim-user-space-1.0-v1.0-alpha.1_GH0.tar.gz) = 37044 Added: head/sysutils/rshim-user-space/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rshim-user-space/pkg-descr Mon Oct 7 08:06:49 2019 (r513925) @@ -0,0 +1,9 @@ +rshim-user-space is a daemon for accessing the Mellanox BlueField SoC either +via PCI or USB. + +The daemon provide virtual character and network devices for accessing the +console of the Mellanox Bluefield device. Refer to +https://www.mellanox.com/products/bluefield-overview +for more information. + +WWW: https://github.com/Mellanox/rshim-user-space/