aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-02-01 12:52:11 +0000
committerRene Ladan <rene@FreeBSD.org>2021-02-01 12:52:11 +0000
commit3c9b734022681d3361f88dd9c398a2eaa0033a0e (patch)
tree478197cae9bb5cf38e8fe008cd5fc5fc44354a50 /net-p2p
parent6caa757421e429c212bf83f347ce8227fe84278c (diff)
downloadports-3c9b734022681d3361f88dd9c398a2eaa0033a0e.tar.gz
ports-3c9b734022681d3361f88dd9c398a2eaa0033a0e.zip
Remove expired ports:
2021-01-31 deskutils/orage: Unsupported upstream, cannot work with XFCE 4.16 2021-01-31 sysutils/rubygem-chef-config12 2021-01-31 mail/openwebmail: Does not use modern Perl syntax and no development activity since 2006 2021-01-31 sysutils/rubygem-ohai8 2021-01-31 deskutils/xfce4-volumed: Unsupported upstream, cannot work with XFCE 4.16 2021-01-31 sysutils/rubygem-chef12: Please use sysutils/rubygem-chef instead 2021-01-31 x11/xfce4-embed-plugin: Unsupported upstream, cannot work with XFCE 4.16 2021-01-31 net-p2p/py-transmissionrpc: Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead 2021-01-31 science/xfce4-equake-plugin: Unsupported upstream, cannot work with XFCE 4.16 2021-01-31 sysutils/xfce4-kbdleds-plugin: Unsupported upstream, cannot work with XFCE 4.16 2021-01-31 textproc/py-gfm: No longer maintained by upstream, please use textproc/py-cmarkgfm instead
Notes
Notes: svn path=/head/; revision=563574
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile1
-rw-r--r--net-p2p/py-transmissionrpc/Makefile34
-rw-r--r--net-p2p/py-transmissionrpc/distinfo2
-rw-r--r--net-p2p/py-transmissionrpc/pkg-descr3
4 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index b76b88b767cf..314fc7f73195 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -69,7 +69,6 @@
SUBDIR += phex
SUBDIR += py-libtorrent-rasterbar
SUBDIR += py-transmission-rpc
- SUBDIR += py-transmissionrpc
SUBDIR += py-tremc
SUBDIR += py-vertex
SUBDIR += qbittorrent
diff --git a/net-p2p/py-transmissionrpc/Makefile b/net-p2p/py-transmissionrpc/Makefile
deleted file mode 100644
index e53158bdbff3..000000000000
--- a/net-p2p/py-transmissionrpc/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Vladimir Korkodinov <newbieman@perm.raid.ru>
-# $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:3.6+
-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 <bsd.port.mk>
diff --git a/net-p2p/py-transmissionrpc/distinfo b/net-p2p/py-transmissionrpc/distinfo
deleted file mode 100644
index 911192efef69..000000000000
--- a/net-p2p/py-transmissionrpc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python/transmissionrpc-0.11.tar.gz) = ec43b460f9fde2faedbfa6d663ef495b3fd69df855a135eebe8f8a741c0dde60
-SIZE (python/transmissionrpc-0.11.tar.gz) = 96091
diff --git a/net-p2p/py-transmissionrpc/pkg-descr b/net-p2p/py-transmissionrpc/pkg-descr
deleted file mode 100644
index 3366acd4a889..000000000000
--- a/net-p2p/py-transmissionrpc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a python module that can communicate with Transmission through json-rpc.
-
-WWW: https://bitbucket.org/blueluna/transmissionrpc/wiki/Home