head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2012.01.21.17.40.06;	author eadler;	state Exp;
branches;
next	1.11;

1.11
date	2011.02.17.03.25.42;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2010.09.27.00.59.51;	author wen;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.04.11.59.37;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2009.12.24.15.15.32;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2009.10.20.06.29.09;	author wen;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.28.22.19.31;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.04.23.54.50;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.14.16.00.17;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.09.22.58.17;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.24.09.08.49;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.09.05.14.23.43;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for: pycryptopp
# Date created:		30 August 2008
# Whom:			Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/security/py-pycryptopp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pycryptopp
PORTVERSION=	0.5.29
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Python Wrappers for the Crypto++ Library

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}darcsver>0:${PORTSDIR}/devel/py-darcsver \
		${PYTHON_PKGNAMEPREFIX}setuptools_darcs>0:${PORTSDIR}/devel/py-setuptools_darcs
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install
PYEASYINSTALL_ARCHDEP=	yes

post-extract:
	@@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \
		${WRKSRC}/embeddedcryptopp/rijndael.cpp \
		${WRKSRC}/embeddedcryptopp/config.h \
		${WRKSRC}/embeddedcryptopp/secblock.h

.include <bsd.port.mk>
@


1.12
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 0.5.29
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@- Update to 0.5.25
@
text
@d9 1
a9 1
PORTVERSION=	0.5.25
d27 3
a29 3
		${WRKSRC}/cryptopp/rijndael.cpp \
		${WRKSRC}/cryptopp/config.h \
		${WRKSRC}/cryptopp/secblock.h
@


1.9
log
@- Update to 0.5.19
@
text
@d9 1
a9 1
PORTVERSION=	0.5.19
@


1.8
log
@- Improve the build

Submitted by:	gahr@@ (via Email)
@
text
@d9 1
a9 2
PORTVERSION=	0.5.17
PORTREVISION=	1
@


1.7
log
@- Update to 0.5.17

Approved by:	mentors(implicit)
@
text
@d10 1
d27 4
a30 1
	@@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' ${WRKSRC}/cryptopp/rijndael.cpp
@


1.6
log
@- Update to 0.5.15

Approved by:	maintainer implicit
@
text
@d9 1
a9 1
PORTVERSION=	0.5.15
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.5
log
@- Update to 0.5.14

PR:		136173
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.14
@


1.4
log
@- Update to 0.5.12

PR:		130487
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.12
d17 4
d25 3
@


1.3
log
@- Update to 0.5.10

PR:		128593
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.10
@


1.2
log
@- Update to 0.5.7

PR:		127365
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.7
@


1.1
log
@pycryptopp is a set of Python wrappers for a few of
the best crypto algorithms from the Crypto++ library.

WWW:   http://allmydata.org/trac/pycryptopp

PR:		ports/126977
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.5.6
@

