Skip to Content.
Sympa Menu

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

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 (f5b930260df6a4f7bbab727c5cfcd9c01b982a84)
  • Date: Fri, 3 Apr 2015 21:13:24 -0500

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

ChangeLog | 1 +
devel/vqtcl/DEPENDS | 2 ++
devel/vqtcl/DETAILS | 14 ++++++++++++++
devel/vqtcl/HISTORY | 2 ++
4 files changed, 19 insertions(+)

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

vqtcl: new spell, Vlerq for Tcl

diff --git a/ChangeLog b/ChangeLog
index e9377e8..9059a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-04-04 Ismael Luceno <ismael AT sourcemage.org>
* devel/tclvfs: new spell, VFS extension for TCL
+ * devel/vqtcl: new spell, Vlerq for Tcl

2015-04-02 Vlad Glagolev <stealth AT sourcemage.org>
* kernel.gpg: added C4790F9D public key (Linux Kernel Archives
diff --git a/devel/vqtcl/DEPENDS b/devel/vqtcl/DEPENDS
new file mode 100755
index 0000000..560fe0b
--- /dev/null
+++ b/devel/vqtcl/DEPENDS
@@ -0,0 +1,2 @@
+depends tcl &&
+depends tclvfs
diff --git a/devel/vqtcl/DETAILS b/devel/vqtcl/DETAILS
new file mode 100755
index 0000000..79b5d99
--- /dev/null
+++ b/devel/vqtcl/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=vqtcl
+ VERSION=4.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/ismaell/vqtcl";
+ SOURCE_URL[0]="$WEB_SITE/archive/v$VERSION.tar.gz"
+
SOURCE_HASH=sha512:e9a8d0bc21690b3ff646b27b39f52214e54b3fed75857a45f3234dce09036267523bdf0a78325ff1b898fa2a63fc71f816c599b575e5c9ef051b134d1b87bf94
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="MIT"
+ ENTERED=20150403
+ KEYWORDS=""
+ SHORT="Vlerq for Tcl"
+cat << EOF
+This is Vlerq, a Tcl extension for data manipulation and storage.
+EOF
diff --git a/devel/vqtcl/HISTORY b/devel/vqtcl/HISTORY
new file mode 100644
index 0000000..bd675c2
--- /dev/null
+++ b/devel/vqtcl/HISTORY
@@ -0,0 +1,2 @@
+2015-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page