Commit Graph

507 Commits

Author SHA1 Message Date
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