aboutsummaryrefslogtreecommitdiff
path: root/www/trac-estimator
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-02-26 21:34:12 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-02-26 21:34:12 +0000
commitea6a93366e267a1f7ce41946c03bcf02df2669c4 (patch)
treed78d95bba63c4904c9fa421e7466d6b57e97f8b3 /www/trac-estimator
parent9571151cfa200152784dc8c01f3ae5455a48a68e (diff)
downloadports-ea6a93366e267a1f7ce41946c03bcf02df2669c4.tar.gz
ports-ea6a93366e267a1f7ce41946c03bcf02df2669c4.zip
Notes
Diffstat (limited to 'www/trac-estimator')
-rw-r--r--www/trac-estimator/Makefile3
-rw-r--r--www/trac-estimator/pkg-message17
2 files changed, 20 insertions, 0 deletions
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile
index cc7db4a37f74..29a0204b3678 100644
--- a/www/trac-estimator/Makefile
+++ b/www/trac-estimator/Makefile
@@ -26,4 +26,7 @@ USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/www/trac-estimator/pkg-message b/www/trac-estimator/pkg-message
new file mode 100644
index 000000000000..cedff5cbb740
--- /dev/null
+++ b/www/trac-estimator/pkg-message
@@ -0,0 +1,17 @@
+**************************************************
+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.
+**************************************************