Date: Fri, 16 Jan 2015 15:31:15 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377179 - in head/sysutils: . azure-agent Message-ID: <201501161531.t0GFVFi0021933@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Fri Jan 16 15:31:14 2015 New Revision: 377179 URL: https://svnweb.freebsd.org/changeset/ports/377179 QAT: https://qat.redports.org/buildarchive/r377179/ Log: Add the sysutils/azure-agent port. The Microsoft Azure Linux Agent is the client agent needed to run FreeBSD within the Microsoft Azure cloud platform. Reviewed by: swills Sponsored by: The FreeBSD Foundation Added: head/sysutils/azure-agent/ head/sysutils/azure-agent/Makefile (contents, props changed) head/sysutils/azure-agent/distinfo (contents, props changed) head/sysutils/azure-agent/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Jan 16 15:01:47 2015 (r377178) +++ head/sysutils/Makefile Fri Jan 16 15:31:14 2015 (r377179) @@ -48,6 +48,7 @@ SUBDIR += automount SUBDIR += automounter SUBDIR += autopsy + SUBDIR += azure-agent SUBDIR += b43-fwcutter SUBDIR += backuppc SUBDIR += backuppc-devel Added: head/sysutils/azure-agent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/azure-agent/Makefile Fri Jan 16 15:31:14 2015 (r377179) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= azure-agent +PORTVERSION= ${GH_TAGNAME}.11 +CATEGORIES= sysutils + +MAINTAINER= gjb@FreeBSD.org +COMMENT= The Microsoft Azure Linux Agent + +LICENSE= APACHE20 + +RUN_DEPENDS= python:${PORTSDIR}/lang/python \ + sudo:${PORTSDIR}/security/sudo \ + bash:${PORTSDIR}/shells/bash \ + ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1 + +NO_BUILD= yes +USES= python:2 + +USE_GITHUB= yes +GH_ACCOUNT= Azure +GH_PROJECT= WALinuxAgent +GH_COMMIT= 70294c4 +GH_TAGNAME= 2.0 + +PLIST_FILES= sbin/waagent + +.include <bsd.port.options.mk> + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/waagent ${STAGEDIR}${PREFIX}/sbin + +.include <bsd.port.mk> Added: head/sysutils/azure-agent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/azure-agent/distinfo Fri Jan 16 15:31:14 2015 (r377179) @@ -0,0 +1,2 @@ +SHA256 (azure-agent-2.0.11.tar.gz) = 0dea4ff22125c656b0da9149343a56ce7f723516deb1c3d7a51c021ab61e0b13 +SIZE (azure-agent-2.0.11.tar.gz) = 86506 Added: head/sysutils/azure-agent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/azure-agent/pkg-descr Fri Jan 16 15:31:14 2015 (r377179) @@ -0,0 +1,5 @@ +The Microsoft Azure Linux Agent + +LICENSE: APACHE20 + +WWW: http://azure.microsoft.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501161531.t0GFVFi0021933>