1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/trac-childtickets/Makefile
Ruslan Makhmatkhanov 6d04ca1269 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>
2012-08-16 19:33:50 +00:00

36 lines
712 B
Makefile

# New ports collection makefile for: trac-childtickets
# Date created: 2012-08-16
# Whom: Radim Kolar <hsn@sendmail.cz>
#
# $FreeBSD$
#
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>