summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-10-25 13:29:36 -0500
committerGeorge Sherwood2008-10-25 13:29:36 -0500
commit753ab5d07e788195c65539166bbc520adc39a263 (patch)
tree5918dc059a5bf12c9b1e5ccd84eb6efa57adde8e
parent9e5992797a2deb0187028344660eeaac45363de7 (diff)
libassa: Added new spell.
-rw-r--r--ChangeLog3
-rwxr-xr-xlibs/libassa/DETAILS20
-rw-r--r--libs/libassa/HISTORY3
3 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c8cf71f26..54631bac36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-25 George Sherwood <gsherwood@sourcemage.org>
+ * libs/libassa: new spell. A C++ networking library
+
2008-10-25 Vlad Glagolev <stealth@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 0000000000..af9bcbfaaa
--- /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 0000000000..86affd1bb2
--- /dev/null
+++ b/libs/libassa/HISTORY
@@ -0,0 +1,3 @@
+2008-10-25 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: spell created
+