Colt is package for scalable scientific and technical computing in Java,it consists of several free Java libraries, for user convenience bundled under one single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava library, and the Concurrent library. The Colt library provides fundamental general-purpose data structures optimized for numerical data, such as resizable arrays, dense and sparse matrices (multi-dimensional arrays), linear algebra, associative containers and buffer management. The Jet library contains mathematical and statistical tools for data analysis, powerful histogramming functionality, Random Number Generators and Distributions useful for (event) simulations, and more. The CoreJava library contains C-like print formatting. The Concurrent library contains standardized, efficient utility classes commonly encountered in parallel & concurrent programming. WWW: http://dsd.lbl.gov/~hoschek/colt/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->hq I'll handle this
State Changed From-To: open->feedback I am not sure concurrent.jar should be installed from this port. Indeed, the file is not even built from the port. I think it means pkg-descr should be updated as well so that it refers only to libraries that are indeed installed by the port.
hq 2008-05-01 21:04:57 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/colt Makefile distinfo pkg-descr Log: Colt is a package for scalable scientific and technical computing in Java. It consists of several free Java libraries, for user convenience bundled under one single uniform umbrella. Namely the Colt library, the Jet library, the CoreJava library, and the Concurrent library. The Colt library provides fundamental general-purpose data structures optimized for numerical data, such as resizable arrays, dense and sparse matrices (multi-dimensional arrays), linear algebra, associative containers and buffer management. WWW: http://dsd.lbl.gov/~hoschek/colt/ PR: 122913 Submitted by: Wen heping <wenheping@gmail.com> Revision Changes Path 1.124 +1 -0 ports/science/Makefile 1.1 +56 -0 ports/science/colt/Makefile (new) 1.1 +3 -0 ports/science/colt/distinfo (new) 1.1 +11 -0 ports/science/colt/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->Closed New port added. Thanks for your contribution!
State Changed From-To: Closed->closed Fix annotation.