diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-02-27 02:15:19 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-02-27 02:15:19 +0800 |
commit | 99f4c1db4c93d391fe4e9feb9a640500bb7031ab (patch) | |
tree | b5b70b70b89895edbc8a1dfc2bf7c13529e78b2b | |
parent | 9513320e1f53c072b1db21e78b7cbc4743206d93 (diff) | |
download | freebsd-ports-gnome-99f4c1db4c93d391fe4e9feb9a640500bb7031ab.tar.gz freebsd-ports-gnome-99f4c1db4c93d391fe4e9feb9a640500bb7031ab.tar.zst freebsd-ports-gnome-99f4c1db4c93d391fe4e9feb9a640500bb7031ab.zip |
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
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/trac-timingandestimation/Makefile | 29 | ||||
-rw-r--r-- | www/trac-timingandestimation/distinfo | 3 | ||||
-rw-r--r-- | www/trac-timingandestimation/pkg-descr | 6 | ||||
-rw-r--r-- | www/trac-timingandestimation/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f0befd52c1b5..07d58e30e411 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile new file mode 100644 index 000000000000..ea912394ff8a --- /dev/null +++ b/www/trac-timingandestimation/Makefile @@ -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> diff --git a/www/trac-timingandestimation/distinfo b/www/trac-timingandestimation/distinfo new file mode 100644 index 000000000000..87bdcdaa0436 --- /dev/null +++ b/www/trac-timingandestimation/distinfo @@ -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 diff --git a/www/trac-timingandestimation/pkg-descr b/www/trac-timingandestimation/pkg-descr new file mode 100644 index 000000000000..fcb100d4d0ca --- /dev/null +++ b/www/trac-timingandestimation/pkg-descr @@ -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 diff --git a/www/trac-timingandestimation/pkg-plist b/www/trac-timingandestimation/pkg-plist new file mode 100644 index 000000000000..71301efeea6d --- /dev/null +++ b/www/trac-timingandestimation/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/timingandestimationplugin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg |