View | Details | Raw Unified | Return to bug 182427
Collapse All | Expand All

(-)destroy/Makefile 2013-09-26 16:25:24.000000000 -0700 (-10 / +17 lines)
Lines 1-24 Link Here
1
# Created by: shane@freebsdhackers.net
1
# Ports collection makefile for:  Destroy
2
# Date created:         2003 March 07
3
# Date Modified:       2013 September 26
4
# Created By:           Shane Kinney (mod6) modsix@gmail.com
2
# $FreeBSD$
5
# $FreeBSD$
3
6
4
PORTNAME=      destroy
7
PORTNAME=      destroy
5
PORTVERSION=   20050329
8
PORTVERSION=   20130926
6
CATEGORIES=    security
9
CATEGORIES=    security
7
MASTER_SITES=  http://www.freebsdhackers.net/destroy/ \
10
MASTER_SITES=  http://www.mod6.net/destroy/ \
8
               http://destroy.rider.us/ \
11
               http://www.kinneysoft.com/destroy/
9
               http://www.impurity.org/mirrors/destroy/
10
12
11
MAINTAINER=    shane@freebsdhackers.net
13
MAINTAINER=    modsix@gmail.com
12
COMMENT=       Program to securely destroy files on the hard disk
14
COMMENT=       A program to securely destroy files on the hard disk
13
14
USE_GMAKE=     yes
15
15
16
MAN1=          destroy.1
16
MAN1=          destroy.1
17
MANCOMPRESSED= yes
18
17
PLIST_FILES=   bin/destroy
19
PLIST_FILES=   bin/destroy
18
20
19
NO_STAGE=      yes
20
do-install:
21
do-install:
21
       ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
22
       ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin
22
       ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
23
       ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1
23
24
25
deinstall:
26
       ${RM} ${LOCALBASE}/bin/${PORTNAME}
27
28
post-install:
29
       ${STRIP} ${LOCALBASE}/bin/${PORTNAME}
30
24
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)destroy/distinfo 2013-09-26 16:16:43.000000000 -0700 (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (destroy-20050329.tar.gz) = 7214f263c5e800013f5aa095249e53cce876dfa7de8f4a4f02efd64d84b0ad56
1
SHA256 (destroy-20130926.tar.gz) = 71ed5198b55cf1e677071c2c6895e44feefb2522a48448fe7a96f4df8ac8436a
2
SIZE (destroy-20050329.tar.gz) = 4273
2
SIZE (destroy-20130926.tar.gz) = 4515
(-)destroy/pkg-descr 2013-09-26 15:16:17.000000000 -0700 (-3 / +3 lines)
Lines 1-7 Link Here
1
A system utility that destroys files on the hard drive
1
A system utility that destroys files on the hard drive
2
by writing null and random bytes to the file over and over.
2
by writing null and random bytes to the file over and over.
3
3
4
WWW: http://www.mod6.net
5
IRC: irc.freebsdhackers.net #freebsd
4
6
5
WWW: http://www.freebsdhackers.net
7
-Shane Kinney (mod6) <modsix@gmail.com>
6
7
-Shane Kinney   <shane@freebsdhackers.net>

Return to bug 182427