summaryrefslogtreecommitdiff
path: root/sysutils/py-python-bareos
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-10 13:32:02 -0500
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-10 13:32:02 -0500
commit5e5bfcdc646ba911dac42fb82215ccb5c3e5df54 (patch)
tree75221899f2c0fd11e91988230bf34fa8e7a30e67 /sysutils/py-python-bareos
parenteditors/lazarus-qt5: Bump PORTREVISION. qt5pas was updated to newest source code (diff)
sysutils/py-python-bareos: New port: client library and tools for Bareos console access
python-bareos is a Python module to access a http://www.bareos.org backup system
Diffstat (limited to 'sysutils/py-python-bareos')
-rw-r--r--sysutils/py-python-bareos/Makefile16
-rw-r--r--sysutils/py-python-bareos/distinfo3
-rw-r--r--sysutils/py-python-bareos/pkg-descr2
3 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/py-python-bareos/Makefile b/sysutils/py-python-bareos/Makefile
new file mode 100644
index 000000000000..084691d8bab0
--- /dev/null
+++ b/sysutils/py-python-bareos/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= python-bareos
+PORTVERSION= 22.0.3
+CATEGORIES= sysutils python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= client library and tools for Bareos console access
+WWW= https://github.com/bareos/bareos
+
+LICENSE= AGPLv3
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/sysutils/py-python-bareos/distinfo b/sysutils/py-python-bareos/distinfo
new file mode 100644
index 000000000000..cd59bc6235f1
--- /dev/null
+++ b/sysutils/py-python-bareos/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1680908895
+SHA256 (python-bareos-22.0.3.tar.gz) = 2988b4efb583538ee6679cfa956b907717c298c895ef91910f1b671c8ae91097
+SIZE (python-bareos-22.0.3.tar.gz) = 23622
diff --git a/sysutils/py-python-bareos/pkg-descr b/sysutils/py-python-bareos/pkg-descr
new file mode 100644
index 000000000000..601fb86e7507
--- /dev/null
+++ b/sysutils/py-python-bareos/pkg-descr
@@ -0,0 +1,2 @@
+python-bareos is a Python module to access a http://www.bareos.org backup
+system