Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a73a9b217f9eaf93605e4e78576cc0d4d798fa4c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a73a9b217f9eaf93605e4e78576cc0d4d798fa4c)
  • Date: Sat, 23 Sep 2017 13:37:16 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 4 ++++
bin-http/wuzz-bin/BUILD | 3 +++
bin-http/wuzz-bin/CONFLICTS | 1 +
bin-http/wuzz-bin/DETAILS | 27 +++++++++++++++++++++++++++
bin-http/wuzz-bin/HISTORY | 3 +++
bin-http/wuzz-bin/INSTALL | 1 +
bin-http/wuzz-bin/PRE_BUILD | 6 ++++++
7 files changed, 45 insertions(+)

New commits:
commit a73a9b217f9eaf93605e4e78576cc0d4d798fa4c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wuzz-bin: new spell, interactive cli tool for HTTP inspection, binary
version

diff --git a/ChangeLog b/ChangeLog
index 6d74a19..94e1490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * bin-http/wuzz-bin: new spell, interactive cli tool for HTTP
+ inspection, binary version
+
2017-09-05 Vlad Glagolev <stealth AT sourcemage.org>
* bin-http/palemoon-bin: new spell, Open Source, Firefox-based web
browser focusing on efficiency, binary version
diff --git a/bin-http/wuzz-bin/BUILD b/bin-http/wuzz-bin/BUILD
new file mode 100755
index 0000000..568fc28
--- /dev/null
+++ b/bin-http/wuzz-bin/BUILD
@@ -0,0 +1,3 @@
+if list_find "$LDFLAGS" '-s'; then
+ strip "${SOURCE}"
+fi
diff --git a/bin-http/wuzz-bin/CONFLICTS b/bin-http/wuzz-bin/CONFLICTS
new file mode 100755
index 0000000..11bfa07
--- /dev/null
+++ b/bin-http/wuzz-bin/CONFLICTS
@@ -0,0 +1 @@
+conflicts wuzz
diff --git a/bin-http/wuzz-bin/DETAILS b/bin-http/wuzz-bin/DETAILS
new file mode 100755
index 0000000..4e1a74d
--- /dev/null
+++ b/bin-http/wuzz-bin/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=wuzz-bin
+ SPELLX=${SPELL/-bin}
+ VERSION=0.4.0
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ ARCH=amd64
+
SOURCE_HASH=sha512:26d7dba24e9f71c1215f5835d6820d061b7eb90277895e431ebaa75e295e78b0837a0b26bb59f2580c10e76d0f2a71fe65f50e5c2b18880e3e6b4e2c0e4ca29e
+else
+ ARCH=386
+
SOURCE_HASH=sha512:e69f08e8d2cb07c5d8a8e7e1592e543eac85081ae93b4efb36719c2a294f6a5cce7843f57eb9e56e706dec3ab448d71c41279a50f479f941f700c6da8ec819a8
+fi
+ SOURCEX=${SPELLX}_linux_${ARCH}
+ SOURCE=${SOURCEX}_${VERSION}
+
SOURCE_URL[0]=https://github.com/asciimoo/${SPELLX}/releases/download/v${VERSION}/${SOURCEX}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ GATHER_DOCS=off
+ WEB_SITE=https://github.com/asciimoo/wuzz
+ ENTERED=20170923
+ LICENSE[0]=GPL
+ KEYWORDS="http"
+ SHORT="interactive cli tool for HTTP inspection, binary version"
+cat << EOF
+wuzz is an interactive cli tool for HTTP inspection.
+
+Wuzz command line arguments are similar to cURL's arguments, so it can be
used
+to inspect/modify requests copied from the browser's network inspector with
the
+"copy as cURL" feature.
+EOF
diff --git a/bin-http/wuzz-bin/HISTORY b/bin-http/wuzz-bin/HISTORY
new file mode 100644
index 0000000..865bf4d
--- /dev/null
+++ b/bin-http/wuzz-bin/HISTORY
@@ -0,0 +1,3 @@
+2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, {PRE_,}BUILD, INSTALL, CONFLICTS: created spell, version
+ 0.4.0
diff --git a/bin-http/wuzz-bin/INSTALL b/bin-http/wuzz-bin/INSTALL
new file mode 100755
index 0000000..7bd9f54
--- /dev/null
+++ b/bin-http/wuzz-bin/INSTALL
@@ -0,0 +1 @@
+install -vm 755 ${SOURCE} "${INSTALL_ROOT}/usr/bin/wuzz"
diff --git a/bin-http/wuzz-bin/PRE_BUILD b/bin-http/wuzz-bin/PRE_BUILD
new file mode 100755
index 0000000..91ae697
--- /dev/null
+++ b/bin-http/wuzz-bin/PRE_BUILD
@@ -0,0 +1,6 @@
+mkdir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+
+verify_file &&
+
+cp "${SOURCE_CACHE}/${SOURCE}" .



  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (a73a9b217f9eaf93605e4e78576cc0d4d798fa4c), Vlad Glagolev, 09/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page