Skip to Content.
Sympa Menu

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

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 (992122aeec1b36a9d746a72aff9dc152d33d938a)
  • Date: Fri, 10 Mar 2017 20:41:44 +0000

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

ChangeLog | 4 ++++
doc/github-markdown-toc.go/BUILD | 4 ++++
doc/github-markdown-toc.go/DEPENDS | 1 +
doc/github-markdown-toc.go/DETAILS | 19 +++++++++++++++++++
doc/github-markdown-toc.go/HISTORY | 2 ++
doc/github-markdown-toc.go/INSTALL | 1 +
6 files changed, 31 insertions(+)

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

github-markdown-toc.go: new spell, golang based implementation of the
github-markdown-toc tool

diff --git a/ChangeLog b/ChangeLog
index aac9d79..ad33da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * doc/github-markdown-toc.go: new spell, golang based implementation
of
+ the github-markdown-toc tool
+
2017-03-05 Ismael Luceno <ismael AT sourcemage.org>
* perl-cpan/perl-devel-trace: new spell, Devel::Trace - Print out
each line before it is executed (like sh -x)
diff --git a/doc/github-markdown-toc.go/BUILD
b/doc/github-markdown-toc.go/BUILD
new file mode 100755
index 0000000..d72dc9f
--- /dev/null
+++ b/doc/github-markdown-toc.go/BUILD
@@ -0,0 +1,4 @@
+export GOPATH="${SOURCE_DIRECTORY}" &&
+
+go get -d &&
+go build -ldflags "$LDFLAGS"
diff --git a/doc/github-markdown-toc.go/DEPENDS
b/doc/github-markdown-toc.go/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/doc/github-markdown-toc.go/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/doc/github-markdown-toc.go/DETAILS
b/doc/github-markdown-toc.go/DETAILS
new file mode 100755
index 0000000..ea5a85e
--- /dev/null
+++ b/doc/github-markdown-toc.go/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=github-markdown-toc.go
+ VERSION=0.6.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/ekalinin/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:ad5185a277c658b09cc0360b0a060a89220b0546b32fef30637a11dbc5dd597bd7d2483d36ab0fb5ae423dc6e354ce1dd421b7b7a15fca81e8b6309765449723
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/ekalinin/github-markdown-toc.go
+ ENTERED=20170310
+ LICENSE[0]=MIT
+ KEYWORDS="markdown github"
+ SHORT="golang based implementation of the github-markdown-toc
tool"
+cat << EOF
+This is a golang based implementation of the github-markdown-toc tool.
+
+The advantages of this implementation:
+- no dependencies (no need curl, wget, awk, etc.)
+- regexp for parsing TOC
+- parallel processing of multiple documents
+EOF
diff --git a/doc/github-markdown-toc.go/HISTORY
b/doc/github-markdown-toc.go/HISTORY
new file mode 100644
index 0000000..f722777
--- /dev/null
+++ b/doc/github-markdown-toc.go/HISTORY
@@ -0,0 +1,2 @@
+2017-03-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.6.0
diff --git a/doc/github-markdown-toc.go/INSTALL
b/doc/github-markdown-toc.go/INSTALL
new file mode 100755
index 0000000..de9fa40
--- /dev/null
+++ b/doc/github-markdown-toc.go/INSTALL
@@ -0,0 +1 @@
+install -vm 755 ${SPELL}-${VERSION} "${INSTALL_ROOT}/usr/bin/gh-md-toc"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (992122aeec1b36a9d746a72aff9dc152d33d938a), Vlad Glagolev, 03/10/2017

Archive powered by MHonArc 2.6.24.

Top of Page