[Lunar-commits] <moonbase> libassa: version 3.5.0 added to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sat Apr 25 15:32:40 CEST 2009
commit 125774d66cfa5acfe1aa537a334e1598f3c726ea
Author: Paul Bredbury <brebs at sent.com>
Date: Sat Apr 25 15:32:40 2009 +0200
libassa: version 3.5.0 added to moonbase
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.
Required by granule
Note: downloads, compiles and installs OK
subsequent build of granule appears to work - engelsman
---
zbeta/libassa/DETAILS | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/zbeta/libassa/DETAILS b/zbeta/libassa/DETAILS
new file mode 100644
index 0000000..9d75b4b
--- /dev/null
+++ b/zbeta/libassa/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=libassa
+ VERSION=3.5.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:b3813fa952dec3ece621606a919035f308798a7a
+ WEB_SITE=http://libassa.sourceforge.net/
+ ENTERED=20090413
+ UPDATED=20090413
+ 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.
+
+libASSA happily co-exists with other frameworks such as GUI toolkits and
+various CORBA implementations.
+EOF
More information about the Lunar-commits
mailing list