svn commit: r430406 - in head/net: . go-bapu
Carlo Strub
cs at FreeBSD.org
Mon Jan 2 20:17:25 UTC 2017
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 <cs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bapu
+PORTVERSION= 0.1.0
+CATEGORIES= net
+MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/
+PKGNAMEPREFIX= go-
+DISTNAME= v${PORTVERSION}
+
+MAINTAINER= cs at 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 <bsd.port.mk>
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
+ at sample etc/bapu.toml.sample
More information about the svn-ports-head
mailing list