Skip to Content.
Sympa Menu

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

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 grimoire by Vlad Glagolev (36df79295425e31215f40a3d0c93480a9d847315)
  • Date: Mon, 6 Feb 2017 16:34:02 +0000

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

ChangeLog | 3 +++
http/wuzz/BUILD | 4 ++++
http/wuzz/DEPENDS | 1 +
http/wuzz/DETAILS | 22 ++++++++++++++++++++++
http/wuzz/HISTORY | 2 ++
http/wuzz/INSTALL | 1 +
6 files changed, 33 insertions(+)

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

wuzz: new spell, interactive cli tool for HTTP inspection

diff --git a/ChangeLog b/ChangeLog
index 1dc9ac9..9129e52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/wuzz: new spell, interactive cli tool for HTTP inspection
+
2017-02-04 Thomas Orgis <sobukus AT sourcemage.org>
* libs/libirman: talk to irman-compatible IR receivers

diff --git a/http/wuzz/BUILD b/http/wuzz/BUILD
new file mode 100755
index 0000000..d72dc9f
--- /dev/null
+++ b/http/wuzz/BUILD
@@ -0,0 +1,4 @@
+export GOPATH="${SOURCE_DIRECTORY}" &&
+
+go get -d &&
+go build -ldflags "$LDFLAGS"
diff --git a/http/wuzz/DEPENDS b/http/wuzz/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/http/wuzz/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/http/wuzz/DETAILS b/http/wuzz/DETAILS
new file mode 100755
index 0000000..cca650e
--- /dev/null
+++ b/http/wuzz/DETAILS
@@ -0,0 +1,22 @@
+. "$GRIMOIRE/FUNCTIONS"
+
+ SPELL=wuzz
+ VERSION=$(get_scm_version)
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=git://github.com/asciimoo/${SPELL}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="LICENSE README.md"
+ WEB_SITE=https://github.com/asciimoo/wuzz
+ ENTERED=20170206
+ LICENSE[0]=GPL
+ KEYWORDS="http"
+ SHORT="interactive cli tool for HTTP inspection"
+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/http/wuzz/HISTORY b/http/wuzz/HISTORY
new file mode 100644
index 0000000..28c5dce
--- /dev/null
+++ b/http/wuzz/HISTORY
@@ -0,0 +1,2 @@
+2017-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version scm
diff --git a/http/wuzz/INSTALL b/http/wuzz/INSTALL
new file mode 100755
index 0000000..840856a
--- /dev/null
+++ b/http/wuzz/INSTALL
@@ -0,0 +1 @@
+install -vm 755 ${SPELL}-${VERSION} "${INSTALL_ROOT}/usr/bin/${SPELL}"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (36df79295425e31215f40a3d0c93480a9d847315), Vlad Glagolev, 02/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page