net/nebula: Remove duplicate

Reported by:	arrowd@
This commit is contained in:
Yuri Victorovich 2023-01-09 07:55:58 -08:00
parent eb179b84d8
commit 296fb6c29e
5 changed files with 1 additions and 37 deletions

1
MOVED
View file

@ -17748,3 +17748,4 @@ japanese/ja-tex-xdvik|print/tex-xdvik|2023-01-02|pTeX support has been integrate
math/cvc4|math/cvc5|2023-01-03|CVC4 was succeeded by CVC5
math/cvc3|math/cvc5|2023-01-04|CVC3 was succeeded by CVC4 and CVC5
devel/caf|devel/actor-framework|2023-01-08|Merge duplicates into devel/actor-framework that is a full software name
net/nebula|security/nebula|2023-01-09|Remove duplicate

View file

@ -499,7 +499,6 @@
SUBDIR += ndpi
SUBDIR += ndproxy
SUBDIR += neatvnc
SUBDIR += nebula
SUBDIR += nemesis
SUBDIR += nepenthes
SUBDIR += net6

View file

@ -1,20 +0,0 @@
PORTNAME= nebula
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Scalable overlay networking tool
WWW= https://github.com/slackhq/nebula
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/slackhq/nebula
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

View file

@ -1,5 +0,0 @@
TIMESTAMP = 1673258645
SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = b555f4be50246ff2d5373474de23bffccbea76514879dc2400fc5031cde73c3c
SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.mod) = 2042
SHA256 (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = d0e28bf9e41484276be9da78530b1ba97b87fdd6b624fe4fd31505c4c12d0afe
SIZE (go/net_nebula/nebula-v1.6.1/v1.6.1.zip) = 1059841

View file

@ -1,11 +0,0 @@
Nebula is a scalable overlay networking tool with a focus on performance,
simplicity and security. It lets you seamlessly connect computers anywhere
in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and
Android. It can be used to connect a small number of computers, but is also
able to connect tens of thousands of computers.
Nebula incorporates a number of existing concepts like encryption, security
groups, certificates, and tunneling, and each of those individual pieces
existed before Nebula in various forms. What makes Nebula different to existing
offerings is that it brings all of these ideas together, resulting in a sum that
is greater than its individual parts.