aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ddpt
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-06-04 22:18:15 +0000
committerXin LI <delphij@FreeBSD.org>2013-06-04 22:18:15 +0000
commit36e498dffb954ec5630691c8f0ff78b2321bbfe8 (patch)
treea63dbfa80bc81bebd3e2ffa4c9f09e5a10418b71 /sysutils/ddpt
parentc9027e4bef336a39ed34f59f0b32fc800f33801f (diff)
downloadports-36e498dffb954ec5630691c8f0ff78b2321bbfe8.tar.gz
ports-36e498dffb954ec5630691c8f0ff78b2321bbfe8.zip
Notes
Diffstat (limited to 'sysutils/ddpt')
-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
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