aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/scimark2
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2019-12-282-1/+4
| | | | | | | | | | - Add NO_ARCH - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=521209
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508834
* For ports under categories a* and b*: remove some excessive linefeeds.Alexey Dokuchaev2019-05-291-2/+0
| | | | Notes: svn path=/head/; revision=502959
* benchmarks/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-021-2/+1
| | | | Notes: svn path=/head/; revision=491940
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371236
* Stagify.Thierry Thomas2014-04-051-14/+8
| | | | Notes: svn path=/head/; revision=350258
* Convert b* to USES=zipBaptiste Daroussin2014-03-071-2/+2
| | | | Notes: svn path=/head/; revision=347402
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-2/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214428
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Define JAVA_VERSION;Thierry Thomas2004-08-212-11/+17
| | | | | | | - do some cleaning. Notes: svn path=/head/; revision=116947
* Since the recent updates, Jikes does not compile this programThierry Thomas2004-04-121-0/+1
| | | | | | | | | any more. Approved by: pav (mentor). Notes: svn path=/head/; revision=106808
* SIZE-ify my ports.Thierry Thomas2004-03-191-0/+1
| | | | | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor). Notes: svn path=/head/; revision=104557
* New port: benchmarks/scimark2 - a Java benchmark.Edwin Groothuis2003-08-294-0/+100
SciMark 2.0 is a Java benchmark for scientific and numerical computing. It measures several computational kernels and reports a composite score in approximate Mflops (Millions of floating point operations per second). Suggested by May Tho. PR: ports/50645 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87952