Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2017 14:17:54 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447985 - in head/sysutils: . doctl
Message-ID:  <201708151417.v7FEHscP080413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Tue Aug 15 14:17:54 2017
New Revision: 447985
URL: https://svnweb.freebsd.org/changeset/ports/447985

Log:
  New port, sysutils/doctl: Command line tool for DigitalOcean services

Added:
  head/sysutils/doctl/
  head/sysutils/doctl/Makefile   (contents, props changed)
  head/sysutils/doctl/distinfo   (contents, props changed)
  head/sysutils/doctl/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Aug 15 13:18:28 2017	(r447984)
+++ head/sysutils/Makefile	Tue Aug 15 14:17:54 2017	(r447985)
@@ -244,6 +244,7 @@
     SUBDIR += docker-compose
     SUBDIR += docker-freebsd
     SUBDIR += docker-machine
+    SUBDIR += doctl
     SUBDIR += doinkd
     SUBDIR += dolly
     SUBDIR += downtime

Added: head/sysutils/doctl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/doctl/Makefile	Tue Aug 15 14:17:54 2017	(r447985)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	doctl
+DISTVERSION=	1.7.0
+CATEGORIES=	sysutils
+
+MAINTAINER=	jrm@FreeBSD.org
+COMMENT=	Command line tool for DigitalOcean services
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		go
+USE_GITHUB=	yes
+GH_ACCOUNT=	digitalocean
+
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_TARGET=	${GO_PKGNAME}/cmd/${PORTNAME}
+
+PLIST_FILES=	bin/doctl
+
+.include <bsd.port.mk>

Added: head/sysutils/doctl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/doctl/distinfo	Tue Aug 15 14:17:54 2017	(r447985)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1502802855
+SHA256 (digitalocean-doctl-1.7.0_GH0.tar.gz) = 216c3d731cd2e999353d420ac2aea94c750d3a0774c42304a1721bf5c6c76c8e
+SIZE (digitalocean-doctl-1.7.0_GH0.tar.gz) = 13128824

Added: head/sysutils/doctl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/doctl/pkg-descr	Tue Aug 15 14:17:54 2017	(r447985)
@@ -0,0 +1,5 @@
+doctl is a command line interface for the DigitalOcean API.  It is able to
+interact with all of your DigitalOcean resources.  To learn more about the
+features available, see the full tutorial on the DigitalOcean community site.
+
+WWW: https://github.com/digitalocean/doctl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708151417.v7FEHscP080413>