Index: head/www/trac-estimator/Makefile =================================================================== --- head/www/trac-estimator/Makefile (revision 250381) +++ head/www/trac-estimator/Makefile (revision 250382) @@ -1,29 +1,32 @@ # New ports collection makefile for: trac-estimator # Date created: February 26 2010 # Whom: Greg Larkin # # $FreeBSD$ # PORTNAME= estimator PORTVERSION= 0.1.1 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= Produce detailed range-based estimations for Trac tickets BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 NO_BUILD= yes USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes +post-install: + @${CAT} ${PKGMESSAGE} + .include Property changes on: head/www/trac-estimator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/trac-estimator/pkg-message =================================================================== --- head/www/trac-estimator/pkg-message (nonexistent) +++ head/www/trac-estimator/pkg-message (revision 250382) @@ -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. +************************************************** Property changes on: head/www/trac-estimator/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property