aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-06-05 06:18:15 +0800
committerdelphij <delphij@FreeBSD.org>2013-06-05 06:18:15 +0800
commit1e50440a4d415c0472e98c747c1749936a62245b (patch)
treea63dbfa80bc81bebd3e2ffa4c9f09e5a10418b71 /sysutils
parent538fe518baca454bd41ac99e92b18faf18f17df2 (diff)
downloadfreebsd-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')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/ddpt/Makefile22
-rw-r--r--sysutils/ddpt/distinfo2
-rw-r--r--sysutils/ddpt/pkg-descr7
-rw-r--r--sysutils/ddpt/pkg-plist1
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