From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 16 13:40:05 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FFCB106566C for ; Mon, 16 Jul 2012 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4248D8FC16 for ; Mon, 16 Jul 2012 13:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6GDe3ed024941 for ; Mon, 16 Jul 2012 13:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6GDe3vu024940; Mon, 16 Jul 2012 13:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Jul 2012 13:40:03 GMT Resent-Message-Id: <201207161340.q6GDe3vu024940@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95F67106566B for ; Mon, 16 Jul 2012 13:36:14 +0000 (UTC) (envelope-from hsn@filez.com) Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0668FC15 for ; Mon, 16 Jul 2012 13:36:14 +0000 (UTC) Received: from ponto.amerinoc.com (localhost [127.0.0.1]) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id q6GDa74V078413; Mon, 16 Jul 2012 15:36:07 +0200 (CEST) (envelope-from hsn@ponto.amerinoc.com) Received: (from hsn@localhost) by ponto.amerinoc.com (8.14.5/8.14.5/Submit) id q6GDa6s5078412; Mon, 16 Jul 2012 15:36:06 +0200 (CEST) (envelope-from hsn) Message-Id: <201207161336.q6GDa6s5078412@ponto.amerinoc.com> Date: Mon, 16 Jul 2012 15:36:06 +0200 (CEST) From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hsn@sendmail.cz Subject: ports/169910: [NEW PORT] www/trac-childtickets: Support for having child-tickets in Trac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 13:40:05 -0000 >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 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 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: