Skip to Content.
Sympa Menu

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

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 (c83035b615d65c83412a603510f831aa7221b06c)
  • Date: Fri, 18 Aug 2017 12:04:06 +0000

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

ChangeLog | 3 +++
utils/stopwatch/BUILD | 5 +++++
utils/stopwatch/DETAILS | 14 ++++++++++++++
utils/stopwatch/HISTORY | 2 ++
4 files changed, 24 insertions(+)

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

stopwatch: new spell, command line stopwatch

diff --git a/ChangeLog b/ChangeLog
index d19cb48..c3086d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/stopwatch: new spell, command line stopwatch
+
2017-08-16 Ismael Luceno <ismael AT sourcemage.org>
* xorg-app/xcb-util-xrm: new spell, XCB X resource manager library

diff --git a/utils/stopwatch/BUILD b/utils/stopwatch/BUILD
new file mode 100755
index 0000000..a313198
--- /dev/null
+++ b/utils/stopwatch/BUILD
@@ -0,0 +1,5 @@
+make CFLAGS="${CFLAGS} `awk -F= '/^CFLAGS/ { print $2; }' Makefile`" &&
+
+if list_find "${LDFLAGS}" "-s"; then
+ strip -v "stopwatch"
+fi
diff --git a/utils/stopwatch/DETAILS b/utils/stopwatch/DETAILS
new file mode 100755
index 0000000..69722d7
--- /dev/null
+++ b/utils/stopwatch/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=stopwatch
+ VERSION=1.1.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/ridernator/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:22bbbcfdc8561d6677635036dc82159cb8107ffa0a5760f254d864140c67a50ecc52fb5b52f238b0c87fc8645355a81e530bd0f1030fe745685d282fff2adaef
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/ridernator/stopwatch
+ ENTERED=20170818
+ LICENSE[0]=MIT
+ KEYWORDS=""
+ SHORT="command line stopwatch"
+cat << EOF
+stopwatch is a command line stopwatch written in C with split / lap support.
+EOF
diff --git a/utils/stopwatch/HISTORY b/utils/stopwatch/HISTORY
new file mode 100644
index 0000000..35404df
--- /dev/null
+++ b/utils/stopwatch/HISTORY
@@ -0,0 +1,2 @@
+2017-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD: created spell, version 1.1.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c83035b615d65c83412a603510f831aa7221b06c), Vlad Glagolev, 08/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page