svn commit: r423444 - in head/net: . intel-em-kmod
Sean Bruno
sbruno at FreeBSD.org
Thu Oct 6 20:20:56 UTC 2016
Author: sbruno
Date: Thu Oct 6 20:20:54 2016
New Revision: 423444
URL: https://svnweb.freebsd.org/changeset/ports/423444
Log:
Add kmod port for the exact tar archive from Intel's download site for
those folks who don't want to use the FreeBSD supported version.
PR: 212828
Submitted by: Sergey Kozlov <kozlov.sergey.404 at gmail.com>
Reviewed by: Franco Fichtner <franco at opnsense.org>
Added:
head/net/intel-em-kmod/
head/net/intel-em-kmod/Makefile (contents, props changed)
head/net/intel-em-kmod/distinfo (contents, props changed)
head/net/intel-em-kmod/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Thu Oct 6 20:19:08 2016 (r423443)
+++ head/net/Makefile Thu Oct 6 20:20:54 2016 (r423444)
@@ -254,6 +254,7 @@
SUBDIR += iipsrv
SUBDIR += ilbc
SUBDIR += imapproxy
+ SUBDIR += intel-em-kmod
SUBDIR += intel-ixl-kmod
SUBDIR += iodine
SUBDIR += ip2location
Added: head/net/intel-em-kmod/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/intel-em-kmod/Makefile Thu Oct 6 20:20:54 2016 (r423444)
@@ -0,0 +1,15 @@
+# Created by: Franco Fichtner <franco at opnsense.org>
+# $FreeBSD$
+
+PORTNAME= em
+PORTVERSION= 7.6.2
+MASTER_SITE_SUBDIR= 17509/eng
+
+MAINTAINER= franco at opnsense.org
+COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
+
+MASTERDIR= ${.CURDIR}/../intel-ixl-kmod
+PKGDIR= ${.CURDIR}
+DISTINFO_FILE= ${.CURDIR}/distinfo
+
+.include "${MASTERDIR}/Makefile"
Added: head/net/intel-em-kmod/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/intel-em-kmod/distinfo Thu Oct 6 20:20:54 2016 (r423444)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475184682
+SHA256 (em-7.6.2.tar.gz) = 65a7041d629c5a4ef4b79486d2a0ddaeeebc730f0ef075ff0f7e78d8490756cb
+SIZE (em-7.6.2.tar.gz) = 266512
Added: head/net/intel-em-kmod/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/intel-em-kmod/pkg-descr Thu Oct 6 20:20:54 2016 (r423444)
@@ -0,0 +1,7 @@
+This release includes the gigabit FreeBSD base Drivers for Intel(R)
+Ethernet.
+
+NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100
+support.
+
+WWW: https://downloadcenter.intel.com
More information about the svn-ports-all
mailing list