Skip to content

Commit

Permalink
sysutils/ansible4: Repocopy sysutils/ansible
Browse files Browse the repository at this point in the history
sysutils/ansible will be updated to version 5 soon. Version 4 is still
supported so let's keep it in the tree for a bit longer.
  • Loading branch information
0mp committed Jan 26, 2022
1 parent cdc4127 commit cc13dc6
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
50 changes: 50 additions & 0 deletions sysutils/ansible4/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
PORTNAME= ansible
DISTVERSION= 4.10.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= 0mp@FreeBSD.org
COMMENT= Radically simple IT automation

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR}

USES= ansible:env cpe python:3.6+ shebangfix
CPE_VENDOR= redhat
USE_PYTHON= autoplist concurrent distutils

SHEBANG_FILES= ansible_collections/community/zabbix/roles/zabbix_proxy/files/install_semodule.bsx \
ansible_collections/community/zabbix/roles/zabbix_server/files/install_semodule.bsx \
ansible_collections/cyberark/conjur/ci/build_release \
ansible_collections/cyberark/conjur/ci/publish_to_galaxy \
ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr
SHEBANG_GLOB= *.py *.sh

CONFLICTS_INSTALL= ${_ANSIBLE_PACKAGES:N${PKGBASE}}

NO_ARCH= yes

DO_MAKE_TEST= ansible -m ping
TEST_TARGET= localhost

_ANSIBLE_VERSIONS= 1 2 23 24 25 26 27 28
_ANSIBLE_PACKAGES= ${PYTHON_PKGNAMEPREFIX}ansible
.for version in ${_ANSIBLE_VERSIONS}
_ANSIBLE_PACKAGES+= ${PYTHON_PKGNAMEPREFIX}ansible${version}
.endfor

post-patch:
${FIND} ${WRKSRC} -type f -exec ${GREP} --null -El '(/etc/ansible|/usr/share/ansible)' {} + | ${XARGS} -n 500 -0 ${REINPLACE_CMD} \
-e 's|/etc/ansible|${ETCDIR}|g' \
-e 's|/usr/share/ansible|${DATADIR}|g'
${FIND} ${WRKSRC} -type f -name "*.bak" -delete

.include <bsd.port.mk>

# Make sure that we override the unique DATADIR and ETCDIR set
# by the implicit USES=uniquefiles.
DATADIR= ${ANSIBLE_DATADIR}
ETCDIR= ${ANSIBLE_ETCDIR}
3 changes: 3 additions & 0 deletions sysutils/ansible4/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1643130968
SHA256 (ansible-4.10.0.tar.gz) = 88af9479e81a3931bb3a1b8c4eeb252cd4f38c03daafd6a5aa120d6b0d70d45c
SIZE (ansible-4.10.0.tar.gz) = 36832606
4 changes: 4 additions & 0 deletions sysutils/ansible4/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Ansible is a radically simple configuration-management, deployment,
task-execution, and multinode orchestration framework.

WWW: https://www.ansible.com/

0 comments on commit cc13dc6

Please sign in to comment.