aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* - Remove NO_CDROM since it´s not restricted anymore.mnag2007-03-251-2/+0
| | | | | PR: 108544 Submitted by: Jordan Gordeev<jgordeev___dir.bg>
* Reset mharo due to maintainer-timeouts and no response to PRs.linimon2007-03-231-1/+1
| | | | Hat: portmgr
* - Fix build crash on amd64miwi2007-03-232-0/+12
| | | | | | PR: 109596 Submitted by: Ivan Voras <ivoras@gmail.com> Approved by: maintainer timeout
* - Fix plist: cover manpage linkspav2007-03-181-8/+3
| | | | | | Pointy hat to: jmelo - While here, remove 4.X conditional
* - Update to 6.5miwi2007-03-1711-65/+81
| | | | | PR: 110377 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* - Take maintainership.miwi2007-03-121-1/+1
| | | | Approved by: Andreas Kohn (old maintainer)
* - Fix to install manpage in right place.jmelo2007-03-083-6/+15
| | | | | | | | - Bump portrevision. PR: ports/109590 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Reviewed by: jmelo
* Update to 1.1.r8.20070307ehaupt2007-03-082-5/+5
| | | | | PR: 110042 Submitted by: Artem Naluzhny <tut@nhamon.com.ua> (maintainer)
* - Update to 0.66miwi2007-03-074-8/+47
| | | | | PR: 109789 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 1.1.r8.20070225miwi2007-03-013-5/+29
| | | | | PR: 109648 Submitted by: Artem Naluzhny<tut@nhamon.com.ua> (maintainer)
* - Update to 0.65rafan2007-02-074-7/+35
| | | | | | | - Pass maintainership to submitter PR: ports/108840 Submitted by: Martin Matuska <martin at matuska.org>
* - Allow users to disable largefile supportclsung2007-02-021-2/+9
| | | | | | | - Reset maintainership to ports@FreeBSD.org PR: ports/108243 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - Update to 1.1.r8.20070130rafan2007-01-313-15/+39
| | | | | PR: ports/108575 Submitted by: Artem Naluzhny <tut at nhamon.com.ua> (maintainer)
* * Make benchmarks/raidtest more accurate and avoid crashesvd2007-01-233-7/+9
| | | | | | | | | * Bump PORTVERSION * s/NOMAN/NO_MAN PR: ports/107311 Submitted by: vd Approved by: pjd@FreeBSD.org (maintainer timeout)
* - Update to 1.1.r8.20070116miwi2007-01-182-11/+15
| | | | | PR: 108010 Submitted by: Artem Naluzhny<tut@nhamon.com.ua>
* * Migrate to gfortran.maho2007-01-171-4/+17
| | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. Approved by: portmgr(kris)
* Using gfortran42, and not gcc42.maho2007-01-121-2/+6
| | | | Bump portrevision.
* Update to 3.267erwin2007-01-123-34/+13
| | | | | | PR: 105413 Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> Approved by: maintainer timeout
* Add p5-Benchmark-Forking 0.99, run benchmarks in separate processes.clsung2007-01-085-0/+48
| | | | | PR: ports/107593 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Marked broken for 4.Xmiwi2007-01-051-0/+4
| | | | | PR: ports/107508 Submitted by: trasz (maintainer)
* Add a dummy knob WANT_FORTRAN for future use.maho2007-01-041-0/+1
|
* * Migrate to gfortran42.maho2007-01-043-30/+68
| | | | | * Add file/run_benchmark to do benchmark with different compilers. * portlint.
* - update to 0.5.2dinoex2006-12-302-4/+4
| | | | Reported by: portscout
* - Update to 1.1.r6.20061208miwi2006-12-229-344/+161
| | | | | PR: ports/106915 Submitted by: Artem Naluzhny<tut@nhamon.com.ua> (maintainer)
* This is GSBench for GNUstep. It started as a simple conversion of NXBench fordinoex2006-12-156-0/+65
| | | | | | | | NEXTSTEP. I rewrote the entire application for version 0.5 in order to have an open architecture which allows the integration of other benchmarks by using bundles. WWW: http://www.nice.ch/~phip/softcorner.html
* - If the network card's buffer is full, send returns -1 and setsmnag2006-12-132-0/+17
| | | | | | | | errno to ENOBUFS, which causes issues with the UDP bandwidth tests. Check if errno != ENOBUFS after write(2). - Bump PORTREVISION Submitted by: Ryan T. Dean <rtdean___tcamail.net>
* Fix build on ia64.shaun2006-12-111-4/+6
| | | | | | PR: ports/106546 Submitted by: shaun (me) Approved by: Artem Naluzhny <tut@nhamon.com.ua> (maintainer)
* - Fix build problemmiwi2006-12-051-0/+1
| | | | Submitted by: pointyhat via kris
* This integer benchmark solves positions in the game of connect-4,miwi2006-11-236-0/+55
| | | | | | | | | | as played on a vertical 7x6 board. This takes about 10 minutes on contemporary PCs. WWW: http://homepages.cwi.nl/~tromp/c4/fhour.html PR: ports/105778 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* The idea of IMB is to provide a concise set of elementary MPImiwi2006-11-217-0/+111
| | | | | | | | | | | | | | benchmark kernels. With one executable, all of the supported benchmarks, or a subset specified by the command line, can be run. The rules, such as time measurement (including a repetitive call of the kernels for better clock synchronization), message lengths, selection of communicators to run a particular benchmark (inside the group of all started processes) are program parameters. WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm PR: ports/105665 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* Fix pkg-plist.sumikawa2006-11-202-1/+2
|
* Fix plist.sumikawa2006-11-152-11/+19
|
* Upgrade to 2.4.2.sumikawa2006-11-0921-233/+69
|
* Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1
| | | | Approved by: flz (mentor)
* - Update MASTER_SITESmiwi2006-11-051-1/+1
| | | | | | | PR: ports/105020 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer Sponsored by: FreeBSD Bug-a-thon #2
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-0/+2
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update to 0.4.8rafan2006-10-122-6/+4
| | | | | | | | - Unbreak PR: ports/104326 Submitted by: rafan Approved by: portmgr (erwin), Gea-Suan Lin <gslin at gslin.org> (maintainer)
* Fix rawio for sequential read/write tests:se2006-10-102-13/+32
| | | | | | | | | | | | | | Revision 1.3 of patch-ad worked around the problem, that only one writer is allowed to allow a partition through GEOM. The fix was not complete, leading to the file position not been incremented during reads and writes, thus not testing sequential performance, but performance of cached reads and writes, in general. This fix makes rawio report reasonable sequential performance again, but I'm still very suspicious with regard to randomized start positions working. The results do not show the expected variation of sequential read/write performance. I have not had time to look into this any deeper, though, and thus decidied to not delay the commit any further ...
* Add p5-Benchmark-Stopwatch 0.03, simple timing of stages of your code.clsung2006-09-305-0/+62
| | | | | PR: ports/102468 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 1.2.6clsung2006-09-212-5/+5
| | | | | | | - reset maintainer Submitted by: chinsan Approved by: maintainer (timeout)
* BROKEN: Does not compilekris2006-09-171-0/+2
|
* update to 1.1.r6itetcu2006-09-114-20/+31
| | | | | PR: ports/103032 Submitted by: Artem Naluzhny (maintainer)
* Fix fetching.danfe2006-09-071-1/+1
| | | | | PR: ports/100725 Submitted by: Stanislav Sedov
* Update to 1.26arved2006-09-025-167/+257
|
* - Mark as broken on 7.x, does not compile.jmelo2006-08-261-1/+7
| | | | Reported by: krismail
* - Update to 2.4.1miwi2006-08-222-5/+5
| | | | | | PR: ports/102321 Submitted by: dikshie <dikshie(at)lapi.itb.ac.id> (maintainer) Approved by: krion (mentor)
* - Update to 1.3.2miwi2006-08-222-5/+5
| | | | | | PR: ports/102320 Submitted by: dikshie <dikshie(at)lapi.itb.ac.id> (maintainer) Approved by: krion (mentor)
* Install to /... instead of to /...se2006-08-122-14/+14
|
* - Fix build on 4.xmiwi2006-08-091-0/+1
| | | | | Submitted by: pointyhat Approved by: krion (mentor), maintainer via irc
* - update to 2.0clsung2006-08-013-7/+18
| | | | | PR: ports/101088 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Xdd is a tool for measuring and characterizing disk subsystem I/Ogarga2006-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>
* - Update to 2.65jmelo2006-07-073-6/+9
| | | | | PR: ports/99808 Submitted by: chinsan <chinsan.tw@gmail.com>
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.linimon2006-07-051-1/+1
| | | | | PR: ports/92445 Hat: portmgr
* - Fix WWW.jmelo2006-06-121-1/+1
| | | | | | PR: ports/98816 Submitted by: Dan Langille <dan@langille.org> Approved by: mnag (mentor)
* Fix two bugs affecting bonnie runs with large data files:se2006-06-121-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 ...
* - Update to 0.4.7pav2006-06-063-10/+17
| | | | | | | | - Install documentation - Better support for Postgre users PR: ports/98443 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Update to 1.1.r5pav2006-05-262-8/+12
| | | | | | | - Take maintainership PR: ports/97870 Submitted by: Artem Naluzhny <tut@nhamon.com.ua>
* We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql support.okazaki2006-05-231-1/+5
| | | | | | | (thanks to gabor at berczi.be's report) PR: ports/97541 Submitted by: maintainer
* - Attempt to fix build on 4.Xpav2006-05-221-0/+1
| | | | Reported by: krismail
* Fix MASTER_SITES and WWWerwin2006-05-082-2/+2
| | | | | PR: 96921 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
* - Satisfy portlintsem2006-05-071-1/+3
| | | | Approved by: maintainer
* Remove USE_REINPLACE from all categories starting with Bedwin2006-05-047-7/+0
|
* GtkPerf is an application designed to test GTK+ performance. The point is topav2006-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>
* - Update to 0.4.6pav2006-04-292-4/+4
| | | | | PR: ports/96498 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* - Fix build when detect pthread_cancel (7.x)mnag2006-04-242-10/+18
| | | | | | | - Fix configure detection of pthread_cancel on 4.x 5.x and 6.x - portlint(1) Notified by: kris
* Upgrade to version 3.263jmz2006-04-162-5/+4
| | | | | PR: ports/95786 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1
| | | | | | back sometime. Hat: portmgr
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.jmelo2006-04-063-3/+3
| | | | Approved by: mnag (mentor)
* Reset maintainer at his request due to current lack of FreeBSD time.linimon2006-03-191-1/+1
|
* Conversion to a single libtool environment.ade2006-02-231-1/+1
| | | | Approved by: portmgr (kris)
* Add a local master site.jkoshy2006-02-181-1/+3
|
* - Upgrade to v3.6.2.jkoshy2006-02-139-5/+714
| | | | | | | - Incorporate patches from gnn to support IPv6 [1]. - Install the netpipe(1) manual page. Submitted by: gnn [1]
* Use the right fix (PTHREAD_LIBS) to build on all OS versions.jmz2006-02-101-6/+4
| | | | Eagle eyes: kris
* Build fix for 4.x: don't use pthreadsjmz2006-02-101-2/+4
|
* - Update to 3.259jmz2006-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>
* Reset maintainer at his request.linimon2006-01-271-1/+1
|
* SHA256ifyedwin2006-01-2222-0/+32
| | | | Approved by: krion@
* - Update to 1.2.4pav2006-01-122-3/+4
| | | | | PR: ports/91634 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Update to 1.1.r4ehaupt2006-01-094-37/+15
| | | | | | PR: 90852 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout
* - Add SHA256pav2005-12-312-0/+2
| | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* - Add SHA256pav2005-12-271-0/+2
| | | | | PR: ports/90943 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
* - Fix build on 4.xtdb2005-12-161-0/+1
| | | | | | PR: 90463 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Approved by: clement (mentor)
* Add SA256 checksums.jkoshy2005-12-141-0/+1
|
* Fix postgresql support functionijliao2005-12-121-2/+4
| | | | | PR: 90244 Submitted by: maintainer
* change maintainer email addressijliao2005-12-122-2/+2
|
* Add sysbench 0.4.3,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>
* Add super-smack 1.3, a benchmarking, stress testing, and load generationijliao2005-12-115-0/+48
| | | | | | | tool for Databases. PR: ports/90209 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-2/+2
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Add a SHA256 checksum.jkoshy2005-12-041-0/+1
|
* Add optional IPv6 supportarved2005-12-043-2/+222
| | | | Submitted by: Andreas Kohn <andreas@syndrom23.de>
* www.netlib.org seems to be down, add a mirror for hpl.tgzoliver2005-11-251-1/+2
|
* - Add SHA256pav2005-11-2412-0/+12
|
* Update port: benchmarks/rawio update MASTER_SITEedwin2005-11-222-1/+3
| | | | | | | | | | - Update MASTER_SITE to fix fetch problem. Instead of replacing the master-site, I have added the second one until Greg fixes his ftp site. PR: ports/87988 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Actually the new version works on amd64.arved2005-11-151-2/+0
| | | | | Tested by: me Approved by: maintainer
* - Update to 3.0.4garga2005-11-142-7/+6
| | | | | | | | - Add SHA256 - Use NOT_FOR_ARCHS instead .if PR: ports/89006 Submitted by: maintainer
* port's mastersitesedwin2005-11-141-0/+2
| | | | | | | | | Please change port's mastersites. Also add SHA256 checksums PR: ports/88971 Submitted by: FURUSAWA Kazuhisa <kazu@jp.freeebsd.org>
* - Fix fetchingpav2005-11-132-5/+3
| | | | | | | | - Remove dead WWW PR: ports/87987 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (billf; 20 days)
* - Remove DEPRECATED and EXPIRATION_DATE since maintainer is hosting srcgarga2005-11-111-4/+1
| | | | | | files. Noticed by: barner
* - Mark it as DEPRECATED (mastersite disapeared)garga2005-11-111-0/+3
| | | | | | | | - Set EXPIRATION_DATE PR: ports/87989 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (16 days)
* - Add SHA256 to all ports submitter maintaingarga2005-11-111-0/+1
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Add SHA256mnag2005-11-091-0/+1
|
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionarved2005-11-082-1/+2
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* Re-support FreeBSD 4 (which has sys/disk.h as a kernel header, not agreen2005-11-021-14/+16
| | | | | | | | userland/kernel header). No PORTREVISION bump since this is a fix for compilation. PR: ports/88319 Submitted by: marck
* Fix turd removal.fenner2005-10-281-1/+1
| | | | Pointy hat to: me, courtesy of pointyhat
* Modify rawio(1) to work with GEOM by losing the multiple-open(2)green2005-10-272-5/+231
| | | | | | | | | | | | | | | | | | semantics. As GEOM prevents actual concurrent accesses that are deemed generally unsafe. As we know, as a rawio(1) user, that we are intending to do something ostensibly unsafe, we can use a single open(2) shared among the worker children and then use pread(2) and pwrite(2) instead of read(2), write(2) and lseek(2). This properly bypasses the sanity checks GEOM makes for concurrent access. Additionally, sector size isn't and hasn't ever been necessarily 512 (or a multiple thereof), but we don't have many classical examples of devices not the common case that we'd test rawio(1) with. In my particular case, I'm using graid3(8) and have an effective sector size of 1024. The program now attempts to use DIOCGSECTORSIZE to find the correct base for a device and thus Works For Me. Cursory review by: MAINTAINER
* Use scripts/version to get the lmbench version instead of usingfenner2005-10-272-10/+6
| | | | | | | the port's version. Clean up leftover .o files from the build before installing. On some systems there are also .s files for no apparent reason, so clean those up too.
* Update to lmbench 3alpha4.fenner2005-10-267-440/+128
| | | | As described by the authors, "It auto sizes, has more stuff, etc., etc."
* Upgrade to version 3.248jmz2005-10-242-5/+5
| | | | | PR: /ports/87580 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Add ${MASTER_SITE_LOCAL} to the list of master sites.jkoshy2005-10-222-9/+11
| | | | - portlint -a cleanups.
* Change IGNORE to BROKEN again. In fact it's can be fixed sometime.mnag2005-10-221-2/+2
| | | | Notified by: kris
* In really mark as IGNORE.mnag2005-10-221-2/+2
|
* Mark amd64 as BROKENmnag2005-10-222-1/+5
| | | | | | | Make portlint happyer PR: 87810 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* The program thrulay is used to measure the capacity, delay, andsem2005-10-217-0/+72
| | | | | | | | | | | | | | | | | | | | | other performance metrics of a network by sending a bulk TCP or UDP stream over it. Special features of thrulay include: * For TCP, ability to measure round-trip delay along with throughput * For UDP, ability to measure - one-way delay, with quantiles - packet loss - packet duplication - reordering * For UDP, the ability to send precisely positioned true Poisson streams (microsecond errors in sending times) * Human- and machine-readable output (ready to be fed to gnuplot) WWW: http://www.internet2.edu/~shalunov/thrulay/ PR: ports/87683 Submitted by: Stanislav Shalunov <shalunov@internet2.edu>
* - Update to 2.64clement2005-10-202-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/87677 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to 3.03garga2005-10-196-85/+30
| | | | | | | - Take maintainership PR: ports/87620 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to 2.63clement2005-10-173-18/+3
|
* Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.jkoshy2005-10-142-1/+2
| | | | | Noticed by: rwatson Approved by: sumikawa [MAINTAINER]
* Update benchmarks/pathchirp to version 2.4.1ehaupt2005-10-052-5/+15
| | | | | | | | | | | Modifications: - respect NOPORTDOCS - respect user defined optimization flags PR: 86922 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Approved by: novel (mentor)
* Respect CC, CXX, CFLAGS and CXXFLAGS.sobomax2005-10-012-0/+52
|
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* - Update to 1.1rc2pav2005-09-154-16/+25
| | | | | | PR: ports/85980 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: Jesper Dalberg <jdalberg@gmail.com> (maintainer)
* Add two patches to make longjmp tests runable.vsevolod2005-08-312-0/+22
| | | | | Submitted by: Mustabasic Reuf <reuf.mustabasic@gmail.com> Obtained from: Opensolaris development forum
* Add libmicro - a set of portable benchmarks of system calls fromvsevolod2005-08-2821-0/+600
| | | | | | | opensolaris project. Approved by: perky (mentor) In collaboration with: gnn
* Submitter takes maintainership.lawrance2005-07-312-2/+2
| | | | | | | Fix WWW line in pkg-descr. PR: ports/84341 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add flops, floating point benchmark to give your MFLOPS rating.danfe2005-07-064-0/+54
| | | | Inspired by: NetBSD pkgsrc
* - Update to 1.2.3pav2005-06-222-5/+5
| | | | | PR: ports/82523 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 2.4.0pav2005-06-072-5/+5
| | | | | PR: ports/81979 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer)
* Cleanup ENV-handlingvs2005-06-042-14/+2
|
* use PLIST_FILESvs2005-06-042-2/+1
|
* Use MAKE_* instead of Makefile-patchvs2005-06-042-15/+2
|
* Use PLIST_FILESvs2005-06-042-2/+1
|
* - Use MAKE_ARGSvs2005-06-044-28/+8
| | | | - Use PORTDOCS
* - Update WWW and set contact to original authorpav2005-05-271-3/+3
| | | | | PR: ports/81499 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer)
* - Change WWW and set contact to original authorpav2005-05-271-3/+3
| | | | | PR: ports/81498 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer)
* fix buildoliver2005-05-261-1/+2
| | | | | hpl's Makefile used ARCH for some own things which conflicted with the predefined ARCH. I renamed hpl's ARCH variable.
* Add nqueens 1.0, n-queens problem benchmark.danfe2005-05-254-0/+66
| | | | | PR: ports/78274 Submitted by: NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org>
* Add pathrate.jylefort2005-05-244-0/+43
| | | | | | | | | | | | | Pathrate is a tool that can estimate the capacity of network paths. An important feature of Pathrate is that it is robust to cross traffic effects, meaning that it can measure the path capacity even when the path is significantly loaded. This is crucial, since the hardest paths to measure are the heavily loaded ones. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html PR: ports/81295 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
* Add pathload.jylefort2005-05-244-0/+39
| | | | | | | | | Pathload is a tool that can estimate the available bandwidth of network paths. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html PR: ports/81294 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
* Add pathchirp.jylefort2005-05-244-0/+41
| | | | | | | | | | | | | | | pathChirp is a new active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion", pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth. WWW: http://www.spin.rice.edu/Software/pathChirp/ PR: ports/81293 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
* - Move iperf from net to benchmarkspav2005-05-222-1/+2
| | | | | | PR: ports/81201 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Repocopy by: marcus
* Update to 1.4.novel2005-05-163-12/+15
| | | | | PR: 81029 Submitted by: Radim Kolar <hsn@netmag.cz>
* - Update to 2.0.2novel2005-05-103-5/+18
| | | | | | | - Modify uintmax_t to uint64_t PR: 80841 Submitted by: Marcus Grando (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-122-2/+2
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-112-2/+2
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add mirrorvs2005-04-071-1/+3
| | | | | PR: ports/79347 Submitted by: maintainer
* Fix two blunders introduced in previous commit.vs2005-03-211-2/+2
| | | | Pointy hat passed from cluster via kris to: me
* Cleanup:vs2005-03-213-38/+3
| | | | | - Use PLIST_FILES - Avoid excessive Makefile-patching
* - Update to 2.0.1.flz2005-03-114-29/+43
| | | | | | | | - Add OPTIONS. PR: ports/76553 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: pav (mentor)
* - Update to 2.2.2pav2005-03-102-3/+3
| | | | | | PR: ports/78563 Submitted by: devel @ titan <darkn3ss@perl-dev.net> Approved by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* Use @freebsd.org address for my ports.novel2005-03-081-1/+1
| | | | Approved by: krion (mentor)
* Fix MASTER_SITES.krion2005-02-182-67/+69
| | | | | | | | Utilize NOPORTDOCS. Use DATADIR and DOCSDIR. PR: ports/77673 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Unbreak on alpha.krion2005-02-182-1/+12
| | | | | PR: ports/76963 Submitted by: Florent Thoumie <flz at xbsd.org>
* - Fix unfetchable distribution problemvs2005-02-174-49/+18
| | | | | | | - Upgrade PR: ports/77585 Submitted by: Scott Flatman (maintainer)
* Blogbench is a portable filesystem benchmark that tries to reproduce thepav2005-02-154-0/+40
| | | | | | | | | | | | | load of a real-world busy file server. It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle. WWW: http://blogbench.pureftpd.org/ PR: ports/77490 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* follow the bouncing distfilebillf2005-02-151-1/+1
|
* Update to match reality.obrien2005-02-131-1/+1
|
* - Mark BROKEN on ia64sem2005-02-011-2/+2
| | | | | PR: ports/76958 Submitted by: maintainer
* Mark BROKEN on alphakevlo2005-01-261-2/+7
| | | | | PR: ports/76620 Submitted by: MAINTAINER
* - Update to 1.0sem2005-01-213-64/+5
| | | | | | PR: ports/76795 Submitted by: Hendrik Scholz <hendrik(at)scholz.net> Approved by: maintainer
* Update port: benchmarks/pear-Benchmark to 1.2.2edwin2005-01-202-5/+6
| | | | | | | | | + update port: benchmarks/pear-Benchmark to 1.2.2 + add bcmath PHP extension dependency + changelog: http://pear.php.net/package/Benchmark/download/1.2.2/ PR: ports/76458 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - polygraph has a restrictive licence.clement2005-01-192-0/+2
|
* - Remove dead WWWclement2005-01-191-2/+0
|
* Correct previous fix, path was wrong.se2005-01-191-1/+1
|
* - Be nicer with CFLAGSclement2005-01-172-6/+15
| | | | - Preserve autobench.conf by installing autobench.conf-dist
* Fix install target on architectures other than i386.se2005-01-122-1/+3
| | | | | | | There is an old Linux ELF binary of select in the pgms directory of the distribution tar file with no corresponding source file. Most probably time-polling.c should be used to build a binary of select under FreeBSD, but for now select is just removed.
* Add netio, a simple network benchmarkarved2005-01-104-0/+42
|
* Remove bytebench port, which has been repo-copied to unixbencherwin2005-01-091-1/+1
| | | | | | | since development seems to continue now and an upgrade has been published under this new name. Forgotten by: se
* Remove bytebench port, which has been repo-copied to unixbenchse2005-01-0910-394/+0
| | | | | since development seems to continue now and an upgrade has been published under this new name.
* Update bytebench-3.1 to unixbench-4.1.0, based on patches submittedse2005-01-0917-367/+229
| | | | | | | | by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
* Initial cut at making this buildable on 4.x.obrien2004-12-291-0/+7
| | | | It still needs work, but maybe someone else will take it farther.
* Raidtest requires functions (byteorder(9)) which were introduced inpjd2004-12-291-1/+7
| | | | FreeBSD 5.1.
* Fix compilation on sparc64.pjd2004-12-091-2/+2
|
* With portmgr hat on, reset maintainership of committer who has notlinimon2004-12-052-2/+2
| | | | been active for >1 year.
* Shorten comment.obrien2004-12-051-1/+1
|
* Add a "README".obrien2004-12-051-1/+18
|
* pjd's src/tools/tools/raidtest as a port.obrien2004-12-055-0/+481
|
* - Update to 2.61clement2004-12-012-4/+3
|
* Update to 2.8.1, remove needless patches.osa2004-11-3010-62/+34
| | | | | | Also welcome back ReportGen subdir. Approved by: maintainer (timeout > 3 weeks)
* Upgrade to 2.3pl1.sumikawa2004-11-198-72/+109
|
* - Add ftp as secondary categorypav2004-11-071-1/+1
| | | | | PR: ports/73623 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Add dkftpbench 0.45,krion2004-10-275-0/+194
| | | | | | | | | | | | | dkftpbench is an FTP benchmark program inspired by SPECweb99. The result of the benchmark is a number-of-simultaneous-users rating; after running the benchmark properly, you have a good idea how many simultaneous dialup clients a server can support. The target bandwidth per client is set at 28.8 kilobits/second to model dialup users; this is important for servers on the real Internet, which often serve thousands of clients on only 10 MBits/sec of bandwidth. PR: ports/73006 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* - Update to 2.2.1vs2004-10-265-26/+20
| | | | | | | | - Prune MASTER_SITEs - Assign maintainership to submitter PR: ports/72809 Submitted by: Frank J. Laszlo
* Add pear-Benchmark 1.2.1, framework to benchmark PHP scripts orthierry2004-10-184-0/+32
| | | | | | | function calls. PR: 71528 Submitted by: Antônio Carlos Venâncio Júnior
* Back out the use of PORTSDIR before the inclusion of bsd.ports.pre.mkerwin2004-10-121-1/+1
| | | | | | which sets it. Second person to break INDEX after unfreeze: sergei
* Drop maintainership to ports@FreeBSD.orgkrion2004-10-122-2/+2
| | | | | PR: ports/71721 Submitted by: Radim Kolar <hsn@netmag.cz>
* - Reset maintainership to ports@sergei2004-10-121-2/+2
| | | | | PR: ports/72553 Submitted by: Michael Johnson (maintainer)
* - add NOPRECIOUSMAKEVARS=yes and unbreak this port on 5.xleeym2004-09-221-8/+2
| | | | | | PR: 71473 Submitted by: leeym Approved by: portmgr (marcus)
* BROKEN on 5.x: Broken by make(1) changeskris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* - use getnodeipbyname() instead of unsafe gethostbyname() to preventclement2004-09-142-0/+13
| | | | | | | siege from crashing Submitted by: dwhite Approved by: portmgr (linimon)
* - Update to 2.1.2clement2004-08-242-5/+6
| | | | - Fix RUN_DEPENDS to honor bench2graph deps.
* - Define JAVA_VERSION;thierry2004-08-212-11/+17
| | | | - do some cleaning.
* OPTIMIZED_FLAGS should be WITH_OPTMIZED_FLAGSmaho2004-08-181-2/+2
|
* Fix many thingsmaho2004-08-182-39/+24
| | | | Submitted by: kris (partially)
* Fix typomaho2004-08-161-2/+2
|
* Marked as RESTRICTED.maho2004-08-161-2/+1
|
* User settable USE_* -> WITH_*maho2004-08-161-12/+12
| | | | Noticed by: portlint
* WITH_IFC, WITH_ICC -> USE_IFC, USE_ICCmaho2004-08-162-25/+25
|
* Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro,maho2004-08-1610-0/+220
| | | | | | for evaluation of performance of the calculation of incompressible flow analysis. This program solves Poisson equation by Jacobi's iterative method which have many loops
* maho@ reported that atlas isn't broken any longer on amd64oliver2004-07-141-5/+0
|
* Add CONFLICTS - both pkg-plist files containes bin/ltrace.osa2004-07-142-0/+4
|
* Update to 1.5krion2004-07-022-3/+3
| | | | | PR: ports/68593 Submitted by: maintainer
* Sipp is a performance test tool / traffic generator for the SIP protocol.lth2004-06-186-0/+557
| | | | | | | | | | | It comes with a few basic SipStone user-agents scenarios (UAC & UAS), i establishing and releasing multiple calls with the INVITE and BYE methods. WWW: http://sipp.sourceforge.net/ PR: 68036 Submitted by: Jesper Dalberg <jesper@jdn.dk> Approved by: erwin (mentor)
* - Fix dependency on httperf forgotten in previous repocopyclement2004-06-101-1/+1
| | | | | Noticed by: kris via INDEX build Pointy hat to: me
* - Move httperf from www to benchmarks categoryclement2004-06-102-1/+2
| | | | | Noticed by: ben @ EFNet Repocopied by: marcus
* - Chase checksum. Diff can be found in PRpav2004-06-102-4/+5
| | | | | | PR: ports/67159 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer timeout (2 weeks)
* - Fix MASTER_SITESclement2004-05-221-2/+1
| | | | | PR: 67014 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Since the recent updates, Jikes does not compile this programthierry2004-04-121-0/+1
| | | | | | any more. Approved by: pav (mentor).
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-315-0/+8
|
* Upgrade to 2.2pl4.sumikawa2004-03-302-4/+4
|
* Makefile.pnet:pav2004-03-271-3/+0
| | | | | | | | | - Automatically create plist entries for installed binaries bencharks/pnetmark: - Use this feature PR: ports/64750 Submitted by: michael johnson <ahze@ahze.net> (maintainer)
* Add pnetmark, a benchmark program for Common Language Runtime (C#)pav2004-03-264-0/+55
| | | | | PR: ports/64641 Submitted by: michael johnson <ahze@ahze.net>
* Add SIZE data to distinfo files.se2004-03-233-0/+3
| | | | Submitted by: trevor
* Add SIZE information.jkoshy2004-03-221-0/+1
| | | | Submitted by: trevor
* The gshar+gunshar port is renamed to ports/archivers/sharutils.trevor2004-03-201-1/+1
| | | | PR: 64443
* SIZE-ify my ports.thierry2004-03-192-0/+2
| | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor).
* Add SIZE.sumikawa2004-03-181-0/+1
| | | | Submitted by: trevor
* - SIZEify.mich2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-182-0/+2
| | | | Approved by: maintainers
* SIZEify my ports.leeym2004-03-181-0/+1
| | | | Submitted by: trevor
* Add SIZE information.jkoshy2004-03-181-0/+1
|
* SIZEify.trevor2004-03-181-0/+1
|
* - Mark BROKEN: Checksum mismatchkrion2004-03-031-0/+2
| | | | - Maintainer informed
* unbreak ; it did build on my -current (Feb/09/2004)ijliao2004-03-022-9/+3
| | | | | utilize PLIST_FILES use gmake to suppress warning about Makefile
* Fix BROKEN by update to latest 2.8.0 version.osa2004-02-2710-98/+128
| | | | | | | Utilize DATADIR, SIZEfy. Add -Wno-deprecated to CPPFLAGS for fix annoing warnings. Approved by: adrian (maintainer) informed.
* - Update to version 1.3krion2004-02-263-14/+3
| | | | | PR: ports/63359 Submitted by: maintainer
* High Performance Computing Linpack Benchmarkoliver2004-02-265-0/+153
| | | | | | | | - needs an MPI implementation (mpich and lam are supported by this port) - needs an Basic Linear Algebra Subprograms implementation like atlas (default) or blas (both are supported by this port) tested on alpha (5), amd64 (5) and i386 (4 and 5)
* Mark as broken on 4.x as well as 5.x. No response from maintainerlinimon2004-02-122-4/+0
| | | | to query about its status for >4 weeks.
* add sizeleeym2004-02-111-0/+1
| | | | | PR: 62359 Submitted by: Radim Kolar <hsn@netmag.cz>
* - SIZEify distinfoclement2004-02-081-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0620-11/+13
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2
| | | | (Part 2)
* - Fix build on -STABLEpav2004-01-313-0/+17
| | | | | PR: ports/62151 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
* - Update to 1.2pav2004-01-314-16/+3
| | | | | PR: ports/62037 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
* SIZEify.trevor2004-01-301-0/+1
|
* Fix build on -stable.ale2004-01-292-0/+15
| | | | | Reported by: bento via kris Approved by: nork (mentor/implicitly)
* - Update to 2.59clement2004-01-293-14/+4
| | | | - minor cleanups
* Add SIZE.trevor2004-01-288-0/+8
|
* - Allow blasting 10000 blockspav2004-01-263-2/+4
| | | | | | | - While there, nuke pkg-plist PR: ports/61900 Submitted by: Radim Kolar <hsn@netmag.cz>
* - Obey NO_INSTALL_MANPAGESpav2004-01-243-4/+19
| | | | | | | - Obey NOPORTDOCS PR: ports/61802 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
* Add forkbomb 1.0, system stress testing tool.ale2004-01-236-0/+45
| | | | | | PR: ports/61717 Submitted by: Radim Kolar Approved by: nork (mentor/implicitly)
* - Update to version 1.4krion2004-01-224-30/+13
| | | | | PR: 61682 Submitted by: maintainer
* - move the three individual distfiles into ${DISTFILES}/ttcp tomharo2004-01-172-7/+8
| | | | | | | | | improve organization. - keep portlint happy. PR: 61145 Submitted by: Jason Harris <jharris@widomaker.com>
* [REPOCOPY WAITING] ports/net/nttcp and ports/net/ttcp appear miscategorizededwin2004-01-163-2/+4
| | | | | | | | | | | | | Julian Elischer suggested a new category "net/benchmarks" because he believes that too many ports are listed under net/. Checking into it, I noticed that these two ports are described as benchmarking programs. In the Porters' Handbook, the net category is described as "miscellaneous networking software". The benchmarks category seems more specific so I feel that it is preferable. PR: ports/39095 Submitted by: Trevor Johnson <trevor@jpj.net>
* Add webbench 1.3, simple forking web benchmark.ale2004-01-146-0/+55
| | | | | | PR: ports/61307 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: nork (mentor/implicitly)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* - Update to v0.6krion2004-01-113-3/+3
| | | | | PR: 61201 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>