Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (753ab5d07e788195c65539166bbc520adc39a263)
  • Date: Sat, 25 Oct 2008 13:30:40 -0500

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
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (753ab5d07e788195c65539166bbc520adc39a263), George Sherwood, 10/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page