forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfile
36 lines (30 loc) · 1.41 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
PortGroup boost 1.0
github.setup akumuli Akumuli 0.8.78 v
revision 1
categories databases
platforms darwin
maintainers nomaintainer
license Apache-2
description Akumuli is a time-series database for modern hardware
long_description Akumuli is a time-series database for modern hardware. It can be used to capture, \
store and process time-series data in real-time. \
The word akumuli can be translated from Esperanto as accumulate.
checksums sha256 110fff1c2c636f5361d5ca8d510e99c1e55af717c9731343066299d1d435bf8c \
rmd160 e4cdaf87f55ffdd369a71cd7c519c6c24bcf6f14 \
size 551148
depends_lib-append port:jemalloc \
port:sqlite3 \
port:libmicrohttpd \
port:apr \
port:apr-util \
port:muparser \
port:log4cxx
compiler.cxx_standard 2011
configure.cxxflags-append -std=c++11
configure.args-append \
-DAPR_INCLUDE_DIR=${prefix}/include/apr-1 \
-DAPRUTIL_INCLUDE_DIR=${prefix}/include/apr-1