[SM-Commit] GIT changes to master grimoire by George Sherwood (753ab5d07e788195c65539166bbc520adc39a263)

George Sherwood scm at sourcemage.org
Sat Oct 25 14:30:40 EDT 2008


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 ChangeLog            |    3 +++
 libs/libassa/DETAILS |   20 ++++++++++++++++++++
 libs/libassa/HISTORY |    3 +++
 3 files changed, 26 insertions(+)

New commits:
commit 753ab5d07e788195c65539166bbc520adc39a263
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    libassa: Added new spell.

diff --git a/ChangeLog b/ChangeLog
index 8c8cf71..54631ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-25 George Sherwood <gsherwood at sourcemage.org>
+	* libs/libassa: new spell. A C++ networking library
+
 2008-10-25 Vlad Glagolev <stealth at sourcemage.org>
 	* audio-creation/mhwaveedit: new spell, graphical program for editing,
 	  playing and recording sound files
diff --git a/libs/libassa/DETAILS b/libs/libassa/DETAILS
new file mode 100755
index 0000000..af9bcbf
--- /dev/null
+++ b/libs/libassa/DETAILS
@@ -0,0 +1,20 @@
+           SPELL=libassa
+         VERSION=3.5.0
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+     SOURCE_HASH=sha512:5b1ab4f6d2424d446cf12b9f30397f6cdebe2154b15e5766c33f8e4e4582ec6660af04b3d7456a706143bcbcc1be6042d262e9982bfce7c87ce8d1a7972f22f1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://libassa.sourceforge.net/"
+      LICENSE[0]=LGPL
+         ENTERED=20081025
+           SHORT="an object-oriented C++ networking library based on Adaptive Communication Patterns"
+cat << EOF
+ libASSA is an object-oriented C++ networking library based on Adaptive
+Communication Patterns. It features a simplistic implementation of the
+set of communication patterns such as Service Configurator, Reactor,
+Acceptor, Connector, and others described in various papers published by
+Dr. D. C. Schmidt. You can find them here.
+
+libASSA happily co-exists with other frameworks such as GUI toolkits and
+various CORBA implementations.
+EOF
diff --git a/libs/libassa/HISTORY b/libs/libassa/HISTORY
new file mode 100644
index 0000000..86affd1
--- /dev/null
+++ b/libs/libassa/HISTORY
@@ -0,0 +1,3 @@
+2008-10-25 George Sherwood <gsherwood at sourcemage.org>
+	* DETAILS: spell created
+



More information about the SM-Commit mailing list