[SM-Commit] GIT changes to master grimoire by Ismael Luceno (249cdfc2b1679c45aebc9bbafbc286db6a0dff38)

Ismael Luceno scm at sourcemage.org
Mon Dec 6 09:21:36 EST 2010


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

 ChangeLog         |    3 +++
 devel/acr/DETAILS |   16 ++++++++++++++++
 devel/acr/HISTORY |    3 +++
 3 files changed, 22 insertions(+)

New commits:
commit 249cdfc2b1679c45aebc9bbafbc286db6a0dff38
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>

    acr: new spell, autoconf replacement

diff --git a/ChangeLog b/ChangeLog
index 2b55eee..3c6cb0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-12-06 Ismael Luceno <ismael at sourcemage.org>
+	* devel/acr: new spell, autoconf replacement
+
 2010-12-01 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* science/ggobi: new spell, a visualization program for exploring
 	  high-dimensional data
diff --git a/devel/acr/DETAILS b/devel/acr/DETAILS
new file mode 100755
index 0000000..4e6a5f2
--- /dev/null
+++ b/devel/acr/DETAILS
@@ -0,0 +1,16 @@
+           SPELL=acr
+         VERSION=0.7.2
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=http://www.lolcathost.org/b/${SOURCE}
+     SOURCE_HASH=sha512:98e45f3a1b18757edd3a4499e7f18f5e56edba4956c74dc80b03db4d76d34774beb60ab0037c95a86a62ea29a7a2b8c9418f8368b0438efdb4297185264dc615
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://nopcode.org/wk.php/Acr"
+      LICENSE[0]=GPL
+         ENTERED=20101206
+           SHORT="autoconf replacement"
+cat << EOF
+ACR is an autoconf like tool that allows you to create configure scripts
+for your programs. The main aim of this tool is to teach developers how to
+create portable builds of their tools, just using generic functions wrapped
+by acr to generate portable shellscript.
+EOF
diff --git a/devel/acr/HISTORY b/devel/acr/HISTORY
new file mode 100644
index 0000000..f5f0557
--- /dev/null
+++ b/devel/acr/HISTORY
@@ -0,0 +1,3 @@
+2010-12-06 Ismael Luceno <ismael at sourcemage.org>
+	* DETAILS: spell created
+



More information about the SM-Commit mailing list