Skip to Content.
Sympa Menu

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

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 (dc58c6e8d03e7bf1db405a1ce252a004a7c37f62)
  • Date: Sun, 29 Mar 2015 08:32:08 -0500

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

ChangeLog | 3 +++
libs/tkdnd/DEPENDS | 2 ++
libs/tkdnd/DETAILS | 20 ++++++++++++++++++++
libs/tkdnd/HISTORY | 2 ++
4 files changed, 27 insertions(+)

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

tkdnd: new spell, Tk Drag & Drop

diff --git a/ChangeLog b/ChangeLog
index 9815e26..0d29b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/tkdnd: new spell, Tk Drag & Drop
+
2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
* haskell/haskell-old-locale: new spell, a Haskell locale package
* haskell/haskell-old-time: new spell, a Haskell old time package
diff --git a/libs/tkdnd/DEPENDS b/libs/tkdnd/DEPENDS
new file mode 100755
index 0000000..800fb22
--- /dev/null
+++ b/libs/tkdnd/DEPENDS
@@ -0,0 +1,2 @@
+depends tcl &&
+depends tk
diff --git a/libs/tkdnd/DETAILS b/libs/tkdnd/DETAILS
new file mode 100755
index 0000000..6160f94
--- /dev/null
+++ b/libs/tkdnd/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=tkdnd
+ SPELLX=TkDND
+ VERSION=2.7
+ SOURCE="$SPELL$VERSION-src.tar.gz"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SPELLX/$SPELLX%20$VERSION/$SOURCE
+
SOURCE_HASH=sha512:cabd705618891beb3168f66f46ddc8990612ed64988fc3ed3224822c2213df5d37b7782172ac68f305bdff4a87aa5ea77f0a8a40836038ead6881afcf464917b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL$VERSION"
+
WEB_SITE="http://www.ellogon.org/petasis/index.php/tcltk-projects/tkdnd";
+ LICENSE[0]="BSD"
+ ENTERED=20150329
+ KEYWORDS=""
+ SHORT="Tk Drag & Drop"
+cat << EOF
+tkdnd is an extension that adds native drag & drop capabilities to the tk
+toolkit. It can be used with any tk version equal or greater to 8.4 and
+currently only the UNIX (X-Windows) and Microsoft Windows operating systems
+are supported. Under unix the drag & drop protocol in use is the XDND
protocol
+version 4 (also used by the QT toolkit, KDE & GNOME Desktops). Under Windows,
+the OLE drag & drop interfaces are used.
+EOF
diff --git a/libs/tkdnd/HISTORY b/libs/tkdnd/HISTORY
new file mode 100644
index 0000000..c4cda40
--- /dev/null
+++ b/libs/tkdnd/HISTORY
@@ -0,0 +1,2 @@
+2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page