aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.1.r6Ion-Mihai Tetcu2006-09-104-20/+31
| | | | | | | | PR: ports/103032 Submitted by: Artem Naluzhny (maintainer) Notes: svn path=/head/; revision=172724
* Fix fetching.Alexey Dokuchaev2006-09-071-1/+1
| | | | | | | | PR: ports/100725 Submitted by: Stanislav Sedov Notes: svn path=/head/; revision=172466
* Update to 1.26Tilman Keskinoz2006-09-025-167/+257
| | | | Notes: svn path=/head/; revision=171864
* - Mark as broken on 7.x, does not compile.Jean Milanez Melo2006-08-251-1/+7
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=171401
* - Update to 2.4.1Martin Wilke2006-08-222-5/+5
| | | | | | | | | PR: ports/102321 Submitted by: dikshie <dikshie(at)lapi.itb.ac.id> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171163
* - Update to 1.3.2Martin Wilke2006-08-222-5/+5
| | | | | | | | | PR: ports/102320 Submitted by: dikshie <dikshie(at)lapi.itb.ac.id> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171162
* Install to /... instead of to /...Stefan Eßer2006-08-122-14/+14
| | | | Notes: svn path=/head/; revision=170414
* - Fix build on 4.xMartin Wilke2006-08-091-0/+1
| | | | | | | | Submitted by: pointyhat Approved by: krion (mentor), maintainer via irc Notes: svn path=/head/; revision=170200
* - update to 2.0Cheng-Lung Sung2006-08-013-7/+18
| | | | | | | | PR: ports/101088 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=169290
* Xdd is a tool for measuring and characterizing disk subsystem I/ORenato Botelho2006-07-2613-0/+484
| | | | | | | | | | | | | | | | | | | | on single systems and clusters of systems. It is a command-line based tool that grew out of the UNIX world and has been ported to run in Windows environments as well. It is designed to provide consistent and reproducible performance measurements of disk I/O traffic. There are three basic components to xdd that include the xdd program itself, a timeserver program, and a gettime program. The timeserver and gettime programs are used to synchronize the clocks of xdd programs simultaneously running across multiple computer systems. WWW: http://www.ioperformance.com/ PR: ports/100833 Submitted by: Gerhard Gonter <g.gonter at ieee.org> Notes: svn path=/head/; revision=168818
* - Update to 2.65Jean Milanez Melo2006-07-073-6/+9
| | | | | | | | PR: ports/99808 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=167137
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* - Fix WWW.Jean Milanez Melo2006-06-121-1/+1
| | | | | | | | | PR: ports/98816 Submitted by: Dan Langille <dan@langille.org> Approved by: mnag (mentor) Notes: svn path=/head/; revision=165201
* Fix two bugs affecting bonnie runs with large data files:Stefan Eßer2006-06-111-4/+13
| | | | | | | | | | | | | | | | - A printf format specified a long operand but received an offset_t value. - The random numbers for large seek ranges were computed without regard for operator precedence and could become negative (for file sizes larger than 4GB, which was a wrong test for "large", since it did not account for the chunk size). The problems were found by etc at fluffles dot net (Enlightenment). Thanks for the detailed report. Guess there aren't many Bonnie users with multi- terabyte RAID systems; these bugs had been found long ago, else ... Notes: svn path=/head/; revision=165126
* - Update to 0.4.7Pav Lucistnik2006-06-053-10/+17
| | | | | | | | | | | - Install documentation - Better support for Postgre users PR: ports/98443 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=164510
* - Update to 1.1.r5Pav Lucistnik2006-05-262-8/+12
| | | | | | | | | | - Take maintainership PR: ports/97870 Submitted by: Artem Naluzhny <tut@nhamon.com.ua> Notes: svn path=/head/; revision=163457
* We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql support.OKAZAKI Tetsurou2006-05-231-1/+5
| | | | | | | | | | (thanks to gabor at berczi.be's report) PR: ports/97541 Submitted by: maintainer Notes: svn path=/head/; revision=163149
* - Attempt to fix build on 4.XPav Lucistnik2006-05-211-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=162959
* Fix MASTER_SITES and WWWErwin Lansing2006-05-072-2/+2
| | | | | | | | PR: 96921 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) Notes: svn path=/head/; revision=161617
* - Satisfy portlintSergey Matveychuk2006-05-071-1/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=161572
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-037-7/+0
| | | | Notes: svn path=/head/; revision=161307
* GtkPerf is an application designed to test GTK+ performance. The point is toPav Lucistnik2006-05-015-0/+56
| | | | | | | | | | | | | | create common testing platform to run predefined GTK+ widgets (opening comboboxes, toggling buttons, scrolling text yms.) and this way define the speed of device/platform. WWW: http://gtkperf.sourceforge.net PR: ports/96162 Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=161053
* - Update to 0.4.6Pav Lucistnik2006-04-292-4/+4
| | | | | | | | PR: ports/96498 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=160749
* - Fix build when detect pthread_cancel (7.x)Marcus Alves Grando2006-04-242-10/+18
| | | | | | | | | | - Fix configure detection of pthread_cancel on 4.x 5.x and 6.x - portlint(1) Notified by: kris Notes: svn path=/head/; revision=160328
* Upgrade to version 3.263Jean-Marc Zucconi2006-04-152-5/+4
| | | | | | | | PR: ports/95786 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=159632
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | | | | back sometime. Hat: portmgr Notes: svn path=/head/; revision=159501
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.Jean Milanez Melo2006-04-053-3/+3
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=158897
* Reset maintainer at his request due to current lack of FreeBSD time.Mark Linimon2006-03-181-1/+1
| | | | Notes: svn path=/head/; revision=157618
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add a local master site.Joseph Koshy2006-02-181-1/+3
| | | | Notes: svn path=/head/; revision=156253
* - Upgrade to v3.6.2.Joseph Koshy2006-02-139-5/+714
| | | | | | | | | | - Incorporate patches from gnn to support IPv6 [1]. - Install the netpipe(1) manual page. Submitted by: gnn [1] Notes: svn path=/head/; revision=155942
* Use the right fix (PTHREAD_LIBS) to build on all OS versions.Jean-Marc Zucconi2006-02-101-6/+4
| | | | | | | Eagle eyes: kris Notes: svn path=/head/; revision=155636
* Build fix for 4.x: don't use pthreadsJean-Marc Zucconi2006-02-091-2/+4
| | | | Notes: svn path=/head/; revision=155609
* - Update to 3.259Jean-Marc Zucconi2006-02-023-6/+50
| | | | | | | | | | | - Honor build environment CC and CFLAGS - OPTIONS to support threading using pthreads PR: ports/92714 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=155058
* Reset maintainer at his request.Mark Linimon2006-01-271-1/+1
| | | | Notes: svn path=/head/; revision=154568
* SHA256ifyEdwin Groothuis2006-01-2222-0/+32
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 1.2.4Pav Lucistnik2006-01-112-3/+4
| | | | | | | | PR: ports/91634 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=153288
* Update to 1.1.r4Emanuel Haupt2006-01-094-37/+15
| | | | | | | | | PR: 90852 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=153137
* - Add SHA256Pav Lucistnik2005-12-302-0/+2
| | | | | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=152454
* - Add SHA256Pav Lucistnik2005-12-271-0/+2
| | | | | | | | PR: ports/90943 Submitted by: Scott Flatman <sf@slappy.org> (maintainer) Notes: svn path=/head/; revision=152143
* - Fix build on 4.xTim Bishop2005-12-161-0/+1
| | | | | | | | | PR: 90463 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=151319
* Add SA256 checksums.Joseph Koshy2005-12-131-0/+1
| | | | Notes: svn path=/head/; revision=151108
* Fix postgresql support functionYing-Chieh Liao2005-12-121-2/+4
| | | | | | | | PR: 90244 Submitted by: maintainer Notes: svn path=/head/; revision=150938
* change maintainer email addressYing-Chieh Liao2005-12-122-2/+2
| | | | Notes: svn path=/head/; revision=150937
* Add sysbench 0.4.3,Simon Barner2005-12-115-0/+69
| | | | | | | | | | | a modular, cross-platform and multi-threaded benchmark tool. PR: 90233 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> Notes: svn path=/head/; revision=150876
* Add super-smack 1.3, a benchmarking, stress testing, and load generationYing-Chieh Liao2005-12-115-0/+48
| | | | | | | | | | tool for Databases. PR: ports/90209 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> Notes: svn path=/head/; revision=150866
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* Add a SHA256 checksum.Joseph Koshy2005-12-041-0/+1
| | | | Notes: svn path=/head/; revision=150336
* Add optional IPv6 supportTilman Keskinoz2005-12-033-2/+222
| | | | | | | Submitted by: Andreas Kohn <andreas@syndrom23.de> Notes: svn path=/head/; revision=150315
* www.netlib.org seems to be down, add a mirror for hpl.tgzOliver Lehmann2005-11-251-1/+2
| | | | Notes: svn path=/head/; revision=149431