ace 6.0.3+dfsg-0.2 source package in Ubuntu

Changelog

ace (6.0.3+dfsg-0.2) unstable; urgency=low


  * NMU to rebuild with up-to-date tool chain (closes: #723856)

 -- Barak A. Pearlmutter <email address hidden>  Tue, 08 Oct 2013 10:24:20 +0100

Upload details

Uploaded by:
Debian ACE+TAO maintainers
Uploaded to:
Sid
Original maintainer:
Debian ACE+TAO maintainers
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
ace_6.0.3+dfsg-0.2.dsc 3.5 KiB e84e9e121b7d62184a6d2ebc248362f1131230467d2bef8ff999859c32dd8c96
ace_6.0.3+dfsg.orig.tar.bz2 6.3 MiB e36022b174db2935e51256707b53a8023d7cf02cfe4b5e1f1af07f86ac8af03c
ace_6.0.3+dfsg-0.2.debian.tar.gz 58.0 KiB e70f54ccda4d97fb61088333a26f0ce2ba58874f6be4e25f119b3f2624d61fd9

Available diffs

No changes file available.

Binary packages built by this source

ace-gperf: ACE perfect hash function generator

 ace_gperf is the ACE version of gperf.
 .
 Both ace_gperf and gperf were written by the same author, and have
 basically the same options and functionality. ace_gperf simply takes
 advantage of some of the features provided by the ACE library.

ace-netsvcs: ACE network service implementations

 ACE network services provide reusable components for common
 distributed system tasks such as logging, naming, locking, and time
 synchronization.
 .
 This package contains driver programs and example configuration
 files to link the various ACE network services together, either
 statically or dynamically, and form complete server programs.

gperf-ace: ACE perfect hash function generator (transitional package)

 This package is a transitional package to ace-gperf.
 .
 It can be safely removed after installation.

libace-6.0.3: C++ network programming framework

 This package contains the ADAPTIVE Communication Environment (ACE)
 framework.
 .
 It provides platform independent C++ wrappers for all forms of IPC,
 thread- and process-management routines, and much more.
 .
 Moreover, it defines patterns for common communication tasks.
  * Reactor: handles event demultiplexing and dispatching
  * Proactor: for asynchronous I/O driven programs

libace-dev: C++ network programming framework - development files

 This package contains the header files and static library for the ACE
 framework.

libace-doc: No summary available for libace-doc in ubuntu vivid.

No description available for libace-doc in ubuntu vivid.

libace-flreactor-6.0.3: ACE-GUI reactor integration for Fl

 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System. Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit. By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, and your own application events.
 .
 The ACE_FlReactor integrates with the FastLight toolkit's Fl::wait()
 method.

libace-flreactor-dev: No summary available for libace-flreactor-dev in ubuntu utopic.

No description available for libace-flreactor-dev in ubuntu utopic.

libace-foxreactor-6.0.3: ACE-GUI reactor integration for FOX

 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System. Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit. By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, and your own application events.
 .
 The ACE_FoxReactor integrates with the FOX toolkit.

libace-foxreactor-dev: No summary available for libace-foxreactor-dev in ubuntu vivid.

No description available for libace-foxreactor-dev in ubuntu vivid.

libace-htbp-6.0.3: No summary available for libace-htbp-6.0.3 in ubuntu vivid.

No description available for libace-htbp-6.0.3 in ubuntu vivid.

libace-htbp-dev: ACE protocol over HTTP tunneling library - development files

 This package contains the header files and static library for the ACE
 HTBP library.

libace-inet-6.0.3: No summary available for libace-inet-6.0.3 in ubuntu utopic.

No description available for libace-inet-6.0.3 in ubuntu utopic.

libace-inet-dev: ACE Inet protocol library - development files

 This package contains the header files and static library for the ACE
 Inet protocol library.

libace-inet-ssl-6.0.3: No summary available for libace-inet-ssl-6.0.3 in ubuntu vivid.

No description available for libace-inet-ssl-6.0.3 in ubuntu vivid.

libace-inet-ssl-dev: ACE SSL-enabled Inet protocol library - development files

 This package contains the header files and static library for the ACE
 SSL-enabled Inet protocol library.

libace-qtreactor-6.0.3: No summary available for libace-qtreactor-6.0.3 in ubuntu vivid.

No description available for libace-qtreactor-6.0.3 in ubuntu vivid.

libace-qtreactor-dev: ACE-GUI reactor integration for Qt - development files

 This package contains header files and static library for the ACE-Qt
 reactor integration.

libace-rmcast-6.0.3: ACE reliable multicast library

 The RMCast library is a reliable source-ordered multicast protocol
 implementation.
 .
 It uses sequence numbers on messages to ensure ordering, loss
 detection, and suppression of duplicates.

libace-rmcast-dev: No summary available for libace-rmcast-dev in ubuntu utopic.

No description available for libace-rmcast-dev in ubuntu utopic.

libace-ssl-6.0.3: ACE secure socket layer library

 This package contains wrappers that integrate the OpenSSL library in
 the ACE framework.

libace-ssl-dev: No summary available for libace-ssl-dev in ubuntu utopic.

No description available for libace-ssl-dev in ubuntu utopic.

libace-tkreactor-6.0.3: No summary available for libace-tkreactor-6.0.3 in ubuntu utopic.

No description available for libace-tkreactor-6.0.3 in ubuntu utopic.

libace-tkreactor-dev: No summary available for libace-tkreactor-dev in ubuntu vivid.

No description available for libace-tkreactor-dev in ubuntu vivid.

libace-tmcast-6.0.3: ACE transactional multicast library

 The TMCast library is a transactional multicast protocol
 implementation.
 .
 Each message is delivered to multicast group members as a
 transaction: an atomic, consistent, and isolated action.

libace-tmcast-dev: ACE transactional multicast library - development files

 This package contains the header files and static library for the ACE
 transactional multicast library.

libace-xtreactor-6.0.3: ACE-GUI reactor integration for Xt

 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System. Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit. By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, and your own application events.
 .
 The ACE_XtReactor extends both the ACE_Select_Reactor and the X
 Toolkit library function XtWaitForMultipleEvents().

libace-xtreactor-dev: No summary available for libace-xtreactor-dev in ubuntu vivid.

No description available for libace-xtreactor-dev in ubuntu vivid.

libacexml-6.0.3: No summary available for libacexml-6.0.3 in ubuntu utopic.

No description available for libacexml-6.0.3 in ubuntu utopic.

libacexml-dev: ACE SAX based XML parsing library - development files

 This package contains the header files and static library for the ACE
 XML parsing library.

libkokyu-6.0.3: ACE scheduling and dispatching library

 Kokyu is a library designed to provide flexible scheduling and
 dispatching services.
 .
 Currently it provides real-time scheduling and dispatching services
 for TAO real-time CORBA Event Service.

libkokyu-dev: ACE scheduling and dispatching library - development files

 This package contains the header files and static library for the ACE
 scheduling and dispatching library.

libnetsvcs-6.0.3: No summary available for libnetsvcs-6.0.3 in ubuntu utopic.

No description available for libnetsvcs-6.0.3 in ubuntu utopic.

libnetsvcs-dev: ACE network service implementations - development files

 ACE network services provide reusable components for common
 distributed system tasks such as logging, naming, locking, and time
 synchronization.
 .
 This package contains header files and static library for the ACE
 network services library.

mpc-ace: No summary available for mpc-ace in ubuntu vivid.

No description available for mpc-ace in ubuntu vivid.