Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2013/05/18 18:36:25 agc Exp $
# $NetBSD: Makefile,v 1.2 2014/09/27 10:11:20 jperkin Exp $
DISTNAME= HElib-20130501
CATEGORIES= security
@@ -19,6 +19,12 @@ TEST_TARGET= check
AUTO_MKDIRS= yes
pre-patch:
for f in ${WRKSRC}/Makefile ${WRKSRC}/NumbTh.h; do \
${TR} -d '\r' < $${f} > $${f}.new; \
${MV} $${f}.new $${f}; \
done
.include "../../devel/gmp/buildlink3.mk"
.include "../../math/ntl/buildlink3.mk"

View File

@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2013/05/21 16:37:46 joerg Exp $
$NetBSD: distinfo,v 1.4 2014/09/27 10:11:20 jperkin Exp $
SHA1 (HElib-20130501.zip) = 4f10c723eda202442550b89d98da8b9f4fdca013
RMD160 (HElib-20130501.zip) = 729115076c6e90584cf5380694903631764849fb

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-Makefile,v 1.1.1.1 2013/05/18 18:36:25 agc Exp $
$NetBSD: patch-Makefile,v 1.3 2014/09/27 10:11:20 jperkin Exp $
adapt for pkgsrc
add an install target

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-NumbTh.h,v 1.1 2013/05/21 16:37:46 joerg Exp $
$NetBSD: patch-NumbTh.h,v 1.3 2014/09/27 10:11:20 jperkin Exp $
--- NumbTh.h.orig 2013-05-21 14:43:10.000000000 +0000
+++ NumbTh.h