Date: Mon, 16 Jul 2012 15:36:06 +0200 (CEST) From: Radim Kolar <hsn@filez.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hsn@sendmail.cz Subject: ports/169910: [NEW PORT] www/trac-childtickets: Support for having child-tickets in Trac Message-ID: <201207161336.q6GDa6s5078412@ponto.amerinoc.com> Resent-Message-ID: <201207161340.q6GDe3vu024940@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169910 >Category: ports >Synopsis: [NEW PORT] www/trac-childtickets: Support for having child-tickets in Trac >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 16 13:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 8.3-RELEASE amd64 >Organization: >Environment: System: FreeBSD ponto.amerinoc.com 8.3-RELEASE FreeBSD 8.3-RELEASE #1: Wed Apr 18 08:46:47 CEST 2012 >Description: Having child-tickets is extremely useful when it comes to managing multiple releases (ie. a single 'bug-report' ticket and a single 'bug-fix' ticket for each milestone/branch of development), for managing sub-tasks of an issue and for managing 'bug-fixes' required when developing a new (larger) enhancement. This plugin modifies the ticket description box and adds a child ticket listing table and a 'create' button for adding new child tickets. It has the following features: It is possible to control in trac.ini the following aspects of child-ticket creation/viewing: allow/disallow child-tickets for a certain type of ticket to define the table headers displayed in the parent ticket to define a default for the child type to be created restrict the type of child-tickets to define which fields are inherited by child-tickets WWW: http://trac-hacks.org/wiki/ChildTicketsPlugin Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # trac-childtickets # trac-childtickets/pkg-descr # trac-childtickets/distinfo # trac-childtickets/Makefile # trac-childtickets/pkg-message # echo c - trac-childtickets mkdir -p trac-childtickets > /dev/null 2>&1 echo x - trac-childtickets/pkg-descr sed 's/^X//' >trac-childtickets/pkg-descr << '7a175e0f304010db2b765549851a8a63' XHaving child-tickets is extremely useful when it comes to Xmanaging multiple releases (ie. a single 'bug-report' ticket and Xa single 'bug-fix' ticket for each milestone/branch of Xdevelopment), for managing sub-tasks of an issue and for managing X'bug-fixes' required when developing a new (larger) enhancement. X XThis plugin modifies the ticket description box and adds a child Xticket listing table and a 'create' button for adding new child Xtickets. It has the following features: X XIt is possible to control in trac.ini the following aspects of Xchild-ticket creation/viewing: X X allow/disallow child-tickets for a certain type of ticket X to define the table headers displayed in the parent ticket X to define a default for the child type to be created X restrict the type of child-tickets X to define which fields are inherited by child-tickets X XWWW: http://trac-hacks.org/wiki/ChildTicketsPlugin 7a175e0f304010db2b765549851a8a63 echo x - trac-childtickets/distinfo sed 's/^X//' >trac-childtickets/distinfo << '7920c29657e79ac09f45f181da8931f0' XSHA256 (childtickets-2.5.2.zip) = a806a3e2f47cf4d36ad1ad6ec35153088580e38e61458d4d5e00a06eaabd17ae XSIZE (childtickets-2.5.2.zip) = 15305 7920c29657e79ac09f45f181da8931f0 echo x - trac-childtickets/Makefile sed 's/^X//' >trac-childtickets/Makefile << '888b969f88e532ca43f458d0e4f90d81' X# New ports collection makefile for: trac-childtickets X# Date created: 2012-07-16 X# Whom: Radim Kolar <hsn@sendmail.cz> X# X# $FreeBSD$ X# X XPORTNAME= childtickets XPORTVERSION= 2.5.2 XPORTREVISION= 0 XCATEGORIES= www devel python XMASTER_SITES= http://schema.filez.com/distfiles/ XPKGNAMEPREFIX= trac- X XMAINTAINER= hsn@sendmail.cz XCOMMENT= Support for having child-tickets in Trac X XLICENSE= BSD X XRUN_DEPENDS+= trac>=0.12:${PORTSDIR}/www/trac X XUSE_ZIP= yes X XWRKSRC= ${WRKDIR}/childticketsplugin/0.12 X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_PKGNAME= Tracchildtickets XPYDISTUTILS_NOEGGINFO= yes X XPLIST_SUB+= PORTVERSION=${PORTVERSION} \ X PYTHONVERSION=${_PYTHON_VERSION} XPLIST_FILES+= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg X Xpost-extract: X ${CHMOD} -R u+rwX ${WRKSRC} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> 888b969f88e532ca43f458d0e4f90d81 echo x - trac-childtickets/pkg-message sed 's/^X//' >trac-childtickets/pkg-message << '8e0af5ed081d2456b6a9f0ccc8430956' XSee plugin homepage http://trac-hacks.org/wiki/ChildTicketsPlugin for Xmore information about post install configuration. 8e0af5ed081d2456b6a9f0ccc8430956 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207161336.q6GDa6s5078412>