Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c930daf7a63cffeff90caa716175b1fc3936a0c2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c930daf7a63cffeff90caa716175b1fc3936a0c2)
  • Date: Wed, 8 Apr 2015 17:05:28 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
doc/smu/BUILD | 1 +
doc/smu/DETAILS | 18 ++++++++++++++++++
doc/smu/HISTORY | 2 ++
doc/smu/INSTALL | 1 +
5 files changed, 23 insertions(+)

New commits:
commit c930daf7a63cffeff90caa716175b1fc3936a0c2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

smu: new spell, simple markup - markdown like syntax

diff --git a/ChangeLog b/ChangeLog
index c62da0c..7c5cf37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-04-08 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/httpie: new spell, a CLI, cURL-like tool for humans
+ * doc/smu: new spell, simple markup - markdown like syntax

2015-04-06 Pavel Vinogradov <public AT sourcemage.org>
* python-pypi/munkres: new spell, munkres algorithm for the Assignment
diff --git a/doc/smu/BUILD b/doc/smu/BUILD
new file mode 100755
index 0000000..334a741
--- /dev/null
+++ b/doc/smu/BUILD
@@ -0,0 +1 @@
+make CFLAGS="$CFLAGS -DVERSION=\"$VERSION\""
diff --git a/doc/smu/DETAILS b/doc/smu/DETAILS
new file mode 100755
index 0000000..a47cbb4
--- /dev/null
+++ b/doc/smu/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=smu
+ VERSION=1.4
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/Gottox/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:75f411ff289a30a686ac9d14aab2171d08eef1597b4810bd45b07336273b81a5efe4c8d4fe9a217fb2d063911af001a1f397b64ccad4c65f01f31e2766997b8a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/Gottox/smu";
+ LICENSE[0]="MIT"
+ ENTERED=20150408
+ KEYWORDS=""
+ SHORT="simple markup - markdown like syntax"
+cat << EOF
+smu is a very simple and minimal markup language. It is designed for using
+in wiki-like environments. smu makes it very easy to write your documents
+on the fly and convert them into HTML.
+
+smu is capable to parse very large documents.
+EOF
diff --git a/doc/smu/HISTORY b/doc/smu/HISTORY
new file mode 100644
index 0000000..f17a73f
--- /dev/null
+++ b/doc/smu/HISTORY
@@ -0,0 +1,2 @@
+2015-04-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/doc/smu/INSTALL b/doc/smu/INSTALL
new file mode 100755
index 0000000..7bf1215
--- /dev/null
+++ b/doc/smu/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr" install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c930daf7a63cffeff90caa716175b1fc3936a0c2), Ismael Luceno, 04/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page