summaryrefslogtreecommitdiff
path: root/www/trac-estimator
diff options
context:
space:
mode:
Diffstat (limited to 'www/trac-estimator')
-rw-r--r--www/trac-estimator/Makefile24
-rw-r--r--www/trac-estimator/distinfo2
-rw-r--r--www/trac-estimator/pkg-descr5
-rw-r--r--www/trac-estimator/pkg-message21
4 files changed, 0 insertions, 52 deletions
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile
deleted file mode 100644
index e2fb9a675eb3..000000000000
--- a/www/trac-estimator/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= estimator
-PORTVERSION= 0.1.1
-PORTREVISION= 5
-CATEGORIES= www devel python
-MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
- LOCAL/glarkin
-PKGNAMEPREFIX= trac-
-DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
-
-MAINTAINER= joneum@FreeBSD.org
-COMMENT= Produce detailed range-based estimations for Trac tickets
-
-LICENSE= MIT
-
-RUN_DEPENDS= tracd:www/trac
-
-WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
-USES= python:2.7
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/trac-estimator/distinfo b/www/trac-estimator/distinfo
deleted file mode 100644
index b8675d0618aa..000000000000
--- a/www/trac-estimator/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (estimatorplugin-0.1.1.tar.gz) = bc6d16af2da264b91c1445d5fc8732f0fa77913a70f8c94e859ff2e402f14155
-SIZE (estimatorplugin-0.1.1.tar.gz) = 32631
diff --git a/www/trac-estimator/pkg-descr b/www/trac-estimator/pkg-descr
deleted file mode 100644
index 2dde91eb6b1d..000000000000
--- a/www/trac-estimator/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This Trac plugin implements a page for creating time estimates. The
-estimates will be attached to whatever tickets are specified in the
-tickets box.
-
-WWW: https://trac-hacks.org/wiki/EstimatorPlugin
diff --git a/www/trac-estimator/pkg-message b/www/trac-estimator/pkg-message
deleted file mode 100644
index 279f1eef0181..000000000000
--- a/www/trac-estimator/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-[
-{ type: install
- message: <<EOM
-To complete the installation, please add:
-
-[components]
-estimatorplugin.api.estimatorsetupparticipant = enabled
-estimatorplugin.macro_provider.estimatormacroprovider = enabled
-estimatorplugin.webui.estimationspage = enabled
-
-to your trac.ini to enable the plugin.
-
-Next, upgrade your database with the command:
-
- trac-admin /full/path/to/YourProjectName upgrade
-
-Finally, restart your web server, browse to your Trac URL
-and click on the "Estimate" button to create an estimate.
-EOM
-}
-]