Date: Thu, 3 Dec 2009 11:12:38 GMT From: Vladimir Korkodinov <newbieman@perm.raid.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/141133: [NEW PORT] net-p2p/py-transmissionrpc Message-ID: <200912031112.nB3BCcie050343@www.freebsd.org> Resent-Message-ID: <200912031120.nB3BK1NJ050614@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141133 >Category: ports >Synopsis: [NEW PORT] net-p2p/py-transmissionrpc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 03 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Vladimir Korkodinov >Release: FreeBSD 7.2-STABLE >Organization: >Environment: FreeBSD xxx 7.2-STABLE FreeBSD 7.2-STABLE #2: Thu Jul 16 03:52:44 YEKST 2009 root@xxx:/usr/obj/usr/src/sys/kernel amd64 >Description: Introduction Transmission is a open source bittorrent client. This is a python module that can communicate with Transmission through json-rpc. See the documentation for more information about the module. transmissionrpc 0.3 Release notes Features * All Transmission 1.61 features accessible. * Live tests. * Support for HTTP Basic Authentication * Support for Session-Id header * Important features tested successfully against Transmission 1.40, 1.41, 1.42, 1.50, 1.51, 1.52, 1.53, 1.60, 1.61. >How-To-Repeat: >Fix: apply patch Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-transmissionrpc # py-transmissionrpc/pkg-descr # py-transmissionrpc/Makefile # py-transmissionrpc/distinfo # py-transmissionrpc/pkg-plist # echo c - py-transmissionrpc mkdir -p py-transmissionrpc > /dev/null 2>&1 echo x - py-transmissionrpc/pkg-descr sed 's/^X//' >py-transmissionrpc/pkg-descr << 'a8b56bef7196d2f63d32375db667d590' XThis is a python module that can communicate with Transmission through json-rpc. X XWWW: http://bitbucket.org/blueluna/transmissionrpc/wiki/Home a8b56bef7196d2f63d32375db667d590 echo x - py-transmissionrpc/Makefile sed 's/^X//' >py-transmissionrpc/Makefile << 'a2e70021fdc2bd8a4cecdaac0fcd6636' X# New ports collection makefile for: py-transmissionrpc X# Date created: 2009-12-03 X# Whom: Vladimir Korkodinov <newbieman@perm.raid.ru> X# X# $FreeBSD: ports/net-p2p/py-transmissionrpc/Makefile,v 1.9 2009/04/07 20:44:57 itetcu Exp $ X# X XPORTNAME= transmissionrpc XPORTVERSION= 0.3 XCATEGORIES= net-p2p python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= This is a python module that can communicate with Transmission through json-rpc X XDIST_SUBDIR= python XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= easy_install X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> a2e70021fdc2bd8a4cecdaac0fcd6636 echo x - py-transmissionrpc/distinfo sed 's/^X//' >py-transmissionrpc/distinfo << '351b34a1febe2984bd7144ace2e62e7a' XMD5 (python/transmissionrpc-0.3.tar.gz) = 76a39663051daa7d1628e0cfd12c15e6 XSHA256 (python/transmissionrpc-0.3.tar.gz) = fec29408e87179174a19af98e0988628ab8c3a4d6ea452ac4d1ef73751d12f56 XSIZE (python/transmissionrpc-0.3.tar.gz) = 9926 351b34a1febe2984bd7144ace2e62e7a echo x - py-transmissionrpc/pkg-plist sed 's/^X//' >py-transmissionrpc/pkg-plist << 'd865dd957c99f0691bd074b8db9508ae' X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% X d865dd957c99f0691bd074b8db9508ae exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912031112.nB3BCcie050343>