2012-04-04 02:59:23 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2012/04/04 06:59:23 ajacoutot Exp $
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= crypto library based on code used in GnuPG
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
|
2012-04-04 02:59:23 -04:00
|
|
|
DISTNAME= libgcrypt-1.5.0
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
CATEGORIES= security
|
2012-04-04 02:59:23 -04:00
|
|
|
SHARED_LIBS += gcrypt 18.0 # 18.0
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
|
2011-05-17 15:04:14 -04:00
|
|
|
HOMEPAGE= http://www.gnupg.org/
|
2004-05-08 02:41:47 -04:00
|
|
|
|
2010-07-27 17:45:47 -04:00
|
|
|
# GPLv2/LGPLv2.1
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-05-08 02:41:47 -04:00
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
|
|
|
|
ftp://gd.tuwien.ac.at/privacy/gnupg/libgcrypt/ \
|
|
|
|
http://ftp.planetmirror.com/pub/gnupg/libgcrypt/ \
|
|
|
|
http://sunsite.dk/pub/security/gcrypt/libgcrypt/ \
|
|
|
|
http://ftp.linux.it/pub/mirrors/gnupg/libgcrypt/
|
|
|
|
|
2007-09-21 02:00:11 -04:00
|
|
|
MODULES= devel/gettext
|
2012-04-04 02:59:23 -04:00
|
|
|
LIB_DEPENDS= security/libgpg-error
|
2009-04-10 11:30:49 -04:00
|
|
|
|
2010-07-27 17:45:47 -04:00
|
|
|
WANTLIB= c gpg-error
|
2004-05-08 02:41:47 -04:00
|
|
|
|
2005-12-24 17:32:53 -05:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2003-10-11 22:08:14 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2008-02-17 18:25:17 -05:00
|
|
|
--enable-static
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} != "hppa"
|
|
|
|
CONFIGURE_ARGS+= --disable-asm
|
|
|
|
.endif
|
Initial import of libgcrypt 1.1.12
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
2003-05-01 13:12:41 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|