Date: Mon, 14 Apr 2008 23:40:59 GMT From: Wagner Monzyne <wamonzyne@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122777: allows copy from a disk device to many. Message-ID: <200804142340.m3ENexSj066846@www.freebsd.org> Resent-Message-ID: <200804142350.m3ENo1uN049186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122777 >Category: ports >Synopsis: allows copy from a disk device to many. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 14 23:50:00 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804142340.m3ENexSj066846>