head	1.13;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2013.02.05.18.44.32;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.12.27.08.23.56;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.12.19.23.38.03;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.01.23;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.10.18.19.18.59;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.04.07.33.32;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2010.08.28.11.05.48;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.06.05.19.53.32;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.21.10.58.59;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2010.03.09.14.19.57;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.24.17.52.22;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.12.12.31.19;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311726
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/yassl/Makefile 311726 2013-02-05 18:07:58Z johans $

PORTNAME=	cyassl
PORTVERSION=	2.5.0
CATEGORIES=	security devel
MASTER_SITES=	http://www.yassl.com/

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	A embedded SSL C-Library

LICENSE=	GPLv2

USE_ZIP=	yes
USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-dependency-tracking \
		--enable-shared --enable-static \
		--enable-dtls --enable-opensslExtra --enable-ipv6
USE_LDCONFIG=	yes
PORTDOCS=	*

post-configure:
	${REINPLACE_CMD} \
		-e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
		-e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309536
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309536 | johans | 2012-12-27 08:16:07 +0000 (Thu, 27 Dec 2012) | 3 lines
## SVN ##
## SVN ## Update CyaSSL to 2.4.6
## SVN ## http://freecode.com/projects/cyassl#release_350899
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/security/yassl/Makefile 309536 2012-12-27 08:16:07Z johans $
d4 1
a4 1
PORTVERSION=	2.4.6
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309274
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309274 | johans | 2012-12-19 23:35:53 +0000 (Wed, 19 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Update to 2.4.0
## SVN ## - Move library to PREFIX/lib
## SVN ## - Adopt port
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/security/yassl/Makefile 309274 2012-12-19 23:35:53Z johans $
d4 1
a4 1
PORTVERSION=	2.4.0
@


1.10
log
@Switch exporter over
@
text
@d1 1
a1 1
# $FreeBSD: head/security/yassl/Makefile 306085 2012-10-18 19:18:59Z dinoex $
d4 1
a4 1
PORTVERSION=	1.6.0
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
d16 5
a20 6
CONFIGURE_ARGS=	--disable-dependency-tracking
CONFIGURE_ARGS+=	--enable-shared --enable-static
CONFIGURE_ARGS+=	--enable-dtls --enable-opensslExtra --enable-ipv6
CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/${PORTNAME} --includedir=${PREFIX}/include/${PORTNAME}
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
PORTDOCS=	AUTHORS ChangeLog NEWS README
a27 8
post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif

@


1.9
log
@SVN rev 306085 on 2012-10-18 19:18:59Z by dinoex

- drop maintainership
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d8 1
a8 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.7
log
@Sync to new bsd.autotools.mk
@
text
@a0 4
# New ports collection makefile for:    cyassl
# Date created:         10 Dec 2009
# Whom:                 dirk.meyer@@dinoex.sub.org
#
a1 1
#
@


1.6
log
@- update to 1.6.0
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	libtool:22
@


1.5
log
@LICENSE	GPLv2
@
text
@d9 1
a9 1
PORTVERSION=	1.5.0
a34 2
	${INSTALL_DATA} ${WRKSRC}/src/.libs/libcyassl.so.0 ${PREFIX}/lib/cyassl/libcyassl.so.0
	${LN} -s libcyassl.so.0 ${PREFIX}/lib/cyassl/libcyassl.so
@


1.4
log
@- update to 1.5.0
@
text
@d16 2
@


1.3
log
@- update to 1.4.0
@
text
@d9 1
a9 1
PORTVERSION=	1.4.0
@


1.2
log
@- update to 1.3.0
fix a potential security problem
@
text
@d9 1
a9 1
PORTVERSION=	1.3.0
d28 2
a29 2
		-e 's|/usr/local/cyassl/include|${PREFIX}/include/cyassl|' \
		-e 's|/usr/local/cyassl/lib|${PREFIX}/lib/cyassl|' \
@


1.1
log
@Cyassl is an embedded SSL Library for programmers building security
functionality into their applications and devices.

Features
  SSL version 3 and TLS versions 1, 1.1 and 1.2 (client and server)
  Minimum size of 60-100kb, depending on build options
  Runtime memory usage between 5-50kb
  DTLS support (client and server)
  OpenSSL compatibility layer
  zlib compression support
  integration in MySQL, stunnel, Lighttpd availible.
  MD2, MD4, MD5, SHA-1, RIPEMD, HMAC, DES, 3DES, AES, ARC4, TWOFISH, BLOWFISH,
  RSA, DSS, DH, and PKCS#5 PBKDF2
  ia32 assembly for AES, 3DES, BLOWFISH, TWOFISH, ARC4, MD5, SHA, and RIPEMD
  SSE2 instructions for Large Integers
  Simple API
  Interchangeable crypto and certificate libraries
  PEM and DER certificate support
  Very fast

LICENSE: GPL2 with FOSS extension

WWW: http://www.yassl.com/
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
@

