summaryrefslogtreecommitdiff
path: root/opt/chaosreader
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/chaosreader
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/chaosreader')
-rw-r--r--opt/chaosreader/.footprint3
-rw-r--r--opt/chaosreader/.signature6
-rw-r--r--opt/chaosreader/MAKEPKG25
-rw-r--r--opt/chaosreader/chaosreader-0.96bin0 -> 99124 bytes
4 files changed, 34 insertions, 0 deletions
diff --git a/opt/chaosreader/.footprint b/opt/chaosreader/.footprint
new file mode 100644
index 0000000..6b9d20a
--- /dev/null
+++ b/opt/chaosreader/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/chaosreader
diff --git a/opt/chaosreader/.signature b/opt/chaosreader/.signature
new file mode 100644
index 0000000..e8c7d0b
--- /dev/null
+++ b/opt/chaosreader/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mC8hSEzkGoHPT6d57OGUdbVZcp0OxHsPwvdZtyS9+NDmRhhYFnbNkZEyYbdLJzuiiRgROCtq81gofH7aDe8ouws=
+
+SHA256 (MAKEPKG) = e6d0ebcd56cf3e9bbd70efd84b8b2e0c388d0bc6e5b5e0ea0460efc3328bd2a7
+SHA256 (.footprint) = f1f8e284d6918db38dd4a07c05468746ef760dd61be871895f92f9551e97f080
+SHA256 (chaosreader-0.96) = c443795f0f65e51e0577e561a3ae074ad2bdd4a42b89181b28326ccddecd9e32
+SHA256 (chaosreader#0.96-1.pkg.tar.gz) = 0fdc8688405a4c2faf6f4dcf50ebe9b12a29fb738b4fc4365b9a06eff7980989
diff --git a/opt/chaosreader/MAKEPKG b/opt/chaosreader/MAKEPKG
new file mode 100644
index 0000000..6ed2182
--- /dev/null
+++ b/opt/chaosreader/MAKEPKG
@@ -0,0 +1,25 @@
+#!/bin/mkpkg
+# description: Trace TCP/UDP sessions and fetch application data from tcpdump logs
+# url: https://github.com/brendangregg/Chaosreader
+
+name=chaosreader
+version=0.96
+release=1
+depends=(perl)
+source=(https://github.com/brendangregg/Chaosreader/archive/refs/tags/$version.tar.gz)
+renames=(chaosreader-$version)
+sha256sums=(
+ "c443795f0f65e51e0577e561a3ae074ad2bdd4a42b89181b28326ccddecd9e32"
+)
+
+build() {
+ install -Dm755 chaosreader-$version $PKG/usr/bin/chaosreader
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh
+
diff --git a/opt/chaosreader/chaosreader-0.96 b/opt/chaosreader/chaosreader-0.96
new file mode 100644
index 0000000..cc9a630
--- /dev/null
+++ b/opt/chaosreader/chaosreader-0.96
Binary files differ