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

(-)security/libtomcrypt/Makefile (-2 / +13 lines)
Lines 7-15 Link Here
7
7
8
PORTNAME=	libtomcrypt
8
PORTNAME=	libtomcrypt
9
PORTVERSION=	1.00
9
PORTVERSION=	1.00
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	http://libtomcrypt.org/files/
12
MASTER_SITES=	http://libtomcrypt.org/files/:source \
12
DISTNAME=	crypt-${PORTVERSION}
13
		http://libtomcrypt.org/files/patch-1.00/:patch
14
DISTFILES=	crypt-${PORTVERSION}.tar.bz2:source \
15
		ltc-1.00-001.tar.bz2:patch
16
17
EXTRA_PATCHES=	${WRKDIR}/src/pk/pkcs1/pkcs_1_oaep_encode.c.patch \
18
		${WRKDIR}/src/pk/pkcs1/pkcs_1_oaep_decode.c.patch \
19
		${WRKDIR}/src/misc/base64/base64_decode.c.patch \
20
		${WRKDIR}/src/headers/tomcrypt.h.patch \
21
		${WRKDIR}/makefile.shared.patch \
22
		${WRKDIR}/makefile.patch \
23
		${WRKDIR}/changes.patch \
13
24
14
MAINTAINER=	onatan@gmail.com
25
MAINTAINER=	onatan@gmail.com
15
COMMENT=	Comprehensive, modular and portable cryptographic toolkit
26
COMMENT=	Comprehensive, modular and portable cryptographic toolkit
(-)security/libtomcrypt/distinfo (+2 lines)
Lines 1-2 Link Here
1
MD5 (crypt-1.00.tar.bz2) = 73a896e5e8f636dd14c1517f572ddaa1
1
MD5 (crypt-1.00.tar.bz2) = 73a896e5e8f636dd14c1517f572ddaa1
2
SIZE (crypt-1.00.tar.bz2) = 940439
2
SIZE (crypt-1.00.tar.bz2) = 940439
3
MD5 (ltc-1.00-001.tar.bz2) = fa7a398e554754098259a1a3a5997672
4
SIZE (ltc-1.00-001.tar.bz2) = 1868

Return to bug 77349