This plugin allows Trac plugins to export select parts of their interface via
XML-RPC. It also includes some exported functions for manipulating tickets, with plans to include interfaces to other parts of Trac's API. WWW: http://trac-hacks.org/wiki/XmlRpcPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
parent
3a895cd247
commit
405b2cea91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192105
5 changed files with 39 additions and 0 deletions
|
@ -1176,6 +1176,7 @@
|
|||
SUBDIR += trac-webadmin
|
||||
SUBDIR += trac-wikinotification
|
||||
SUBDIR += trac-wikirename
|
||||
SUBDIR += trac-xmlrpc
|
||||
SUBDIR += transproxy
|
||||
SUBDIR += twhttpd
|
||||
SUBDIR += twig
|
||||
|
|
27
www/trac-xmlrpc/Makefile
Normal file
27
www/trac-xmlrpc/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: trac-xmlrpc
|
||||
# Date created: May 18 2007
|
||||
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmlrpc
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gerrit.beine@gmx.de
|
||||
COMMENT= Provides an xml rpc interface to Trac
|
||||
|
||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/trac-xmlrpc/distinfo
Normal file
3
www/trac-xmlrpc/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xmlrpcplugin-0.1.tar.gz) = f7bc2121cb22efa738757af7436f19b2
|
||||
SHA256 (xmlrpcplugin-0.1.tar.gz) = 6eb21c477372a1014972cd38de09955edd5954a4caeb6081ad21f269c8e99611
|
||||
SIZE (xmlrpcplugin-0.1.tar.gz) = 8882
|
7
www/trac-xmlrpc/pkg-descr
Normal file
7
www/trac-xmlrpc/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This plugin allows Trac plugins to export select parts of their interface via
|
||||
XML-RPC.
|
||||
|
||||
It also includes some exported functions for manipulating tickets, with plans
|
||||
to include interfaces to other parts of Trac's API.
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/XmlRpcPlugin
|
1
www/trac-xmlrpc/pkg-plist
Normal file
1
www/trac-xmlrpc/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/TracXMLRPC-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in a new issue