From nobody@FreeBSD.org  Fri Aug 20 16:03:49 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 358AA1065697
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 16:03:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0BD1E8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 16:03:49 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7KG3m84000406
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Aug 2010 16:03:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7KG3mIR000405;
	Fri, 20 Aug 2010 16:03:48 GMT
	(envelope-from nobody)
Message-Id: <201008201603.o7KG3mIR000405@www.freebsd.org>
Date: Fri, 20 Aug 2010 16:03:48 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: benchmarks/randomio disk i/o benchmark
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149838
>Category:       ports
>Synopsis:       New port: benchmarks/randomio disk i/o benchmark
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    decke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 16:10:03 UTC 2010
>Closed-Date:    Mon Aug 23 11:40:19 UTC 2010
>Last-Modified:  Mon Aug 23 11:40:19 UTC 2010
>Originator:     pluknet
>Release:        7.2-STABLE
>Organization:
>Environment:
FreeBSD 7.2-STABLE #4: Wed Jan 13 11:26:44 MSK 2010     root@host-156.nic.ru:/usr/obj/usr/home/pluknet/cvs-7/src/sys/JAW  i386
>Description:
New port. A multithreaded disk i/o microbenchmark.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	randomio
#	randomio/Makefile
#	randomio/distinfo
#	randomio/files
#	randomio/files/patch-Makefile
#	randomio/pkg-descr
#
echo c - randomio
mkdir -p randomio > /dev/null 2>&1
echo x - randomio/Makefile
sed 's/^X//' >randomio/Makefile << '83b53caf0cebcef790cb33611ab20b7e'
X# New ports collection makefile for:	randomio
X# Date created:		20 Aug 2010
X# Whom:			Sergey Kandaurov <pluknet@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	randomio
XPORTVERSION=	1.4
XCATEGORIES=	benchmarks
XMASTER_SITES=	http://www.arctic.org/~dean/randomio/
X
XMAINTAINER=	pluknet@gmail.com
XCOMMENT=	A multithreaded disk i/o microbenchmark
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
83b53caf0cebcef790cb33611ab20b7e
echo x - randomio/distinfo
sed 's/^X//' >randomio/distinfo << '2bbbf4a04bdc4e7cba2feb90daed5ce9'
XMD5 (randomio-1.4.tar.bz2) = df8cd74b234045c001ce93fef0abb75b
XSHA256 (randomio-1.4.tar.bz2) = 384da98a7d3da1df2a1bffb9fb499fce6d043588bbf225673fda028bdfd2386f
XSIZE (randomio-1.4.tar.bz2) = 4249
2bbbf4a04bdc4e7cba2feb90daed5ce9
echo c - randomio/files
mkdir -p randomio/files > /dev/null 2>&1
echo x - randomio/files/patch-Makefile
sed 's/^X//' >randomio/files/patch-Makefile << '507e22d58ac4675e404460bdd531d1e1'
X--- Makefile.orig	2010-08-20 19:36:08.000000000 +0400
X+++ Makefile	2010-08-20 19:39:25.000000000 +0400
X@@ -5,3 +5,5 @@
X 
X clean:
X 	rm -f *.o randomio
X+
X+all: randomio
507e22d58ac4675e404460bdd531d1e1
echo x - randomio/pkg-descr
sed 's/^X//' >randomio/pkg-descr << '09f2f15209cd494a8c45832e5f14cab7'
XRandomio is a multithreaded disk i/o microbenchmark.  It requires O_DIRECT,
Xpread/pwrite, and pthreads.
X
XWWW: http://www.arctic.org/~dean/randomio/
09f2f15209cd494a8c45832e5f14cab7
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->decke 
Responsible-Changed-By: decke 
Responsible-Changed-When: Sat Aug 21 16:22:40 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149838 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149838: commit references a PR
Date: Mon, 23 Aug 2010 11:21:08 +0000 (UTC)

 decke       2010-08-23 11:20:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     benchmarks           Makefile 
   Added files:
     benchmarks/randomio  Makefile distinfo pkg-descr 
     benchmarks/randomio/files patch-Makefile 
   Log:
   Randomio is a multithreaded disk i/o microbenchmark. It
   requires O_DIRECT, pread/pwrite, and pthreads.
   
   WWW: http://www.arctic.org/~dean/randomio/
   
   PR:             ports/149838
   Submitted by:   Sergey Kandaurov <pluknet at gmail dot com> (maintainer)
   Approved by:    beat (co-mentor)
   
   Revision  Changes    Path
   1.70      +1 -0      ports/benchmarks/Makefile
   1.1       +23 -0     ports/benchmarks/randomio/Makefile (new)
   1.1       +3 -0      ports/benchmarks/randomio/distinfo (new)
   1.1       +8 -0      ports/benchmarks/randomio/files/patch-Makefile (new)
   1.1       +4 -0      ports/benchmarks/randomio/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: decke 
State-Changed-When: Mon Aug 23 11:40:18 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149838 
>Unformatted:
