1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

This plugin enables users to modify several tickets together at once.

WWW:	http://trac-hacks.org/wiki/BatchModifyPlugin
This commit is contained in:
Greg Larkin 2009-01-29 20:15:11 +00:00
parent 6365b3620f
commit 27822393b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227110
6 changed files with 52 additions and 0 deletions

View File

@ -1425,6 +1425,7 @@
SUBDIR += trac-accountmanager
SUBDIR += trac-addcomment
SUBDIR += trac-advancedticketworkflow
SUBDIR += trac-batchmodify
SUBDIR += trac-blog
SUBDIR += trac-bzr
SUBDIR += trac-calendar

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: trac-batchmodify
# Date created: Jan 29 2009
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= batchmodify
PORTVERSION= 0.2.0.4447
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= Enables users to modify several tickets together at once
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= 2.3+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= BatchModify
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (batchmodifyplugin-0.2.0.4447.zip) = e15070007de6549304b21a10a28298f4
SHA256 (batchmodifyplugin-0.2.0.4447.zip) = 926fb67778ad0131e35f8d16fa3c499f093bfb018ba7c13f0e90814ac3293007
SIZE (batchmodifyplugin-0.2.0.4447.zip) = 9689

View File

@ -0,0 +1,3 @@
This plugin enables users to modify several tickets together at once.
WWW: http://trac-hacks.org/wiki/BatchModifyPlugin

View File

@ -0,0 +1,10 @@
**************************************************
To complete the installation, please add:
[components]
trac.ticket.query.* = enabled
batchmod.* = enabled
to your trac.ini to enable the ticket batch
modification plugin.
**************************************************

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/BatchModify-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg