diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-02-04 19:47:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-02-04 19:47:39 +0000 |
commit | 30708fe3fb88152be0ab9156eed7be57302ca8d6 (patch) | |
tree | 595b304ee8437d61c71351e234fbce3834031dba /sysutils | |
parent | 7ecc6b46578706675214d1e693d4662c6df15089 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hs-ekg-json/Makefile | 19 | ||||
-rw-r--r-- | sysutils/hs-ekg-json/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hs-ekg-json/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/hs-ekg/Makefile | 17 | ||||
-rw-r--r-- | sysutils/hs-ekg/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hs-ekg/files/patch-ekg.cabal | 11 | ||||
-rw-r--r-- | sysutils/hs-ekg/pkg-descr | 5 |
8 files changed, 0 insertions, 65 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 28b8809bbd0d..8aa4935daa40 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -492,9 +492,7 @@ SUBDIR += hptcli SUBDIR += hs-cpu SUBDIR += hs-disk-free-space - SUBDIR += hs-ekg SUBDIR += hs-ekg-core - SUBDIR += hs-ekg-json SUBDIR += hs-mountpoints SUBDIR += hstr SUBDIR += htop diff --git a/sysutils/hs-ekg-json/Makefile b/sysutils/hs-ekg-json/Makefile deleted file mode 100644 index 3cea37d514f1..000000000000 --- a/sysutils/hs-ekg-json/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ekg-json -PORTVERSION= 0.1.0.6 -PORTREVISION= 2 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= JSON encoding of ekg metrics - -LICENSE= BSD3CLAUSE - -BROKEN= Doesn't build with newest Haskell libraries -EXPIRATION_DATE= 2019-01-31 - -USE_CABAL= aeson ekg-core>=0.1 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 deleted file mode 100644 index 9f281afa82dd..000000000000 --- a/sysutils/hs-ekg-json/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524430137 -SHA256 (cabal/ekg-json-0.1.0.6.tar.gz) = 1e6a80aa0a28bbf41c9c6364cbb5731160d14fa54145f27a82d0b3467a04dd47 -SIZE (cabal/ekg-json-0.1.0.6.tar.gz) = 3094 diff --git a/sysutils/hs-ekg-json/pkg-descr b/sysutils/hs-ekg-json/pkg-descr deleted file mode 100644 index 7f629ddd9e5e..000000000000 --- a/sysutils/hs-ekg-json/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 diff --git a/sysutils/hs-ekg/Makefile b/sysutils/hs-ekg/Makefile deleted file mode 100644 index dc314b8f9b60..000000000000 --- a/sysutils/hs-ekg/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ekg -PORTVERSION= 0.4.0.15 -PORTREVISION= 2 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Remote monitoring of processes - -LICENSE= BSD3CLAUSE - -USE_CABAL= aeson ekg-core>=0.1 ekg-json>=0.1 network snap-core \ - snap-server unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/sysutils/hs-ekg/distinfo b/sysutils/hs-ekg/distinfo deleted file mode 100644 index 65a05039092a..000000000000 --- a/sysutils/hs-ekg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525008611 -SHA256 (cabal/ekg-0.4.0.15.tar.gz) = 482ae3be495cfe4f03332ad1c79ce8b5ad4f9c8eec824980c664808ae32c6dcc -SIZE (cabal/ekg-0.4.0.15.tar.gz) = 171305 diff --git a/sysutils/hs-ekg/files/patch-ekg.cabal b/sysutils/hs-ekg/files/patch-ekg.cabal deleted file mode 100644 index ae5cd41e4ce3..000000000000 --- a/sysutils/hs-ekg/files/patch-ekg.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ekg.cabal.orig 2018-04-29 13:38:25 UTC -+++ ekg.cabal -@@ -39,7 +39,7 @@ library - System.Remote.Snap - - build-depends: -- aeson >= 0.4 && < 1.3, -+ aeson >= 0.4 && < 1.4, - base >= 4.5 && < 4.12, - bytestring < 1.0, - ekg-core >= 0.1 && < 0.2, diff --git a/sysutils/hs-ekg/pkg-descr b/sysutils/hs-ekg/pkg-descr deleted file mode 100644 index 95131f8c7c3f..000000000000 --- a/sysutils/hs-ekg/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library lets you remotely monitor a running process over HTTP. It -provides a simple way to integrate a monitoring server into any -application. - -WWW: https://github.com/tibbe/ekg |