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:
parent
6365b3620f
commit
27822393b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227110
@ -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
|
||||
|
34
www/trac-batchmodify/Makefile
Normal file
34
www/trac-batchmodify/Makefile
Normal 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>
|
3
www/trac-batchmodify/distinfo
Normal file
3
www/trac-batchmodify/distinfo
Normal 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
|
3
www/trac-batchmodify/pkg-descr
Normal file
3
www/trac-batchmodify/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This plugin enables users to modify several tickets together at once.
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/BatchModifyPlugin
|
10
www/trac-batchmodify/pkg-message
Normal file
10
www/trac-batchmodify/pkg-message
Normal 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.
|
||||
**************************************************
|
1
www/trac-batchmodify/pkg-plist
Normal file
1
www/trac-batchmodify/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/BatchModify-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in New Issue
Block a user