Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46069 - J.A.D.E 6.0.0 new ebuild
Summary: J.A.D.E 6.0.0 new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL: http://jade.dautelle.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 21:24 UTC by Pavel
Modified: 2004-04-11 15:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
jade 6.0.0 ebuild (jade-lib-6.0.0.ebuild,616 bytes, text/plain)
2004-03-28 21:26 UTC, Pavel
Details
updated ebuild (jade-lib-6.0.0.ebuild,664 bytes, text/plain)
2004-03-28 21:33 UTC, Pavel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel 2004-03-28 21:24:13 UTC
*   Real-time framework:
          o Objects can be allocated on the "stack" to avoid garbage collection.
          o Faster code executions by reusing stack/pool objects instead of creating new objects.
          o Easier concurrent programming in low level methods with no thread creation overhead.
    * A math package, which includes a first (and I believe unique) generic Matrix class capable to resolve linear system of equations involving any kind of elements (e.g. LargeInteger, Complex, Quantity, Function, Matrix, etc.).
    * Functions package for symbolic calculations and analysis.
    * Units package (e.g. SI units) developped in collaboration with the JSR-108 experts group.
    * Strongly typed quantity classes (in the physics package) with dimension-checking done in the form of class-type checking (e.g. the division of a Length by a Duration returns a Velocity instance).
    * Support for Standard, Relativistic, High-Energy, Quantum and Natural physical models.
    * Support for the encoding of objects into XML; and the complementary reconstruction of the object graph from XML (see xml package).
    * XML parsing with no String allocation! It allows our RealtimeParser to run several times faster than conventional SAX2 parsers.
    * Monetary package fully integrated with units (JSR-108) and physical quantities.
    * Struct and Union JavaTM classes for direct interoperability with C/C++ applications (public domain).
    * Miscellaneous utilities classes (public domain) such as FastMap, FastSet, FastString and TypeFormat.
Comment 1 Pavel 2004-03-28 21:26:06 UTC
Created attachment 28254 [details]
jade 6.0.0 ebuild

jade package is already taken, so called it jade-lib
Comment 2 Pavel 2004-03-28 21:27:23 UTC
forgot ant dependency, oops
Comment 3 Pavel 2004-03-28 21:33:28 UTC
Created attachment 28256 [details]
updated ebuild

fixed dependencies
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-11 15:03:02 UTC
In portage now.