--- net/vether-kmod/Makefile (nonexistent) +++ net/vether-kmod/Makefile (working copy) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= if_vether +DISTVERSION= 20180312 +CATEGORIES= net + +MAINTAINER= henning.matyschok@outlook.com +COMMENT= Virtual Ethernet Interface + +LICENSE= BSD2CLAUSE ISCL +LICENSE_COMB= multi + +WRKSRC_SUBDIR= src + +USES= kmod + +USE_GITHUB= yes +GH_ACCOUNT= hmatyschok +GH_PROJECT= if_vether +GH_TAGNAME= 4cd710c13f51dcba488c8857e7bf938ca4022be7 + +PLIST_FILES= ${KMODDIR}/if_vether.ko + +.include --- net/vether-kmod/distinfo (nonexistent) +++ net/vether-kmod/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520893274 +SHA256 (hmatyschok-if_vether-20180312-4cd710c13f51dcba488c8857e7bf938ca4022be7_GH0.tar.gz) = db35276081b2704cd1a17f2239d4a82327788f91e8e95d4865fc82957887d668 +SIZE (hmatyschok-if_vether-20180312-4cd710c13f51dcba488c8857e7bf938ca4022be7_GH0.tar.gz) = 7506 --- net/vether-kmod/pkg-descr (nonexistent) +++ net/vether-kmod/pkg-descr (working copy) @@ -0,0 +1,3 @@ +The if_vether(4) interface simulates a normal Ethernet interface +by encapsulating standard network frames with an Ethernet header, +specifically for use as a member of if_bridge(4).