View | Details | Raw Unified | Return to bug 53586
Collapse All | Expand All

(-)beecrypt/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	beecrypt
9
PORTNAME=	beecrypt
10
PORTVERSION=	2.1.0
10
PORTVERSION=	3.0.0
11
CATEGORIES=	security
11
CATEGORIES=	security
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://www.virtualunlimited.com/download/
13
		http://www.virtualunlimited.com/download/
Lines 17-23 Link Here
17
COMMENT=	BeeCrypt is an open source cryptography library
17
COMMENT=	BeeCrypt is an open source cryptography library
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
20
USE_LIBTOOL=	yes
21
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)beecrypt/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (beecrypt-2.1.0.tar.gz) = 64af60feb0bd6678af6042b409e1f925
1
MD5 (beecrypt-3.0.0.tar.gz) = 18f20c22443f85bd4e285925b56198d9
(-)beecrypt/pkg-plist (-9 / +16 lines)
Lines 1-5 Link Here
1
include/beecrypt/aes.h
2
include/beecrypt/aesopt.h
1
include/beecrypt/base64.h
3
include/beecrypt/base64.h
4
include/beecrypt/beecrypt.api.h
5
include/beecrypt/beecrypt.gnu.h
2
include/beecrypt/beecrypt.h
6
include/beecrypt/beecrypt.h
7
include/beecrypt/beecrypt.win.h
3
include/beecrypt/blockmode.h
8
include/beecrypt/blockmode.h
4
include/beecrypt/blockpad.h
9
include/beecrypt/blockpad.h
5
include/beecrypt/blowfish.h
10
include/beecrypt/blowfish.h
Lines 9-19 Link Here
9
include/beecrypt/dlkp.h
14
include/beecrypt/dlkp.h
10
include/beecrypt/dlpk.h
15
include/beecrypt/dlpk.h
11
include/beecrypt/dlsvdp-dh.h
16
include/beecrypt/dlsvdp-dh.h
17
include/beecrypt/dsa.h
12
include/beecrypt/elgamal.h
18
include/beecrypt/elgamal.h
13
include/beecrypt/endianness.h
19
include/beecrypt/endianness.h
14
include/beecrypt/entropy.h
20
include/beecrypt/entropy.h
15
include/beecrypt/fips180.h
16
include/beecrypt/fips180opt.h
17
include/beecrypt/fips186.h
21
include/beecrypt/fips186.h
18
include/beecrypt/hmac.h
22
include/beecrypt/hmac.h
19
include/beecrypt/hmacmd5.h
23
include/beecrypt/hmacmd5.h
Lines 21-38 Link Here
21
include/beecrypt/hmacsha256.h
25
include/beecrypt/hmacsha256.h
22
include/beecrypt/md5.h
26
include/beecrypt/md5.h
23
include/beecrypt/memchunk.h
27
include/beecrypt/memchunk.h
24
include/beecrypt/mp32.h
28
include/beecrypt/mp.h
25
include/beecrypt/mp32barrett.h
29
include/beecrypt/mpbarrett.h
26
include/beecrypt/mp32number.h
30
include/beecrypt/mpnumber.h
27
include/beecrypt/mp32opt.h
31
include/beecrypt/mpopt.h
28
include/beecrypt/mp32prime.h
32
include/beecrypt/mpprime.h
29
include/beecrypt/mtprng.h
33
include/beecrypt/mtprng.h
30
include/beecrypt/rsa.h
34
include/beecrypt/rsa.h
31
include/beecrypt/rsakp.h
35
include/beecrypt/rsakp.h
32
include/beecrypt/rsapk.h
36
include/beecrypt/rsapk.h
37
include/beecrypt/sha1.h
38
include/beecrypt/sha1opt.h
33
include/beecrypt/sha256.h
39
include/beecrypt/sha256.h
34
include/beecrypt/timestamp.h
40
include/beecrypt/timestamp.h
35
@dirrm include/beecrypt
41
lib/libbeecrypt.a
36
lib/libbeecrypt.la
42
lib/libbeecrypt.la
37
lib/libbeecrypt.so
43
lib/libbeecrypt.so
38
lib/libbeecrypt.so.3
44
lib/libbeecrypt.so.6
45
@dirrm include/beecrypt

Return to bug 53586