Commit graph

11 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Bartosz Kuzma
8f91a7f369 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().
2006-10-09 17:56:00 +00:00
Bartosz Kuzma
a2676d740d USE_LANGUAGES+= c++,fortran 2006-08-01 19:16:20 +00:00
Bartosz Kuzma
ffe5aa5a5b BUILDLINK_DEPENDS replaced with BUILDLINK_API_DEPENDS. 2006-08-01 19:15:40 +00:00
Bartosz Kuzma
1452d1fd5f BUILDLINK_API_DEPENDS replaced with BUILDLINK_DEPENDS. 2006-05-23 17:48:26 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Bartosz Kuzma
a2bc2c7ce7 Updated to 3.4.1
Changes:
 * Port to ARM (nokia770).
 * Patches for gcc-4.0; debian support.
 * Patch for NetBSD 3.0
2006-03-22 07:21:34 +00:00
Bartosz Kuzma
0a6ac7439c Updated to 3.4.1
Changes:
 * Port to ARM (nokia770).
 * Patches for gcc-4.0; debian support.
 * Patch for NetBSD 3.0.
2006-03-21 18:42:38 +00:00
Bartosz Kuzma
4f40bca3a8 Updated to 3.4.1
Changes:
 * Port to ARM (nokia770).
 * Patches for gcc-4.0; debian support.
 * Patch for NetBSD 3.0
2006-03-21 18:34:59 +00:00
Bartosz Kuzma
217e3d7ad1 libassa doesn't require USE_GMAKE and USE_PKGLOCALEDIR. 2006-03-17 08:29:07 +00:00
Bartosz Kuzma
47259f7017 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.

I've tested it on NetBSD 3.0 and Fedora Core 3. It Works fine.
2006-03-16 09:01:33 +00:00