Imported ssdeep 2.9 as security/ssdeep
ssdeep is a program for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. Such inputs have sequences of identical bytes in the same order, although bytes in between these sequences may be different in both content and length.
This commit is contained in:
parent
86d8f427d3
commit
ec5165e5ff
5 changed files with 45 additions and 0 deletions
4
security/ssdeep/DESCR
Normal file
4
security/ssdeep/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
ssdeep is a program for computing context triggered piecewise hashes (CTPH).
|
||||
Also called fuzzy hashes, CTPH can match inputs that have homologies. Such
|
||||
inputs have sequences of identical bytes in the same order, although bytes in
|
||||
between these sequences may be different in both content and length.
|
17
security/ssdeep/Makefile
Normal file
17
security/ssdeep/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/06/05 19:49:36 khorben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ssdeep-2.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ssdeep/}
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= http://ssdeep.sourceforge.net/
|
||||
COMMENT= Program computing context triggered piecewise hashes (CTPH)
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
security/ssdeep/PLIST
Normal file
5
security/ssdeep/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/06/05 19:49:36 khorben Exp $
|
||||
bin/ssdeep
|
||||
include/fuzzy.h
|
||||
lib/libfuzzy.la
|
||||
man/man1/ssdeep.1
|
14
security/ssdeep/buildlink3.mk
Normal file
14
security/ssdeep/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2013/06/05 19:49:36 khorben Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_TREE+= ssdeep
|
||||
|
||||
.if !defined(SSDEEP_BUILDLINK3_MK)
|
||||
SSDEEP_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.ssdeep+= ssdeep>=2.9
|
||||
BUILDLINK_ABI_DEPENDS.ssdeep+= ssdeep>=2.9
|
||||
BUILDLINK_PKGSRCDIR.ssdeep?= ../../security/ssdeep
|
||||
.endif # SSDEEP_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -ssdeep
|
5
security/ssdeep/distinfo
Normal file
5
security/ssdeep/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/06/05 19:49:36 khorben Exp $
|
||||
|
||||
SHA1 (ssdeep-2.9.tar.gz) = d2845aaa1ebddad177750c57d47918308608c48d
|
||||
RMD160 (ssdeep-2.9.tar.gz) = 88df55f99a05cfc128d5e65079547713b72e9426
|
||||
Size (ssdeep-2.9.tar.gz) = 369135 bytes
|
Loading…
Reference in a new issue