aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-01 13:06:45 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-01 13:06:45 +0000
commit92a969e9f64bb57c1c538bb712ece7014e109a3c (patch)
tree6b873db960c3944090b0bc83ce55f7f7b5a5bcc0 /sysutils
parentfcf88c9c4dcd1c6014420d93ea65d5e7aea6cb9e (diff)
downloadports-92a969e9f64bb57c1c538bb712ece7014e109a3c.tar.gz
ports-92a969e9f64bb57c1c538bb712ece7014e109a3c.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/ansible1/Makefile38
-rw-r--r--sysutils/ansible1/distinfo2
-rw-r--r--sysutils/bsdploy/Makefile41
-rw-r--r--sysutils/bsdploy/distinfo3
-rw-r--r--sysutils/bsdploy/pkg-descr15
-rw-r--r--sysutils/py-ploy_ansible/Makefile31
-rw-r--r--sysutils/py-ploy_ansible/distinfo3
-rw-r--r--sysutils/py-ploy_ansible/pkg-descr3
9 files changed, 0 insertions, 139 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 01dc34dae79f..400be268edc0 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -39,7 +39,6 @@
SUBDIR += android-file-transfer-qt5
SUBDIR += ansible
SUBDIR += ansible-sysrc
- SUBDIR += ansible1
SUBDIR += ansible23
SUBDIR += ansible24
SUBDIR += ansible25
@@ -119,7 +118,6 @@
SUBDIR += bsdhwmon
SUBDIR += bsdinfo
SUBDIR += bsdisks
- SUBDIR += bsdploy
SUBDIR += bsdstats
SUBDIR += bstack
SUBDIR += btsixad
@@ -992,7 +990,6 @@
SUBDIR += py-packet-python
SUBDIR += py-pkginfo
SUBDIR += py-ploy
- SUBDIR += py-ploy_ansible
SUBDIR += py-ploy_ec2
SUBDIR += py-ploy_ezjail
SUBDIR += py-ploy_fabric
diff --git a/sysutils/ansible1/Makefile b/sysutils/ansible1/Makefile
deleted file mode 100644
index dc0fd521b31c..000000000000
--- a/sysutils/ansible1/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-PKGNAMESUFFIX= 1
-PORTVERSION= 1.9.6
-PORTREVISION= 5
-
-CONFLICTS= ansible-* \
- ansible23-* \
- ansible24-* \
- ansible25-* \
- ansible26-* \
- ansible27-*
-
-MASTERDIR= ${.CURDIR}/../ansible
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
-
-USES= cpe python:2.7 shebangfix
-
-PLIST_FILES= man/man1/ansible-doc.1.gz \
- man/man1/ansible-galaxy.1.gz \
- man/man1/ansible-playbook.1.gz \
- man/man1/ansible-pull.1.gz \
- man/man1/ansible-vault.1.gz \
- man/man1/ansible.1.gz
-
-SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py
-
-EXTRA_PATCHES=
-
-DEPRECATED= please upgrade to sysutils/ansible
-EXPIRATION_DATE= 2017-10-01
-
-.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/ansible1/distinfo b/sysutils/ansible1/distinfo
deleted file mode 100644
index 5710515f7176..000000000000
--- a/sysutils/ansible1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ansible-1.9.6.tar.gz) = 50773781b1e76f2885bbeb2351a97cf1c6a29239d3e073da939a104e7e81ee5d
-SIZE (ansible-1.9.6.tar.gz) = 941457
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile
deleted file mode 100644
index 8994b1a0c764..000000000000
--- a/sysutils/bsdploy/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: Kubilay Kocak <koobs@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= bsdploy
-PORTVERSION= 2.3.0
-CATEGORIES= sysutils python
-MASTER_SITES= CHEESESHOP
-
-MAINTAINER= koobs@FreeBSD.org
-COMMENT= Tool to remotely provision, configure and maintain FreeBSD jails
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyliblzma>0:archivers/py-pyliblzma@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ploy>=1.5.0:sysutils/py-ploy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.3.0:sysutils/py-ploy_ansible@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.2.0:sysutils/py-ploy_ezjail@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:sysutils/py-ploy_fabric@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest@${PY_FLAVOR}
-
-USES= python:-2.7
-USE_PYTHON= autoplist concurrent distutils
-
-OPTIONS_DEFINE= EC2
-OPTIONS_DEFAULT= EC2
-
-EC2_DESC= Support Amazon Web Services EC2 hosts
-EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:sysutils/py-ploy_ec2@${PY_FLAVOR}
-
-NO_ARCH= yes
-
-do-test:
- ${RM} ${WRKSRC}/pytest.ini
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -k 'not test_virtualbox'
-
-.include <bsd.port.mk>
diff --git a/sysutils/bsdploy/distinfo b/sysutils/bsdploy/distinfo
deleted file mode 100644
index f4cb992944f0..000000000000
--- a/sysutils/bsdploy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1558180560
-SHA256 (bsdploy-2.3.0.tar.gz) = 14d54adf00bcc511a0a5617ada24540264133d086fbc91c48d9fa17347a0fc75
-SIZE (bsdploy-2.3.0.tar.gz) = 76926
diff --git a/sysutils/bsdploy/pkg-descr b/sysutils/bsdploy/pkg-descr
deleted file mode 100644
index 0d10a5549c31..000000000000
--- a/sysutils/bsdploy/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-BSDploy is a comprehensive tool to provision, configure and maintain
-FreeBSD jail hosts and jails.
-
-Its main design goal is to lower the barrier to repeatable jail setups.
-
- * Modular provisioning with plugins for VirtualBox, Amazon EC2 and
- an achitecture to support more.
- * Bootstrap complete jail hosts from scratch.
- * Declarative configuration: All hosts and their properties defined
- in ploy.conf are automatically exposed to Ansible.
- * Imperative maintenance: Run Fabric scripts with ploy do JAILNAME
- TASKNAME and have all of the hosts and their variables in fab.env.
- * Configure ZFS pools and filesystems with whole-disk-encryption.
-
-WWW: https://github.com/ployground/bsdploy
diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile
deleted file mode 100644
index 26438a005f14..000000000000
--- a/sysutils/py-ploy_ansible/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Kubilay Kocak <koobs@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ploy_ansible
-PORTVERSION= 1.4.1
-CATEGORIES= sysutils python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= koobs@FreeBSD.org
-COMMENT= Plugin to integrate Ansible with ploy
-
-LICENSE= GPLv3
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0,<2:sysutils/py-ploy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ansible1>=1.8.0,<2.0:sysutils/ansible1@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-
-USES= python:-2.7
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-do-test:
- ${RM} ${WRKSRC}/tox.ini # clobbers our pytest arguments
- @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
-
-.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_ansible/distinfo b/sysutils/py-ploy_ansible/distinfo
deleted file mode 100644
index 262f5bff9dca..000000000000
--- a/sysutils/py-ploy_ansible/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1558175364
-SHA256 (ploy_ansible-1.4.1.tar.gz) = 53298897e760c43b1f93eed4c2fcd4212a6d0321579ab6631d15a856f78b2c8c
-SIZE (ploy_ansible-1.4.1.tar.gz) = 25083
diff --git a/sysutils/py-ploy_ansible/pkg-descr b/sysutils/py-ploy_ansible/pkg-descr
deleted file mode 100644
index af46e33ab6e5..000000000000
--- a/sysutils/py-ploy_ansible/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Ploy plugin to integrate with Ansible.
-
-WWW: https://github.com/ployground/ploy_ansible