CVS log for ports/science/colt/Makefile
Up to [FreeBSD] / ports / science / colt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:54 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon, remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 16 01:37:19 2011 UTC (12 months, 3 weeks ago) by wen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Fix fetch error Reported by: QAT@ Feature safe: yes
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:58:58 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 12 07:14:22 2008 UTC (3 years, 9 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Fix fetch Submitted by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 1 21:04:57 2008 UTC (3 years, 9 months ago) by hq
Branches: MAIN
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>
