diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:08:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 01:08:40 +0800 |
commit | e3b5e3636ee2d93d7c869613c294f3c9d2c242ac (patch) | |
tree | fef856ce38eb47360f9775ade4145050be76f0b3 /security/bcwipe | |
parent | 2a919d859b93e5afdf539b62ade92fc0497762d5 (diff) | |
download | freebsd-ports-gnome-e3b5e3636ee2d93d7c869613c294f3c9d2c242ac.tar.gz freebsd-ports-gnome-e3b5e3636ee2d93d7c869613c294f3c9d2c242ac.tar.zst freebsd-ports-gnome-e3b5e3636ee2d93d7c869613c294f3c9d2c242ac.zip |
add bcwipe
BCWipe securely erase data from magnetic and solid-state memory
PR: 27993
Submitted by: Crow <crow@kapu.hu>
Diffstat (limited to 'security/bcwipe')
-rw-r--r-- | security/bcwipe/Makefile | 27 | ||||
-rw-r--r-- | security/bcwipe/distinfo | 1 | ||||
-rw-r--r-- | security/bcwipe/pkg-comment | 1 | ||||
-rw-r--r-- | security/bcwipe/pkg-descr | 5 | ||||
-rw-r--r-- | security/bcwipe/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile new file mode 100644 index 000000000000..210353927403 --- /dev/null +++ b/security/bcwipe/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: bcwipe +# Date created: Mar 4, 2001 +# Whom: crow +# +# $FreeBSD$ +# + +PORTNAME= bcwipe +PORTVERSION= 0.2.3 +CATEGORIES= security +MASTER_SITES= http://www.jetico.com/linux/ +DISTNAME= BCWipe-0.2-3 + +MAINTAINER= crow@nektor.hu + +WRKSRC= ${WRKDIR}/${PORTNAME}-0.2-3 + +MAN1= bcwipe.1 + +post-patch: + @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/bcwipe ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/bcwipe.1 ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo new file mode 100644 index 000000000000..73852557344c --- /dev/null +++ b/security/bcwipe/distinfo @@ -0,0 +1 @@ +MD5 (BCWipe-0.2-3.tar.gz) = 8e0d50d42b9cf5256f4a890811721d5c diff --git a/security/bcwipe/pkg-comment b/security/bcwipe/pkg-comment new file mode 100644 index 000000000000..e5bfb20a726a --- /dev/null +++ b/security/bcwipe/pkg-comment @@ -0,0 +1 @@ +BCWipe securely erase data from magnetic and solid-state memory diff --git a/security/bcwipe/pkg-descr b/security/bcwipe/pkg-descr new file mode 100644 index 000000000000..54bd36e6a87b --- /dev/null +++ b/security/bcwipe/pkg-descr @@ -0,0 +1,5 @@ +bcwipe Repeatedly overwrites special patterns to the files +to be destroyed. In normal mode, 34 patterns are used (of +which 8 are random). + +WWW: http://www.jetico.com/ diff --git a/security/bcwipe/pkg-plist b/security/bcwipe/pkg-plist new file mode 100644 index 000000000000..33e198e6e371 --- /dev/null +++ b/security/bcwipe/pkg-plist @@ -0,0 +1 @@ +bin/bcwipe |