View | Details | Raw Unified | Return to bug 226565
Collapse All | Expand All

(-)net/vether-kmod/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	if_vether
4
DISTVERSION=	20180312
5
CATEGORIES=	net
6
7
MAINTAINER=	henning.matyschok@outlook.com
8
COMMENT=	Virtual Ethernet Interface
9
10
LICENSE=	BSD2CLAUSE ISCL
11
LICENSE_COMB= 	multi
12
13
WRKSRC_SUBDIR=	src
14
15
USES=		kmod
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	hmatyschok
19
GH_PROJECT=	if_vether
20
GH_TAGNAME= 4cd710c13f51dcba488c8857e7bf938ca4022be7
21
22
PLIST_FILES=	${KMODDIR}/if_vether.ko
23
24
.include <bsd.port.mk>
(-)net/vether-kmod/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1520893274
2
SHA256 (hmatyschok-if_vether-20180312-4cd710c13f51dcba488c8857e7bf938ca4022be7_GH0.tar.gz) = db35276081b2704cd1a17f2239d4a82327788f91e8e95d4865fc82957887d668
3
SIZE (hmatyschok-if_vether-20180312-4cd710c13f51dcba488c8857e7bf938ca4022be7_GH0.tar.gz) = 7506
(-)net/vether-kmod/pkg-descr (+3 lines)
Line 0 Link Here
1
The if_vether(4) interface simulates a normal Ethernet interface 
2
by encapsulating standard network frames with an Ethernet header, 
3
specifically for use as a member of if_bridge(4).

Return to bug 226565