|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= influxdb |
3 |
PORTNAME= influxdb |
| 4 |
PORTVERSION= 0.13.0 |
4 |
PORTVERSION= 1.0.2 |
| 5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
| 6 |
CATEGORIES= databases net-mgmt |
6 |
CATEGORIES= databases net-mgmt |
| 7 |
|
7 |
|
|
Lines 18-43
Link Here
|
| 18 |
|
18 |
|
| 19 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
| 20 |
GH_ACCOUNT= influxdata:DEFAULT |
20 |
GH_ACCOUNT= influxdata:DEFAULT |
| 21 |
GH_TUPLE= BurntSushi:toml:f0aeabc:toml \ |
21 |
GH_TUPLE= BurntSushi:toml:9906417:toml \ |
| 22 |
armon:go-metrics:f303b03:go_metrics \ |
|
|
| 23 |
bmizerany:pat:c068ca2:pat \ |
22 |
bmizerany:pat:c068ca2:pat \ |
| 24 |
boltdb:bolt:c1c3bd7:bolt \ |
23 |
boltdb:bolt:5cc10bb:bolt \ |
| 25 |
dgryski:go-bits:86c69b3:go_bits \ |
24 |
davecgh:go-spew:5215b55:go_spew \ |
| 26 |
dgryski:go-bitstream:27cd597:go_bitstream \ |
25 |
dgrijalva:jwt-go:9b486c8:jwt_go \ |
| 27 |
gogo:protobuf:c18eea6:protobuf \ |
26 |
dgryski:go-bits:2ad8d70:go_bits \ |
| 28 |
golang:snappy:d7b1e15:snappy \ |
27 |
dgryski:go-bitstream:7d46cd2:go_bitstream \ |
| 29 |
hashicorp:go-msgpack:fa3f638:go_msgpack \ |
28 |
gogo:protobuf:6abcf94:protobuf \ |
| 30 |
hashicorp:raft:5fdd8ee:raft \ |
29 |
golang:snappy:d9eb7a3:snappy \ |
| 31 |
hashicorp:raft-boltdb:d1e82c1:raft_boltdb \ |
|
|
| 32 |
influxdata:usage-client:475977e:usage_client \ |
30 |
influxdata:usage-client:475977e:usage_client \ |
| 33 |
jwilder:encoding:ac74639:encoding \ |
31 |
jwilder:encoding:ac74639:encoding \ |
| 34 |
kimor79:gollectd:b5dddb1:gollectd \ |
32 |
kimor79:gollectd:61d0dee:gollectd \ |
| 35 |
paulbellamy:ratecounter:5a11f58:ratecounter \ |
33 |
paulbellamy:ratecounter:5a11f58:ratecounter \ |
| 36 |
peterh:liner:0e4af13:liner \ |
34 |
peterh:liner:8975875:liner \ |
| 37 |
rakyll:statik:2940084:statik \ |
35 |
rakyll:statik:274df12:statik \ |
|
|
36 |
retailnext:hllpp:38a7bb7:hllpp \ |
| 38 |
collectd:go-collectd:9fc824c:go_collectd \ |
37 |
collectd:go-collectd:9fc824c:go_collectd \ |
| 39 |
golang:crypto:b6789ab:crypto \ |
38 |
golang:crypto:c197bcf:crypto |
| 40 |
fatih:pool:cba550e:pool |
|
|
| 41 |
|
39 |
|
| 42 |
SUB_FILES= influxd |
40 |
SUB_FILES= influxd |
| 43 |
SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ |
41 |
SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ |
|
Lines 66-74
Link Here
|
| 66 |
|
64 |
|
| 67 |
post-patch: |
65 |
post-patch: |
| 68 |
@${MKDIR} ${WRKSRC}/src/github.com/BurntSushi |
66 |
@${MKDIR} ${WRKSRC}/src/github.com/BurntSushi |
| 69 |
@${MKDIR} ${WRKSRC}/src/github.com/armon |
|
|
| 70 |
@${MKDIR} ${WRKSRC}/src/github.com/bmizerany |
67 |
@${MKDIR} ${WRKSRC}/src/github.com/bmizerany |
| 71 |
@${MKDIR} ${WRKSRC}/src/github.com/boltdb |
68 |
@${MKDIR} ${WRKSRC}/src/github.com/boltdb |
|
|
69 |
@${MKDIR} ${WRKSRC}/src/github.com/davecgh |
| 70 |
@${MKDIR} ${WRKSRC}/src/github.com/dgrijalva |
| 72 |
@${MKDIR} ${WRKSRC}/src/github.com/dgryski |
71 |
@${MKDIR} ${WRKSRC}/src/github.com/dgryski |
| 73 |
@${MKDIR} ${WRKSRC}/src/github.com/gogo |
72 |
@${MKDIR} ${WRKSRC}/src/github.com/gogo |
| 74 |
@${MKDIR} ${WRKSRC}/src/github.com/golang |
73 |
@${MKDIR} ${WRKSRC}/src/github.com/golang |
|
Lines 79-117
Link Here
|
| 79 |
@${MKDIR} ${WRKSRC}/src/github.com/paulbellamy |
78 |
@${MKDIR} ${WRKSRC}/src/github.com/paulbellamy |
| 80 |
@${MKDIR} ${WRKSRC}/src/github.com/peterh |
79 |
@${MKDIR} ${WRKSRC}/src/github.com/peterh |
| 81 |
@${MKDIR} ${WRKSRC}/src/github.com/rakyll |
80 |
@${MKDIR} ${WRKSRC}/src/github.com/rakyll |
|
|
81 |
@${MKDIR} ${WRKSRC}/src/github.com/retailnext |
| 82 |
@${MKDIR} ${WRKSRC}/src/golang.org/x |
82 |
@${MKDIR} ${WRKSRC}/src/golang.org/x |
| 83 |
@${MKDIR} ${WRKSRC}/src/gopkg.in/fatih |
83 |
@${MKDIR} ${WRKSRC}/src/gopkg.in/fatih |
| 84 |
@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
84 |
@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
| 85 |
@cd ${WRKSRC} && \ |
85 |
@cd ${WRKSRC} && \ |
| 86 |
${MV} CHANGELOG.md CODING_GUIDELINES.md CONTRIBUTING.md DOCKER.md \ |
86 |
${MV} LICENSE build.sh gobuild.sh node.go tests \ |
| 87 |
Dockerfile Dockerfile_build_ubuntu32 Dockerfile_build_ubuntu64 \ |
87 |
circle-test.sh importer package.sh toml \ |
| 88 |
Dockerfile_build_ubuntu64_git Dockerfile_test_ubuntu32 Godeps LICENSE \ |
88 |
Dockerfile Makefile circle.yml influxdb.go pkg tsdb \ |
| 89 |
LICENSE_OF_DEPENDENCIES.md Makefile QUERIES.md README.md build-docker.sh \ |
89 |
Dockerfile_build_ubuntu32 client influxql scripts uuid \ |
| 90 |
build.py build.sh circle-test.sh circle.yml client cluster \ |
90 |
Dockerfile_build_ubuntu64 cmd man services \ |
| 91 |
cmd errors.go etc gobuild.sh importer influxdb.go influxql \ |
91 |
.mention-bot Dockerfile_build_ubuntu64_git appveyor.yml coordinator models stress \ |
| 92 |
influxvar.go models monitor nightly.sh node.go package.sh pkg scripts \ |
92 |
Dockerfile_test_ubuntu32 build-docker.sh errors.go monitor tcp \ |
| 93 |
services stress tcp test.sh tests toml tsdb uuid \ |
93 |
Godeps build.py etc nightly.sh test.sh \ |
| 94 |
${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
94 |
${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} |
| 95 |
@${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml |
95 |
@${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml |
| 96 |
@${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics |
|
|
| 97 |
@${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat |
96 |
@${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat |
| 98 |
@${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt |
97 |
@${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt |
|
|
98 |
@${MV} ${WRKSRC_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew |
| 99 |
@${MV} ${WRKSRC_jwt_go} ${WRKSRC}/src/github.com/dgrijalva/jwt-go |
| 99 |
@${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits |
100 |
@${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits |
| 100 |
@${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream |
101 |
@${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream |
| 101 |
@${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf |
102 |
@${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf |
| 102 |
@${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy |
103 |
@${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy |
| 103 |
@${MV} ${WRKSRC_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack |
|
|
| 104 |
@${MV} ${WRKSRC_raft} ${WRKSRC}/src/github.com/hashicorp/raft |
| 105 |
@${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb |
| 106 |
@${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdata/usage-client |
104 |
@${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdata/usage-client |
| 107 |
@${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding |
105 |
@${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding |
| 108 |
@${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd |
106 |
@${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd |
| 109 |
@${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter |
107 |
@${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter |
| 110 |
@${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner |
108 |
@${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner |
| 111 |
@${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik |
109 |
@${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik |
|
|
110 |
@${MV} ${WRKSRC_hllpp} ${WRKSRC}/src/github.com/retailnext/hllpp |
| 112 |
@${MV} ${WRKSRC_go_collectd} ${WRKSRC}/src/collectd.org |
111 |
@${MV} ${WRKSRC_go_collectd} ${WRKSRC}/src/collectd.org |
| 113 |
@${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto |
112 |
@${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto |
| 114 |
@${MV} ${WRKSRC_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 |
|
|
| 115 |
|
113 |
|
| 116 |
do-build: |
114 |
do-build: |
| 117 |
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install ./... |
115 |
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install ./... |