diff options
author | delphij <delphij@FreeBSD.org> | 2013-06-05 06:18:15 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-06-05 06:18:15 +0800 |
commit | 1e50440a4d415c0472e98c747c1749936a62245b (patch) | |
tree | a63dbfa80bc81bebd3e2ffa4c9f09e5a10418b71 /sysutils/ddpt | |
parent | 538fe518baca454bd41ac99e92b18faf18f17df2 (diff) | |
download | freebsd-ports-gnome-1e50440a4d415c0472e98c747c1749936a62245b.tar.gz freebsd-ports-gnome-1e50440a4d415c0472e98c747c1749936a62245b.tar.zst freebsd-ports-gnome-1e50440a4d415c0472e98c747c1749936a62245b.zip |
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
Diffstat (limited to 'sysutils/ddpt')
-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 |
4 files changed, 32 insertions, 0 deletions
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 |