svn commit: r319927 - in head/sysutils: . ddpt

Xin LI delphij at FreeBSD.org
Tue Jun 4 22:18:17 UTC 2013


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 <delphij at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ddpt
+PORTVERSION=	0.92
+CATEGORIES=	sysutils
+MASTER_SITES=	http://sg.danny.cz/sg/p/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	delphij at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list