diff --git a/net/et/DESCR b/net/et/DESCR new file mode 100644 index 000000000000..73c0236527f7 --- /dev/null +++ b/net/et/DESCR @@ -0,0 +1,2 @@ +Eternal Terminal is a remote shell that automatically reconnects without +interrupting the session. diff --git a/net/et/Makefile b/net/et/Makefile new file mode 100644 index 000000000000..ac55a8ac12f2 --- /dev/null +++ b/net/et/Makefile @@ -0,0 +1,39 @@ +# $NetBSD$ + +GITHUB_PROJECT= EternalTerminal +GITHUB_TAG= et-v${PKGVERSION_NOREV} + +DISTNAME= et-6.1.11 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=MisterTea/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/MisterTea/EternalTerminal/ +COMMENT= Remote shell to automatically reconnect +LICENSE= apache-2.0 + +WRKSRC= ${WRKDIR}/EternalTerminal-et-v6.1.11 +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ +USE_TOOLS+= perl + +PKGCONFIG_OVERRIDE+= external_imported/Catch2/CMake/catch2.pc.in +PKGCONFIG_OVERRIDE+= external_imported/UniversalStacktrace/external/Catch2/CMake/catch2.pc.in +PKGCONFIG_OVERRIDE+= external_imported/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in +PKGCONFIG_OVERRIDE+= external_imported/json/cmake/pkg-config.pc.in +PKGCONFIG_OVERRIDE+= external_imported/msgpack-c/msgpack.pc.in +PKGCONFIG_OVERRIDE+= external_imported/sentry-native/external/breakpad/breakpad-client.pc.in +PKGCONFIG_OVERRIDE+= external_imported/sentry-native/external/breakpad/breakpad.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/bzip2/bzip2.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/libvpx/vpx.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/openssl/openssl.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/sqlite3/sqlite3.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/szip/szip.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/v8/v8.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/v8/v8_libbase.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/v8/v8_libplatform.pc.in +PKGCONFIG_OVERRIDE+= external_imported/vcpkg/ports/v8/v8_monolith.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/net/et/PLIST b/net/et/PLIST new file mode 100644 index 000000000000..f36f82bf74e5 --- /dev/null +++ b/net/et/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD$ +bin/crashpad_handler +bin/et +bin/etserver +bin/etterminal +bin/htm +bin/htmd +lib/cmake/sentry/sentry_crashpad-targets.cmake +lib/libcrashpad_client.a +lib/libcrashpad_handler_lib.a +lib/libcrashpad_minidump.a +lib/libcrashpad_snapshot.a +lib/libcrashpad_tools.a +lib/libcrashpad_util.a +lib/libmini_chromium.a diff --git a/net/et/distinfo b/net/et/distinfo new file mode 100644 index 000000000000..dccdce0715b4 --- /dev/null +++ b/net/et/distinfo @@ -0,0 +1,5 @@ +$NetBSD$ + +BLAKE2s (EternalTerminal/et-6.1.11.tar.gz) = 0e7079816a169b76e08c395c3f010df424a2f5abe95d99c0b08af53ae0b021e5 +SHA512 (EternalTerminal/et-6.1.11.tar.gz) = 71b1fe20096a46e6f0ce87ec18d5074f90f48193a1637becb9692b20e7d92fc3b091cf843cecca30a4591fc94396494ff8282343ec6068a2905afd8f4225b3e4 +Size (EternalTerminal/et-6.1.11.tar.gz) = 22081590 bytes