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

(-)net/ubridge/Makefile (+21 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	ubridge
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	0.9.16
7
CATEGORIES=	net
8
9
USE_GITHUB=	yes
10
GH_ACCOUNT=	GNS3
11
GH_PROJECT=	ubridge
12
13
MAINTAINER=	vvelox@vvelox.net
14
COMMENT=	Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces
15
16
LICENSE=	GPLv3
17
LICENSE_FILE=	${WRKSRC}/LICENSE
18
19
USES=	gmake
20
21
.include <bsd.port.mk>
(-)net/ubridge/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1580287108
2
SHA256 (GNS3-ubridge-v0.9.16_GH0.tar.gz) = eca932fb4be50aea9e141e20e7b97914182a169bda5322240bdc09e22a66f1ca
3
SIZE (GNS3-ubridge-v0.9.16_GH0.tar.gz) = 64106
(-)net/ubridge/pkg-descr (+6 lines)
Line 0 Link Here
1
uBridge is a simple application to create user-land bridges between
2
various technologies. Currently bridging between UDP tunnels,
3
Ethernet and TAP interfaces is supported. Packet capture is
4
also supported.
5
6
WWW: https://github.com/GNS3/ubridge
(-)net/ubridge/pkg-plist (+1 lines)
Line 0 Link Here
1
bin/ubridge

Return to bug 243700