head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.10.27.18.49.02;	author rm;	state Exp;
branches;
next	1.13;

1.13
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2011.02.25.01.32.12;	author delphij;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.18.04.07.58;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.05.21.52.27;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2009.12.13.16.28.02;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2009.05.06.22.15.16;	author glarkin;	state Exp;
branches;
next	1.7;

1.7
date	2009.05.04.20.31.56;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.05.19.04.40;	author delphij;	state Exp;
branches;
next	1.5;

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

1.4
date	2008.06.06.14.07.17;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.28.18.49.07;	author delphij;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.30.09.42.21;	author alexbl;	state Exp;
branches;
next	1.1;

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


desc
@@


1.15
log
@Switch exporter over
@
text
@# Created by: Gerrit Beine <gerrit.beine@@gmx.de>
# $FreeBSD: head/www/trac-ldap/Makefile 306516 2012-10-27 18:49:02Z rm $

PORTNAME=	ldap
PORTVERSION=	0.5.1
PORTREVISION=	7
CATEGORIES=	www devel python
MASTER_SITES=	http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	LDAP extensions for Trac

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
		${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2

WRKSRC=		${WRKDIR}/${PORTNAME}plugin
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	LdapPlugin
PYDISTUTILS_PKGVERSION=	${PORTVERSION}dev
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.14
log
@SVN rev 306516 on 2012-10-27 18:49:02Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES

Approved by:	glarkin (maintainer, implicit)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.13
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-ldap
# Date created:                      May 18 2007
# Whom:                              Gerrit Beine <gerrit.beine@@gmx.de>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	6
a14 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d19 5
a23 5
NO_BUILD=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PLIST_SUB+=	PORTVERSION=${PORTVERSION}dev PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes
@


1.12
log
@Chase after net/openldap24-server update.

Reminded by:	miwi
@
text
@d17 1
a17 1
COMMENT=	LDAP extenstions for Trac
@


1.11
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.10
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.9
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
a10 1
PORTREVISION=	3
@


1.8
log
@- Take maintainership
@
text
@d25 1
a25 1
USE_PYTHON=	2.3+
@


1.7
log
@- Reset maintainer

PR:		133702
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de>
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan
@
text
@d16 1
a16 1
MAINTAINER=	gerrit.beine@@gmx.de
@


1.5
log
@- Bump PORTREVISION after arp update

PR:		125269 125274
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.4
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
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Chase after py-ldap2 egg'ified
@
text
@d10 1
@


1.2
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
@d20 1
a20 1
		${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2
@


1.1
log
@LDAP support with group management has been added as a Trac extension. This
extension enables to use existing LDAP groups to grant permissions rather than
defining permissions for every single user on the system. The latest release
also permits to store permissions (both users and groups permissions) in the
LDAP directory itself rather than in the SQL backend.

WWW: http://trac-hacks.org/wiki/LdapPlugin

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
@
text
@d27 1
@

