head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.26.18.59.44;	author rm;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.05.05.21.52.31;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.26.21.06.16;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# Created by: Greg Larkin <glarkin@@FreeBSD.org>
# $FreeBSD: head/www/trac-scrumburndown/Makefile 306466 2012-10-26 18:59:44Z rm $

PORTNAME=	scrumburndown
PORTVERSION=	1.9.2
PORTREVISION=	3
CATEGORIES=	www devel python
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
		LOCAL/glarkin
PKGNAMEPREFIX=	trac-

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	Plugin to enable Scrum burndown chart capabilities

RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
		trac-timingandestimation>=0:${PORTSDIR}/www/trac-timingandestimation

WRKSRC=		${WRKDIR}/${PORTNAME}plugin
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracBurndown
PYDISTUTILS_PKGVERSION=	${PORTVERSION:S/.r/_r/}
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.4
log
@SVN rev 306466 on 2012-10-26 18:59:44Z 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
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW

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


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-scrumburndown
# Date created:                      February 26 2010
# Whom:                              Greg Larkin <glarkin@@FreeBSD.org>
#
a2 1
#
d6 1
a6 1
PORTREVISION=	2
d13 1
a13 1
COMMENT=	A plugin to enable Scrum burndown chart capabilities
a14 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d19 5
a23 5
NO_BUILD=	yes
USE_PYTHON=	2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+=	PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes
@


1.2
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.1
log
@This Trac plugin adds burndown chart capabilities, a common part
of Scrum and other agile development methodologies.

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

Feature safe:	yes
@
text
@d10 1
@

