Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= influxdb |
3 |
PORTNAME= influxdb |
4 |
PORTVERSION= 0.10.0 |
4 |
PORTVERSION= 0.12.1 |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
CATEGORIES= databases net-mgmt |
6 |
CATEGORIES= databases net-mgmt |
7 |
|
7 |
|
Lines 17-86
Link Here
|
17 |
USE_RC_SUBR= influxd |
17 |
USE_RC_SUBR= influxd |
18 |
|
18 |
|
19 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= influxdb:DEFAULT \ |
20 |
GH_ACCOUNT= influxdata:DEFAULT |
21 |
BurntSushi:BurntSushi_toml \ |
21 |
GH_TUPLE= BurntSushi:toml:bbd5bb6:toml \ |
22 |
armon:armon_go_metrics \ |
22 |
armon:go-metrics:f303b03:go_metrics \ |
23 |
bmizerany:bmizerany_pat \ |
23 |
bmizerany:pat:c068ca2:pat \ |
24 |
boltdb:boltdb_bolt \ |
24 |
boltdb:bolt:144418e:bolt \ |
25 |
collectd:collectd_go_collectd \ |
25 |
dgryski:go-bits:86c69b3:go_bits \ |
26 |
davecgh:davecgh_go_spew \ |
26 |
dgryski:go-bitstream:27cd597:go_bitstream \ |
27 |
dgryski:dgryski_go_bits \ |
27 |
gogo:protobuf:74b6e9d:protobuf \ |
28 |
dgryski:dgryski_go_bitstream \ |
28 |
golang:snappy:ef80b33:snappy \ |
29 |
fatih:fatih_pool \ |
29 |
hashicorp:go-msgpack:fa3f638:go_msgpack \ |
30 |
gogo:gogo_protobuf \ |
30 |
hashicorp:raft:1c84b7c:raft \ |
31 |
golang:golang_crypto,golang_snappy \ |
31 |
hashicorp:raft-boltdb:d1e82c1:raft_boltdb \ |
32 |
hashicorp:hashicorp_go_msgpack,hashicorp_raft,hashicorp_raft_boltdb \ |
32 |
influxdata:usage-client:475977e:usage_client \ |
33 |
influxdb:influxdb_usage_client \ |
33 |
jwilder:encoding:07d88d4:encoding \ |
34 |
jwilder:jwilder_encoding \ |
34 |
kimor79:gollectd:b5dddb1:gollectd \ |
35 |
kimor79:kimor79_gollectd \ |
35 |
paulbellamy:ratecounter:5a11f58:ratecounter \ |
36 |
paulbellamy:paulbellamy_ratecounter \ |
36 |
peterh:liner:49ca659:liner \ |
37 |
peterh:peterh_liner \ |
37 |
rakyll:statik:2940084:statik \ |
38 |
rakyll:rakyll_statik |
38 |
collectd:go-collectd:9fc824c:go_collectd \ |
|
|
39 |
golang:crypto:3fbbcd2:crypto \ |
40 |
fatih:pool:cba550e:pool |
39 |
|
41 |
|
40 |
GH_PROJECT= bolt:boltdb_bolt \ |
|
|
41 |
crypto:golang_crypto \ |
42 |
encoding:jwilder_encoding \ |
43 |
go-bits:dgryski_go_bits \ |
44 |
go-bitstream:dgryski_go_bitstream \ |
45 |
go-collectd:collectd_go_collectd \ |
46 |
go-metrics:armon_go_metrics \ |
47 |
go-msgpack:hashicorp_go_msgpack \ |
48 |
go-spew:davecgh_go_spew \ |
49 |
gollectd:kimor79_gollectd \ |
50 |
liner:peterh_liner \ |
51 |
pat:bmizerany_pat \ |
52 |
pool:fatih_pool \ |
53 |
protobuf:gogo_protobuf \ |
54 |
raft-boltdb:hashicorp_raft_boltdb \ |
55 |
raft:hashicorp_raft \ |
56 |
ratecounter:paulbellamy_ratecounter \ |
57 |
snappy:golang_snappy \ |
58 |
statik:rakyll_statik \ |
59 |
toml:BurntSushi_toml \ |
60 |
usage-client:influxdb_usage_client |
61 |
|
62 |
GH_TAGNAME= 5c4df71:BurntSushi_toml \ |
63 |
345426c:armon_go_metrics \ |
64 |
b8a3500:bmizerany_pat \ |
65 |
2f846c3:boltdb_bolt \ |
66 |
9fc824c:collectd_go_collectd \ |
67 |
5215b55:davecgh_go_spew \ |
68 |
86c69b3:dgryski_go_bits \ |
69 |
27cd597:dgryski_go_bitstream \ |
70 |
cba550e:fatih_pool \ |
71 |
82d16f7:gogo_protobuf \ |
72 |
1f22c01:golang_crypto \ |
73 |
894fd46:golang_snappy \ |
74 |
fa3f638:hashicorp_go_msgpack \ |
75 |
057b893:hashicorp_raft \ |
76 |
d1e82c1:hashicorp_raft_boltdb \ |
77 |
475977e:influxdb_usage_client \ |
78 |
07d88d4:jwilder_encoding \ |
79 |
61d0dee:kimor79_gollectd \ |
80 |
5a11f58:paulbellamy_ratecounter \ |
81 |
ad1edfd:peterh_liner \ |
82 |
274df12:rakyll_statik |
83 |
|
84 |
SUB_FILES= influxd |
42 |
SUB_FILES= influxd |
85 |
SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ |
43 |
SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ |
86 |
INFLUXD_GROUP=${INFLUXD_GROUP} \ |
44 |
INFLUXD_GROUP=${INFLUXD_GROUP} \ |
Lines 111-124
Link Here
|
111 |
@${MKDIR} ${WRKSRC}/src/github.com/armon |
69 |
@${MKDIR} ${WRKSRC}/src/github.com/armon |
112 |
@${MKDIR} ${WRKSRC}/src/github.com/bmizerany |
70 |
@${MKDIR} ${WRKSRC}/src/github.com/bmizerany |
113 |
@${MKDIR} ${WRKSRC}/src/github.com/boltdb |
71 |
@${MKDIR} ${WRKSRC}/src/github.com/boltdb |
114 |
@${MKDIR} ${WRKSRC}/src/collectd.org |
|
|
115 |
@${MKDIR} ${WRKSRC}/src/github.com/davecgh |
116 |
@${MKDIR} ${WRKSRC}/src/github.com/dgryski |
72 |
@${MKDIR} ${WRKSRC}/src/github.com/dgryski |
117 |
@${MKDIR} ${WRKSRC}/src/github.com/gogo |
73 |
@${MKDIR} ${WRKSRC}/src/github.com/gogo |
118 |
@${MKDIR} ${WRKSRC}/src/github.com/golang |
74 |
@${MKDIR} ${WRKSRC}/src/github.com/golang |
119 |
@${MKDIR} ${WRKSRC}/src/github.com/hashicorp |
75 |
@${MKDIR} ${WRKSRC}/src/github.com/hashicorp |
|
|
76 |
@${MKDIR} ${WRKSRC}/src/github.com/influxdata |
120 |
@${MKDIR} ${WRKSRC}/src/github.com/jwilder |
77 |
@${MKDIR} ${WRKSRC}/src/github.com/jwilder |
121 |
@${MKDIR} ${WRKSRC}/src/github.com/influxdb |
|
|
122 |
@${MKDIR} ${WRKSRC}/src/github.com/kimor79 |
78 |
@${MKDIR} ${WRKSRC}/src/github.com/kimor79 |
123 |
@${MKDIR} ${WRKSRC}/src/github.com/paulbellamy |
79 |
@${MKDIR} ${WRKSRC}/src/github.com/paulbellamy |
124 |
@${MKDIR} ${WRKSRC}/src/github.com/peterh |
80 |
@${MKDIR} ${WRKSRC}/src/github.com/peterh |
Lines 126-168
Link Here
|
126 |
@${MKDIR} ${WRKSRC}/src/golang.org/x |
82 |
@${MKDIR} ${WRKSRC}/src/golang.org/x |
127 |
@${MKDIR} ${WRKSRC}/src/gopkg.in/fatih |
83 |
@${MKDIR} ${WRKSRC}/src/gopkg.in/fatih |
128 |
@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
84 |
@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
129 |
.for src in Dockerfile LICENSE LICENSE_OF_DEPENDENCIES.md Makefile \ |
85 |
@cd ${WRKSRC} && \ |
130 |
build-docker.sh build.py build.sh circle-test.sh circle.yml \ |
86 |
${MV} CHANGELOG.md CODING_GUIDELINES.md CONTRIBUTING.md DOCKER.md \ |
131 |
client cluster cmd errors.go etc gobuild.sh importer influxql \ |
87 |
Dockerfile Dockerfile_build_ubuntu32 Dockerfile_build_ubuntu64 \ |
132 |
influxvar.go models monitor nightly.sh node.go package.sh pkg \ |
88 |
Dockerfile_build_ubuntu64_git Dockerfile_test_ubuntu32 Godeps LICENSE \ |
133 |
scripts services shared statik stress tcp test.sh tests toml tsdb uuid |
89 |
LICENSE_OF_DEPENDENCIES.md Makefile QUERIES.md README.md build-docker.sh \ |
134 |
@${MV} ${WRKSRC}/${src} \ |
90 |
build.py build.sh circle-test.sh circle.yml client cluster \ |
135 |
${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
91 |
cmd errors.go etc gobuild.sh importer influxdb.go influxql \ |
136 |
.endfor |
92 |
influxvar.go models monitor nightly.sh node.go package.sh pkg scripts \ |
137 |
@${MV} ${WRKSRC_BurntSushi_toml} ${WRKSRC}/src/github.com/BurntSushi/toml |
93 |
services stress tcp test.sh tests toml tsdb uuid \ |
138 |
@${MV} ${WRKSRC_boltdb_bolt} ${WRKSRC}/src/github.com/boltdb/bolt |
94 |
${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
139 |
@${MV} ${WRKSRC_davecgh_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew |
95 |
@${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml |
140 |
@${MV} ${WRKSRC_golang_crypto} ${WRKSRC}/src/golang.org/x/crypto |
96 |
@${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics |
141 |
@${MV} ${WRKSRC_golang_snappy} ${WRKSRC}/src/github.com/golang/snappy |
97 |
@${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat |
142 |
@${MV} ${WRKSRC_jwilder_encoding} ${WRKSRC}/src/github.com/jwilder/encoding |
98 |
@${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt |
143 |
@${MV} ${WRKSRC_influxdb_usage_client} ${WRKSRC}/src/github.com/influxdb/usage-client |
99 |
@${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits |
144 |
@${MV} ${WRKSRC_dgryski_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits |
100 |
@${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream |
145 |
@${MV} ${WRKSRC_dgryski_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream |
101 |
@${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf |
146 |
@${MV} ${WRKSRC_collectd_go_collectd}/api ${WRKSRC}/src/collectd.org/api |
102 |
@${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy |
147 |
@${MV} ${WRKSRC_collectd_go_collectd}/cdtime ${WRKSRC}/src/collectd.org/cdtime |
103 |
@${MV} ${WRKSRC_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack |
148 |
@${MV} ${WRKSRC_collectd_go_collectd}/exec ${WRKSRC}/src/collectd.org/exec |
104 |
@${MV} ${WRKSRC_raft} ${WRKSRC}/src/github.com/hashicorp/raft |
149 |
@${MV} ${WRKSRC_collectd_go_collectd}/export ${WRKSRC}/src/collectd.org/export |
105 |
@${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb |
150 |
@${MV} ${WRKSRC_collectd_go_collectd}/format ${WRKSRC}/src/collectd.org/format |
106 |
@${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdata/usage-client |
151 |
@${MV} ${WRKSRC_collectd_go_collectd}/network ${WRKSRC}/src/collectd.org/network |
107 |
@${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding |
152 |
@${MV} ${WRKSRC_armon_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics |
108 |
@${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd |
153 |
@${MV} ${WRKSRC_hashicorp_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack |
109 |
@${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter |
154 |
@${MV} ${WRKSRC_hashicorp_raft} ${WRKSRC}/src/github.com/hashicorp/raft |
110 |
@${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner |
155 |
@${MV} ${WRKSRC_hashicorp_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb |
111 |
@${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik |
156 |
@${MV} ${WRKSRC_gogo_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf |
112 |
@${MV} ${WRKSRC_go_collectd} ${WRKSRC}/src/collectd.org |
157 |
@${MV} ${WRKSRC_kimor79_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd |
113 |
@${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto |
158 |
@${MV} ${WRKSRC_peterh_liner} ${WRKSRC}/src/github.com/peterh/liner |
114 |
@${MV} ${WRKSRC_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 |
159 |
@${MV} ${WRKSRC_bmizerany_pat} ${WRKSRC}/src/github.com/bmizerany/pat |
|
|
160 |
@${MV} ${WRKSRC_fatih_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 |
161 |
@${MV} ${WRKSRC_paulbellamy_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter |
162 |
@${MV} ${WRKSRC_rakyll_statik} ${WRKSRC}/src/github.com/rakyll/statik |
163 |
|
115 |
|
164 |
do-build: |
116 |
do-build: |
165 |
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/ && ${SETENV} GOPATH=${WRKSRC} go install ./... |
117 |
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install ./... |
166 |
|
118 |
|
167 |
do-install: |
119 |
do-install: |
168 |
${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ |
120 |
${MKDIR} ${STAGEDIR}${INFLUXD_DBDIR} \ |