Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

11
security/beecrypt/DESCR Normal file
View File

@@ -0,0 +1,11 @@
BeeCrypt is an open source cryptography library that contains highly
optimized C and assembler implementations of many well-known algorithms
including Blowfish, MD5, SHA-1, Diffie-Hellman, and ElGamal.
Unlike some other crypto libraries, BeeCrypt is not designed to solve
one specific problem, like file encryption, but to be a general purpose
toolkit which can be used in a variety of applications.
There are also no patent or royalty issues associated with BeeCrypt, and
it is released under the GNU LGPL license, which means it can used for
free in both open source and closed source commercial projects.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:21 asau Exp $
DISTNAME= beecrypt-4.1.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beecrypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.virtualunlimited.com/products/beecrypt/
COMMENT= Multipurpose cryptographic library
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --without-javaglue
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

48
security/beecrypt/PLIST Normal file
View File

@@ -0,0 +1,48 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:13:27 joerg Exp $
include/beecrypt/aes.h
include/beecrypt/aesopt.h
include/beecrypt/api.h
include/beecrypt/base64.h
include/beecrypt/beecrypt.h
include/beecrypt/blockmode.h
include/beecrypt/blockpad.h
include/beecrypt/blowfish.h
include/beecrypt/blowfishopt.h
include/beecrypt/dhaes.h
include/beecrypt/dldp.h
include/beecrypt/dlkp.h
include/beecrypt/dlpk.h
include/beecrypt/dlsvdp-dh.h
include/beecrypt/dsa.h
include/beecrypt/elgamal.h
include/beecrypt/endianness.h
include/beecrypt/entropy.h
include/beecrypt/fips186.h
include/beecrypt/gnu.h
include/beecrypt/hmac.h
include/beecrypt/hmacmd5.h
include/beecrypt/hmacsha1.h
include/beecrypt/hmacsha256.h
include/beecrypt/hmacsha384.h
include/beecrypt/hmacsha512.h
include/beecrypt/md5.h
include/beecrypt/memchunk.h
include/beecrypt/mp.h
include/beecrypt/mpbarrett.h
include/beecrypt/mpnumber.h
include/beecrypt/mpopt.h
include/beecrypt/mpprime.h
include/beecrypt/mtprng.h
include/beecrypt/pkcs1.h
include/beecrypt/pkcs12.h
include/beecrypt/rsa.h
include/beecrypt/rsakp.h
include/beecrypt/rsapk.h
include/beecrypt/sha1.h
include/beecrypt/sha1opt.h
include/beecrypt/sha256.h
include/beecrypt/sha384.h
include/beecrypt/sha512.h
include/beecrypt/timestamp.h
include/beecrypt/win.h
lib/libbeecrypt.la

View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:25:16 joerg Exp $
BUILDLINK_TREE+= beecrypt
.if !defined(BEECRYPT_BUILDLINK3_MK)
BEECRYPT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.beecrypt+= beecrypt>=3.0.0
BUILDLINK_ABI_DEPENDS.beecrypt+= beecrypt>=3.0.0nb1
BUILDLINK_PKGSRCDIR.beecrypt?= ../../security/beecrypt
.endif # BEECRYPT_BUILDLINK3_MK
BUILDLINK_TREE+= -beecrypt

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.6 2012/01/26 06:05:04 sbd Exp $
SHA1 (beecrypt-4.1.1.tar.gz) = 5731fd4c6f960a5e9474f1f87611f88667cf98da
RMD160 (beecrypt-4.1.1.tar.gz) = f284c702ef7b0fe703a669c7a18f0a89eaaa6f93
Size (beecrypt-4.1.1.tar.gz) = 774424 bytes
SHA1 (patch-configure) = c0986fe4d454466fc5df600a489b18d776ce3632
SHA1 (patch-configure.ac) = a1154ecad02465b85384944b53e18d3fbbb9e9d8

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure,v 1.1 2012/01/26 06:05:04 sbd Exp $
--- configure.orig 2004-11-19 12:33:58.000000000 +0000
+++ configure
@@ -31826,7 +31826,7 @@ case $target_os in
linux*)
case $bc_target_arch in
powerpc64 | s390x | x86_64)
- bc_libalt="64"
+ bc_libalt=""
;;
esac
;;

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure.ac,v 1.1 2012/01/26 06:05:04 sbd Exp $
--- configure.ac.orig 2004-11-19 12:33:00.000000000 +0000
+++ configure.ac
@@ -602,7 +602,7 @@ case $target_os in
linux*)
case $bc_target_arch in
powerpc64 | s390x | x86_64)
- bc_libalt="64"
+ bc_libalt=""
;;
esac
;;