Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
The ssdeep project page describes it as a library 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".
For an in depth paper explaining context triggered piecewise hashes please see
http://dfrws.org/2006/proceedings/12-Kornblum.pdf

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2013/06/11 01:12:23 khorben Exp $
#
MODNAME= ssdeep
PECL_VERSION= 1.0.2
CATEGORIES+= security
MAINTAINER= khorben@defora.org
HOMEPAGE= http://treffynnon.github.io/php_ssdeep/
COMMENT= PHP extension for ssdeep
LICENSE= artistic
CONFIGURE_ARGS+= SSDEEP_INCLUDEDIR=${PREFIX}/include
CONFIGURE_ARGS+= SSDEEP_LIB_DIR=${PREFIX}/lib
CONFLICTS= php-ssdeep-[0-9]*
.include "../../lang/php/ext.mk"
.include "../../security/ssdeep/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2013/06/05 19:57:01 khorben Exp $
lib/php/20120301/ssdeep.so

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/06/05 19:57:01 khorben Exp $
SHA1 (php-ssdeep/ssdeep-1.0.2.tgz) = e3f31deaac931435c75bd309a504a3688147159f
RMD160 (php-ssdeep/ssdeep-1.0.2.tgz) = 7335e6ca5e290e346ab8dfeee495bb43b567ff50
Size (php-ssdeep/ssdeep-1.0.2.tgz) = 6549 bytes