diff options
author | wes <wes@FreeBSD.org> | 1999-11-21 04:48:59 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 1999-11-21 04:48:59 +0000 |
commit | bf1be51da807594bf1e4b3da2b0c68af0989ca08 (patch) | |
tree | 8cf992b6c8e4f40e364638ce9fd38fe5da8460c9 /sysutils | |
parent | 61190cba2972a5b99a1a47e78e10b2b402bee46e (diff) | |
download | FreeBSD-ports-bf1be51da807594bf1e4b3da2b0c68af0989ca08.zip FreeBSD-ports-bf1be51da807594bf1e4b3da2b0c68af0989ca08.tar.gz |
Add port for obliterate command, which overwrites and then
deletes files rather forcefully.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/obliterate/Makefile | 18 | ||||
-rw-r--r-- | sysutils/obliterate/distinfo | 1 | ||||
-rw-r--r-- | sysutils/obliterate/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/obliterate/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/obliterate/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/obliterate/Makefile b/sysutils/obliterate/Makefile new file mode 100644 index 0000000..af09873 --- /dev/null +++ b/sysutils/obliterate/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: obliterate +# Version required: 0.3 +# Date created: 17 Nov 1999 +# Whom: Wes Peters <wes@FreeBSD.ORG> +# +# $FreeBSD$ +# + +DISTNAME= obliterate-0.3 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.xmission.com/pub/users/s/softweyr/pub/ + +MAINTAINER= wes@softweyr.com + +MAN8= obliterate.8 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/obliterate/distinfo b/sysutils/obliterate/distinfo new file mode 100644 index 0000000..ff651f9 --- /dev/null +++ b/sysutils/obliterate/distinfo @@ -0,0 +1 @@ +MD5 (obliterate-0.3.tar.gz) = 2be07e763197f6e94d32fbdd6b18aed9 diff --git a/sysutils/obliterate/pkg-comment b/sysutils/obliterate/pkg-comment new file mode 100644 index 0000000..5b1c551 --- /dev/null +++ b/sysutils/obliterate/pkg-comment @@ -0,0 +1 @@ +Securely delete file[s]. diff --git a/sysutils/obliterate/pkg-descr b/sysutils/obliterate/pkg-descr new file mode 100644 index 0000000..68781c8 --- /dev/null +++ b/sysutils/obliterate/pkg-descr @@ -0,0 +1,4 @@ +Obliterate overwrites the named file[s] with a pattern designed to +securely remove the data from the surface of most modern disk drives. + +Author: Wes Peters <wes@softweyr.com> diff --git a/sysutils/obliterate/pkg-plist b/sysutils/obliterate/pkg-plist new file mode 100644 index 0000000..3742e9f --- /dev/null +++ b/sysutils/obliterate/pkg-plist @@ -0,0 +1 @@ +bin/obliterate |