head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2013.02.28.17.51.58;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.10.30.19.39.11;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2010.12.25.16.55.39;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2010.05.18.04.08.00;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.05.21.52.28;	author pgollucci;	state Exp;
branches;
next	1.2;

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

1.1
date	2009.01.23.23.04.15;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/trac-navadd/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;:L}
PORTVERSION=	0.1
PORTREVISION=	3
CATEGORIES=	www devel python
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Plugin for adding navigation items into Trac navigation bars

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	NavAdd
WRKSRC=			${WRKDIR}/${PORTNAME}plugin
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 2
# Created by: Brooks Davis <brooks@@freebsd.org>
# $FreeBSD: head/www/trac-navadd/Makefile 306695 2012-10-30 19:39:11Z rm $
d12 1
a12 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.6
log
@SVN rev 306695 on 2012-10-30 19:39:11Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- remove indefinite article in COMMENT
- limit python version to 2.x only

PR:		173101
Submitted by:	rm (myself)
Approved by:	brooks (maintainer, by mail)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.5
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-navadd
# Date created:                      January 23, 2009
# Whom:                              Brooks Davis <brooks@@freebsd.org>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	2
d14 1
a14 1
COMMENT=	A plugin for adding navigation items into Trac navigation bars
a16 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d18 2
a19 3
USE_PYTHON=	yes
NO_BUILD=	yes
USE_PYDISTUTILS=yes
d21 2
a22 7
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
PYDISTUTILS_NOEGGINFO=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg

do-build:
	@@${DO_NADA}
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d17 1
a17 1
MAINTAINER=	brooks@@freebsd.org
@


1.3
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=	1
@


1.2
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
@


1.1
log
@Add trac-navadd 0.1, a plugin for adding navigation items into Trac
navigation bars.
@
text
@d22 1
a22 1
USE_PYTHON=	2.3+
@

