summaryrefslogtreecommitdiff
path: root/security/destroy
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:28:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:28:06 +0000
commita7deaca2eb9dbeea27fdee1529b2c4af85c486b8 (patch)
tree9b7231e7966ecdde786861a3109ff528db3da962 /security/destroy
parentmount.app new port submission (diff)
FreeBSD Port Submission for "Destroy"
Destroy, A program that destroys files on the hard disk by writing null and random bytes to the file, then unlinking it. PR: ports/50291 Submitted by: Shane Kinney <shane@freebsdhackers.net>
Notes
Notes: svn path=/head/; revision=90375
Diffstat (limited to 'security/destroy')
-rw-r--r--security/destroy/Makefile18
-rw-r--r--security/destroy/distinfo1
-rw-r--r--security/destroy/pkg-descr7
-rw-r--r--security/destroy/pkg-plist1
4 files changed, 27 insertions, 0 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile
new file mode 100644
index 000000000000..f965b1cdd7cc
--- /dev/null
+++ b/security/destroy/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Destroy
+# Date created: 2003 March 07
+# Whom: shane@freebsdhackers.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= destroy
+PORTVERSION= 20030307
+CATEGORIES= security
+MASTER_SITES= http://www.freebsdhackers.net/destroy/
+
+MAINTAINER= shane@freebsdhackers.net
+COMMENT= A program to destroy files on the hard disk and unlink them
+
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/security/destroy/distinfo b/security/destroy/distinfo
new file mode 100644
index 000000000000..5d9e6c55b838
--- /dev/null
+++ b/security/destroy/distinfo
@@ -0,0 +1 @@
+MD5 (destroy-20030307.tar.gz) = 6c1eb47439b205de99fa9b7c9dc0f22c
diff --git a/security/destroy/pkg-descr b/security/destroy/pkg-descr
new file mode 100644
index 000000000000..2bc6cb86d5b2
--- /dev/null
+++ b/security/destroy/pkg-descr
@@ -0,0 +1,7 @@
+A system utility that destroys files on the hard drive
+by writing null and random bytes to the file over and over.
+
+
+WWW: http://www.freebsdhackers.net
+
+-Shane Kinney <shane@freebsdhackers.net>
diff --git a/security/destroy/pkg-plist b/security/destroy/pkg-plist
new file mode 100644
index 000000000000..8fface1edfc9
--- /dev/null
+++ b/security/destroy/pkg-plist
@@ -0,0 +1 @@
+bin/destroy