add bcwipe

BCWipe securely erase data from magnetic and solid-state memory

PR:		27993
Submitted by:	Crow <crow@kapu.hu>
This commit is contained in:
Ying-Chieh Liao 2001-07-06 17:08:40 +00:00
parent 267520c662
commit c27f7afd96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44836
6 changed files with 36 additions and 0 deletions

View file

@ -8,6 +8,7 @@
SUBDIR += amavis-perl
SUBDIR += apg
SUBDIR += arirang
SUBDIR += bcwipe
SUBDIR += beecrypt
SUBDIR += bfbtester
SUBDIR += bjorb

27
security/bcwipe/Makefile Normal file
View file

@ -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>

1
security/bcwipe/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (BCWipe-0.2-3.tar.gz) = 8e0d50d42b9cf5256f4a890811721d5c

View file

@ -0,0 +1 @@
BCWipe securely erase data from magnetic and solid-state memory

View file

@ -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/

View file

@ -0,0 +1 @@
bin/bcwipe