head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.16.19.33.50;	author rm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	trac-childtickets
# Date created:				2012-08-16
# Whom:					Radim Kolar <hsn@@sendmail.cz>
#
# $FreeBSD: head/www/trac-childtickets/Makefile 302655 2012-08-16 19:33:50Z rm $
#

PORTNAME=	childtickets
PORTVERSION=	2.5.2
CATEGORIES=	www devel python
MASTER_SITES=	http://schema.filez.com/distfiles/
PKGNAMEPREFIX=	trac-

MAINTAINER=	hsn@@sendmail.cz
COMMENT=	Support for having child-tickets in Trac

LICENSE=	BSD

RUN_DEPENDS+=	trac>=0.12:${PORTSDIR}/www/trac

USE_ZIP=	yes

WRKSRC=		${WRKDIR}/childticketsplugin/0.12

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	Tracchildtickets

SUB_FILES=	pkg-message
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.1
log
@SVN rev 302655 on 2012-08-16 19:33:50Z by rm

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

PR:		169910
Submitted by:	Radim Kolar <hsn@@sendmail.cz>
@
text
@d5 1
a5 1
# $FreeBSD$
@

