head	1.29;
access;
symbols
	RELEASE_8_3_0:1.28
	RELEASE_9_0_0:1.25
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.23
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.21
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.29
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.28;

1.28
date	2012.02.09.01.01.00;	author sunpoet;	state Exp;
branches;
next	1.27;

1.27
date	2012.02.01.19.02.04;	author sunpoet;	state Exp;
branches;
next	1.26;

1.26
date	2012.02.01.15.53.08;	author tabthorpe;	state Exp;
branches;
next	1.25;

1.25
date	2011.04.09.05.40.16;	author lwhsu;	state Exp;
branches;
next	1.24;

1.24
date	2011.02.25.03.19.27;	author miwi;	state Exp;
branches;
next	1.23;

1.23
date	2009.12.13.17.00.13;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2009.08.17.14.29.32;	author mnag;	state Exp;
branches;
next	1.21;

1.21
date	2009.01.27.10.20.52;	author mnag;	state Exp;
branches;
next	1.20;

1.20
date	2008.02.20.01.40.23;	author mnag;	state Exp;
branches;
next	1.19;

1.19
date	2007.07.30.09.41.55;	author alexbl;	state Exp;
branches;
next	1.18;

1.18
date	2007.05.02.16.21.44;	author alepulver;	state Exp;
branches;
next	1.17;

1.17
date	2007.04.06.04.06.31;	author mnag;	state Exp;
branches;
next	1.16;

1.16
date	2006.11.08.18.09.10;	author mnag;	state Exp;
branches;
next	1.15;

1.15
date	2006.07.10.16.01.24;	author mnag;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.13.04.15.14;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2005.09.16.17.58.31;	author mnag;	state Exp;
branches;
next	1.12;

1.12
date	2005.03.19.22.25.17;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2005.02.14.23.41.09;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2003.08.06.10.39.04;	author daichi;	state Exp;
branches;
next	1.9;

1.9
date	2003.08.06.08.46.45;	author daichi;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.01.04.51.41;	author daichi;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.06.23.43.18;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.13.26.54;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.02.03.51.21;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2001.11.06.10.43.13;	author petef;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.25.04.08.18;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.15.15.22.19;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.31.01.51.59;	author will;	state Exp;
branches;
next	;


desc
@@


1.29
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-m2crypto
# Date created:				27 March 2001
# Whom:					Peter Haight <peterh@@sapros.com>
#
# $FreeBSD: head/security/py-m2crypto/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	m2crypto
PORTVERSION=	0.21.1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	M2Crypto-${PORTVERSION}
DIST_SUBDIR=	python

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Crypto and SSL toolkit for Python

BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13

USE_OPENSSL=	yes
USE_PYTHON=	2.5-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_BUILDARGS=	build_ext --openssl="${OPENSSLBASE}"
PYDISTUTILS_PKGNAME=	M2Crypto
PYEASYINSTALL_ARCHDEP=	yes

post-patch:
	@@${REINPLACE_CMD} \
		-e 's|/usr/local/include/python$$(PYVER)|${PYTHON_INCLUDEDIR}|g' \
		-e 's|/usr/local/lib/python$$(PYVER)|${PYTHON_INCLUDEDIR}|g' \
			${WRKSRC}/SWIG/Makefile

.include <bsd.port.mk>
@


1.28
log
@- Restrict USE_PYTHON range
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@- Pet portlint
- Cosmetic change
- Take maintainership
- Update WWW
@
text
@d22 1
a22 1
USE_PYTHON=	2.5+
@


1.26
log
@- Reassign to the heap
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d21 1
a22 1
USE_OPENSSL=	yes
d24 2
a26 5
PYDISTUTILS_PKGNAME=	M2Crypto

.include <bsd.port.pre.mk>

PYDISTUTILS_BUILDARGS=	build_ext --openssl="${OPENSSLBASE}"
d29 4
a32 1
	@@${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.25
log
@- Update to 0.21.1

PR:		ports/154232
Submitted by:	lwhsu
Approved by:	maintainer timeout
@
text
@d16 1
a16 1
MAINTAINER=	mnag@@FreeBSD.org
@


1.24
log
@- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
@
text
@d9 1
a9 2
PORTVERSION=	0.20
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	CHEESESHOP \
		http://chandlerproject.org/pub/Projects/MeTooCrypto/
@


1.23
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
d23 1
a23 1
USE_PYTHON=	2.4+
@


1.22
log
@- Update to 0.20

PR:		137658
Submitted by:	Wen Heping <wenheping___gmail.com>
@
text
@d22 1
a22 1
USE_PYTHON=	2.3+
@


1.21
log
@- Update to 0.19.1

PR:		130823
Submitted by:	Wen Heping <wenheping___gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.19.1
@


1.20
log
@- Update to 0.18.2
- Update pkg-descr to reflect site

Notified by:	Anders Karlssson <anders___gurux.se>
@
text
@d9 1
a9 1
PORTVERSION=	0.18.2
d11 2
a12 1
MASTER_SITES=	http://chandlerproject.org/pub/Projects/MeTooCrypto/
d14 1
d24 2
a25 1
USE_PYDISTUTILS=yes
@


1.19
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
a9 1
PORTVERSION=	0.17
d11 1
a11 1
MASTER_SITES=	http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/
d21 1
a22 2
USE_OPENSSL=	yes
WITH_OPENSSL_PORT=	yes
d25 3
a27 3
.if defined(WITH_OPENSSL_PORT)
PYDISTUTILS_BUILDARGS=	--openssl="${LOCALBASE}"
.endif
d32 1
a32 1
.include <bsd.port.mk>
@


1.18
log
@- Move DIST_SUBDIR to the frist part of the port.
- Use OpenSSL from the ports (the new version makes additional functionality
  to be compiled, which enables future - 2 right now - ports to work).

PR:		ports/112131
Submitted by:	alepulver (myself)
Approved by:	mnag (maintainer, timeout)
@
text
@d24 1
@


1.17
log
@- Update to 0.17
@
text
@d13 1
a19 1
DIST_SUBDIR=	python
d23 5
@


1.16
log
@- Fix run with net-im/cjc.
- Bump PORTREVISION

PR:		105209
Submitted by:	Jonathan Arnold<jdarnold___buddydog.org>
@
text
@d9 1
a9 2
PORTVERSION=	0.16
PORTREVISION=	1
@


1.15
log
@- Update to 0.16
- Update WWW
@
text
@d10 1
@


1.14
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d9 1
a9 1
PORTVERSION=	0.13.1
d11 1
a11 1
MASTER_SITES=	http://sandbox.rulemaker.net/ngps/Dist/
a12 3
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.1$//}

PATCH_SITES=	${MASTER_SITES}
a18 2
PATCHFILES+=	0.13p1.patch

d20 1
a20 1
USE_PYTHON=	yes
a21 1
USE_ZIP=	yes
@


1.13
log
@Update my email

Approved by: pav (mentor)
@
text
@a28 1
USE_REINPLACE=	yes
@


1.12
log
@- Update to 0.13.1
- Take maintainership

PR:		ports/79003
Submitted by:	Marcus Grando <marcus@@corp.grupos.com.br>
@
text
@d17 1
a17 1
MAINTAINER=	marcus@@corp.grupos.com.br
@


1.11
log
@Reset undeliverable maintainer address [1].  Comment out unfetchable master
site.

[1] Diagnostic-Code: X-Postfix; host apollo.post1.com[202.27.17.99] said: 550 5.1.1
    <ngps@@post1.com>... User unknown (in reply to RCPT TO command)
@
text
@d9 1
a9 2
PORTVERSION=	0.11
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	# http://www.post1.com/home/ngps/m2/ unfetchable
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
d15 3
a17 1
MAINTAINER=	ports@@FreeBSD.org
d20 3
a22 2
BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13 \
		pinstall:${PORTSDIR}/devel/pinstall
d24 1
a24 1
WRKSRC=		${WRKDIR}/${DISTNAME}/SWIG
d26 1
a30 2
PINSTALL_PLIST=	${WRKDIR}/pinstall-plist

d32 1
a32 11
	${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|" ${WRKSRC}/Makefile

post-build:
	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/../M2Crypto

do-install:
	${MKDIR} ${WRKDIR}/lib/${PYTHON_VERSION}/site-packages
	cd ${WRKDIR}/lib/${PYTHON_VERSION}/site-packages && ${LN} -sf ../../../${DISTNAME}/M2Crypto

post-install:
	${LOCALBASE}/bin/pinstall -v -f ${TMPPLIST} -d ${WRKDIR}
@


1.10
log
@fix security/py-m2crypto:
  - use PYTHON_INCLUDEDIR instead of PYTHON_VERSION

Pointed out by:	Hye-Shik Chang <perky@@i18n.org>
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.post1.com/home/ngps/m2/
d16 1
a16 1
MAINTAINER=	ngps@@post1.com
@


1.9
log
@fix security/py-m2crypto:
  - use PYTHON_VERSION

Pointed out by:	kuriyama
@
text
@d31 1
a31 1
	${REINPLACE_CMD} "s/PYTHON_VERSION/${PYTHON_VERSION}/" ${WRKSRC}/Makefile
@


1.8
log
@update security/py-m2crypto: 0.06 --> 0.11

PR:		53950
Submitted by:	Ng Pheng Siong <ngps@@post1.com> (mainttainer)
@
text
@d26 1
d29 3
@


1.7
log
@BROKEN: Does not compile
@
text
@d9 1
a9 1
PORTVERSION=	0.06
d17 1
a17 3
COMMENT=	Python wrapper for OpenSSL

BROKEN=		"Does not compile"
d22 1
a22 1
WRKSRC=		${WRKDIR}/${DISTNAME}/swig
@


1.6
log
@De-pkg-comment.
@
text
@d19 2
@


1.5
log
@Catch up to repo copy of SWIG-devel to swig13

Forgotten by:	knu
@
text
@d17 1
@


1.4
log
@- update to 0.06 final (not -snap6).  bump PORTREVISION (PORTNAME was at
  0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}

PR:		31496
Submitted by:	(old) maintainer
@
text
@d18 1
a18 1
BUILD_DEPENDS=	swig1.3:${PORTSDIR}/devel/SWIG-devel \
@


1.3
log
@Updates the port from snap4 to snap6.

PR: 28239
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/py-m2crypto/Makefile,v 1.2 2001/04/15 15:22:19 kevlo Exp $
d10 1
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snap6
d16 1
a16 1
MAINTAINER=	peterh@@sapros.com
d18 1
a18 1
BUILD_DEPENDS=	swig:${PORTSDIR}/devel/SWIG \
a26 4
PLIST_SUB+=	PYTHON_VERSION=${PYTHON_VERSION}

pre-build:
	${TOUCH} ${WRKSRC}/_m2crypto_wrap.doc
d36 1
a36 1
	pinstall -v -f ${TMPPLIST} -d ${WRKDIR}
@


1.2
log
@Update to snap4

PR: 26578
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/py-m2crypto/Makefile,v 1.1 2001/03/31 01:51:59 will Exp $
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snap4
@


1.1
log
@Add py-m2crypto 0.06, a python wrapper for OpenSSL.

PR:		26155
Submitted by:	Peter Haight <peterh@@sapros.com>
@
text
@d5 1
a5 1
# $FreeBSD$
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snap3
@

