NOTICE: This package has been removed from pkgsrc

./devel/libassa, Networking library based on ACP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.5.0, Package name: libassa-3.5.0, Maintainer: bartosz.kuzma

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. For details see at http://www.cs.wustl.edu/~schmidt/ACE.html.

libASSA happily co-exists with other frameworks such as GUI toolkits
and various CORBA implementations.


Master sites:

SHA1: b3813fa952dec3ece621606a919035f308798a7a
RMD160: 4919157cdf3fd75c42aed571328c0033867aa5eb
Filesize: 572.497 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-31 13:29:41 by Bartosz Kuzma | Files touched by this commit (5) | Package removed
Log message:
Remove libassa.
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-04-11 10:38:23 by OBATA Akio | Files touched by this commit (1)
Log message:
* set LICENSE=gnu-lgpl-v2
* add user-destdir support
* enable self-test for some cases.
   2010-04-11 10:24:39 by OBATA Akio | Files touched by this commit (1)
Log message:
sort.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-10-09 19:56:00 by Bartosz Kuzma | Files touched by this commit (5)
Log message:
Update to 3.4.2.

Changes from 3.4.1.
* Port to mingw32 (networking layer).
* Remove Socket::blocking option.
* Rename ASSA::ERROR log mask to ASSA::ASSAERR to please mingw32 gcc.
* Fix race condition bug between Reactor and Logger::log_close().