diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 04:28:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 04:28:06 +0000 |
commit | a7deaca2eb9dbeea27fdee1529b2c4af85c486b8 (patch) | |
tree | 9b7231e7966ecdde786861a3109ff528db3da962 /security/destroy | |
parent | 329e4d9d45e9e26b5799f3808e3bdcfacc89dca9 (diff) | |
download | ports-a7deaca2eb9dbeea27fdee1529b2c4af85c486b8.tar.gz ports-a7deaca2eb9dbeea27fdee1529b2c4af85c486b8.zip |
Notes
Diffstat (limited to 'security/destroy')
-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 |
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 |