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:
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
|
@ -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
27
security/bcwipe/Makefile
Normal 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
1
security/bcwipe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (BCWipe-0.2-3.tar.gz) = 8e0d50d42b9cf5256f4a890811721d5c
|
1
security/bcwipe/pkg-comment
Normal file
1
security/bcwipe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
BCWipe securely erase data from magnetic and solid-state memory
|
5
security/bcwipe/pkg-descr
Normal file
5
security/bcwipe/pkg-descr
Normal 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/
|
1
security/bcwipe/pkg-plist
Normal file
1
security/bcwipe/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/bcwipe
|
Loading…
Reference in a new issue