diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 12:28:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 12:28:06 +0800 |
commit | 8c122e4a0f6f9e95efa4a7c9fc19cf2689576d83 (patch) | |
tree | ee23bcc6c238beaf5805f9a39d0d84ef4f805fa9 | |
parent | 3e9ccfd31c8e18941de095b7939f64daedf4e369 (diff) | |
download | freebsd-ports-gnome-8c122e4a0f6f9e95efa4a7c9fc19cf2689576d83.tar.gz freebsd-ports-gnome-8c122e4a0f6f9e95efa4a7c9fc19cf2689576d83.tar.zst freebsd-ports-gnome-8c122e4a0f6f9e95efa4a7c9fc19cf2689576d83.zip |
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>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/destroy/Makefile | 18 | ||||
-rw-r--r-- | security/destroy/distinfo | 1 | ||||
-rw-r--r-- | security/destroy/pkg-descr | 7 | ||||
-rw-r--r-- | security/destroy/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8e39fb3ea7cf..d5564eed2311 100644 --- a/security/Makefile +++ b/security/Makefile @@ -55,6 +55,7 @@ SUBDIR += cyrus-sasl2-saslauthd SUBDIR += dcetest SUBDIR += ddos_scan + SUBDIR += destroy SUBDIR += didentd SUBDIR += digest SUBDIR += dirmngr 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 |