2006-03-04 10:10:30 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2006/03/04 15:10:31 sturm 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
|
|
|
|
|
|
|
COMMENT= "crypto library based on code used in GnuPG"
|
|
|
|
|
2004-05-08 02:41:47 -04:00
|
|
|
VERSION= 1.2.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
|
|
|
DISTNAME= libgcrypt-${VERSION}
|
2006-03-04 10:10:30 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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
|
2005-12-24 17:32:53 -05:00
|
|
|
SHARED_LIBS= gcrypt 12.1
|
|
|
|
MODGNU_SHARED_LIBS= gcrypt ''
|
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
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnu.org/directory/security/libgcrypt.html
|
2004-05-08 02:41:47 -04:00
|
|
|
|
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
|
|
|
# LGPL
|
|
|
|
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/
|
|
|
|
|
|
|
|
LIB_DEPENDS= gpg-error::security/libgpg-error
|
|
|
|
|
2005-12-24 17:32:53 -05:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2004-05-08 02:41:47 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
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} \
|
|
|
|
--enable-static \
|
|
|
|
--disable-asm
|
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>
|