Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170177891
D13365.id36199.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
D13365.id36199.diff
View Options
Index: sysutils/circonus-agent/Makefile
===================================================================
--- /dev/null
+++ sysutils/circonus-agent/Makefile
@@ -0,0 +1,38 @@
+PORTNAME= circonus-agent
+PORTVERSION= 0.9.1
+DISTVERSIONPREFIX= v
+CATEGORIES= sysutils
+
+MAINTAINER= sam.gwydir@joyent.com
+COMMENT= Circonus host agent for metric collection
+
+LICENSE= BSD3CLAUSE
+
+BUILD_DEPENDS= dep:devel/dep
+
+USES= go
+
+USE_GITHUB= yes
+GH_ACCOUNT= circonus-labs
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+
+PKG_PLIST= bin/circonus-agentd
+
+post-extract:
+ @mkdir -p ${GO_WRKSRC}
+ @mv ${WRKSRC}/* ${GO_WRKSRC}/.
+
+pre-build:
+ @cd ${GO_WRKSRC}; \
+ ${SETENV} ${BUILD_ENV} GOPATH=${WRKDIR} dep ensure
+
+do-build:
+ @cd ${GO_WRKSRC}; \
+ ${SETENV} ${BUILD_ENV} GOPATH=${WRKDIR} go build -v -x \
+ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/circonus-agentd
+
+do-install:
+ ${INSTALL_PROGRAM} ${GO_WRKSRC}/bin/circonus-agentd ${STAGEDIR}${PREFIX}/bin/circonus-agentd
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/circonus-agentd
+
+.include <bsd.port.mk>
Index: sysutils/circonus-agent/distinfo
===================================================================
--- /dev/null
+++ sysutils/circonus-agent/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1512151896
+SHA256 (circonus-labs-circonus-agent-v0.9.1_GH0.tar.gz) = 4b9b1e729d0faad505001af30252fd41baaa8e8b5fefaa20cbd23973414c2bcb
+SIZE (circonus-labs-circonus-agent-v0.9.1_GH0.tar.gz) = 116923
Index: sysutils/circonus-agent/pkg-descr
===================================================================
--- /dev/null
+++ sysutils/circonus-agent/pkg-descr
@@ -0,0 +1,3 @@
+Circonus host agent for metric collection.
+
+WWW: https://www.circonus.com/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 4, 6:11 PM (17 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38252037
Default Alt Text
D13365.id36199.diff (1 KB)
Attached To
Mode
D13365: Add new port sysutils/circonus-agent
Attached
Detach File
Event Timeline
Log In to Comment