From 7eecbc3b30abd21a4b3f103f3a7b4482689263d3 Mon Sep 17 00:00:00 2001 From: fpinto Date: Fri, 8 Mar 2024 13:01:27 +0100 Subject: [PATCH] Add packages anatomy files --- ...-x.y.z-aarch64-apple-darwin.tar.gz.anatomy | 13 ++++++++++ ...l-x.y.z-x86_64-apple-darwin.tar.gz.anatomy | 13 ++++++++++ ...6_64-pc-windows-msvc-installer.exe.anatomy | 25 +++++++++++++++++++ ...l-x.y.z-x86_64-pc-windows-msvc.zip.anatomy | 19 ++++++++++++++ ....z-x86_64-unknown-linux-gnu.tar.gz.anatomy | 13 ++++++++++ .../packages/hurl_x.y.z_amd64.deb.anatomy | 18 +++++++++++++ 6 files changed, 101 insertions(+) create mode 100644 docs/spec/packages/hurl-x.y.z-aarch64-apple-darwin.tar.gz.anatomy create mode 100644 docs/spec/packages/hurl-x.y.z-x86_64-apple-darwin.tar.gz.anatomy create mode 100644 docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc-installer.exe.anatomy create mode 100644 docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc.zip.anatomy create mode 100644 docs/spec/packages/hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz.anatomy create mode 100644 docs/spec/packages/hurl_x.y.z_amd64.deb.anatomy diff --git a/docs/spec/packages/hurl-x.y.z-aarch64-apple-darwin.tar.gz.anatomy b/docs/spec/packages/hurl-x.y.z-aarch64-apple-darwin.tar.gz.anatomy new file mode 100644 index 000000000..3dd017275 --- /dev/null +++ b/docs/spec/packages/hurl-x.y.z-aarch64-apple-darwin.tar.gz.anatomy @@ -0,0 +1,13 @@ +[semver pattern: hurl-x.y.z-aarch64-apple-darwin.tar.gz] +[elements: total 10, dirs 4, files 4, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/ +drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/bin/ +-rwxr-xr-x runner/staff file hurl-x.y.z-aarch64-apple-darwin/bin/hurl +-rwxr-xr-x runner/staff file hurl-x.y.z-aarch64-apple-darwin/bin/hurlfmt +drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/man/ +drwxr-xr-x runner/staff dir hurl-x.y.z-aarch64-apple-darwin/man/man1/ +-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/man/man1/hurl.1.gz +-rw-r--r-- runner/staff file hurl-x.y.z-aarch64-apple-darwin/man/man1/hurlfmt.1.gz diff --git a/docs/spec/packages/hurl-x.y.z-x86_64-apple-darwin.tar.gz.anatomy b/docs/spec/packages/hurl-x.y.z-x86_64-apple-darwin.tar.gz.anatomy new file mode 100644 index 000000000..b8c0681e3 --- /dev/null +++ b/docs/spec/packages/hurl-x.y.z-x86_64-apple-darwin.tar.gz.anatomy @@ -0,0 +1,13 @@ +[semver pattern: hurl-x.y.z-x86_64-apple-darwin.tar.gz] +[elements: total 10, dirs 4, files 4, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/ +drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/bin/ +-rwxr-xr-x runner/staff file hurl-x.y.z-x86_64-apple-darwin/bin/hurl +-rwxr-xr-x runner/staff file hurl-x.y.z-x86_64-apple-darwin/bin/hurlfmt +drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/man/ +drwxr-xr-x runner/staff dir hurl-x.y.z-x86_64-apple-darwin/man/man1/ +-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/man/man1/hurl.1.gz +-rw-r--r-- runner/staff file hurl-x.y.z-x86_64-apple-darwin/man/man1/hurlfmt.1.gz diff --git a/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc-installer.exe.anatomy b/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc-installer.exe.anatomy new file mode 100644 index 000000000..c3bced446 --- /dev/null +++ b/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc-installer.exe.anatomy @@ -0,0 +1,25 @@ +[semver pattern: hurl-x.y.z-x86_64-pc-windows-msvc-installer.exe] +[elements: total 22, dirs 2, files 18, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +------- --- dir $PLUGINSDIR/ +------- --- file $PLUGINSDIR/EnVar.dll +------- --- file $PLUGINSDIR/System.dll +------- --- file $PLUGINSDIR/modern-header.bmp +------- --- file $PLUGINSDIR/modern-wizard.bmp +------- --- file $PLUGINSDIR/nsDialogs.dll +------- --- file CHANGELOG.md +------- --- file LICENSE +------- --- file README.md +------- --- dir completions/ +------- --- file completions/_hurl.ps1 +------- --- file completions/_hurlfmt.ps1 +------- --- file hurl.exe +------- --- file hurlfmt.exe +------- --- file iconv-2.dll +------- --- file libcurl.dll +------- --- file libxml2.dll +------- --- file nghttp2.dll +------- --- file version.txt +------- --- file zlib1.dll diff --git a/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc.zip.anatomy b/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc.zip.anatomy new file mode 100644 index 000000000..5eda524d9 --- /dev/null +++ b/docs/spec/packages/hurl-x.y.z-x86_64-pc-windows-msvc.zip.anatomy @@ -0,0 +1,19 @@ +[semver pattern: hurl-x.y.z-x86_64-pc-windows-msvc.zip] +[elements: total 16, dirs 0, files 14, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +-rw---- defN file CHANGELOG.md +-rw---- defN file CONTRIBUTING.md +-rw---- defN file README.md +-rw---- defN file RELEASING.md +-rw---- defN file completions/_hurl.ps1 +-rw---- defN file completions/_hurlfmt.ps1 +-rwx--- defN file hurl.exe +-rwx--- defN file hurlfmt.exe +-rw---- defN file iconv-2.dll +-rw---- defN file libcurl.dll +-rw---- defN file libxml2.dll +-rw---- defN file nghttp2.dll +-rw---- defN file version.txt +-rw---- defN file zlib1.dll diff --git a/docs/spec/packages/hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz.anatomy b/docs/spec/packages/hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz.anatomy new file mode 100644 index 000000000..d05244128 --- /dev/null +++ b/docs/spec/packages/hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz.anatomy @@ -0,0 +1,13 @@ +[semver pattern: hurl-x.y.z-x86_64-unknown-linux-gnu.tar.gz] +[elements: total 10, dirs 4, files 4, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/ +drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/bin/ +-rwxr-xr-x runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/bin/hurl +-rwxr-xr-x runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/bin/hurlfmt +drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/man/ +drwxr-xr-x runner/docker dir hurl-x.y.z-x86_64-unknown-linux-gnu/man/man1/ +-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/man/man1/hurl.1.gz +-rw-r--r-- runner/docker file hurl-x.y.z-x86_64-unknown-linux-gnu/man/man1/hurlfmt.1.gz diff --git a/docs/spec/packages/hurl_x.y.z_amd64.deb.anatomy b/docs/spec/packages/hurl_x.y.z_amd64.deb.anatomy new file mode 100644 index 000000000..dac231f84 --- /dev/null +++ b/docs/spec/packages/hurl_x.y.z_amd64.deb.anatomy @@ -0,0 +1,18 @@ +[semver pattern: hurl_x.y.z_amd64.deb] +[elements: total 15, dirs 7, files 6, empty-files 0] + +attr user_group type file +------- ---------- ---- ---- +drwxr-xr-x root/root dir ./usr/ +drwxr-xr-x root/root dir ./usr/bin/ +-rwxr-xr-x root/root file ./usr/bin/hurl +-rwxr-xr-x root/root file ./usr/bin/hurlfmt +drwxr-xr-x root/root dir ./usr/share/ +drwxr-xr-x root/root dir ./usr/share/doc/ +drwxr-xr-x root/root dir ./usr/share/doc/hurl/ +-rw-r--r-- root/root file ./usr/share/doc/hurl/changelog.Debian.gz +-rw-r--r-- root/root file ./usr/share/doc/hurl/copyright +drwxr-xr-x root/root dir ./usr/share/man/ +drwxr-xr-x root/root dir ./usr/share/man/man1/ +-rw-r--r-- root/root file ./usr/share/man/man1/hurl.1.gz +-rw-r--r-- root/root file ./usr/share/man/man1/hurlfmt.1.gz