This piece of software just has too much bugs:
-Contains a very old copy of jpeg and wants to install it system wide. -Completely broken on gcc4. -It would be very much pain to add destdir support. So because I dont really need it anymore its just better to remove it.
This commit is contained in:
parent
f0dec0732a
commit
2f1512e4f1
6 changed files with 1 additions and 125 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2775 2008/02/03 17:34:15 hoka_adam Exp $
|
||||
# $Id: Makefile,v 1.2776 2008/02/03 19:25:09 hoka_adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -1669,7 +1669,6 @@ SUBDIR+= squirrelmail-vlogin
|
|||
SUBDIR+= srvx
|
||||
SUBDIR+= ssu
|
||||
SUBDIR+= stardict
|
||||
SUBDIR+= stegdetect
|
||||
SUBDIR+= stmpclean
|
||||
SUBDIR+= stonx
|
||||
SUBDIR+= strigi
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Stegdetect is an automated tool for detecting steganographic content in images.
|
||||
It is capable of detecting several different steganographic methods to embed
|
||||
hidden information in JPEG images.
|
|
@ -1,32 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/02/03 13:56:32 hoka_adam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= stegdetect-0.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.outguess.org/
|
||||
|
||||
MAINTAINER= adam.hoka@gmail.com
|
||||
HOMEPAGE= http://www.outguess.org/
|
||||
COMMENT= Steganography detection and break tool
|
||||
|
||||
USE_LANGUAGES+= c c++
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# Segfaults when compiled with GCC4
|
||||
#
|
||||
.if !empty(MACHINE_PLATFORM:MNetBSD-4*)
|
||||
USE_PKGSRC_GCC= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/stegbreak
|
||||
${INSTALL_DATA} ${FILESDIR}/rules.ini ${PREFIX}/share/stegbreak
|
||||
|
||||
# X11 support is pretty useless and needs gtk1.
|
||||
#
|
||||
#.include "../../x11/gtk/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,24 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2008/02/03 13:56:32 hoka_adam Exp $
|
||||
bin/cjpeg
|
||||
bin/djpeg
|
||||
bin/jpegtran
|
||||
bin/rdjpgcom
|
||||
bin/stegbreak
|
||||
bin/stegcompare
|
||||
bin/stegdeimage
|
||||
bin/stegdetect
|
||||
bin/wrjpgcom
|
||||
man/man1/cjpeg.1
|
||||
man/man1/djpeg.1
|
||||
man/man1/file.1
|
||||
man/man1/jpegtran.1
|
||||
man/man1/rdjpgcom.1
|
||||
man/man1/stegbreak.1
|
||||
man/man1/stegdetect.1
|
||||
man/man1/wrjpgcom.1
|
||||
man/man4/magic.4
|
||||
share/magic
|
||||
share/magic.inc
|
||||
share/magic.mime
|
||||
share/stegbreak/rules.ini
|
||||
@dirrm share/stegbreak
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/12/09 05:33:24 hoka_adam Exp $
|
||||
|
||||
SHA1 (stegdetect-0.6.tar.gz) = c303bde8afe411d58e57b92af014703dfa04a913
|
||||
RMD160 (stegdetect-0.6.tar.gz) = 7db7310bc37cd6d38c73ca641649bedde305cae4
|
||||
Size (stegdetect-0.6.tar.gz) = 1269001 bytes
|
|
@ -1,59 +0,0 @@
|
|||
#
|
||||
# This file is part of John the Ripper password cracker,
|
||||
# Copyright (c) 1996-98 by Solar Designer
|
||||
#
|
||||
# Wordlist mode rules
|
||||
[List.Rules:Wordlist]
|
||||
# Try words as they are
|
||||
:
|
||||
# Lowercase every pure alphanumeric word
|
||||
-c >3!?XlQ
|
||||
# Capitalize every pure alphanumeric word
|
||||
-c >2(?a!?XcQ
|
||||
# Lowercase and pluralize pure alphabetic words
|
||||
<*>2!?Alp
|
||||
# Lowercase pure alphabetic words and append '1'
|
||||
<*>2!?Al$1
|
||||
# Capitalize pure alphabetic words and append '1'
|
||||
-c <*>2!?Ac$1
|
||||
# Duplicate reasonably short pure alphabetic words (fred -> fredfred)
|
||||
<7>1!?Ald
|
||||
# Lowercase and reverse pure alphabetic words
|
||||
>3!?AlMrQ
|
||||
# Prefix pure alphabetic words with '1'
|
||||
>2!?Al^1
|
||||
# Uppercase pure alphanumeric words
|
||||
-c >2!?XuQ
|
||||
# Lowercase pure alphabetic words and append a digit or simple punctuation
|
||||
<*>2!?Al$[2!37954860.?]
|
||||
# Words containing punctuation, which is then squeezed out, lowercase
|
||||
/?p@?p>3l
|
||||
# Words with vowels removed, lowercase
|
||||
/?v@?v>3l
|
||||
# Words containing whitespace, which is then squeezed out, lowercase
|
||||
/?w@?w>3l
|
||||
# Capitalize and duplicate short pure alphabetic words (fred -> FredFred)
|
||||
-c <7>1!?Acd
|
||||
# Capitalize and reverse pure alphabetic words (fred -> derF)
|
||||
-c <+>2!?Acr
|
||||
# Reverse and capitalize pure alphabetic words (fred -> Derf)
|
||||
-c >2!?AMrQc
|
||||
# Lowercase and reflect pure alphabetic words (fred -> fredderf)
|
||||
<7>1!?AlMrQrf
|
||||
# Uppercase the last letter of pure alphabetic words (fred -> freD)
|
||||
-c <+>2!?AMrQcr
|
||||
# Prefix pure alphabetic words with '2' or '4'
|
||||
>2!?Al^[24]
|
||||
# Capitalize pure alphabetic words and append a digit or simple punctuation
|
||||
-c <*>2!?Ac$[2!3957468.?0]
|
||||
# Prefix pure alphabetic words with digits
|
||||
>2!?Al^[379568]
|
||||
# Capitalize and pluralize pure alphabetic words of reasonable length
|
||||
-c <*>2!?Acp
|
||||
# Lowercase/capitalize pure alphabetic words of reasonable length and convert:
|
||||
# crack -> cracked, crack -> cracking
|
||||
<*>2!?Al[PI]
|
||||
-c <*>2!?Ac[PI]
|
||||
# Try the second half of split passwords
|
||||
-s x**
|
||||
-s-c x**MlQ
|
Loading…
Reference in a new issue