From a7deaca2eb9dbeea27fdee1529b2c4af85c486b8 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 6 Oct 2003 04:28:06 +0000 Subject: 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 --- security/destroy/Makefile | 18 ++++++++++++++++++ security/destroy/distinfo | 1 + security/destroy/pkg-descr | 7 +++++++ security/destroy/pkg-plist | 1 + 4 files changed, 27 insertions(+) create mode 100644 security/destroy/Makefile create mode 100644 security/destroy/distinfo create mode 100644 security/destroy/pkg-descr create mode 100644 security/destroy/pkg-plist (limited to 'security/destroy') 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 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 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 -- cgit v1.2.3