Date: Thu, 6 Oct 2016 20:20:54 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423444 - in head/net: . intel-em-kmod Message-ID: <201610062020.u96KKs73055475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> Reviewed by: Franco Fichtner <franco@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@opnsense.org> +# $FreeBSD$ + +PORTNAME= em +PORTVERSION= 7.6.2 +MASTER_SITE_SUBDIR= 17509/eng + +MAINTAINER= franco@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610062020.u96KKs73055475>