From nobody@FreeBSD.org  Mon Apr 14 23:41:06 2008
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 87A5C106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2008 23:41:06 +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 775658FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2008 23:41:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3ENexpc066847
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2008 23:40:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3ENexSj066846;
	Mon, 14 Apr 2008 23:40:59 GMT
	(envelope-from nobody)
Message-Id: <200804142340.m3ENexSj066846@www.freebsd.org>
Date: Mon, 14 Apr 2008 23:40:59 GMT
From: Wagner Monzyne <wamonzyne@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: allows copy from a disk device to many.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122777
>Category:       ports
>Synopsis:       [New port] sysutils/mdcp: allows copy from a disk device to many.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 23:50:00 UTC 2008
>Closed-Date:    Fri May 02 19:16:19 UTC 2008
>Last-Modified:  Fri May  2 19:20:01 UTC 2008
>Originator:     Wagner Monzyne
>Release:        FreeBSD7.0
>Organization:
University of State of Bahia
>Environment:
>Description:
mdcp (Multi-Copy Device) is a command-line utility for *nix that provide
to copy from a disk device to many. The data transfer rate is improved
by making use of a much more efficient use of the transfer rate of the disks.
>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:
#
#	mdcp
#	mdcp/Makefile
#	mdcp/distinfo
#	mdcp/pkg-descr
#
echo c - mdcp
mkdir -p mdcp > /dev/null 2>&1
echo x - mdcp/Makefile
sed 's/^X//' >mdcp/Makefile << 'END-of-mdcp/Makefile'
X# New ports collection makefile for:   mdcp
X# Date created:                11 Apr 2008
X# Whom:                        Monzyne, W. <wamonzyne@hotmail.com>
X# $FreeBSD$
X
XPORTNAME=      mdcp
XPORTVERSION=   0.1.2.2
XCATEGORIES=    sysutils
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=mdcp
XDISTNAME=      mdcp-0.1.2.2
X
XMAINTAINER=    wamonzyne@hotmail.com
XCOMMENT=       A fastest utility for copy from a disk device for many
X
XGNU_CONFIGURE= yes
XUSE_GMAKE=     yes
XCONFIGURE_ARGS= --mandir=${PREFIX}/man
XPLIST_FILES=   sbin/mdcp
XMAN1=          mdcp.1
X.include <bsd.port.mk>
END-of-mdcp/Makefile
echo x - mdcp/distinfo
sed 's/^X//' >mdcp/distinfo << 'END-of-mdcp/distinfo'
XMD5 (mdcp-0.1.2.2.tar.gz) = 420b7c8e6bcbe3fbb474b2279f8e65b1
XSHA256 (mdcp-0.1.2.2.tar.gz) = a8d966ec2dfcbc1087ed21f1f0c9a469fe764d7e4af1ae7cd8e6cb9011ee639c
XSIZE (mdcp-0.1.2.2.tar.gz) = 84237
END-of-mdcp/distinfo
echo x - mdcp/pkg-descr
sed 's/^X//' >mdcp/pkg-descr << 'END-of-mdcp/pkg-descr'
Xmdcp (Muli-Device Copy) is a command-line utility for *nix that provide 
Xto copy from a disk device to many. The data transfer rate is improved 
Xby making use of a much more efficient use of the transfer rate of the disks.
X
XWWW: http://mdcp.sourceforge.net/
END-of-mdcp/pkg-descr
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 2 19:16:19 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122777: commit references a PR
Date: Fri,  2 May 2008 19:16:37 +0000 (UTC)

 miwi        2008-05-02 19:16:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/mdcp        Makefile distinfo pkg-descr 
   Log:
   mdcp (Muli-Device Copy) is a command-line utility for *nix that provide
   to copy from a disk device to many. The data transfer rate is improved
   by making use of a much more efficient use of the transfer rate of the disks.
   
   WWW: http://mdcp.sourceforge.net/
   
   PR:             ports/122777
   Submitted by:   Monzyne, W. <wamonzyne at hotmail.com>
   
   Revision  Changes    Path
   1.1002    +1 -0      ports/sysutils/Makefile
   1.1       +23 -0     ports/sysutils/mdcp/Makefile (new)
   1.1       +3 -0      ports/sysutils/mdcp/distinfo (new)
   1.1       +5 -0      ports/sysutils/mdcp/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"
 
>Unformatted:
