Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.4 2014/09/23 15:11:54 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/08/30 14:49:07 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ssdeep-2.11
|
||||
PKGREVISION= 1
|
||||
DISTNAME= ssdeep-2.13
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ssdeep/}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2013/06/05 19:49:36 khorben Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/08/30 14:49:07 taca Exp $
|
||||
bin/ssdeep
|
||||
include/edit_dist.h
|
||||
include/fuzzy.h
|
||||
lib/libfuzzy.la
|
||||
man/man1/ssdeep.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.4 2014/09/23 15:11:54 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.5 2015/08/30 14:49:07 taca Exp $
|
||||
|
||||
SHA1 (ssdeep-2.11.tar.gz) = f44db91fda437f36626eefd8e649ed8d5aea0e1b
|
||||
RMD160 (ssdeep-2.11.tar.gz) = a8039749d5344910b0fba146059c96ab3e755833
|
||||
Size (ssdeep-2.11.tar.gz) = 376529 bytes
|
||||
SHA1 (patch-Makefile.in) = d3740c2d7f58e3757b3551a53ab1cf731d5e5650
|
||||
SHA1 (ssdeep-2.13.tar.gz) = ccb4e2d53d90eb986d11df24b77179d5948fb257
|
||||
RMD160 (ssdeep-2.13.tar.gz) = 09f9cf356f9412cf448ef66eebc3424a0392e906
|
||||
Size (ssdeep-2.13.tar.gz) = 380712 bytes
|
||||
SHA1 (patch-Makefile.in) = ca7154014ff1c626093572e37c3a3a5073370c0b
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
$NetBSD: patch-Makefile.in,v 1.1 2014/09/23 15:11:54 joerg Exp $
|
||||
$NetBSD: patch-Makefile.in,v 1.2 2015/08/30 14:49:07 taca Exp $
|
||||
|
||||
--- Makefile.in.orig 2014-09-22 12:23:20.000000000 +0000
|
||||
--- Makefile.in.orig 2015-04-24 15:03:09.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -369,11 +369,11 @@ top_build_prefix = @top_build_prefix@
|
||||
@@ -372,11 +372,11 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
ssdeep_LDADD = libfuzzy.la
|
||||
@@ -11,8 +11,8 @@ $NetBSD: patch-Makefile.in,v 1.1 2014/09/23 15:11:54 joerg Exp $
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
lib_LTLIBRARIES = libfuzzy.la
|
||||
libfuzzy_la_SOURCES = fuzzy.c edit_dist.c find-file-size.c
|
||||
-libfuzzy_la_LDFLAGS = -static -no-undefined -version-info 2:0:0
|
||||
+libfuzzy_la_LDFLAGS = -rpath ${PREFIX}/lib -no-undefined -version-info 2:0:0
|
||||
include_HEADERS = fuzzy.h
|
||||
-libfuzzy_la_LDFLAGS = -no-undefined -version-info 3:0:1
|
||||
+libfuzzy_la_LDFLAGS = -rpath ${PREFIX}/lib -no-undefined -version-info 3:0:1
|
||||
include_HEADERS = fuzzy.h edit_dist.h
|
||||
man_MANS = ssdeep.1
|
||||
ssdeep_SOURCES = main.cpp match.cpp engine.cpp filedata.cpp \
|
||||
|
||||
Reference in New Issue
Block a user