svn commit: r510761 - in head/net: . aquantia-atlantic-kmod
Kubilay Kocak
koobs at FreeBSD.org
Mon Sep 2 06:27:39 UTC 2019
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list