From owner-svn-ports-head@freebsd.org Mon Sep 2 06:27:39 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 0B95CD2C43; Mon, 2 Sep 2019 06:27:39 +0000 (UTC) (envelope-from koobs@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 46MKrV6L0pz4Jl6; Mon, 2 Sep 2019 06:27:38 +0000 (UTC) (envelope-from koobs@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 9E482DE9F; Mon, 2 Sep 2019 06:27:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x826Rchp007461; Mon, 2 Sep 2019 06:27:38 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x826RbNS007457; Mon, 2 Sep 2019 06:27:37 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201909020627.x826RbNS007457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 2 Sep 2019 06:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510761 - in head/net: . aquantia-atlantic-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net: . aquantia-atlantic-kmod X-SVN-Commit-Revision: 510761 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, 02 Sep 2019 06:27:39 -0000 Author: koobs Date: Mon Sep 2 06:27:37 2019 New Revision: 510761 URL: https://svnweb.freebsd.org/changeset/ports/510761 Log: [NEW PORT] net/aquantia-atlantic-kmod: Aquantia AQtion (Atlantic) Network Driver (Development Preview) Aquantia AQC multigigabit NIC FreeBSD Driver Supports: * Aquantia AQtion 10Gbit Network Adapter * Aquantia AQtion 5Gbit Network Adapter * Aquantia AQtion 2.5Gbit Network Adapter WWW: https://github.com/Aquantia/aqtion-freebsd PR: 238324 Reported by: many Added: head/net/aquantia-atlantic-kmod/ head/net/aquantia-atlantic-kmod/Makefile (contents, props changed) head/net/aquantia-atlantic-kmod/distinfo (contents, props changed) head/net/aquantia-atlantic-kmod/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Sep 2 06:02:54 2019 (r510760) +++ head/net/Makefile Mon Sep 2 06:27:37 2019 (r510761) @@ -23,6 +23,7 @@ SUBDIR += apinger SUBDIR += appkonference SUBDIR += aprsc + SUBDIR += aquantia-atlantic-kmod SUBDIR += arp-scan SUBDIR += arp-sk SUBDIR += arpdig Added: head/net/aquantia-atlantic-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/aquantia-atlantic-kmod/Makefile Mon Sep 2 06:27:37 2019 (r510761) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= aquantia-atlantic-kmod +PORTVERSION= 0.0.4 +CATEGORIES= net + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Aquantia AQtion (Atlantic) Network Driver (Development Preview) + +LICENSE= BSD3CLAUSE +#LICENSE_FILE= Not packaged yet + +USES= kmod uidfix +USE_GITHUB= yes + +GH_ACCOUNT= Aquantia +GH_PROJECT= aqtion-freebsd +GH_TAGNAME= a24ecb8 + +PLIST_FILES= ${KMODDIR}/if_atlantic.ko + +.include Added: head/net/aquantia-atlantic-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/aquantia-atlantic-kmod/distinfo Mon Sep 2 06:27:37 2019 (r510761) @@ -0,0 +1,3 @@ +TIMESTAMP = 1567401935 +SHA256 (Aquantia-aqtion-freebsd-0.0.4-a24ecb8_GH0.tar.gz) = d61c6b01f590e16dc678dccecdeb80a8e04efbf23e0f121339da4473b84dba28 +SIZE (Aquantia-aqtion-freebsd-0.0.4-a24ecb8_GH0.tar.gz) = 61179 Added: head/net/aquantia-atlantic-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/aquantia-atlantic-kmod/pkg-descr Mon Sep 2 06:27:37 2019 (r510761) @@ -0,0 +1,9 @@ +Aquantia AQC multigigabit NIC FreeBSD Driver + +Supports: + + * Aquantia AQtion 10Gbit Network Adapter + * Aquantia AQtion 5Gbit Network Adapter + * Aquantia AQtion 2.5Gbit Network Adapter + +WWW: https://github.com/Aquantia/aqtion-freebsd