Add py-transmissionrpc 0.3, a python module communicates with

Transmission through json-rpc.

PR:		ports/141133
Submitted by:	Vladimir Korkodinov <newbieman at perm.raid.ru>
This commit is contained in:
Li-Wen Hsu 2010-08-22 12:29:38 +00:00
parent 8fb574ad60
commit 01601437cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259731
5 changed files with 37 additions and 0 deletions

View file

@ -102,6 +102,7 @@
SUBDIR += py-fngrab
SUBDIR += py-kenosis
SUBDIR += py-py2play
SUBDIR += py-transmissionrpc
SUBDIR += py-vertex
SUBDIR += pyslsk
SUBDIR += qbittorrent-22

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: py-transmissionrpc
# Date created: 2009-12-03
# Whom: Vladimir Korkodinov <newbieman@perm.raid.ru>
#
# $FreeBSD$
#
PORTNAME= transmissionrpc
PORTVERSION= 0.3
CATEGORIES= net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= cvs-src@yandex.ru
COMMENT= A python module communicates with Transmission through json-rpc
USE_PYTHON= 2.6+
USE_PYDISTUTILS= easy_install
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (python/transmissionrpc-0.3.tar.gz) = 76a39663051daa7d1628e0cfd12c15e6
SHA256 (python/transmissionrpc-0.3.tar.gz) = fec29408e87179174a19af98e0988628ab8c3a4d6ea452ac4d1ef73751d12f56
SIZE (python/transmissionrpc-0.3.tar.gz) = 9926

View file

@ -0,0 +1,3 @@
This is a python module that can communicate with Transmission through json-rpc.
WWW: http://bitbucket.org/blueluna/transmissionrpc/wiki/Home

View file

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%