Page MenuHomeFreeBSD

D48690.1786573092.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D48690.1786573092.diff

Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -369,6 +369,7 @@
SUBDIR += f3
SUBDIR += facter
SUBDIR += fakertc
+ SUBDIR += fastly
SUBDIR += faketty
SUBDIR += fand
SUBDIR += fanout
Index: sysutils/fastly/Makefile
===================================================================
--- /dev/null
+++ sysutils/fastly/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= fastly
+DISTVERSIONPREFIX= v
+DISTVERSION= 10.17.1
+CATEGORIES= sysutils
+
+MAINTAINER= dch@FreeBSD.org
+COMMENT= CLI tool for Fastly CDN and API
+WWW= https://fastly.dev/reference/cli
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENCE
+
+USES= go:modules
+GH_ACCOUNT= fastly
+GH_PROJECT= cli
+GO_MODULE= github.com/fastly/cli
+GO_TARGET= ./cmd/fastly
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+
+GO_MOD_DIST= github
+
+.include <bsd.port.mk>
Index: sysutils/fastly/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/fastly/pkg-descr
@@ -0,0 +1,4 @@
+fastly is an open-source command line tool for interacting with the Fastly
+API. Use it to create services, manage backends and domains, upload VCL or
+build and deploy Compute packages. Convenient access to Fastly from where
+you are working with your code, or from your CI environment.

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 12, 10:18 PM (14 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29400149
Default Alt Text
D48690.1786573092.diff (1 KB)

Event Timeline