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:
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
|
@ -1625,6 +1625,7 @@
|
|||
SUBDIR += trac-themeengine
|
||||
SUBDIR += trac-ticketdelete
|
||||
SUBDIR += trac-ticketimport
|
||||
SUBDIR += trac-timingandestimation
|
||||
SUBDIR += trac-tocmacro
|
||||
SUBDIR += trac-tweakui
|
||||
SUBDIR += trac-vote
|
||||
|
|
29
www/trac-timingandestimation/Makefile
Normal file
29
www/trac-timingandestimation/Makefile
Normal 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>
|
3
www/trac-timingandestimation/distinfo
Normal file
3
www/trac-timingandestimation/distinfo
Normal 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
|
6
www/trac-timingandestimation/pkg-descr
Normal file
6
www/trac-timingandestimation/pkg-descr
Normal 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
|
1
www/trac-timingandestimation/pkg-plist
Normal file
1
www/trac-timingandestimation/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/timingandestimationplugin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in a new issue