aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category benchmarksEmanuel Haupt2014-02-213-3/+3
| | | | Notes: svn path=/head/; revision=345396
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-163-8/+9
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - Support stagingEmanuel Haupt2014-02-162-6/+42
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=344534
* Support stagingEmanuel Haupt2014-02-161-11/+4
| | | | Notes: svn path=/head/; revision=344533
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-104-0/+9
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* benchmarks/imb: Mark jobs unsafeJohn Marino2014-02-101-0/+2
| | | | Notes: svn path=/head/; revision=343563
* Support stagingEmanuel Haupt2014-02-091-5/+4
| | | | Notes: svn path=/head/; revision=343439
* - Support stagingEmanuel Haupt2014-02-091-5/+7
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=343438
* - Support stagingEmanuel Haupt2014-02-081-6/+9
| | | | | | | | - Add STATIC option (inspired by commented out CFLAGS+=-static) Notes: svn path=/head/; revision=343389
* Support stagingEmanuel Haupt2014-02-081-7/+5
| | | | Notes: svn path=/head/; revision=343387
* Deprecate ports unmaintained for which distillator is not able to find ↵Baptiste Daroussin2014-02-071-0/+3
| | | | | | | | | public distfiles Reported by: distilator Notes: svn path=/head/; revision=343287
* - Stage supportMartin Wilke2014-02-062-7/+6
| | | | Notes: svn path=/head/; revision=343021
* Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342249
* RAMspeed is a command line utility to measure cache and memory performance ofPawel Pekala2014-01-315-0/+103
| | | | | | | | | | | | | | | | | | | | | | | computer systems. It offers 18 cache and memory benchmarks for i386 and amd64 machines, though 6 only for alpha ones. There are *mark benchmarks such as INTmark, FLOATmark, MMXmark and SSEmark. They operate with linear (sequential) data streams passed through ALU, FPU, MMX and SSE units respectively. There are also *mem benchmarks such as INTmem, FLOATmem, MMXmem and SSEmem. These are supposed to illustrate how fast is actual read/write memory performance. There are also non-temporal versions of MMX and SSE benchmarks. They have been coded with special instructions to minimise cache pollution on memory reads and to eliminate it completely on memory writes. In addition, they operate with a built in aggressive data prefetching algorithm. In some cases, non-temporal MMXmark and SSEmark can deliver almost 100% of theoretical bandwidth while reading. WWW: http://alasir.com/software/ramspeed/ PR: ports/186108 Submitted by: Martin Kammerhofer <mkamm@gmx.net> Notes: svn path=/head/; revision=341993
* - Stage supportMartin Wilke2014-01-312-13/+27
| | | | Notes: svn path=/head/; revision=341989
* - Stage supportMartin Wilke2014-01-311-8/+1
| | | | | | | - While here drop FreeBSD 7 support Notes: svn path=/head/; revision=341985
* - Fix buildMartin Wilke2014-01-255-49/+43
| | | | | | | | | | - Stage support PR: 184879 Submitted by: Ports Fury Notes: svn path=/head/; revision=341054
* Fixup svn props for pkg-descr*Mathieu Arnold2014-01-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=340718
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* New port: benchmarks/iperf3Bruce A. Mah2014-01-214-0/+59
| | | | | | | | | | | | | | | | | | | | iperf is a tool for measuring the maximum TCP and UDP bandwidth along a path between two hosts. It allows the tuning of various parameters and UDP characteristics, and reports bandwidth, delay jitter, datagram loss. iperf was originally developed by NLANR/DAST. iperf3 is a new implementation from scratch, with the goal of a smaller, simpler code base, and a library version of the functionality that can be used in other programs. iperf3 also a number of features found in other tools such as nuttcp and netperf, but were missing from iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. WWW: https://code.google.com/p/iperf/ Approved by: mat (mentor) Notes: svn path=/head/; revision=340548
* Stage supportAntoine Brodin2014-01-181-7/+6
| | | | Notes: svn path=/head/; revision=340191
* Stage supportAntoine Brodin2014-01-181-13/+6
| | | | Notes: svn path=/head/; revision=340189
* - Remove trailing space added in r339920, please don't do that :(Alexey Dokuchaev2014-01-161-11/+8
| | | | | | | | | | - Move OPTIONS block down within Makefile where it is usually placed, sort PLIST-related knobs - Convert clumsy "cd foo && ..." to our standard, $cwd-agnostic, shorter, and more readable constructs (and avoid needless line-wrapping) Notes: svn path=/head/; revision=339931
* - Update to 3.0.6Martin Wilke2014-01-163-11/+21
| | | | | | | | PR: 185720 Submitted by: Ports Fury Notes: svn path=/head/; revision=339921
* - Force commit to correct previous entryMartin Wilke2014-01-161-1/+1
| | | | | | | | | | - Update to 1.9.3 PR: 185719 Submitted by: ports fury Notes: svn path=/head/; revision=339920
* - Update to versin 3.0.6Martin Wilke2014-01-162-10/+13
| | | | | | | | PR: 185720 Submitted by: Ports Fury Notes: svn path=/head/; revision=339919
* - Reset maintainer due to fatal email bouncesRyan Steinmetz2014-01-161-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=339909
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339839
* - Add license=GPLv2.Stephen Montgomery-Smith2014-01-121-0/+2
| | | | Notes: svn path=/head/; revision=339535
* - Implement staging for octave-forge ports.Stephen Montgomery-Smith2014-01-121-1/+0
| | | | Notes: svn path=/head/; revision=339520
* - Stagify lang/ghc and all the Haskell Cabal portsGabor Pali2014-01-091-3/+2
| | | | | | | | | | | | - Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=339286
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused byGabor Pali2014-01-091-1/+1
| | | | | | | | | | | | | | the iconv changes (basically GHCi was rendered unusable) - Fix build for x11-toolkits/hs-wxc, while here - Bump port revision for all Haskell Cabal ports as they have to be rebuilt PR: ports/184806 Reported by: many Obtained from: FreeBSD Haskell MFH: 2014Q1 Notes: svn path=/head/; revision=339285
* SPECsfs2008: the SPEC NFSv3/CIFS benchmarkSteven Kreuzer2014-01-0812-0/+757
| | | | | | | | | | | | | | | | | | | | | | | SPECsfs2008 is the latest version of the Standard Performance Evaluation Corporation benchmark suite measuring file server throughput and response time, providing a standardized method for comparing performance across different vendor platforms. SPECsfs2008 results summarize the server's capabilities with respect to the number of operations that can be handled per second, as well as the overall latency of the operations. The suite is a follow-on to the SFS97_R1 benchmark, adding a CIFS workload, an updated NFSv3 workload, support for additional client platforms, and a new test harness and reporting/submission framework. The ISO for SPECsfs2008 must be purchased from SPEC's web site, before this port can be built. WWW: http://www.spec.org/sfs2008/ PR: ports/185221 Submitted by: Craig Rodrigues <rodrigc@FreeBSD.org> Notes: svn path=/head/; revision=339169
* Support stageBaptiste Daroussin2014-01-051-7/+0
| | | | Notes: svn path=/head/; revision=338745
* Support stageBaptiste Daroussin2014-01-052-45/+130
| | | | Notes: svn path=/head/; revision=338744
* Support stageBaptiste Daroussin2014-01-051-8/+5
| | | | Notes: svn path=/head/; revision=338743
* Support stageBaptiste Daroussin2014-01-051-16/+8
| | | | Notes: svn path=/head/; revision=338742
* Support stageBaptiste Daroussin2014-01-052-13/+8
| | | | Notes: svn path=/head/; revision=338741
* Support stageBaptiste Daroussin2014-01-052-29/+60
| | | | | | | | | Strip binaries Fix shebang Run depend on perl Notes: svn path=/head/; revision=338740
* Support stageBaptiste Daroussin2014-01-051-10/+9
| | | | Notes: svn path=/head/; revision=338739
* Support stageBaptiste Daroussin2014-01-052-7/+6
| | | | Notes: svn path=/head/; revision=338738
* Support stageBaptiste Daroussin2014-01-051-12/+3
| | | | Notes: svn path=/head/; revision=338737
* Support stageBaptiste Daroussin2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338736
* Support stageBaptiste Daroussin2014-01-051-14/+7
| | | | Notes: svn path=/head/; revision=338735
* Support stageBaptiste Daroussin2014-01-052-24/+17
| | | | | | | | Use options helpers Use shebangfix Notes: svn path=/head/; revision=338733
* Support stageBaptiste Daroussin2014-01-051-3/+2
| | | | | | | Sorry for ricers but -O9 doesn't bring anything :), turn it into -O3 Notes: svn path=/head/; revision=338732
* Support stageBaptiste Daroussin2014-01-051-3/+2
| | | | Notes: svn path=/head/; revision=338730
* Support stageBaptiste Daroussin2014-01-051-3/+2
| | | | Notes: svn path=/head/; revision=338728
* Support stageBaptiste Daroussin2014-01-051-6/+5
| | | | Notes: svn path=/head/; revision=338727
* Support stageBaptiste Daroussin2014-01-052-4/+5
| | | | | | | Fix shebang where needed Notes: svn path=/head/; revision=338726