diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /sysutils/hs-ekg-json | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'sysutils/hs-ekg-json')
-rw-r--r-- | sysutils/hs-ekg-json/Makefile | 15 | ||||
-rw-r--r-- | sysutils/hs-ekg-json/distinfo | 2 | ||||
-rw-r--r-- | sysutils/hs-ekg-json/pkg-descr | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/hs-ekg-json/Makefile b/sysutils/hs-ekg-json/Makefile new file mode 100644 index 000000000000..fc201e54428a --- /dev/null +++ b/sysutils/hs-ekg-json/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= ekg-json +PORTVERSION= 0.1.0.0 +CATEGORIES= sysutils haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= JSON encoding of ekg metrics + +LICENSE= BSD3CLAUSE + +USE_CABAL= aeson ekg-core>=0.1 text unordered-containers + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/sysutils/hs-ekg-json/distinfo b/sysutils/hs-ekg-json/distinfo new file mode 100644 index 000000000000..075e5766815d --- /dev/null +++ b/sysutils/hs-ekg-json/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/ekg-json-0.1.0.0.tar.gz) = 52c455ee7d1b54f530ba9243027e5bb332925589d9209dcdfc24bd16a5a218da +SIZE (cabal/ekg-json-0.1.0.0.tar.gz) = 2969 diff --git a/sysutils/hs-ekg-json/pkg-descr b/sysutils/hs-ekg-json/pkg-descr new file mode 100644 index 000000000000..7f629ddd9e5e --- /dev/null +++ b/sysutils/hs-ekg-json/pkg-descr @@ -0,0 +1,5 @@ +Encodes ekg metrics as JSON, using the same encoding as used by the ekg +package, thus allowing ekg metrics to be served by other HTTP servers than +the one used by the ekg package. + +WWW: https://github.com/tibbe/ekg-json |