Skip to Content.
Sympa Menu

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

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 (b7b71fa79e2444165c3c85aee7e2c942e3766cdf)
  • Date: Fri, 6 May 2016 01:14:57 +0000

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

ChangeLog | 3
devel/tk/BUILD | 11 --
devel/tk/DEPENDS | 8 -
devel/tk/DETAILS | 24 ----
devel/tk/HISTORY | 205
---------------------------------------
devel/tk/INSTALL | 10 -
devel/tk/PREPARE | 2
devel/tk/PRE_SUB_DEPENDS | 5
devel/tk/SUB_DEPENDS | 7 -
x11-toolkits/tk/BUILD | 11 ++
x11-toolkits/tk/DEPENDS | 18 +++
x11-toolkits/tk/DETAILS | 24 ++++
x11-toolkits/tk/HISTORY | 208
++++++++++++++++++++++++++++++++++++++++
x11-toolkits/tk/INSTALL | 10 +
x11-toolkits/tk/PREPARE | 2
x11-toolkits/tk/PRE_SUB_DEPENDS | 5
x11-toolkits/tk/SUB_DEPENDS | 7 +
17 files changed, 288 insertions(+), 272 deletions(-)

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

tk: corrected dependencies, kill xorg-libs

commit 8d61bfd301c32f78a9cc4bf4b90195e558e4f96f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tk: moved to x11-toolkits section

diff --git a/ChangeLog b/ChangeLog
index ecbc662..e4bb3f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * devel/tk: moved to x11-toolkits
+
2016-05-04 Vlad Glagolev <stealth AT sourcemage.org>
* net/tor.gpg: 168K -> 23K magic

diff --git a/devel/tk/BUILD b/devel/tk/BUILD
deleted file mode 100755
index 6bb1b60..0000000
--- a/devel/tk/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-local TCLVERSION="$(echo 'puts [set tcl_version]' | tclsh)" &&
-local TCLHDIR="${INSTALL_ROOT}/usr/lib/tcl${TCLVERSION}/include" &&
-
-CFLAGS="${CFLAGS} -I${TCLHDIR}/generic -I${TCLHDIR}/unix" &&
-
-cd $SOURCE_DIRECTORY/unix &&
-OPTS="$OPTS --enable-threads --enable-xft" &&
-
-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/DEPENDS b/devel/tk/DEPENDS
deleted file mode 100755
index 5a706f0..0000000
--- a/devel/tk/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends xorg-libs &&
-depends tcl "--with-tcl=${INSTALL_ROOT}/usr/lib" &&
-if [[ $TK_BRANCH == "devel" ]]; then
- sub_depends tcl DEVEL
-else
- sub_depends tcl STABLE
-fi &&
-depends fontconfig
diff --git a/devel/tk/DETAILS b/devel/tk/DETAILS
deleted file mode 100755
index 927e7de..0000000
--- a/devel/tk/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- SPELL=tk
-if [ "$DEVEL" = "y" ]; then
- VERSION=8.6.4
- SOURCE=tk$VERSION-src.tar.gz
-
SOURCE_HASH=sha512:d0a1d1fd0938af4a9e532aa1bd4488647cff05f98e9e09b5fa16b773364a5d61030b7975541c688c7e0afc0bde60d49ce50a24d842549bab1622a0255e267909
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-else
- VERSION=8.6.4
- SOURCE=tk$VERSION-src.tar.gz
-
SOURCE_HASH=sha512:d0a1d1fd0938af4a9e532aa1bd4488647cff05f98e9e09b5fa16b773364a5d61030b7975541c688c7e0afc0bde60d49ce50a24d842549bab1622a0255e267909
-fi
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/tk$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/tcl/$SOURCE
- WEB_SITE=http://www.scriptics.com/
- ENTERED=20020507
- LICENSE[0]=UNKNOWN
- DOCS="ChangeLog README"
- KEYWORDS="devel"
- SHORT="Tcl provides a multi-platform scripting environment."
-cat << EOF
-Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful
-widget set and the concise scripting interface to Tk make it a breeze to
-develop sophisticated user interfaces.
-EOF
diff --git a/devel/tk/HISTORY b/devel/tk/HISTORY
deleted file mode 100644
index d335687..0000000
--- a/devel/tk/HISTORY
+++ /dev/null
@@ -1,205 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2015-04-01 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 8.6.4
-
-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
- * SUB_DEPENDS, PRE_SUB_DEPENDS: add sub dependency on
- devel and stable branch
- * DEPENDS: force devel or stable version of tcl depending
- on the version selected for tk
-
-2012-04-11 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated stable to 8.5.11
- updated devel to 8.6b2
- * tk-fix.patch: removed, no longer needed
- * PRE_BUILD: removed, no longer needed
-
-2011-09-07 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to versin 8.5.10
-
-2010-09-12 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to version 8.5.9
-
-2010-05-02 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * BUILD: enable-xft is now in the stable version.
-
-2009-11-22 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to 8.5.8
-
-2009-09-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD:
- use only tk source, use installed tcl for building
- * FINAL: deleted
-
-2009-09-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * INSTALL: install private headers
- * INSTALL: corrected SOURCE_DIRECTORY
-
-2009-04-19 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to version 8.5.7
-
-2008-12-25 Pol Vinogradov <vin.public AT gmail.com>
- * INSTALL: simplified symbolic link creation
-
-2008-12-24 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to 8.5.6
-
-2008-12-14 George Sherwood <gsherwood AT sourcemage.org>
- * PRE_BUILD: Added patch for devel version from Bug #14958
- * tk-fix.patch: Added patch to fix build problem.
-
-2008-10-15 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to 8.5.5. Updated devel to 8.6a3
- * PREPARE: Updated devel query
-
-2008-08-20 Martin Spitzbarth <m.spitzbarth AT gmx.de>
- * DETAILS: reordered SOURCE and SOURCE2 before SOURCE_GPG
- and SOURCE2_GPG for $DEVEL=y. Fixes bug 14659
-
-2008-08-15 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated stable to 8.5.4
- * PRE_BUILD: Removed patch.
- * genericevent.patch: Removed patch. Incorporated upstream.
-
-2008-08-05 George Sherwood <gsherwood AT sourcemage.org>
- * PRE_BUILD: Removed initial and added improved upstream patch
- * genericevent.patch: improved upstream patch for xproto issue
- * tk-lastevent.patch: Removed patch
-
-2008-07-22 George Sherwood <george AT beernabeer.com>
- * DETAILS: PATCHLEVEL++
- * PRE_BUILD: Added upstream patch
- * tk-lastevent.patch: added to fix but with xproto > 7.0.13 from
-
http://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997
-
-2008-07-07 Alexander Tsamutali <astsmtl AT gmail.com>
- * DETAILS: Updated stable to 8.5.3
-
-2008-04-06 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated stable to 8.5.2
-
-2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
-
-2008-02-10 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated stable to 8.5.1
- * DEPENDS: depends fontconfig
-
-2007-12-23 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated stable to 8.5.0
- * INSTALL: Updated link for 8.5
-
-2007-09-24 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated stable to 8.4.16
-
-2007-05-27 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated stable to 8.4.15 and devel to 8.5a6
-
-2006-10-21 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated stable to 8.4.14, added DOCS to prevent
duplicating man pages
-
-2006-08-28 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: added devel version
- * BUILD: enabled threads
- * DEPENDS: added fontconfig for devel version
- * PREPARE: added prompt for devel version
- * INSTALL: added $INSTALL_ROOT in symlinks and devel version handling
-
-2006-05-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * DETAILS: tcl source tarball changed, bug #11553
-
-2006-04-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.4.13
- * t*.diff: deleted
- * PRE_BUILD: don't apply patches
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-01-02 Robin Cook <rcook AT wyrms.net>
- * PRE_BUILD: apply patchs to fix configure error under bash 3.1
-
-2005-12-07 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 8.4.12
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-11-28 Seth Woolley <seth AT tautology.org>
- * PRE_BUILD: unpack api update
-
-2005-08-18 George Sherwood <george AT beernabeer.com>
- * DETAILS: Update to version 8.4.11
-
-2005--6-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.4.10
-
-2005-01-07 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 8.4.9
-
-2004-11-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.4.8
-
-2004-08-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.4.7
- BUILD_API=2
- * BUILD: strip, use default_build
- * INSTALL FINAL: add
-
-2004-03-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 8.4.6
-
-2003-11-24 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 8.4.5
-
-2003-10-10 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: Change x11-libs to X11-LIBS
-
-2003-10-03 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: Change requires x11-libs to depends x11-libs
-
-2003-09-17 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: Change depends xfree86 to requires x11-libs
-
-2003-07-30 hgg <hgreig AT bigpond.net.au>
- * DEPENDS: Add xfree86 to DEPENDS
-
-2003-07-27 hgg <hgreig AT bigpond.net.au>
- * DETAILS: Update to 8.4.4
-
-2003-06-23 hgg <hgreig AT bigpond.net.au>
- * DETAILS: Update to 8.4.3
-
-2003-04-30 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 8.4.2.
- * BUILD: create wish link.
-
-2003-04-08 M.L. <mlubrano AT sourcemage.org>
- * BUILD: Added $OPTS in BUILD.
-
-2003-01-07 Julian v. Bock <julian AT wongr.net>
- * PRE_BUILD: pass md5 to unpack.
-
-2002-10-28 Julian v. Bock <julian AT wongr.net>
- * DETAILS,PRE_BUILD: replace all occurrences of SOURCE1* with
SOURCE2*.
-
-2002-10-03 Julian v. Bock <julian AT wongr.net>
- * DETAILS: add LICENSE and MD5 fields.
-
-2002-09-22 Julian v. Bock <julian AT wongr.net>
- * DETAILS: revert VERSION to 8.3.4 due to compatibility problems.
-
-2002-09-17 Julian v. Bock <julian AT wongr.net>
- * DETAILS: set VERSION to 8.4.0; update SOURCE and SOURCE2.
-
-2002-05-07 Julian v. Bock <julian AT wongr.net>
- * ALL: add spell. this is one half of the former tcl-tl spell.
-
diff --git a/devel/tk/INSTALL b/devel/tk/INSTALL
deleted file mode 100755
index f48959d..0000000
--- a/devel/tk/INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-default_install &&
-
-ln -sf wish${VERSION:0:3} ${INSTALL_ROOT}/usr/bin/wish
-
-mkdir -p ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/unix &&
-mkdir -p ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/generic &&
-cp ${SOURCE_DIRECTORY}/unix/*.h \
- ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/unix &&
-cp ${SOURCE_DIRECTORY}/generic/*.h \
- ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/generic
diff --git a/devel/tk/PREPARE b/devel/tk/PREPARE
deleted file mode 100755
index a9b46f9..0000000
--- a/devel/tk/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable devel
diff --git a/devel/tk/PRE_SUB_DEPENDS b/devel/tk/PRE_SUB_DEPENDS
deleted file mode 100755
index 12c2803..0000000
--- a/devel/tk/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
- DEVEL) if [[ "$TK_BRANCH" == "devel" ]]; then return 0; fi;;
- STABLE) if [[ "$TK_BRANCH" == "stable" ]]; then return 0; fi;;
-esac
-return 1
diff --git a/devel/tk/SUB_DEPENDS b/devel/tk/SUB_DEPENDS
deleted file mode 100755
index 833603c..0000000
--- a/devel/tk/SUB_DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-case $THIS_SUB_DEPENDS in
- DEVEL) echo "Devel release needed, forcing it." &&
- TK_BRANCH="devel" ;;
- STABLE) echo "Devel release needed, forcing it." &&
- TK_BRANCH="stable" ;;
- *) echo "unknown sub-depends!"; return 1 ;;
-esac
diff --git a/x11-toolkits/tk/BUILD b/x11-toolkits/tk/BUILD
new file mode 100755
index 0000000..6bb1b60
--- /dev/null
+++ b/x11-toolkits/tk/BUILD
@@ -0,0 +1,11 @@
+local TCLVERSION="$(echo 'puts [set tcl_version]' | tclsh)" &&
+local TCLHDIR="${INSTALL_ROOT}/usr/lib/tcl${TCLVERSION}/include" &&
+
+CFLAGS="${CFLAGS} -I${TCLHDIR}/generic -I${TCLHDIR}/unix" &&
+
+cd $SOURCE_DIRECTORY/unix &&
+OPTS="$OPTS --enable-threads --enable-xft" &&
+
+default_build &&
+sed -i -e
"s,^TK_SRC_DIR='.*',TK_SRC_DIR='${TRACK_ROOT}/usr/lib/$SPELL${VERSION%.*}/include',"
\
+ tkConfig.sh
diff --git a/x11-toolkits/tk/DEPENDS b/x11-toolkits/tk/DEPENDS
new file mode 100755
index 0000000..105637a
--- /dev/null
+++ b/x11-toolkits/tk/DEPENDS
@@ -0,0 +1,18 @@
+depends libx11 &&
+depends libxft &&
+depends tcl "--with-tcl=${INSTALL_ROOT}/usr/lib" &&
+if [[ $TK_BRANCH == "devel" ]]; then
+ sub_depends tcl DEVEL
+else
+ sub_depends tcl STABLE
+fi &&
+depends fontconfig &&
+
+optional_depends libxscrnsaver \
+ "--enable-xss" \
+ "--disable-xss" \
+ "to use XScreenSaver for activity timer" &&
+
+if is_depends_enabled $SPELL libxscrnsaver; then
+ depends libxext
+fi
diff --git a/x11-toolkits/tk/DETAILS b/x11-toolkits/tk/DETAILS
new file mode 100755
index 0000000..927e7de
--- /dev/null
+++ b/x11-toolkits/tk/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=tk
+if [ "$DEVEL" = "y" ]; then
+ VERSION=8.6.4
+ SOURCE=tk$VERSION-src.tar.gz
+
SOURCE_HASH=sha512:d0a1d1fd0938af4a9e532aa1bd4488647cff05f98e9e09b5fa16b773364a5d61030b7975541c688c7e0afc0bde60d49ce50a24d842549bab1622a0255e267909
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+else
+ VERSION=8.6.4
+ SOURCE=tk$VERSION-src.tar.gz
+
SOURCE_HASH=sha512:d0a1d1fd0938af4a9e532aa1bd4488647cff05f98e9e09b5fa16b773364a5d61030b7975541c688c7e0afc0bde60d49ce50a24d842549bab1622a0255e267909
+fi
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/tk$VERSION
+ SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/tcl/$SOURCE
+ WEB_SITE=http://www.scriptics.com/
+ ENTERED=20020507
+ LICENSE[0]=UNKNOWN
+ DOCS="ChangeLog README"
+ KEYWORDS="devel"
+ SHORT="Tcl provides a multi-platform scripting environment."
+cat << EOF
+Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful
+widget set and the concise scripting interface to Tk make it a breeze to
+develop sophisticated user interfaces.
+EOF
diff --git a/x11-toolkits/tk/HISTORY b/x11-toolkits/tk/HISTORY
new file mode 100644
index 0000000..7e72f63
--- /dev/null
+++ b/x11-toolkits/tk/HISTORY
@@ -0,0 +1,208 @@
+2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected dependencies, kill xorg-libs
+
+2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: remove SOURCEFORGE_URL usage (automated)
+
+2015-04-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 8.6.4
+
+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
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: add sub dependency on
+ devel and stable branch
+ * DEPENDS: force devel or stable version of tcl depending
+ on the version selected for tk
+
+2012-04-11 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated stable to 8.5.11
+ updated devel to 8.6b2
+ * tk-fix.patch: removed, no longer needed
+ * PRE_BUILD: removed, no longer needed
+
+2011-09-07 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to versin 8.5.10
+
+2010-09-12 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 8.5.9
+
+2010-05-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: enable-xft is now in the stable version.
+
+2009-11-22 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 8.5.8
+
+2009-09-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD:
+ use only tk source, use installed tcl for building
+ * FINAL: deleted
+
+2009-09-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * INSTALL: install private headers
+ * INSTALL: corrected SOURCE_DIRECTORY
+
+2009-04-19 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 8.5.7
+
+2008-12-25 Pol Vinogradov <vin.public AT gmail.com>
+ * INSTALL: simplified symbolic link creation
+
+2008-12-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 8.5.6
+
+2008-12-14 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Added patch for devel version from Bug #14958
+ * tk-fix.patch: Added patch to fix build problem.
+
+2008-10-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 8.5.5. Updated devel to 8.6a3
+ * PREPARE: Updated devel query
+
+2008-08-20 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: reordered SOURCE and SOURCE2 before SOURCE_GPG
+ and SOURCE2_GPG for $DEVEL=y. Fixes bug 14659
+
+2008-08-15 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to 8.5.4
+ * PRE_BUILD: Removed patch.
+ * genericevent.patch: Removed patch. Incorporated upstream.
+
+2008-08-05 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Removed initial and added improved upstream patch
+ * genericevent.patch: improved upstream patch for xproto issue
+ * tk-lastevent.patch: Removed patch
+
+2008-07-22 George Sherwood <george AT beernabeer.com>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: Added upstream patch
+ * tk-lastevent.patch: added to fix but with xproto > 7.0.13 from
+
http://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997
+
+2008-07-07 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: Updated stable to 8.5.3
+
+2008-04-06 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 8.5.2
+
+2008-03-18 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
+
+2008-02-10 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 8.5.1
+ * DEPENDS: depends fontconfig
+
+2007-12-23 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 8.5.0
+ * INSTALL: Updated link for 8.5
+
+2007-09-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 8.4.16
+
+2007-05-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable to 8.4.15 and devel to 8.5a6
+
+2006-10-21 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated stable to 8.4.14, added DOCS to prevent
duplicating man pages
+
+2006-08-28 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: added devel version
+ * BUILD: enabled threads
+ * DEPENDS: added fontconfig for devel version
+ * PREPARE: added prompt for devel version
+ * INSTALL: added $INSTALL_ROOT in symlinks and devel version handling
+
+2006-05-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: tcl source tarball changed, bug #11553
+
+2006-04-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4.13
+ * t*.diff: deleted
+ * PRE_BUILD: don't apply patches
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-02 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: apply patchs to fix configure error under bash 3.1
+
+2005-12-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 8.4.12
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-28 Seth Woolley <seth AT tautology.org>
+ * PRE_BUILD: unpack api update
+
+2005-08-18 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Update to version 8.4.11
+
+2005--6-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4.10
+
+2005-01-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 8.4.9
+
+2004-11-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4.8
+
+2004-08-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4.7
+ BUILD_API=2
+ * BUILD: strip, use default_build
+ * INSTALL FINAL: add
+
+2004-03-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4.6
+
+2003-11-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 8.4.5
+
+2003-10-10 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change x11-libs to X11-LIBS
+
+2003-10-03 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change requires x11-libs to depends x11-libs
+
+2003-09-17 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change depends xfree86 to requires x11-libs
+
+2003-07-30 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Add xfree86 to DEPENDS
+
+2003-07-27 hgg <hgreig AT bigpond.net.au>
+ * DETAILS: Update to 8.4.4
+
+2003-06-23 hgg <hgreig AT bigpond.net.au>
+ * DETAILS: Update to 8.4.3
+
+2003-04-30 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: set VERSION to 8.4.2.
+ * BUILD: create wish link.
+
+2003-04-08 M.L. <mlubrano AT sourcemage.org>
+ * BUILD: Added $OPTS in BUILD.
+
+2003-01-07 Julian v. Bock <julian AT wongr.net>
+ * PRE_BUILD: pass md5 to unpack.
+
+2002-10-28 Julian v. Bock <julian AT wongr.net>
+ * DETAILS,PRE_BUILD: replace all occurrences of SOURCE1* with
SOURCE2*.
+
+2002-10-03 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+
+2002-09-22 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: revert VERSION to 8.3.4 due to compatibility problems.
+
+2002-09-17 Julian v. Bock <julian AT wongr.net>
+ * DETAILS: set VERSION to 8.4.0; update SOURCE and SOURCE2.
+
+2002-05-07 Julian v. Bock <julian AT wongr.net>
+ * ALL: add spell. this is one half of the former tcl-tl spell.
+
diff --git a/x11-toolkits/tk/INSTALL b/x11-toolkits/tk/INSTALL
new file mode 100755
index 0000000..f48959d
--- /dev/null
+++ b/x11-toolkits/tk/INSTALL
@@ -0,0 +1,10 @@
+default_install &&
+
+ln -sf wish${VERSION:0:3} ${INSTALL_ROOT}/usr/bin/wish
+
+mkdir -p ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/unix &&
+mkdir -p ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/generic &&
+cp ${SOURCE_DIRECTORY}/unix/*.h \
+ ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/unix &&
+cp ${SOURCE_DIRECTORY}/generic/*.h \
+ ${INSTALL_DIRECTORY}/usr/lib/tk${VERSION:0:3}/include/generic
diff --git a/x11-toolkits/tk/PREPARE b/x11-toolkits/tk/PREPARE
new file mode 100755
index 0000000..a9b46f9
--- /dev/null
+++ b/x11-toolkits/tk/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable devel
diff --git a/x11-toolkits/tk/PRE_SUB_DEPENDS b/x11-toolkits/tk/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..12c2803
--- /dev/null
+++ b/x11-toolkits/tk/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ DEVEL) if [[ "$TK_BRANCH" == "devel" ]]; then return 0; fi;;
+ STABLE) if [[ "$TK_BRANCH" == "stable" ]]; then return 0; fi;;
+esac
+return 1
diff --git a/x11-toolkits/tk/SUB_DEPENDS b/x11-toolkits/tk/SUB_DEPENDS
new file mode 100755
index 0000000..833603c
--- /dev/null
+++ b/x11-toolkits/tk/SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ DEVEL) echo "Devel release needed, forcing it." &&
+ TK_BRANCH="devel" ;;
+ STABLE) echo "Devel release needed, forcing it." &&
+ TK_BRANCH="stable" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b7b71fa79e2444165c3c85aee7e2c942e3766cdf), Vlad Glagolev, 05/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page