pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add Eternal Terminal



Module Name:	pkgsrc-wip
Committed By:	KFL <kludev%gmail.com@localhost>
Pushed By:	klu
Date:		Mon Feb 14 09:23:02 2022 -0800
Changeset:	fff9558099885c39877dc9df5ca9f3a6c39f6335

Added Files:
	et/DESCR
	et/Makefile
	et/PLIST
	et/distinfo

Log Message:
Add Eternal Terminal

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fff9558099885c39877dc9df5ca9f3a6c39f6335

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 et/DESCR    |  2 ++
 et/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
 et/PLIST    | 15 +++++++++++++++
 et/distinfo |  5 +++++
 4 files changed, 61 insertions(+)

diffs:
diff --git a/et/DESCR b/et/DESCR
new file mode 100644
index 0000000000..73c0236527
--- /dev/null
+++ b/et/DESCR
@@ -0,0 +1,2 @@
+Eternal Terminal is a remote shell that automatically reconnects without
+interrupting the session.
diff --git a/et/Makefile b/et/Makefile
new file mode 100644
index 0000000000..ac55a8ac12
--- /dev/null
+++ b/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@localhost
+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/et/PLIST b/et/PLIST
new file mode 100644
index 0000000000..f36f82bf74
--- /dev/null
+++ b/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/et/distinfo b/et/distinfo
new file mode 100644
index 0000000000..dccdce0715
--- /dev/null
+++ b/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


Home | Main Index | Thread Index | Old Index