1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

www/screego: Remove expired port

2024-09-30 www/screego: Outdated, unmaintained in tree and marked broken over a year ago
This commit is contained in:
Rene Ladan 2024-09-30 21:22:22 +02:00
parent efcf25e7db
commit cf33d8a8cc
8 changed files with 1 additions and 4729 deletions

1
MOVED
View File

@ -3512,3 +3512,4 @@ net-mgmt/nagios-check_bacula11||2024-09-30|Has expired: Unsupported. Please migr
sysutils/bhyve+||2024-09-30|Has expired: EOLed upstream
www/sahi||2024-09-30|Has expired: Abandonware and outdated, newer versions requires users to purchase a license and current versions refers to Java 1.5
www/template_||2024-09-30|Has expired: Abandonware, outdated and last version released upstream was released in 2015
www/screego||2024-09-30|Has expired: Outdated, unmaintained in tree and marked broken over a year ago

View File

@ -2334,7 +2334,6 @@
SUBDIR += samdruckerserver
SUBDIR += sarg
SUBDIR += scloader
SUBDIR += screego
SUBDIR += script4rss
SUBDIR += seahub
SUBDIR += searx

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
--- config/config.go.orig 2020-10-09 15:05:21 UTC
+++ config/config.go
@@ -17,7 +17,7 @@ import (
var (
prefix = "screego"
files = []string{"screego.config.development.local", "screego.config.development", "screego.config.local", "screego.config"}
- absoluteFiles = []string{"/etc/screego/server.config"}
+ absoluteFiles = []string{"%%ETCDIR%%/server.config"}
osExecutable = os.Executable
osStat = os.Stat
)

View File

@ -1,30 +0,0 @@
#!/usr/bin/awk -f
BEGIN {
group = "yarn";
url = "https://registry.yarnpkg.com/";
non_first_record = 0
printf "DISTFILES="
}
! /^ resolved/ {
next
}
non_first_record {
printf " \\\n"
}
{
sub("^.* \"", "", $0)
sub("#.*$", "", $0)
distfile = $0;
sub(url, "", distfile);
# It is necessary to put distfiles into subdirectories within
# DISTDIR/DIST_SUBDIR, because some of the distfiles share the same
# names.
printf "\t\t%s:%s", distfile, group;
non_first_record = 1
}
END {
printf "\n"
}

View File

@ -1,9 +0,0 @@
Screego allows to share a screen with good quality and low latency.
It is just an addition to existing software and only helps to share a screen,
nothing else.
Features:
- Multi user screenshare
- Secure transfer via WebRTC
- Low latency / High resolution
- Integrated TURN server (see NAT Traversal documentation)

View File

@ -1,18 +0,0 @@
bin/screego
@sample %%ETCDIR%%/screego.config.sample
@sample %%ETCDIR%%/users.sample
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/_sidebar.md
%%PORTDOCS%%%%DOCSDIR%%/apple-touch-icon.png
%%PORTDOCS%%%%DOCSDIR%%/config.md
%%PORTDOCS%%%%DOCSDIR%%/development.md
%%PORTDOCS%%%%DOCSDIR%%/faq.md
%%PORTDOCS%%%%DOCSDIR%%/favicon-16x16.png
%%PORTDOCS%%%%DOCSDIR%%/favicon-32x32.png
%%PORTDOCS%%%%DOCSDIR%%/favicon.ico
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/install.md
%%PORTDOCS%%%%DOCSDIR%%/logo.png
%%PORTDOCS%%%%DOCSDIR%%/logo.svg
%%PORTDOCS%%%%DOCSDIR%%/nat-traversal.md
%%PORTDOCS%%%%DOCSDIR%%/proxy.md