summaryrefslogtreecommitdiff
path: root/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.Marcelo Araujo2008-01-164-6/+28
| | | | | | | | | PR: ports/119698 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=205732
* - Update to 0.4.0Rong-En Fan2008-01-126-21/+53
| | | | | | | | PR: ports/119600 Submitted by: Valerio Daelli <valerio.daelli at gmail.com> Notes: svn path=/head/; revision=205558
* - Update to 2.0.20071129.Marcelo Araujo2008-01-042-5/+5
| | | | | | | | | PR: ports/118771 Submitted by: araujo (myself) Approved by: stas (mentor, implicit), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=204987
* - Update to 0.9.0.Jean Milanez Melo2007-12-264-20/+11
| | | | | | | | PR: ports/118550 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=204564
* - Repocopy sysutils/xdd -> benchmarks/xdd since it's a better category for thisRenato Botelho2007-12-212-1/+2
| | | | | | | | | | PR: ports/117407 Submitted by: obrien@ Repocopied by: marcus@ Approved by: maintainer Notes: svn path=/head/; revision=204269
* - Move sipp to new category benchmarks. [1]Marcelo Araujo2007-12-171-0/+1
| | | | | | | | | | | - Update to 2.0.20071024. [2] PR: ports/117305 [1], ports/117463 [2] Submitted by: araujo [1], Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) [2] Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=203898
* - Forced commit after repocopy.Marcelo Araujo2007-12-176-98/+6
| | | | | | | | | | | | - Repocopy from net/sipp to benchmarks/sipp. PR: ports/117305 [1], ports/117463 [2] Submitted by: araujo [1], Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) [2] Approved by: stas (mentor, implicit) Repocopied by: marcus Notes: svn path=/head/; revision=203897
* Mark as broken: fails to install.Mark Linimon2007-11-231-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202801
* - Mark as unbroken on 7.X.Marcelo Araujo2007-11-032-15/+72
| | | | | | | | | PR: ports/117631 Submitted by: Philip M. Golluci <pgollucci@p6m7g8.com> Approved by: portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit) Notes: svn path=/head/; revision=202494
* Take maintainership, I use this quite a lotKris Kennaway2007-10-281-1/+1
| | | | Notes: svn path=/head/; revision=202211
* - Add option for plotting of perf data supportMartin Wilke2007-10-251-2/+10
| | | | | | | | PR: 117468 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=202029
* - Drop MaintainershipMartin Wilke2007-10-091-1/+1
| | | | Notes: svn path=/head/; revision=201170
* - Update to 0.05Cheng-Lung Sung2007-10-053-7/+11
| | | | | | | | | | - maintainership reset to perl@ PR: ports/116526 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=200874
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update maintainer mail adressMartin Wilke2007-09-152-2/+2
| | | | | | | Submitted by: Maintainer Notes: svn path=/head/; revision=199516
* - Update to 2.0.20070906Martin Wilke2007-09-154-38/+14
| | | | | | | | PR: 116202 Submitted by: maintainer Notes: svn path=/head/; revision=199504
* - Update to 3.0.6Martin Wilke2007-09-1412-350/+96
| | | | | | | | | | | | | | - Remove RESTRICTED [1] - Pass maintainership to submitter [1] Project has changed the license to apache2, please see changelog http://www.web-polygraph.org/downloads/changelog.html Submitted by: Aron Schlesinger (as@bsdgroup.de) via irc Notes: svn path=/head/; revision=199486
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 2.66.Jean Milanez Melo2007-09-052-4/+4
| | | | | | | | PR: ports/115276 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Notes: svn path=/head/; revision=198842
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-042-14/+14
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Fix build with gcc 4.2Kris Kennaway2007-07-271-0/+20
| | | | Notes: svn path=/head/; revision=196356
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Patch how makefile uses $(mandir) instead of hacking configure scriptRong-En Fan2007-07-162-9/+4
| | | | | | | | | | | which will be conflict with default --mandir in bsd.port.mk (testing in exp run now) Reported by: pointyhat exp run Approved by: jmelo (maintainer) Notes: svn path=/head/; revision=195737
* Fix pkg-plist.Maho Nakata2007-07-161-4/+2
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=195708
* - Convert to USE_FORTRANPav Lucistnik2007-07-151-5/+1
| | | | Notes: svn path=/head/; revision=195652
* Now we use USE_FORTRAN to use FORTRAN compiler.Maho Nakata2007-07-141-9/+5
| | | | Notes: svn path=/head/; revision=195609
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-112-2/+2
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* Postmark was removed from NetApps's site: unbreak by getting a newerThierry Thomas2007-07-083-17/+8
| | | | | | | file from the Debian's mirrors. Notes: svn path=/head/; revision=195219
* Fix build with gcc 4.2.Roman Bogorodskiy2007-07-081-0/+8
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195200
* - Update to 1.2.7Martin Wilke2007-07-062-7/+6
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=195061
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-1/+2
| | | | Notes: svn path=/head/; revision=194427
* Actually make WITH_SSH conditional.Xin LI2007-06-151-0/+2
| | | | | | | | Pointed out by: sat Pointy hat to: delphij Notes: svn path=/head/; revision=193558
* Add an option to use ssh instead of rsh in distributed measurement.Xin LI2007-06-151-2/+6
| | | | | | | | | PR: ports/113048 Submitted by: CHAO Shin <quakelee cn.FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=193549
* BROKEN: Checksum mismatchKris Kennaway2007-06-151-0/+2
| | | | Notes: svn path=/head/; revision=193541
* Add tsung 1.2.1, multi-protocol distributed load testing tool.Sergey Skvortsov2007-06-045-0/+220
| | | | Notes: svn path=/head/; revision=192763
* - Update to 2.0Martin Wilke2007-05-272-6/+6
| | | | | | | | PR: 112383 Submitted by: Artem Naluzhny<tut@nhamon.com.ua> (maintainer) Notes: svn path=/head/; revision=192006
* - Fixed distfile unavailable.Marcelo Araujo2007-05-263-9/+8
| | | | | | | | | PR: ports/112340 Submitted by: Scott Flatman <sf@slappy.org> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=191906
* Update to 3.283.Xin LI2007-05-262-4/+4
| | | | | | | | | PR: ports/111937 Submitted by: CHAO Shin <quakelee cn freebsd org> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=191878
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-1/+1
| | | | Notes: svn path=/head/; revision=191718
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-1911-3/+10
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-021-7/+1
| | | | | | | | | PR: ports/111723 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=191383
* The mdtest software is used for testing the metadataMartin Wilke2007-04-305-0/+60
| | | | | | | | | | | | performance of a file system. WWW: http://www.llnl.gov/icc/lc/siop/ PR: ports/112237 Submitted by: Chao Shin <quakelee at cn.freebsd.org> Notes: svn path=/head/; revision=191184
* - Remove workarounds for FreeBSD 4.Edward Tomasz Napierala2007-04-191-4/+0
| | | | | | | | | PR: ports/111722 Submitted by: edwin Approved by: miwi (mentor) Notes: svn path=/head/; revision=190364
* Remove 4.x support.Ion-Mihai Tetcu2007-04-181-7/+1
| | | | | | | | | PR: ports/111780 Submitted by: Marcelo Araujo Reviewed by: maintainer Notes: svn path=/head/; revision=190300
* Fix WWWEdwin Groothuis2007-04-161-1/+1
| | | | | | | Submitted by: Pedro <pfgshield-nospam@yahoo.com> Notes: svn path=/head/; revision=190148
* Remove unreachable code due to OSVERSION checksEdwin Groothuis2007-04-162-45/+1
| | | | Notes: svn path=/head/; revision=190113
* Change my email address to trasz@FreeBSD.org.Edward Tomasz Napierala2007-04-132-2/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=189901
* Update to 1.1.r8.20070327.Stefan Walter2007-04-062-5/+5
| | | | | | | | PR: 111274 Submitted by: maintainer Notes: svn path=/head/; revision=189384
* - updated maintainer e-mail addressMartin Matuska2007-04-051-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* Add rubygem-railsbench 0.9.2, scripts designed for benchmarking of RailsCheng-Lung Sung2007-04-035-0/+85
| | | | | | | | | | applications. PR: ports/111134 Submitted by: Alexander Logvinov <ports at logvinov.com> Notes: svn path=/head/; revision=189058