diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ddpt/Makefile | 22 | ||||
-rw-r--r-- | sysutils/ddpt/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ddpt/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/ddpt/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 947bb7d7b56f..f3ff8bbf63d6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -163,6 +163,7 @@ SUBDIR += dc3dd SUBDIR += dcfldd SUBDIR += dd_rescue + SUBDIR += ddpt SUBDIR += ddrescue SUBDIR += debhelper SUBDIR += debootstrap diff --git a/sysutils/ddpt/Makefile b/sysutils/ddpt/Makefile new file mode 100644 index 000000000000..1532e10e7ff0 --- /dev/null +++ b/sysutils/ddpt/Makefile @@ -0,0 +1,22 @@ +# Created by: Xin Li <delphij@FreeBSD.org> +# $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 <bsd.port.mk> diff --git a/sysutils/ddpt/distinfo b/sysutils/ddpt/distinfo new file mode 100644 index 000000000000..78b717ea9659 --- /dev/null +++ b/sysutils/ddpt/distinfo @@ -0,0 +1,2 @@ +SHA256 (ddpt-0.92.tgz) = 51f04c9f0e789925463ed513ae44d3975d8500b8ebb536aeab85bbc810b87c74 +SIZE (ddpt-0.92.tgz) = 281076 diff --git a/sysutils/ddpt/pkg-descr b/sysutils/ddpt/pkg-descr new file mode 100644 index 000000000000..eacd84273784 --- /dev/null +++ b/sysutils/ddpt/pkg-descr @@ -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 diff --git a/sysutils/ddpt/pkg-plist b/sysutils/ddpt/pkg-plist new file mode 100644 index 000000000000..dce1cbe3a39c --- /dev/null +++ b/sysutils/ddpt/pkg-plist @@ -0,0 +1 @@ +bin/ddpt |