Skip to Content.
Sympa Menu

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

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 (c2eca92d2acbc4a2727b353137dec66426719599)
  • Date: Sat, 28 Mar 2015 18:16:26 -0500

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

ChangeLog | 4 ++++
devel/erlang/DETAILS | 4 ++--
devel/erlang/HISTORY | 3 +++
devel/tk/BUILD | 4 +++-
devel/tk/HISTORY | 3 +++
libs/tktreectrl/DEPENDS | 2 ++
libs/tktreectrl/DETAILS | 15 +++++++++++++++
libs/tktreectrl/HISTORY | 2 ++
8 files changed, 34 insertions(+), 3 deletions(-)

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

erlang 17.4

commit 1aff16ca8102840759d1f7496b6df4d9d280d48a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tktreectrl: new spell, multi-column hierarchical listbox widget for the
Tk GUI toolkit

commit b2ab1a7c81e1a949818f187037930c9a6aea6d21
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tk: Fix TK_SRC_DIR in tkConfig.sh

diff --git a/ChangeLog b/ChangeLog
index 8f58e35..2495836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-28 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/tktreectrl: new spell, multi-column hierarchical listbox
+ widget for the Tk GUI toolkit
+
2015-03-26 Vlad Glagolev <stealth AT sourcemage.org>
* FUNCTIONS: added check_tmp_noexec to fix build on the systems with
secure options for /tmp (at least)
diff --git a/devel/erlang/DETAILS b/devel/erlang/DETAILS
index 6625ab5..3044374 100755
--- a/devel/erlang/DETAILS
+++ b/devel/erlang/DETAILS
@@ -1,9 +1,9 @@
SPELL=erlang
- VERSION=R16B02
+ VERSION=17.4
SOURCE=otp_src_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/otp_src_$VERSION
SOURCE_URL[0]=http://www.erlang.org/download/$SOURCE
-
SOURCE_HASH=sha512:35c4dfe4f7de04a44cc4e2eabd796b53fa3c4104ced144f0b2060a66adf1e400b65eb1c94c19c5f83baa7f1f31bdc73b36f2ac1df9dfac7cc6e253b52702287d
+
SOURCE_HASH=sha512:a2626eea451a5e81027072d08eee158856deabd9fec9d648a736d6fcf0797f5009f8cd749dc3fb4f64d8af6f80d505e3709ea4e6cc0183ddbe365e88c27cc201
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
WEB_SITE=http://www.erlang.org
ENTERED=20020606
diff --git a/devel/erlang/HISTORY b/devel/erlang/HISTORY
index ac2315c..557dce2 100644
--- a/devel/erlang/HISTORY
+++ b/devel/erlang/HISTORY
@@ -1,3 +1,6 @@
+2015-03-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 17.4
+
2013-10-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: R16B02

diff --git a/devel/tk/BUILD b/devel/tk/BUILD
index 32ffe54..6bb1b60 100755
--- a/devel/tk/BUILD
+++ b/devel/tk/BUILD
@@ -6,4 +6,6 @@ CFLAGS="${CFLAGS} -I${TCLHDIR}/generic -I${TCLHDIR}/unix"
&&
cd $SOURCE_DIRECTORY/unix &&
OPTS="$OPTS --enable-threads --enable-xft" &&

-default_build
+default_build &&
+sed -i -e
"s,^TK_SRC_DIR='.*',TK_SRC_DIR='${TRACK_ROOT}/usr/lib/$SPELL${VERSION%.*}/include',"
\
+ tkConfig.sh
diff --git a/devel/tk/HISTORY b/devel/tk/HISTORY
index fb8afcb..dc5fedc 100644
--- a/devel/tk/HISTORY
+++ b/devel/tk/HISTORY
@@ -1,3 +1,6 @@
+2015-03-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed TK_SRC_DIR in tkConfig.sh
+
2013-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: stable and devel version 8.6.0
* PREPARE, DETAILS: use prepare_select_branch
diff --git a/libs/tktreectrl/DEPENDS b/libs/tktreectrl/DEPENDS
new file mode 100755
index 0000000..800fb22
--- /dev/null
+++ b/libs/tktreectrl/DEPENDS
@@ -0,0 +1,2 @@
+depends tcl &&
+depends tk
diff --git a/libs/tktreectrl/DETAILS b/libs/tktreectrl/DETAILS
new file mode 100755
index 0000000..6e3968a
--- /dev/null
+++ b/libs/tktreectrl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=tktreectrl
+ VERSION=2.4.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
+
SOURCE_HASH=sha512:5ea3f286326cb9dd32a259f8032c37dd3bfe4c4ecdac878cc8e7a283b542c4eb67a5434c97ecc81b9773f08e55563401a173234452ebf63547c00780e5703c1b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://tktreectrl.sourceforge.net/";
+ LICENSE[0]="BSD"
+ ENTERED=20150328
+ KEYWORDS=""
+ SHORT="multi-column hierarchical listbox widget for the Tk GUI
toolkit"
+cat << EOF
+TkTreeCtrl is a multi-column hierarchical listbox widget for the Tk GUI
+toolkit.
+EOF
diff --git a/libs/tktreectrl/HISTORY b/libs/tktreectrl/HISTORY
new file mode 100644
index 0000000..70aa3ae
--- /dev/null
+++ b/libs/tktreectrl/HISTORY
@@ -0,0 +1,2 @@
+2015-03-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c2eca92d2acbc4a2727b353137dec66426719599), Ismael Luceno, 03/28/2015

Archive powered by MHonArc 2.6.24.

Top of Page