2013-01-12 04:55:10 +01:00
|
|
|
# Created by: Erik Greenwald <erik@smluc.org>
|
2006-11-29 00:35:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= diskscrub
|
2013-01-12 04:55:10 +01:00
|
|
|
PORTVERSION= 2.5.2
|
2006-11-29 00:35:01 +01:00
|
|
|
CATEGORIES= sysutils
|
2010-01-31 02:50:24 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2006-11-29 00:35:01 +01:00
|
|
|
DISTNAME= scrub-${PORTVERSION}
|
|
|
|
|
2014-06-20 02:29:42 +02:00
|
|
|
MAINTAINER= erik@elfga.com
|
2006-11-29 00:35:01 +01:00
|
|
|
COMMENT= Writes patterns on files to make retrieving the data more difficult
|
|
|
|
|
2014-06-20 02:29:42 +02:00
|
|
|
LICENSE= GPLv2
|
2006-11-29 00:35:01 +01:00
|
|
|
|
2016-09-14 17:59:34 +02:00
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
|
2014-06-20 02:29:42 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= tar:bzip2
|
2006-11-29 00:35:01 +01:00
|
|
|
|
2014-06-20 02:29:42 +02:00
|
|
|
PLIST_FILES= bin/scrub man/man1/scrub.1.gz
|
2006-11-29 00:35:01 +01:00
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|