1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Cryptographic library to perform identification using Schnorr

Identification scheme and Blind RSA Signatures.

WWW: https://github.com/divVerent/d0_blind_id

PR:		ports/187716
Submitted by:	Jonathan Price <freebsd@jonathanprice.org>
This commit is contained in:
Pawel Pekala 2014-03-23 12:54:01 +00:00
parent 31c7c102ae
commit 46cbef1610
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348853
6 changed files with 60 additions and 0 deletions

View File

@ -100,6 +100,7 @@
SUBDIR += cyrus-sasl2-gssapi
SUBDIR += cyrus-sasl2-ldapdb
SUBDIR += cyrus-sasl2-saslauthd
SUBDIR += d0_blind_id
SUBDIR += dcetest
SUBDIR += ddos_scan
SUBDIR += denyhosts

View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= d0_blind_id
PORTVERSION= 1.0
CATEGORIES= security devel
MAINTAINER= freebsd@jonathanprice.org
COMMENT= Crypto library
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= divVerent
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= ff1ce7e
CONFIGURE_ARGS= --with-openssl
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
AUTOMAKE_ARGS= --add-missing
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (d0_blind_id-1.0.tar.gz) = 74867ead1c5e879ce35f721b30312f9dee42cd97130c8e6fa5e1a6bb45a5e35d
SIZE (d0_blind_id-1.0.tar.gz) = 49128

View File

@ -0,0 +1,11 @@
--- ./Makefile.am.orig 2014-03-17 06:18:23.208622713 +0000
+++ ./Makefile.am 2014-03-17 06:18:59.472680831 +0000
@@ -33,7 +33,7 @@
libd0_blind_id_la_CFLAGS = -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement
library_includedir = $(includedir)/d0_blind_id
library_include_HEADERS = d0_blind_id.h d0.h
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_HEADERS = d0_blind_id.pc
if ENABLE_RIJNDAEL

View File

@ -0,0 +1,4 @@
Cryptographic library to perform identification using Schnorr
Identification scheme and Blind RSA Signatures.
WWW: https://github.com/divVerent/d0_blind_id

View File

@ -0,0 +1,15 @@
bin/blind_id
include/d0_blind_id/d0.h
include/d0_blind_id/d0_blind_id.h
include/d0_blind_id/d0_rijndael.h
lib/libd0_blind_id.a
lib/libd0_blind_id.la
lib/libd0_blind_id.so
lib/libd0_blind_id.so.0
lib/libd0_rijndael.a
lib/libd0_rijndael.la
lib/libd0_rijndael.so
lib/libd0_rijndael.so.0
libdata/pkgconfig/d0_blind_id.pc
libdata/pkgconfig/d0_rijndael.pc
@dirrmtry include/d0_blind_id