From owner-svn-ports-all@freebsd.org Thu Oct 6 20:20:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E33BEBEC975; Thu, 6 Oct 2016 20:20:55 +0000 (UTC) (envelope-from sbruno@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 mx1.freebsd.org (Postfix) with ESMTPS id 986B7CDE; Thu, 6 Oct 2016 20:20:55 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96KKsTF055480; Thu, 6 Oct 2016 20:20:54 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96KKs73055475; Thu, 6 Oct 2016 20:20:54 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201610062020.u96KKs73055475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 6 Oct 2016 20:20:54 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 20:20:56 -0000 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 Reviewed by: Franco Fichtner 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 +# $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