bcwipe: Update to 1.9-13

This commit is contained in:
commitmaniac
2026-02-23 21:43:00 -05:00
committed by Renee Otten
parent 8560c7996c
commit 11149945ff
3 changed files with 20 additions and 34 deletions
+20 -11
View File
@@ -1,10 +1,14 @@
PortSystem 1.0
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name bcwipe
version 1.7-7
distname BCWipe-${version}
version 1.9-13
revision 0
categories sysutils security
license Noncommercial
maintainers nomaintainer
description Securely erase data from magnetic and solid-state memory.
long_description The BCWipe software is intended to give you a \
confidence that your deleted files cannot be \
@@ -13,13 +17,18 @@ long_description The BCWipe software is intended to give you a \
destroyed. BCWipe for UNIX offers two wiping \
schemas: US DoD 5200.28-STD standard and Peter \
Gutmann's 35 pass scheme.
homepage https://www.jetico.com/
platforms darwin
master_sites https://www.jetico.com/linux/
checksums md5 e6836db3d06500707db9d29f818ef125
worksrcdir bcwipe-${version}
patchfiles patch-Makefile.diff patch-wipe.c.diff
configure {
reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile
homepage https://jetico.com/
master_sites ${homepage}file-downloads/linux/
distname BCWipe-${version}
checksums rmd160 84dcbf5cd3d6693cf948acb8f9eb85eec4fad778 \
sha256 9df8cebf07dc38c53c76728c428d4b180b7cb2479f69a7d6965f99fcb1b2cfc2 \
size 147634
worksrcdir ${name}-${version}
post-destroot {
xinstall -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
}
-14
View File
@@ -1,14 +0,0 @@
--- Makefile 2008-07-03 07:07:55.000000000 +0200
+++ Makefile.new 2008-10-25 14:04:33.000000000 +0200
@@ -66,9 +66,8 @@
$(CC) $(CFLAGS) $(DEFS) -o bcwipe wipe.c $(BC_OBJ)
install: bcwipe
- ./install.sh $(root)
-# $(INSTALL) -m 644 bcwipe.1 $(root)/$(MAN_PATH)/man1/
-# $(INSTALL) -o root -m 755 -s bcwipe $(root)/usr/bin/
+ $(INSTALL) -m 644 bcwipe.1 $(DESTDIR)@@prefix@@/share/man/man1/
+ $(INSTALL) -o root -m 755 -s bcwipe $(DESTDIR)@@prefix@@/bin/
clean:
rm -f *.o *.ver *~ $(TARGETS)
-9
View File
@@ -1,9 +0,0 @@
--- wipe.c 2008-08-28 09:09:58.000000000 +0200
+++ wipe.c.new 2008-04-22 12:45:40.000000000 +0200
@@ -34,7 +34,7 @@
#if (OS_AIX)
#define NAME_MAX FILENAME_MAX
#else
-/*#include <sys/mount.h>*/
+#include <sys/mount.h>
#endif