From owner-svn-ports-all@freebsd.org Mon Jan 2 20:17:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED5C6C9C847; Mon, 2 Jan 2017 20:17:24 +0000 (UTC) (envelope-from cs@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 mx1.freebsd.org (Postfix) with ESMTPS id A39741F89; Mon, 2 Jan 2017 20:17:24 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v02KHN9g077401; Mon, 2 Jan 2017 20:17:23 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v02KHNPn077395; Mon, 2 Jan 2017 20:17:23 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201701022017.v02KHNPn077395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 2 Jan 2017 20:17:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430406 - in head/net: . go-bapu X-SVN-Group: ports-head 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.23 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: Mon, 02 Jan 2017 20:17:25 -0000 Author: cs Date: Mon Jan 2 20:17:23 2017 New Revision: 430406 URL: https://svnweb.freebsd.org/changeset/ports/430406 Log: Bapu allows you to manage your Gandi virtual machines. WWW: https://bitbucket.org/carlostrub/bapu Added: head/net/go-bapu/ head/net/go-bapu/Makefile (contents, props changed) head/net/go-bapu/distinfo (contents, props changed) head/net/go-bapu/pkg-descr (contents, props changed) head/net/go-bapu/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Jan 2 20:13:16 2017 (r430405) +++ head/net/Makefile Mon Jan 2 20:17:23 2017 (r430406) @@ -173,6 +173,7 @@ SUBDIR += gnu-dico SUBDIR += gnu-radius SUBDIR += go-amqp + SUBDIR += go-bapu SUBDIR += go-cs SUBDIR += go-geoip SUBDIR += go-httppath Added: head/net/go-bapu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/go-bapu/Makefile Mon Jan 2 20:17:23 2017 (r430406) @@ -0,0 +1,23 @@ +# Created by: Carlo Strub +# $FreeBSD$ + +PORTNAME= bapu +PORTVERSION= 0.1.0 +CATEGORIES= net +MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ +PKGNAMEPREFIX= go- +DISTNAME= v${PORTVERSION} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Virtual Machine Controller for Gandi.net + +LICENSE= BSD3CLAUSE + +USES= go tar:bzip2 +GO_PKGNAME= bitbucket.org/carlostrub/bapu +WRKSRC= ${WRKDIR}/carlostrub-bapu-4258e51442b6 + +post-install: + ${CP} -R ${WRKSRC}/bapu.toml.sample ${STAGEDIR}${PREFIX}/etc/ + +.include Added: head/net/go-bapu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/go-bapu/distinfo Mon Jan 2 20:17:23 2017 (r430406) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483386197 +SHA256 (v0.1.0.tar.bz2) = 6e0ab806a2ee8a0e8bcec62eddafb111e2489a7dd74ecff342574ad6f60f0d65 +SIZE (v0.1.0.tar.bz2) = 6191339 Added: head/net/go-bapu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/go-bapu/pkg-descr Mon Jan 2 20:17:23 2017 (r430406) @@ -0,0 +1,3 @@ +Bapu allows you to manage your Gandi virtual machines. + +WWW: https://bitbucket.org/carlostrub/bapu Added: head/net/go-bapu/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/go-bapu/pkg-plist Mon Jan 2 20:17:23 2017 (r430406) @@ -0,0 +1,2 @@ +bin/bapu +@sample etc/bapu.toml.sample