Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (704cbba45f4e5ff941fdd76d11b5fc70d3029add)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (704cbba45f4e5ff941fdd76d11b5fc70d3029add)
  • Date: Sun, 19 Sep 2010 00:42:48 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

ChangeLog | 3 +++
chat-im/pidgin/DEPENDS | 5 +++++
chat-im/pidgin/HISTORY | 3 +++
chat-libs/silc-toolkit/DETAILS | 19 +++++++++++++++++++
chat-libs/silc-toolkit/HISTORY | 3 +++
5 files changed, 33 insertions(+)

New commits:
commit 704cbba45f4e5ff941fdd76d11b5fc70d3029add
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

New Spell: silc-toolkit.

Amount other things this allows for PidginIM to be build with SILC
protocol support. This spell requires no dependencies, and there
are no steps within pidgin make process (no addition --options)
for SILC support to be included.

However, Pidgin had its DEPENDS file updated with an optional depends
in case the person casting pidgin wanted SILC support included.

diff --git a/ChangeLog b/ChangeLog
index 22b0b03..c86e9fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-09-18 David C. Haley <khoralin AT gmail.com>
+ * chat-libs/silc-toolkit: new spell - permits PidginIM to build with
SILC.
+
2010-09-16 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/markupsafe: new spell, XML/HTML/XHTML Markup safe
string for Python
* python-pypi/formalchemy: new spell - create forms for sqlalchemy
classes
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index fafbc95..9f23f47 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -7,6 +7,11 @@ then
depends intltool
fi &&

+optional_depends silc-toolkit \
+ "" \
+ "" \
+ "for SILC protocol support" &&
+
optional_depends evolution \
"--enable-gevolution" \
"--disable-gevolution" \
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 5180b4d..7b352b3 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2010-09-18 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: optional depends on silc-toolkit for SILC protocol
+
2010-08-16 Finn Haedicke <finn AT sourcemage.org>
* BUILD,DEPENDS: optionally depends on network-manager

diff --git a/chat-libs/silc-toolkit/DETAILS b/chat-libs/silc-toolkit/DETAILS
new file mode 100755
index 0000000..5ffbda6
--- /dev/null
+++ b/chat-libs/silc-toolkit/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=silc-toolkit
+ VERSION=1.1.10
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://silcnet.org/download/toolkit/sources/${SOURCE}
+
SOURCE_HASH=sha512:b23b956a79cff6b0471d0fe3b7b57a473272416deaf8546b66987247bef2ee1fc3a8d3db03165a8c3d7f012549f02834d70e3473704e5b39f647a025f4e6befc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://silcnet.org";
+ LICENSE[0]="GPL"
+ ENTERED=20100918
+ KEYWORDS=""
+ SHORT="SILC Toolkit is full implementation of the SILC protocol
and is intended for software and application developers who want to integrate
SILC support in their products."
+cat << EOF
+SILC Toolkit is a software development toolkit which provides full SILC
+protocol implementation for application developers. The SILC Toolkit provides
+SILC Client Library, SILC Protocol Core Library, SILC Key Exchange Library,
+SILC Crypto Library, SILC Math Library, SILC Utility Library, and other
+libraries. The SILC Toolkit also includes full reference manual and developer
+guide with examples and tutorials.
+EOF
diff --git a/chat-libs/silc-toolkit/HISTORY b/chat-libs/silc-toolkit/HISTORY
new file mode 100644
index 0000000..5daeb50
--- /dev/null
+++ b/chat-libs/silc-toolkit/HISTORY
@@ -0,0 +1,3 @@
+2010-09-18 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by David Haley (704cbba45f4e5ff941fdd76d11b5fc70d3029add), David Haley, 09/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page