summaryrefslogtreecommitdiff
path: root/security/fwipe
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwipe')
-rw-r--r--security/fwipe/Makefile31
-rw-r--r--security/fwipe/distinfo2
-rw-r--r--security/fwipe/files/patch-hier.c26
-rw-r--r--security/fwipe/pkg-descr8
4 files changed, 0 insertions, 67 deletions
diff --git a/security/fwipe/Makefile b/security/fwipe/Makefile
deleted file mode 100644
index af7768fc5061..000000000000
--- a/security/fwipe/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: David Thiel <lx@redundancy.redundancy.org>
-# $FreeBSD$
-
-PORTNAME= fwipe
-PORTVERSION= 0.36
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= http://www.jeenyus.net/linux/software/fwipe/ \
- http://redundancy.redundancy.org/mirror/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= djb-style file wiping utility
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-ALL_TARGET= it
-INSTALL_TARGET= setup
-USES= groff
-
-PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \
- man/man1/fwipe0.1.gz man/man1/echo0.1.gz
-
-post-extract:
- @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
- @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld
- @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
- @${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-root
-
-.include <bsd.port.mk>
diff --git a/security/fwipe/distinfo b/security/fwipe/distinfo
deleted file mode 100644
index b57da66762d1..000000000000
--- a/security/fwipe/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fwipe-0.36.tar.gz) = 43394c23d47b3d895243b32ee0e6efb546b73350718c5b376b6e7c72e26571b2
-SIZE (fwipe-0.36.tar.gz) = 28296
diff --git a/security/fwipe/files/patch-hier.c b/security/fwipe/files/patch-hier.c
deleted file mode 100644
index b31374fb3f28..000000000000
--- a/security/fwipe/files/patch-hier.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- hier.c.orig Sat Apr 14 04:53:05 2001
-+++ hier.c Tue Sep 26 08:56:49 2006
-@@ -2,19 +2,15 @@
-
- void hier()
- {
-- h(auto_home,-1,-1,02755);
-- d(auto_home,"bin",-1,-1,02755);
-+ h(auto_home,-1,-1,0755);
-+ d(auto_home,"bin",-1,-1,0755);
- c(auto_home,"bin","fwipe0",-1,-1,0755);
- c(auto_home,"bin","echo0",-1,-1,0755);
- c(auto_home,"bin","fwipe",-1,-1,0755);
-
-- d(auto_home,"man",-1,-1,02755);
-- d(auto_home,"man/man1",-1,-1,02755);
-- d(auto_home,"man/cat1",-1,-1,02755);
-+ d(auto_home,"man",-1,-1,0755);
-+ d(auto_home,"man/man1",-1,-1,0755);
- c(auto_home,"man/man1","fwipe0.1",-1,-1,0644);
-- c(auto_home,"man/cat1","fwipe0.0",-1,-1,0644);
- c(auto_home,"man/man1","echo0.1",-1,-1,0644);
-- c(auto_home,"man/cat1","echo0.0",-1,-1,0644);
- c(auto_home,"man/man1","fwipe.1",-1,-1,0644);
-- c(auto_home,"man/cat1","fwipe.0",-1,-1,0644);
- }
diff --git a/security/fwipe/pkg-descr b/security/fwipe/pkg-descr
deleted file mode 100644
index 217c0ff459fa..000000000000
--- a/security/fwipe/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Fwipe is a secure file erasing program. fwipe0, which actually erases
-your files, is immune to filenames containing spaces, carriage returns,
-dashes, or any other special characters. You can use it in place of rm
-in cron jobs, together with "find ... -print0". The output of fwipe0 is
-specially designed to be parsed easily by machine, so it can be embedded
-in other applications which need secure file erasure.
-
-WWW: http://jeenyus.net/~budney/linux/software/fwipe.html