From owner-svn-ports-all@freebsd.org Wed Sep 2 14:13:00 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D08833D85E4; Wed, 2 Sep 2020 14:13:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhQrX4169z4mmB; Wed, 2 Sep 2020 14:13:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55B88BA5D; Wed, 2 Sep 2020 14:13:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 082ED0qg056713; Wed, 2 Sep 2020 14:13:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 082ECx4K056704; Wed, 2 Sep 2020 14:12:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202009021412.082ECx4K056704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 2 Sep 2020 14:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547358 - in head/sysutils: . ansible-kld X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/sysutils: . ansible-kld X-SVN-Commit-Revision: 547358 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 14:13:00 -0000 Author: swills Date: Wed Sep 2 14:12:59 2020 New Revision: 547358 URL: https://svnweb.freebsd.org/changeset/ports/547358 Log: sysutils/ansible-kld: create port Ansible module to load kernel modules and manipulate /boot/loader.conf on a FreeBSD system. WWW: https://github.com/dlundgren/ansible-freebsd-modules/ PR: 240789 Submitted by: Lewis Cook Added: head/sysutils/ansible-kld/ head/sysutils/ansible-kld/Makefile (contents, props changed) head/sysutils/ansible-kld/distinfo (contents, props changed) head/sysutils/ansible-kld/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Sep 2 13:13:18 2020 (r547357) +++ head/sysutils/Makefile Wed Sep 2 14:12:59 2020 (r547358) @@ -40,6 +40,7 @@ SUBDIR += android-file-transfer-qt5 SUBDIR += angrysearch SUBDIR += ansible + SUBDIR += ansible-kld SUBDIR += ansible-sysrc SUBDIR += ansible27 SUBDIR += ansible28 Added: head/sysutils/ansible-kld/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible-kld/Makefile Wed Sep 2 14:12:59 2020 (r547358) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= ansible-kld +DISTVERSION= 0.1 +CATEGORIES= sysutils +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= vulcan@wired.sh +COMMENT= Ansible module to load kernel modules or update /boot/loader.conf + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLAVOR} + +USES= python shebangfix +SHEBANG_FILES= library/kld + +USE_GITHUB= yes +GH_ACCOUNT= dlundgren +GH_PROJECT= ansible-freebsd-modules +GH_TAGNAME= cf37fc1e16fc03852abc8933e7959b22b51a5c90 + +NO_ARCH= yes +NO_BUILD= yes + +ANSIBLE_MOD= share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/modules + +PLIST_FILES= ${ANSIBLE_MOD}/kld + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${ANSIBLE_MOD} + ${INSTALL_SCRIPT} ${WRKSRC}/library/kld \ + ${STAGEDIR}${PREFIX}/${ANSIBLE_MOD}/kld + +.include Added: head/sysutils/ansible-kld/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible-kld/distinfo Wed Sep 2 14:12:59 2020 (r547358) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569326545 +SHA256 (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz) = 168013ef470d93eeb2a103c1613aaadceb84e6202cb9bff91166a5047a77898f +SIZE (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz) = 9310 Added: head/sysutils/ansible-kld/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ansible-kld/pkg-descr Wed Sep 2 14:12:59 2020 (r547358) @@ -0,0 +1,4 @@ +Ansible module to load kernel modules and manipulate +/boot/loader.conf on a FreeBSD system. + +WWW: https://github.com/dlundgren/ansible-freebsd-modules/