Package: fwipe
Version: 0.35
Revision: 1
Description: Deletes files irrecoverably
License: BSD
Suggests: srm
DescDetail: <<
fwipe provides a fast, secure way of deleting files irrecoverably. Each
regular file is overwritten with 0's and 1's several times, and then
deleted.

fwipe is also reliable. fwipe0 won't be fooled by filenames containing
white space, dashes, carriage returns, or anything else. Neither will
fwipe, if the user is careful to quote arguments properly.

fwipe is potentially dangerous, so please read all of the man pages and the
web page before using it.

Be aware that there is NO CONFIRMATION and the files you wipe can NOT be
recovered by any means!
<<
Homepage: http://www.nb.net/~lbudney/linux/software/fwipe.html
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
Primary: http://www.nb.net/~lbudney/linux/software/fwipe/
nam-us: http://www.ibiblio.org/pub/Linux/utils/file/
<<
Source-MD5: 2fb3ab91f7ff56ce1c9f9bea1af6c32f
PatchScript: <<
  mv INSTALL INSTALL.txt
  sed 's|@PREFIX@|%i|g' <%a/%n.patch | patch -p1
  perl -pi -e 's/head -([0-9])/head -n $1/g' Makefile
  perl -pi -e 's/(?<!_)puts/puts_/g' auto-str.c
<<
CompileScript: make
DocFiles: BLURB COPYING INSTALL.txt
InstallScript: mkdir -p %i/share; make setup check
DescPort: <<
Use cc instead of gcc for building and linking (for pre-Jaguar systems).

The custom Makefile ignores conf-root file and uses only conf-home, so
hier.c is patched to install the man files into the share directory.

Due to Mac OS X's handling of filename case, make overwrites the
INSTALL doc during the build process so it must be renamed beforehand.

Implements its own puts(), which is renamed so it doesn't collide with
the system function of that name.
<<
Maintainer: Carsten Klapp <carstenklapp@users.sourceforge.net>