head	1.26;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.3;
locks; strict;
comment	@# @;


1.26
date	2013.02.05.16.54.25;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.11.01.05.27.34;	author lwhsu;	state Exp;
branches;
next	1.23;

1.23
date	2011.12.23.03.19.51;	author lwhsu;	state Exp;
branches;
next	1.22;

1.22
date	2011.06.05.18.43.13;	author novel;	state Exp;
branches;
next	1.21;

1.21
date	2011.02.25.08.46.07;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2010.02.03.00.44.11;	author lwhsu;	state Exp;
branches;
next	1.19;

1.19
date	2009.10.10.11.02.23;	author lwhsu;	state Exp;
branches;
next	1.18;

1.18
date	2009.08.28.20.44.20;	author pav;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.16.18.04.36;	author novel;	state Exp;
branches;
next	1.16;

1.16
date	2009.07.16.05.07.07;	author lwhsu;	state Exp;
branches;
next	1.15;

1.15
date	2009.01.29.09.13.04;	author lwhsu;	state Exp;
branches;
next	1.14;

1.14
date	2008.09.26.19.32.35;	author lwhsu;	state Exp;
branches;
next	1.13;

1.13
date	2008.06.06.14.01.03;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.29.17.38.45;	author lwhsu;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.03.11.57.06;	author novel;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.18.01.24.57;	author lwhsu;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.09.22.12.21;	author lwhsu;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.04.11.41.18;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.30.09.41.55;	author alexbl;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.01.08.56.14;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.22.12.13.06;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2007.05.26.07.06.59;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.11.21.00.51;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.10.14.47.34;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.07.06.19.20;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.26
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311722
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Li-Wen Hsu <lwhsu@@FreeBSD.org>
# $FreeBSD: head/security/py-gnutls/Makefile 311722 2013-02-05 16:17:06Z novel $

PORTNAME=	gnutls
PORTVERSION=	1.2.4
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-gnutls-${PORTVERSION}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	Python wrapper for the GNUTLS library

LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	python_gnutls

EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

post-patch:
	${REINPLACE_CMD} -e "s|include_dirs=.*|include_dirs=\['${LOCALBASE}/include'\],|" ${WRKSRC}/setup.py
	${REINPLACE_CMD} -e "s|library_dirs=.*|library_dirs=\['${LOCALBASE}/lib'\],|" ${WRKSRC}/setup.py
	${REINPLACE_CMD} -e "s|\.26||g" ${WRKSRC}/gnutls/library/functions.py

.if !defined(NOPORTEXAMPLES)
post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.25
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/security/py-gnutls/Makefile 306775 2012-11-01 05:27:34Z lwhsu $
d6 1
d15 1
a15 1
LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls
@


1.24
log
@SVN rev 306775 on 2012-11-01 05:27:34Z by lwhsu

- Update to 1.2.4

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.23
log
@- Update to 1.2.2
@
text
@d1 1
a1 4
# New ports collection makefile for:	py-gnutls
# Date created:		Apr. 06, 2007
# Whom:			Li-Wen Hsu <lwhsu@@FreeBSD.org>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.2.2
@


1.22
log
@Chase security/gnutls update and add an UPDATING entry.
@
text
@d9 1
a9 2
PORTVERSION=	1.2.0
PORTREVISION=	1
@


1.21
log
@- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
@
text
@d10 1
d19 1
a19 1
LIB_DEPENDS=	gnutls.40:${PORTSDIR}/security/gnutls
@


1.20
log
@- Update to 1.2.0
@
text
@a18 1
RUN_DEPENDS=	${PYCTYPES}
@


1.19
log
@- Fix build
@
text
@d9 1
a9 2
PORTVERSION=	1.1.9
PORTREVISION=	1
@


1.18
log
@- Mark BROKEN: does not compile

Reported by:	pointyhat
@
text
@a21 2
BROKEN=		does not compile

d29 3
a31 2
	${REINPLACE_CMD} -e "s|include_dirs=\[\]|include_dirs=\['${LOCALBASE}/include'\]|" ${WRKSRC}/setup.py
	${REINPLACE_CMD} -e "s|library_dirs=\[\]|library_dirs=\['${LOCALBASE}/lib'\]|" ${WRKSRC}/setup.py
@


1.17
log
@Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
@
text
@d22 2
@


1.16
log
@- Update to 1.1.9
@
text
@d10 1
d19 1
a19 1
LIB_DEPENDS=	gnutls.26:${PORTSDIR}/security/gnutls
@


1.15
log
@- Update to 1.1.8
@
text
@d9 1
a9 1
PORTVERSION=	1.1.8
@


1.14
log
@- Update to 1.1.6
@
text
@d9 1
a9 1
PORTVERSION=	1.1.6
@


1.13
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	1.1.5
PORTREVISION=	1
d19 1
d37 1
a37 7
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 250
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/ctypes/__init__.py:${PORTSDIR}/devel/py-ctypes
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- Update to 1.1.5
@
text
@d10 1
@


1.11
log
@- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
@
text
@d9 1
a9 2
PORTVERSION=	1.1.4
PORTREVISION=	1
@


1.10
log
@- Update to 1.1.4
@
text
@d10 1
d19 1
a19 1
LIB_DEPENDS=	gnutls.13:${PORTSDIR}/security/gnutls
@


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


1.8
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	1.1.1
PORTREVISION=	1
a28 2
	${FIND} ${WRKSRC}/gnutls/library -type f | ${XARGS} ${REINPLACE_CMD} -e 's/libgnutls.so.13/libgnutls.so.15/g'
	${FIND} ${WRKSRC}/gnutls/library -type f | ${XARGS} ${REINPLACE_CMD} -e 's/libgnutls-extra.so.13/libgnutls-extra.so.15/g'
@


1.7
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
@d25 1
a25 1
EXAMPLESDIR=	${TARGETDIR}/share/examples/py-${PORTNAME}
@


1.6
log
@Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
@
text
@d23 1
@


1.5
log
@- Respect NOPORTEXAMPLES
@
text
@d10 1
d19 1
a19 1
LIB_DEPENDS=	gnutls.15:${PORTSDIR}/security/gnutls
@


1.4
log
@- Update to 1.1.1

Approved by:	clsung (mentor, implicitly)
@
text
@d31 1
d35 1
@


1.3
log
@- Update to 1.0.2

Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
d11 1
a11 1
MASTER_SITES=	http://cheeseshop.python.org/packages/source/p/python-gnutls/
@


1.2
log
@- Update to 1.0.1

Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
@


1.1
log
@Add py-gnutls 1.0.0, python wrapper for the GNUTLS library.

Approved by:    clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
@

