summaryrefslogtreecommitdiffstats
path: root/chat-libs/silc-toolkit
diff options
context:
space:
mode:
authorDavid Haley2010-09-18 22:54:47 -0500
committerDavid Haley2010-09-19 00:38:43 -0500
commit704cbba45f4e5ff941fdd76d11b5fc70d3029add (patch)
tree127a5413d0fa5c74da78072eed4b126f0345ba83 /chat-libs/silc-toolkit
parent8395d2e541916846562c0ca9c598b0bb2e946cfd (diff)
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.
Diffstat (limited to 'chat-libs/silc-toolkit')
-rwxr-xr-xchat-libs/silc-toolkit/DETAILS19
-rw-r--r--chat-libs/silc-toolkit/HISTORY3
2 files changed, 22 insertions, 0 deletions
diff --git a/chat-libs/silc-toolkit/DETAILS b/chat-libs/silc-toolkit/DETAILS
new file mode 100755
index 0000000000..5ffbda6d40
--- /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 0000000000..5daeb50a81
--- /dev/null
+++ b/chat-libs/silc-toolkit/HISTORY
@@ -0,0 +1,3 @@
+2010-09-18 David C. Haley <khoralin@gmail.com>
+ * DETAILS: spell created
+