This is a plugin that adds (aspires to add) estimation and time

tracking to Trac.  This basically adds CustomFields and CustomReports
and an interface for filling the dynamic variables for the report
(requires Javascript).

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

Feature safe:	yes
This commit is contained in:
Greg Larkin 2010-02-26 18:15:19 +00:00
parent 2611791556
commit e6c19ac68e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250373
5 changed files with 40 additions and 0 deletions

View file

@ -1625,6 +1625,7 @@
SUBDIR += trac-themeengine SUBDIR += trac-themeengine
SUBDIR += trac-ticketdelete SUBDIR += trac-ticketdelete
SUBDIR += trac-ticketimport SUBDIR += trac-ticketimport
SUBDIR += trac-timingandestimation
SUBDIR += trac-tocmacro SUBDIR += trac-tocmacro
SUBDIR += trac-tweakui SUBDIR += trac-tweakui
SUBDIR += trac-vote SUBDIR += trac-vote

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: trac-timingandestimation
# Date created: February 26 2010
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= timingandestimation
PORTVERSION= 0.9.0b
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Add estimation and time tracking functionality to Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (timingandestimationplugin-0.9.0b.tar.gz) = 3e025e4a20c7d533418770c8fcc8b3bd
SHA256 (timingandestimationplugin-0.9.0b.tar.gz) = 19f1ef497c59af6a1a201399bad45fc961a99662bcd36edf849d82d3218b9616
SIZE (timingandestimationplugin-0.9.0b.tar.gz) = 63005

View file

@ -0,0 +1,6 @@
This is a plugin that adds (aspires to add) estimation and time
tracking to Trac. This basically adds CustomFields and CustomReports
and an interface for filling the dynamic variables for the report
(requires Javascript).
WWW: http://trac-hacks.org/wiki/TimingAndEstimationPlugin

View file

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/timingandestimationplugin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg