Commit graph

748 commits

Author SHA1 Message Date
Vasil Dimov
4388450b48 * Make benchmarks/raidtest more accurate and avoid crashes
* Bump PORTVERSION
* s/NOMAN/NO_MAN

PR:		ports/107311
Submitted by:	vd
Approved by:	pjd@FreeBSD.org (maintainer timeout)
2007-01-23 10:26:06 +00:00
Martin Wilke
6e2cd343f4 - Update to 1.1.r8.20070116
PR:		108010
Submitted by:	Artem Naluzhny<tut@nhamon.com.ua>
2007-01-17 20:44:29 +00:00
Maho Nakata
fd1bfc37ad * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.

Approved by:  portmgr(kris)
2007-01-17 08:45:40 +00:00
Maho Nakata
196db1c4be Using gfortran42, and not gcc42.
Bump portrevision.
2007-01-12 05:42:29 +00:00
Erwin Lansing
0fa7ab17b8 Update to 3.267
PR:		105413
Submitted by:	"Marcelo Araujo" <araujo@bsdmail.org>
Approved by:	maintainer timeout
2007-01-11 21:37:26 +00:00
Cheng-Lung Sung
46bd50407d Add p5-Benchmark-Forking 0.99, run benchmarks in separate processes.
PR:		ports/107593
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-01-08 03:48:30 +00:00
Martin Wilke
7fc2bca0cd - Marked broken for 4.X
PR:             ports/107508
Submitted by:   trasz (maintainer)
2007-01-05 09:19:18 +00:00
Maho Nakata
bcff76eaf3 Add a dummy knob WANT_FORTRAN for future use. 2007-01-04 12:51:10 +00:00
Maho Nakata
dd49970730 * Migrate to gfortran42.
* Add file/run_benchmark to do benchmark with different compilers.
* portlint.
2007-01-04 06:08:43 +00:00
Dirk Meyer
165e3a6db7 - update to 0.5.2
Reported by: portscout
2006-12-29 18:41:38 +00:00
Martin Wilke
9014055fd5 - Update to 1.1.r6.20061208
PR:		ports/106915
Submitted by:	Artem Naluzhny<tut@nhamon.com.ua> (maintainer)
2006-12-21 23:07:44 +00:00
Dirk Meyer
5ce5c28773 This is GSBench for GNUstep. It started as a simple conversion of NXBench for
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
2006-12-14 20:16:43 +00:00
Marcus Alves Grando
147ca1d2b3 - If the network card's buffer is full, send returns -1 and sets
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>
2006-12-13 13:43:41 +00:00
Shaun Amott
12105b68c9 Fix build on ia64.
PR:		ports/106546
Submitted by:	shaun (me)
Approved by:	Artem Naluzhny <tut@nhamon.com.ua> (maintainer)
2006-12-10 23:43:44 +00:00
Martin Wilke
a7b262b5a0 - Fix build problem
Submitted by: pointyhat via kris
2006-12-04 16:23:34 +00:00
Martin Wilke
fb483d9c58 This integer benchmark solves positions in the game of connect-4,
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>
2006-11-23 11:56:19 +00:00
Martin Wilke
9942a5389f The idea of IMB is to provide a concise set of elementary MPI
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>
2006-11-20 21:26:53 +00:00
Munechika SUMIKAWA
d830a9266b Fix pkg-plist. 2006-11-20 04:01:52 +00:00
Munechika SUMIKAWA
6163f319e9 Fix plist. 2006-11-15 01:41:48 +00:00
Munechika SUMIKAWA
ab9f89b62e Upgrade to 2.4.2. 2006-11-09 04:49:25 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Martin Wilke
3d6475a655 - Update MASTER_SITES
PR:		ports/105020
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Approved by:	maintainer
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-04 23:04:33 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Rong-En Fan
f40984f245 - Update to 0.4.8
- Unbreak

PR:		ports/104326
Submitted by:	rafan
Approved by:	portmgr (erwin), Gea-Suan Lin <gslin at gslin.org> (maintainer)
2006-10-12 14:59:01 +00:00
Stefan Eßer
081930c498 Fix rawio for sequential read/write tests:
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 ...
2006-10-09 17:19:54 +00:00
Cheng-Lung Sung
1e5d116a0e Add p5-Benchmark-Stopwatch 0.03, simple timing of stages of your code.
PR:		ports/102468
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-30 08:08:28 +00:00
Cheng-Lung Sung
24c23be75d - Update to 1.2.6
- reset maintainer

Submitted by:	chinsan
Approved by:	maintainer (timeout)
2006-09-21 10:37:18 +00:00
Kris Kennaway
fdad3a3ecd BROKEN: Does not compile 2006-09-17 01:28:07 +00:00
Ion-Mihai Tetcu
1280e55e58 update to 1.1.r6
PR:		ports/103032
Submitted by:	Artem Naluzhny (maintainer)
2006-09-10 20:39:34 +00:00
Alexey Dokuchaev
045dd425c2 Fix fetching.
PR:		ports/100725
Submitted by:	Stanislav Sedov
2006-09-07 10:42:35 +00:00
Tilman Keskinoz
35fe0b1b20 Update to 1.26 2006-09-02 12:07:20 +00:00
Jean Milanez Melo
b02b7652cd - Mark as broken on 7.x, does not compile.
Reported by:	krismail
2006-08-25 18:08:09 +00:00
Martin Wilke
08e21ff1f5 - Update to 2.4.1
PR:		ports/102321
Submitted by:	dikshie <dikshie(at)lapi.itb.ac.id> (maintainer)
Approved by:	krion (mentor)
2006-08-22 08:08:58 +00:00
Martin Wilke
eb7924400a - Update to 1.3.2
PR:		ports/102320
Submitted by:	dikshie <dikshie(at)lapi.itb.ac.id> (maintainer)
Approved by:	krion (mentor)
2006-08-22 08:06:42 +00:00
Stefan Eßer
d028c5bc43 Install to /... instead of to /... 2006-08-12 15:16:47 +00:00
Martin Wilke
637cf5f46d - Fix build on 4.x
Submitted by:	pointyhat
Approved by:	krion (mentor), maintainer via irc
2006-08-09 14:04:10 +00:00
Cheng-Lung Sung
7a90183c69 - update to 2.0
PR:		ports/101088
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-01 02:52:17 +00:00
Renato Botelho
0b6df8f20a Xdd is a tool for measuring and characterizing disk subsystem I/O
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>
2006-07-26 15:33:21 +00:00
Jean Milanez Melo
a6f7226232 - Update to 2.65
PR:		ports/99808
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-07-07 14:14:19 +00:00
Mark Linimon
fb0914231a Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR:		ports/92445
Hat:		portmgr
2006-07-05 02:30:58 +00:00
Jean Milanez Melo
8c1f45eed4 - Fix WWW.
PR:		ports/98816
Submitted by:	Dan Langille <dan@langille.org>
Approved by:	mnag (mentor)
2006-06-12 13:57:53 +00:00
Stefan Eßer
c8f8c94b50 Fix two bugs affecting bonnie runs with large data files:
- 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 ...
2006-06-11 18:41:57 +00:00
Pav Lucistnik
b1f51f1703 - Update to 0.4.7
- Install documentation
- Better support for Postgre users

PR:		ports/98443
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2006-06-05 20:46:51 +00:00
Pav Lucistnik
0e15f28f68 - Update to 1.1.r5
- Take maintainership

PR:		ports/97870
Submitted by:	Artem Naluzhny <tut@nhamon.com.ua>
2006-05-26 08:25:14 +00:00
OKAZAKI Tetsurou
af7be7306c We must use --with-mysql=no & --with-pgsql=no to disable mysql/pgsql support.
(thanks to gabor at berczi.be's report)

PR:		ports/97541
Submitted by:	maintainer
2006-05-23 03:36:16 +00:00
Pav Lucistnik
92e8609017 - Attempt to fix build on 4.X
Reported by:	krismail
2006-05-21 18:53:05 +00:00
Erwin Lansing
f1de23c3fa Fix MASTER_SITES and WWW
PR:		96921
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
2006-05-07 16:23:29 +00:00
Sergey Matveychuk
eb8b1d8797 - Satisfy portlint
Approved by:	maintainer
2006-05-07 12:31:44 +00:00
Edwin Groothuis
72ad491a93 Remove USE_REINPLACE from all categories starting with B 2006-05-03 23:26:35 +00:00
Pav Lucistnik
658c0ba60f GtkPerf is an application designed to test GTK+ performance. The point is to
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>
2006-05-01 13:26:55 +00:00
Pav Lucistnik
8a276428d5 - Update to 0.4.6
PR:		ports/96498
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2006-04-29 12:15:53 +00:00
Marcus Alves Grando
6553884a38 - Fix build when detect pthread_cancel (7.x)
- Fix configure detection of pthread_cancel on 4.x 5.x and 6.x
- portlint(1)

Notified by:	kris
2006-04-24 14:30:00 +00:00
Jean-Marc Zucconi
2349ad06f4 Upgrade to version 3.263
PR:		ports/95786
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-04-15 17:07:30 +00:00
Mark Linimon
0025f82662 Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.

Hat:		portmgr
2006-04-14 18:14:59 +00:00
Jean Milanez Melo
2cc9d91309 - Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by:	mnag (mentor)
2006-04-05 21:04:30 +00:00
Mark Linimon
317bb4cb88 Reset maintainer at his request due to current lack of FreeBSD time. 2006-03-18 22:21:52 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joseph Koshy
99bfddda32 Add a local master site. 2006-02-18 04:02:07 +00:00
Joseph Koshy
36db042098 - Upgrade to v3.6.2.
- Incorporate patches from gnn to support IPv6 [1].
- Install the netpipe(1) manual page.

Submitted by:	gnn [1]
2006-02-13 15:03:12 +00:00
Jean-Marc Zucconi
eb8e70347a Use the right fix (PTHREAD_LIBS) to build on all OS versions.
Eagle eyes: 	kris
2006-02-10 10:12:29 +00:00
Jean-Marc Zucconi
7fb1f0eb81 Build fix for 4.x: don't use pthreads 2006-02-09 21:58:12 +00:00
Jean-Marc Zucconi
0a32fe2c07 - Update to 3.259
- Honor build environment CC and CFLAGS
- OPTIONS to support threading using pthreads

PR:		ports/92714
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-02-02 10:02:57 +00:00
Mark Linimon
54b6f9deb0 Reset maintainer at his request. 2006-01-27 08:01:10 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Pav Lucistnik
1a64862143 - Update to 1.2.4
PR:		ports/91634
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:31:21 +00:00
Emanuel Haupt
36118d2ffc Update to 1.1.r4
PR:		90852
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
Approved by:	maintainer timeout
2006-01-09 14:21:13 +00:00
Pav Lucistnik
47a39af0bb - Add SHA256
PR:		ports/91094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-12-30 21:36:38 +00:00
Pav Lucistnik
4b59433115 - Add SHA256
PR:		ports/90943
Submitted by:	Scott Flatman <sf@slappy.org> (maintainer)
2005-12-27 03:57:00 +00:00
Tim Bishop
6cb33ed1c4 - Fix build on 4.x
PR:		90463
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:	clement (mentor)
2005-12-16 12:39:11 +00:00
Joseph Koshy
67404331b5 Add SA256 checksums. 2005-12-13 16:23:44 +00:00
Ying-Chieh Liao
5cc2085350 Fix postgresql support function
PR:		90244
Submitted by:	maintainer
2005-12-12 01:25:56 +00:00
Ying-Chieh Liao
d860e6e516 change maintainer email address 2005-12-12 01:24:34 +00:00
Simon Barner
a1a5e89882 Add sysbench 0.4.3,
a modular, cross-platform and multi-threaded
benchmark tool.

PR:		90233
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
2005-12-11 13:56:12 +00:00
Ying-Chieh Liao
bf4c920052 Add super-smack 1.3, a benchmarking, stress testing, and load generation
tool for Databases.

PR:		ports/90209
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
2005-12-11 11:16:20 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Joseph Koshy
bd3ae8b0eb Add a SHA256 checksum. 2005-12-04 02:11:54 +00:00
Tilman Keskinoz
e4c6f4a207 Add optional IPv6 support
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-12-03 21:30:21 +00:00
Oliver Lehmann
b5db6d52ce www.netlib.org seems to be down, add a mirror for hpl.tgz 2005-11-25 15:37:04 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Edwin Groothuis
ee8f060254 Update port: benchmarks/rawio update MASTER_SITE
- 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>
2005-11-22 07:38:03 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Tilman Keskinoz
d4f5dbb5e2 Actually the new version works on amd64.
Tested by:	me
Approved by:	maintainer
2005-11-14 20:11:57 +00:00
Renato Botelho
42f1e59b60 - Update to 3.0.4
- Add SHA256
- Use NOT_FOR_ARCHS instead .if

PR:		ports/89006
Submitted by:	maintainer
2005-11-14 12:59:34 +00:00
Edwin Groothuis
8a90c5517c port's mastersites
Please change port's mastersites.

Also add SHA256 checksums

PR:		ports/88971
Submitted by:	FURUSAWA Kazuhisa <kazu@jp.freeebsd.org>
2005-11-14 03:42:21 +00:00
Pav Lucistnik
c7a1b06585 - Fix fetching
- Remove dead WWW

PR:		ports/87987
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (billf; 20 days)
2005-11-13 02:02:15 +00:00
Renato Botelho
b5327da797 - Remove DEPRECATED and EXPIRATION_DATE since maintainer is hosting src
files.

Noticed by:	barner
2005-11-11 15:01:02 +00:00
Renato Botelho
02d49a401c - Mark it as DEPRECATED (mastersite disapeared)
- Set EXPIRATION_DATE

PR:		ports/87989
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (16 days)
2005-11-11 14:26:45 +00:00
Renato Botelho
8aad0c1dff - Add SHA256 to all ports submitter maintain
PR:		ports/88791
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Tilman Keskinoz
463dadf671 * Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
2005-11-08 12:56:15 +00:00
Brian Feldman
19077a79c6 Re-support FreeBSD 4 (which has sys/disk.h as a kernel header, not a
userland/kernel header).  No PORTREVISION bump since this is a fix
for compilation.

PR:	ports/88319
Submitted by:	marck
2005-11-01 17:00:41 +00:00
Bill Fenner
0b7c7f763a Fix turd removal.
Pointy hat to:	me, courtesy of pointyhat
2005-10-27 17:56:36 +00:00
Brian Feldman
33bf00180f Modify rawio(1) to work with GEOM by losing the multiple-open(2)
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
2005-10-26 18:40:43 +00:00
Bill Fenner
8702edcd6c Use scripts/version to get the lmbench version instead of using
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.
2005-10-26 16:32:55 +00:00
Bill Fenner
8a1ab6255d Update to lmbench 3alpha4.
As described by the authors, "It auto sizes, has more stuff, etc., etc."
2005-10-25 18:09:10 +00:00
Jean-Marc Zucconi
75e6932cd9 Upgrade to version 3.248
PR:		/ports/87580
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-24 11:22:13 +00:00
Joseph Koshy
4e0edbca62 - Add ${MASTER_SITE_LOCAL} to the list of master sites.
- portlint -a cleanups.
2005-10-22 13:50:10 +00:00
Marcus Alves Grando
25301b7359 Change IGNORE to BROKEN again. In fact it's can be fixed sometime.
Notified by:	kris
2005-10-21 23:07:24 +00:00
Marcus Alves Grando
d873321c7d In really mark as IGNORE. 2005-10-21 21:24:56 +00:00
Marcus Alves Grando
fb01b9bc5e Mark amd64 as BROKEN
Make portlint happyer

PR:		87810
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-10-21 21:20:56 +00:00
Sergey Matveychuk
d43148058e The program thrulay is used to measure the capacity, delay, and
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>
2005-10-20 19:32:15 +00:00
Clement Laforet
e8b9b29023 - Update to 2.64
- Pass maintainership to submitter

PR:		ports/87677
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-19 19:10:06 +00:00
Renato Botelho
ed19a25f0d - Update to 3.03
- Take maintainership

PR:		ports/87620
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-10-18 17:34:16 +00:00
Clement Laforet
bb312c40ae - Update to 2.63 2005-10-16 19:06:33 +00:00
Joseph Koshy
3cd8f9089f Turn off -DHISTOGRAM as it introduces considerable overhead. Bump portrevision.
Noticed by:	rwatson
Approved by:	sumikawa [MAINTAINER]
2005-10-14 03:33:07 +00:00
Emanuel Haupt
97f5625226 Update benchmarks/pathchirp to version 2.4.1
Modifications:
- respect NOPORTDOCS
- respect user defined optimization flags

PR:		86922
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)

Approved by:	novel (mentor)
2005-10-05 13:45:57 +00:00
Maxim Sobolev
c414238f4b Respect CC, CXX, CFLAGS and CXXFLAGS. 2005-09-30 19:51:42 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Pav Lucistnik
d9fff15a61 - Update to 1.1rc2
PR:		ports/85980
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Approved by:	Jesper Dalberg <jdalberg@gmail.com> (maintainer)
2005-09-15 13:13:22 +00:00
Vsevolod Stakhov
7eeb8daa5c Add two patches to make longjmp tests runable.
Submitted by:	Mustabasic Reuf <reuf.mustabasic@gmail.com>
Obtained from:	Opensolaris development forum
2005-08-31 08:10:28 +00:00
Vsevolod Stakhov
0f17a23c50 Add libmicro - a set of portable benchmarks of system calls from
opensolaris project.

Approved by:		perky (mentor)
In collaboration with:	gnn
2005-08-28 09:05:53 +00:00
Sam Lawrance
96463aa70a Submitter takes maintainership.
Fix WWW line in pkg-descr.

PR:		ports/84341
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-07-31 10:46:33 +00:00
Alexey Dokuchaev
31989704f1 Add flops, floating point benchmark to give your MFLOPS rating.
Inspired by:	NetBSD pkgsrc
2005-07-06 10:02:08 +00:00
Pav Lucistnik
27171578eb - Update to 1.2.3
PR:		ports/82523
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-06-22 15:25:45 +00:00
Pav Lucistnik
685cb1e443 - Update to 2.4.0
PR:		ports/81979
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
2005-06-07 07:52:09 +00:00
Volker Stolz
90c3b8a067 Cleanup ENV-handling 2005-06-04 14:20:45 +00:00
Volker Stolz
cb021d5a21 use PLIST_FILES 2005-06-04 14:14:59 +00:00
Volker Stolz
3813300328 Use MAKE_* instead of Makefile-patch 2005-06-04 14:13:35 +00:00
Volker Stolz
c598873a2a Use PLIST_FILES 2005-06-04 14:02:13 +00:00
Volker Stolz
ca71e4d49e - Use MAKE_ARGS
- Use PORTDOCS
2005-06-04 13:58:25 +00:00
Pav Lucistnik
45580ea023 - Update WWW and set contact to original author
PR:		ports/81499
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
2005-05-26 20:24:27 +00:00
Pav Lucistnik
061c37a1e3 - Change WWW and set contact to original author
PR:		ports/81498
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
2005-05-26 20:23:01 +00:00
Oliver Lehmann
1ca9acd31f fix build
hpl's Makefile used ARCH for some own things which conflicted with the predefined ARCH.
 I renamed hpl's ARCH variable.
2005-05-25 22:17:30 +00:00
Alexey Dokuchaev
f497276d3c Add nqueens 1.0, n-queens problem benchmark.
PR:		ports/78274
Submitted by:	NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org>
2005-05-25 10:52:42 +00:00
Jean-Yves Lefort
c780dd5672 Add pathrate.
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>
2005-05-23 23:23:23 +00:00
Jean-Yves Lefort
11227be737 Add pathload.
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>
2005-05-23 23:20:51 +00:00
Jean-Yves Lefort
b0371aa193 Add pathchirp.
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>
2005-05-23 23:17:37 +00:00
Pav Lucistnik
8aef7497d0 - Move iperf from net to benchmarks
PR:		ports/81201
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Repocopy by:	marcus
2005-05-21 20:09:28 +00:00
Roman Bogorodskiy
e5ff846f71 Update to 1.4.
PR:		81029
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-05-15 18:41:36 +00:00
Roman Bogorodskiy
d06dcbddd8 - Update to 2.0.2
- Modify uintmax_t to uint64_t

PR:		80841
Submitted by:	Marcus Grando (maintainer)
2005-05-10 12:17:48 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Volker Stolz
e0075daae1 Add mirror
PR:		ports/79347
Submitted by:	maintainer
2005-04-07 15:00:52 +00:00
Volker Stolz
6f43ed8252 Fix two blunders introduced in previous commit.
Pointy hat passed from cluster via kris to: me
2005-03-21 15:01:25 +00:00
Volker Stolz
d254587b03 Cleanup:
- Use PLIST_FILES
- Avoid excessive Makefile-patching
2005-03-20 19:14:18 +00:00
Florent Thoumie
fb4c1fd1df - Update to 2.0.1.
- Add OPTIONS.

PR:		ports/76553
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	pav (mentor)
2005-03-11 10:44:10 +00:00
Pav Lucistnik
b38ddbe60f - Update to 2.2.2
PR:		ports/78563
Submitted by:	devel @ titan <darkn3ss@perl-dev.net>
Approved by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-03-09 16:12:57 +00:00
Roman Bogorodskiy
3f53954859 Use @freebsd.org address for my ports.
Approved by:	krion (mentor)
2005-03-08 07:38:35 +00:00
Kirill Ponomarev
29d2859d47 Fix MASTER_SITES.
Utilize NOPORTDOCS.
Use DATADIR and DOCSDIR.

PR:		ports/77673
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-18 13:00:33 +00:00
Kirill Ponomarev
bb410056aa Unbreak on alpha.
PR:		ports/76963
Submitted by:	Florent Thoumie <flz at xbsd.org>
2005-02-18 12:26:26 +00:00
Volker Stolz
5e2348f9dd - Fix unfetchable distribution problem
- Upgrade

PR:		ports/77585
Submitted by:	Scott Flatman (maintainer)
2005-02-17 08:43:37 +00:00
Pav Lucistnik
a7963270b6 Blogbench is a portable filesystem benchmark that tries to reproduce the
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>
2005-02-14 21:04:04 +00:00
Bill Fumerola
1f22a7c6d9 follow the bouncing distfile 2005-02-14 18:57:13 +00:00
David E. O'Brien
fb3f36b77d Update to match reality. 2005-02-13 09:19:45 +00:00
Sergey Matveychuk
5bb03e0a9c - Mark BROKEN on ia64
PR:		ports/76958
Submitted by:	maintainer
2005-02-01 13:37:20 +00:00
Kevin Lo
fc0ff9f9f3 Mark BROKEN on alpha
PR: ports/76620
Submitted by: MAINTAINER
2005-01-26 04:29:38 +00:00
Sergey Matveychuk
e72533294b - Update to 1.0
PR:		ports/76795
Submitted by:	Hendrik Scholz <hendrik(at)scholz.net>
Approved by:	maintainer
2005-01-21 15:13:34 +00:00
Edwin Groothuis
55c16e41f9 Update port: benchmarks/pear-Benchmark to 1.2.2
+ 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>
2005-01-19 21:12:28 +00:00
Clement Laforet
261020c89d - polygraph has a restrictive licence. 2005-01-18 21:37:19 +00:00
Clement Laforet
fa20225f42 - Remove dead WWW 2005-01-18 21:28:31 +00:00
Stefan Eßer
316a69b516 Correct previous fix, path was wrong. 2005-01-18 16:11:21 +00:00
Clement Laforet
da03fa1645 - Be nicer with CFLAGS
- Preserve autobench.conf by installing autobench.conf-dist
2005-01-16 18:56:48 +00:00
Stefan Eßer
c2ec7ecdb2 Fix install target on architectures other than i386.
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.
2005-01-11 20:17:30 +00:00
Tilman Keskinoz
5c148c78ec Add netio, a simple network benchmark 2005-01-09 19:10:24 +00:00
Erwin Lansing
c9a20aef70 Remove bytebench port, which has been repo-copied to unixbench
since development seems to continue now and an upgrade has been
published under this new name.

Forgotten by:	se
2005-01-09 10:51:11 +00:00
Stefan Eßer
a2e0defe9d Remove bytebench port, which has been repo-copied to unixbench
since development seems to continue now and an upgrade has been
published under this new name.
2005-01-08 22:21:39 +00:00
Stefan Eßer
9a369a50d0 Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
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)
2005-01-08 22:10:44 +00:00
David E. O'Brien
c402284b4c Initial cut at making this buildable on 4.x.
It still needs work, but maybe someone else will take it farther.
2004-12-29 01:57:28 +00:00
Pawel Jakub Dawidek
089b548af4 Raidtest requires functions (byteorder(9)) which were introduced in
FreeBSD 5.1.
2004-12-28 22:22:55 +00:00
Pawel Jakub Dawidek
db6e4244c6 Fix compilation on sparc64. 2004-12-08 19:40:33 +00:00
Mark Linimon
48a63af97b With portmgr hat on, reset maintainership of committer who has not
been active for >1 year.
2004-12-05 06:34:42 +00:00
David E. O'Brien
3e0e74cee0 Shorten comment. 2004-12-05 04:19:12 +00:00
David E. O'Brien
1152cd49e8 Add a "README". 2004-12-05 04:18:19 +00:00
David E. O'Brien
6e46048a1b pjd's src/tools/tools/raidtest as a port. 2004-12-05 04:13:29 +00:00
Clement Laforet
19e05deff7 - Update to 2.61 2004-12-01 09:56:33 +00:00
Sergey A. Osokin
ccd5f5efc0 Update to 2.8.1, remove needless patches.
Also welcome back ReportGen subdir.

Approved by:	maintainer (timeout > 3 weeks)
2004-11-30 12:12:19 +00:00
Munechika SUMIKAWA
9fc8308b46 Upgrade to 2.3pl1. 2004-11-18 23:37:41 +00:00
Pav Lucistnik
f9e1cc3553 - Add ftp as secondary category
PR:		ports/73623
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-11-06 18:51:55 +00:00
Kirill Ponomarev
db755cbc1b Add dkftpbench 0.45,
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>
2004-10-26 18:45:44 +00:00
Volker Stolz
c68425a12b - Update to 2.2.1
- Prune MASTER_SITEs
- Assign maintainership to submitter

PR:		ports/72809
Submitted by:	Frank J. Laszlo
2004-10-26 14:03:37 +00:00
Thierry Thomas
fa2b68c8c2 Add pear-Benchmark 1.2.1, framework to benchmark PHP scripts or
function calls.

PR:		71528
Submitted by:	Antônio Carlos Venâncio Júnior
2004-10-18 15:11:32 +00:00
Erwin Lansing
a87ec1baf4 Back out the use of PORTSDIR before the inclusion of bsd.ports.pre.mk
which sets it.

Second person to break INDEX after unfreeze:	sergei
2004-10-12 15:52:58 +00:00
Kirill Ponomarev
a6133d9fae Drop maintainership to ports@FreeBSD.org
PR:		ports/71721
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-10-12 13:23:48 +00:00
Sergei Kolobov
84c0f45121 - Reset maintainership to ports@
PR:		ports/72553
Submitted by:	Michael Johnson (maintainer)
2004-10-12 09:01:52 +00:00
Yen-Ming Lee
8fd3172b85 - add NOPRECIOUSMAKEVARS=yes and unbreak this port on 5.x
PR:		71473
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-21 18:04:58 +00:00
Kris Kennaway
ba14a61348 BROKEN on 5.x: Broken by make(1) changes
Approved by:	portmgr (self)
2004-09-19 01:34:35 +00:00
Clement Laforet
18683c440f - use getnodeipbyname() instead of unsafe gethostbyname() to prevent
siege from crashing

Submitted by:	dwhite
Approved by:	portmgr (linimon)
2004-09-13 17:47:20 +00:00
Clement Laforet
3fbd2c1229 - Update to 2.1.2
- Fix RUN_DEPENDS to honor bench2graph deps.
2004-08-24 12:46:04 +00:00
Thierry Thomas
b2f60999b4 - Define JAVA_VERSION;
- do some cleaning.
2004-08-21 14:28:04 +00:00
Maho Nakata
b48aee57e8 OPTIMIZED_FLAGS should be WITH_OPTMIZED_FLAGS 2004-08-18 07:28:53 +00:00
Maho Nakata
fa2e6c86bf Fix many things
Submitted by:	kris (partially)
2004-08-18 07:21:58 +00:00
Maho Nakata
02ad2196fe Fix typo 2004-08-16 13:56:07 +00:00
Maho Nakata
e1ef8cad49 Marked as RESTRICTED. 2004-08-16 12:37:13 +00:00
Maho Nakata
d364c21ae4 User settable USE_* -> WITH_*
Noticed by: portlint
2004-08-16 12:16:03 +00:00
Maho Nakata
3b1a0c06f5 WITH_IFC, WITH_ICC -> USE_IFC, USE_ICC 2004-08-16 08:22:07 +00:00
Maho Nakata
b45a3f0758 Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro,
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
2004-08-16 08:14:12 +00:00
Oliver Lehmann
3a3bfdeda2 maho@ reported that atlas isn't broken any longer on amd64 2004-07-14 13:37:21 +00:00
Sergey A. Osokin
1c6d47cc7c Add CONFLICTS - both pkg-plist files containes bin/ltrace. 2004-07-13 20:21:35 +00:00
Kirill Ponomarev
3838a126a9 Update to 1.5
PR:		ports/68593
Submitted by:	maintainer
2004-07-02 12:11:32 +00:00
Lars Thegler
4f018d7aa4 Sipp is a performance test tool / traffic generator for the SIP protocol.
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)
2004-06-18 07:33:47 +00:00
Clement Laforet
4623da95ba - Fix dependency on httperf forgotten in previous repocopy
Noticed by:	kris via INDEX build
Pointy hat to:	me
2004-06-10 07:39:30 +00:00
Clement Laforet
272c82bb1d - Move httperf from www to benchmarks category
Noticed by: 	ben @ EFNet
Repocopied by:	marcus
2004-06-10 06:22:15 +00:00
Pav Lucistnik
7bac583aad - Chase checksum. Diff can be found in PR
PR:		ports/67159
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by:	maintainer timeout (2 weeks)
2004-06-09 20:00:12 +00:00
Clement Laforet
e7137513d9 - Fix MASTER_SITES
PR:		67014
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-21 22:52:26 +00:00
Thierry Thomas
ce97a10a8f Since the recent updates, Jikes does not compile this program
any more.

Approved by:	pav (mentor).
2004-04-12 13:20:17 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Munechika SUMIKAWA
3676196422 Upgrade to 2.2pl4. 2004-03-29 16:32:45 +00:00
Pav Lucistnik
d7e8488ff3 Makefile.pnet:
- Automatically create plist entries for installed binaries
bencharks/pnetmark:
- Use this feature

PR:		ports/64750
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
2004-03-26 16:23:25 +00:00
Pav Lucistnik
bd4db0f6d4 Add pnetmark, a benchmark program for Common Language Runtime (C#)
PR:		ports/64641
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-25 20:12:35 +00:00