Bug 141133 - [NEW PORT] net-p2p/py-transmissionrpc
Summary: [NEW PORT] net-p2p/py-transmissionrpc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 11:20 UTC by Vladimir Korkodinov
Modified: 2010-09-09 05:05 UTC (History)
0 users

See Also:


Attachments
file.shar (2.29 KB, text/plain)
2009-12-03 11:20 UTC, Vladimir Korkodinov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Korkodinov 2009-12-03 11:20:01 UTC
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.

Fix: apply patch

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-03 11:20:10 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-03 11:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-03 11:51:07 UTC
State Changed
From-To: open->feedback

intressing to take the maintainership?
Comment 4 Vladimir Korkodinov 2010-01-10 08:35:49 UTC
Unfortunately, I can not because of lack of free time.
Anyway thank you for this offer.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2010-01-17 02:56:32 UTC
State Changed
From-To: feedback->suspended

Submitter is not willing to become maintainer due to lack of time. 
Mark this as suspended awaiting someone else to become maintainer. 
(We no longer accept new, unmainted, ports, due to the overwhelming 
number that we already have.)
Comment 6 R.Mahmatkhanov 2010-03-10 15:42:58 UTC
Hello.
I want to maintain this port.

-- 
Regards,
Ruslan
Comment 7 Li-Wen Hsu freebsd_committer freebsd_triage 2010-04-04 09:55:40 UTC
State Changed
From-To: suspended->open

Volunteer shows up.
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-08-22 13:29:51 UTC
lwhsu       2010-08-22 12:29:38 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p              Makefile 
  Added files:
    net-p2p/py-transmissionrpc Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.88      +1 -0      ports/net-p2p/Makefile
  1.1       +27 -0     ports/net-p2p/py-transmissionrpc/Makefile (new)
  1.1       +3 -0      ports/net-p2p/py-transmissionrpc/distinfo (new)
  1.1       +3 -0      ports/net-p2p/py-transmissionrpc/pkg-descr (new)
  1.1       +3 -0      ports/net-p2p/py-transmissionrpc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-09 05:05:23 UTC
State Changed
From-To: open->closed

Committed, Thanks!