Index: head/net-p2p/Makefile =================================================================== --- head/net-p2p/Makefile (revision 559478) +++ head/net-p2p/Makefile (revision 559479) @@ -1,101 +1,102 @@ # $FreeBSD$ # COMMENT = Peer-to-peer network applications SUBDIR += amule SUBDIR += amule-devel SUBDIR += awgg SUBDIR += bitcoin SUBDIR += bitcoin-daemon SUBDIR += bitcoin-utils SUBDIR += bitflu SUBDIR += bitmark SUBDIR += bitmark-cli SUBDIR += bitmark-daemon SUBDIR += bitmark-recorder SUBDIR += btpd SUBDIR += c-lightning SUBDIR += cpuminer SUBDIR += createtorrent SUBDIR += ctcs SUBDIR += ctorrent SUBDIR += dclib SUBDIR += deluge SUBDIR += deluge-cli SUBDIR += ed2k SUBDIR += edonkey-tool-hash SUBDIR += eiskaltdcpp-cli SUBDIR += eiskaltdcpp-daemon SUBDIR += eiskaltdcpp-data SUBDIR += eiskaltdcpp-gtk SUBDIR += eiskaltdcpp-lib SUBDIR += frost SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent SUBDIR += libbt SUBDIR += liberator SUBDIR += libktorrent SUBDIR += libswift SUBDIR += libtorrent SUBDIR += libtorrent-rasterbar SUBDIR += lidarr SUBDIR += linuxdcpp SUBDIR += litecoin SUBDIR += litecoin-daemon SUBDIR += litecoin-utils SUBDIR += microdc2 SUBDIR += minder SUBDIR += mktorrent SUBDIR += mldonkey SUBDIR += mldonkey-core SUBDIR += mldonkey-gui SUBDIR += monero-cli SUBDIR += namecoin SUBDIR += namecoin-daemon SUBDIR += namecoin-utils SUBDIR += ncdc SUBDIR += opendchub SUBDIR += openethereum SUBDIR += p5-Net-BitTorrent SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-Net-BitTorrent-PeerPacket SUBDIR += p5-Net-DirectConnect SUBDIR += p5-WWW-BitTorrent SUBDIR += phex SUBDIR += py-libtorrent-rasterbar + SUBDIR += py-transmission-rpc SUBDIR += py-transmissionrpc SUBDIR += py-tremc SUBDIR += py-vertex SUBDIR += qbittorrent SUBDIR += qtum SUBDIR += radarr SUBDIR += retroshare SUBDIR += rslsync SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr SUBDIR += sonarr-devel SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff SUBDIR += transmission SUBDIR += transmission-cli SUBDIR += transmission-daemon SUBDIR += transmission-gtk SUBDIR += transmission-qt SUBDIR += transmission-remote-gui SUBDIR += transmission-utils SUBDIR += udpt SUBDIR += uhub SUBDIR += vuze SUBDIR += xmrig SUBDIR += zetacoin SUBDIR += zetacoin-daemon SUBDIR += zetacoin-utils .include Index: head/net-p2p/py-transmission-rpc/Makefile =================================================================== --- head/net-p2p/py-transmission-rpc/Makefile (nonexistent) +++ head/net-p2p/py-transmission-rpc/Makefile (revision 559479) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= transmission-rpc +PORTVERSION= 2.0.4 +CATEGORIES= net-p2p python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Python module for Transmission bittorent client RPC protocol + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0<3.0.0:www/py-requests@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Property changes on: head/net-p2p/py-transmission-rpc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/py-transmission-rpc/distinfo =================================================================== --- head/net-p2p/py-transmission-rpc/distinfo (nonexistent) +++ head/net-p2p/py-transmission-rpc/distinfo (revision 559479) @@ -0,0 +1,3 @@ +TIMESTAMP = 1589976310 +SHA256 (transmission-rpc-2.0.4.tar.gz) = 1082823144f3469adc4b101101de56f307d530e43446aad7bca54e7927988164 +SIZE (transmission-rpc-2.0.4.tar.gz) = 21747 Property changes on: head/net-p2p/py-transmission-rpc/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/py-transmission-rpc/pkg-descr =================================================================== --- head/net-p2p/py-transmission-rpc/pkg-descr (nonexistent) +++ head/net-p2p/py-transmission-rpc/pkg-descr (revision 559479) @@ -0,0 +1,4 @@ +transmission-rpc is a python module implementing the json-rpc client +protocol for the BitTorrent client Transmission. + +WWW: https://pypi.org/project/transmission-rpc/ Property changes on: head/net-p2p/py-transmission-rpc/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/py-transmissionrpc/Makefile =================================================================== --- head/net-p2p/py-transmissionrpc/Makefile (revision 559478) +++ head/net-p2p/py-transmissionrpc/Makefile (revision 559479) @@ -1,31 +1,34 @@ # Created by: Vladimir Korkodinov # $FreeBSD$ PORTNAME= transmissionrpc PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Python module that communicates with Transmission through JSON-RPC LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +DEPRECATED= Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead +EXPIRATION_DATE=2021-01-31 + USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include