Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147924336
D15114.id41572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15114.id41572.diff
View Options
Index: sysutils/coreos-ct/Makefile
===================================================================
--- sysutils/coreos-ct/Makefile
+++ sysutils/coreos-ct/Makefile
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= coreos-ct
+PORTVERSION= 0.8.0
+DISTVERSIONPREFIX=v
+CATEGORIES= sysutils
+
+MAINTAINER= fabian.freyer@physik.tu-berlin.de
+COMMENT= Container Linux Config Transpiler
+
+LICENSE= APACHE20
+
+USES= go
+USE_GITHUB= yes
+
+GH_ACCOUNT= coreos
+GH_PROJECT= container-linux-config-transpiler
+
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
+GO_LDFLAGS= -w -X github.com/${GH_ACCOUNT}/${GH_PROJECT}/internal/version.Raw=${PORTVERSION}
+
+PLIST_FILES= bin/ct
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/bin/ct ${STAGEDIR}${PREFIX}/bin
+
+do-build:
+ @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build -o ${WRKDIR}/bin/ct -ldflags "${GO_LDFLAGS}" ./internal)
+
+.include <bsd.port.mk>
Index: sysutils/coreos-ct/distinfo
===================================================================
--- sysutils/coreos-ct/distinfo
+++ sysutils/coreos-ct/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523973468
+SHA256 (coreos-container-linux-config-transpiler-v0.8.0_GH0.tar.gz) = aaadace032628dfd2a298684168961920a5c8ebc6b98fd1b5f3683000fd35dcb
+SIZE (coreos-container-linux-config-transpiler-v0.8.0_GH0.tar.gz) = 217168
Index: sysutils/coreos-ct/pkg-descr
===================================================================
--- sysutils/coreos-ct/pkg-descr
+++ sysutils/coreos-ct/pkg-descr
@@ -0,0 +1,6 @@
+The Config Transpiler, ct, is the utility responsible for transforming a
+user-provided Container Linux Configuration into an Ignition configuration.
+The resulting Ignition config can then be provided to a Container Linux machine
+when it first boots in order to provision it.
+
+WWW: https://coreos.com/os/docs/latest/overview-of-ct.html
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 5:06 PM (7 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29724432
Default Alt Text
D15114.id41572.diff (1 KB)
Attached To
Mode
D15114: new port: sysutils/coreos-ct
Attached
Detach File
Event Timeline
Log In to Comment