Index: head/www/trac-timingandestimation/Makefile =================================================================== --- head/www/trac-timingandestimation/Makefile (revision 250380) +++ head/www/trac-timingandestimation/Makefile (revision 250381) @@ -1,29 +1,32 @@ # New ports collection makefile for: trac-timingandestimation # Date created: February 26 2010 # Whom: Greg Larkin # # $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 +post-install: + @${CAT} ${PKGMESSAGE} + .include Property changes on: head/www/trac-timingandestimation/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-timingandestimation/pkg-message =================================================================== --- head/www/trac-timingandestimation/pkg-message (nonexistent) +++ head/www/trac-timingandestimation/pkg-message (revision 250381) @@ -0,0 +1,17 @@ +************************************************** +To complete the installation, please add: + +[components] +timingandestimationplugin.* = enabled + +to your trac.ini to enable the plugin. + +Next, upgrade your database with the command: + + trac-admin /full/path/to/YourProjectName upgrade + +Finally, visit: +http://trac-hacks.org/wiki/TimingAndEstimationPlugin#PostInstallationConfigurationOptions + +for configuration instructions. +************************************************** Property changes on: head/www/trac-timingandestimation/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