Port details |
- rawio Test performance of low-level storage devices
- 1.2_3 benchmarks
=4 1.2_3Version of this port present on the latest quarterly branch. DEPRECATED: Looks like an abandonware, no more public distfiles
This port expired on: 2011-08-01
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2011-08-01 04:29:44
- SVN Revision: UNKNOWN
- People watching this port, also watch:: wget, sudo, popt, zsh, autoconf
- License: not specified in port
- Description:
- Rawio tests the speed of your low-level character I/O devices.
It is intended for comparisons of storage devices on a single system,
and is not suited for cross-platform performance testing.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: rawio
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2_3 01 Aug 2011 04:29:44
 |
bapt  |
Bye bye abandonwares (part 2)
2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public
distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public
distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public
distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public
distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public
distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public
distfile
2011-08-01 databases/sybase_ase: no more public distfiles available |
1.2_3 16 Jun 2011 10:43:58
 |
bapt  |
Another bunch of deprecation: no more public distfiles and/or abandonware |
1.2_3 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.2_3 07 Aug 2008 08:58:31
 |
linimon  |
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding. |
1.2_3 09 Oct 2006 17:19:55
 |
se  |
Fix rawio for sequential read/write tests: |
1.2_2 22 Nov 2005 07:38:03
 |
edwin  |
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> |
1.2_2 01 Nov 2005 17:00:41
 |
green  |
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 |
1.2_2 26 Oct 2005 18:40:43
 |
green  |
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 |
1.2_1 18 Mar 2004 02:27:55
 |
trevor  |
Add size data.
Approved by: maintainers |
1.2_1 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.2_1 10 Jan 2004 07:57:35
 |
edwin  |
[PATCH] benchmarks/rawio has a bug in commandline option parser
run rawio with -s option(size of raw disk device), as follows:
% rawio -a -s 30029328k -v 1 /dev/ad4c
returned:
Invalid length specification: -v
in source rawio.c, it skips parsing argument at one point.
PR: ports/58567
Submitted by: OOTOMO Hiroyuki <ootomo@za.wakwak.com>
Approved by: maintainer timeout |
1.2 07 Mar 2003 05:56:23
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2 05 Nov 2002 00:32:54
 |
edwin  |
Remove obsolete patch-files
PR: ports/40535
Submitted by: Tilman Linneweh <tilman@arved.de>
Approved by: grog@freebsd.org |
1.2 13 Oct 2002 01:51:46
 |
grog  |
Upgrade to version 1.2.
Reminded by: kkenn |
1.1 29 Mar 2002 06:27:12
 |
grog  |
Make this build again on systems with no MAP_INHERIT on mmap. |
10 Mar 2001 04:53:29
    |
grog  |
Correct checksum. |
04 Jan 2001 06:58:01
    |
grog  |
Include sys/random.h, not machine/random.h. |
04 Jan 2001 06:51:21
    |
grog  |
Update checksum. |
08 Oct 2000 00:20:10
    |
asami  |
Convert category benchmarks to new layout. |
15 Sep 2000 04:04:01
    |
obrien  |
Grog is willing to maintain this now. |