From owner-svn-ports-head@FreeBSD.ORG Tue Jun 4 22:18:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1067A3AA; Tue, 4 Jun 2013 22:18:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E6E0B1F10; Tue, 4 Jun 2013 22:18:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r54MIGnP097662; Tue, 4 Jun 2013 22:18:16 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54MIFP8097655; Tue, 4 Jun 2013 22:18:15 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201306042218.r54MIFP8097655@svn.freebsd.org> From: Xin LI Date: Tue, 4 Jun 2013 22:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319927 - in head/sysutils: . ddpt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 22:18:17 -0000 Author: delphij Date: Tue Jun 4 22:18:15 2013 New Revision: 319927 URL: http://svnweb.freebsd.org/changeset/ports/319927 Log: The ddpt utility is a variant of the standard Unix command dd which copies files. The ddpt utility specializes in files that are block devices. For block devices that understand the SCSI command set, finer grain control over the copy may be available via a SCSI pass-through interface. Website: http://sg.danny.cz/sg/ddpt.html Added: head/sysutils/ddpt/ head/sysutils/ddpt/Makefile (contents, props changed) head/sysutils/ddpt/distinfo (contents, props changed) head/sysutils/ddpt/pkg-descr (contents, props changed) head/sysutils/ddpt/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jun 4 22:17:12 2013 (r319926) +++ head/sysutils/Makefile Tue Jun 4 22:18:15 2013 (r319927) @@ -163,6 +163,7 @@ SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue + SUBDIR += ddpt SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap Added: head/sysutils/ddpt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ddpt/Makefile Tue Jun 4 22:18:15 2013 (r319927) @@ -0,0 +1,22 @@ +# Created by: Xin Li +# $FreeBSD$ + +PORTNAME= ddpt +PORTVERSION= 0.92 +CATEGORIES= sysutils +MASTER_SITES= http://sg.danny.cz/sg/p/ +EXTRACT_SUFX= .tgz + +MAINTAINER= delphij@FreeBSD.org +COMMENT= A dd tool that specializes in files that are block devices + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GMAKE= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +MAN8= ddpt.8 + +.include Added: head/sysutils/ddpt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ddpt/distinfo Tue Jun 4 22:18:15 2013 (r319927) @@ -0,0 +1,2 @@ +SHA256 (ddpt-0.92.tgz) = 51f04c9f0e789925463ed513ae44d3975d8500b8ebb536aeab85bbc810b87c74 +SIZE (ddpt-0.92.tgz) = 281076 Added: head/sysutils/ddpt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ddpt/pkg-descr Tue Jun 4 22:18:15 2013 (r319927) @@ -0,0 +1,7 @@ +The ddpt utility is a variant of the standard Unix command dd which +copies files. The ddpt utility specializes in files that are block +devices. For block devices that understand the SCSI command set, +finer grain control over the copy may be available via a SCSI +pass-through interface. + +WWW: http://sg.danny.cz/sg/ddpt.html Added: head/sysutils/ddpt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ddpt/pkg-plist Tue Jun 4 22:18:15 2013 (r319927) @@ -0,0 +1 @@ +bin/ddpt