Date: Thu, 25 Jun 2015 14:49:07 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390575 - in head/devel: . py-offtrac Message-ID: <201506251449.t5PEn7ir018152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Thu Jun 25 14:49:07 2015 New Revision: 390575 URL: https://svnweb.freebsd.org/changeset/ports/390575 Log: [NEW] devel/py-offtrac: Trac XMLRPC library This is the Offtrac project. It aims to be a python based xmlrpc client library for trac instances. There is the offtrac python library which offers the TracServer class. This object is how one interacts with a Trac instance via xmlrpc. An example script (fedora-hosted.py) is provided to show how a client program might make use of the library to get things done. WWW: http://fedorahosted.org/offtrac Added: head/devel/py-offtrac/ head/devel/py-offtrac/Makefile (contents, props changed) head/devel/py-offtrac/distinfo (contents, props changed) head/devel/py-offtrac/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 25 14:46:17 2015 (r390574) +++ head/devel/Makefile Thu Jun 25 14:49:07 2015 (r390575) @@ -3993,6 +3993,7 @@ SUBDIR += py-ocempgui SUBDIR += py-ode SUBDIR += py-odfpy + SUBDIR += py-offtrac SUBDIR += py-olefile SUBDIR += py-oletools SUBDIR += py-omnijson Added: head/devel/py-offtrac/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-offtrac/Makefile Thu Jun 25 14:49:07 2015 (r390575) @@ -0,0 +1,19 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= offtrac +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Trac XMLRPC library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-offtrac/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-offtrac/distinfo Thu Jun 25 14:49:07 2015 (r390575) @@ -0,0 +1,2 @@ +SHA256 (offtrac-0.1.0.tar.gz) = a6d0bd696e67c6ab13504b8b29e49f243bf7710443d9209da7e7077541006d1b +SIZE (offtrac-0.1.0.tar.gz) = 8824 Added: head/devel/py-offtrac/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-offtrac/pkg-descr Thu Jun 25 14:49:07 2015 (r390575) @@ -0,0 +1,9 @@ +This is the Offtrac project. It aims to be a python based xmlrpc client +library for trac instances. + +There is the offtrac python library which offers the TracServer class. This +object is how one interacts with a Trac instance via xmlrpc. An example +script (fedora-hosted.py) is provided to show how a client program might +make use of the library to get things done. + +WWW: http://fedorahosted.org/offtrac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251449.t5PEn7ir018152>