diff --git a/comms/py-fritzconnection/Makefile b/comms/py-fritzconnection/Makefile new file mode 100644 index 000000000000..f6b5e99259d5 --- /dev/null +++ b/comms/py-fritzconnection/Makefile @@ -0,0 +1,19 @@ +PORTNAME= fritzconnection +PORTVERSION= 1.6.0 +CATEGORIES= comms python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd@michael-bueker.de +COMMENT= Python tool to communicate with AVM FritzBox routers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} + +NO_ARCH= yes +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +.include diff --git a/comms/py-fritzconnection/distinfo b/comms/py-fritzconnection/distinfo new file mode 100644 index 000000000000..7c25bb916c96 --- /dev/null +++ b/comms/py-fritzconnection/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627392850 +SHA256 (fritzconnection-1.6.0.tar.gz) = e33f7c8fe7c1062bf7f5a488385d4e050d5c4b9a7a379daa058f70d9db02f4a7 +SIZE (fritzconnection-1.6.0.tar.gz) = 32768 diff --git a/comms/py-fritzconnection/pkg-descr b/comms/py-fritzconnection/pkg-descr new file mode 100644 index 000000000000..0a6f8e32a9d1 --- /dev/null +++ b/comms/py-fritzconnection/pkg-descr @@ -0,0 +1,4 @@ +A Python tool to communicate with the AVM FritzBox family of home routers. +It uses the TR-064 protocol over UPnP. + +WWW: https://github.com/kbr/fritzconnection/