aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-graphviz
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-08-08 17:21:45 +0000
commit25bf018f0fa446ca38508d35b6b3474e88d758d3 (patch)
tree45b457da59382af32e809be042d2a1a7cad9e952 /graphics/hs-graphviz
parent1c8feb1a3fd41782660f5439357efe8a9519c625 (diff)
downloadports-25bf018f0fa446ca38508d35b6b3474e88d758d3.tar.gz
ports-25bf018f0fa446ca38508d35b6b3474e88d758d3.zip
Notes
Diffstat (limited to 'graphics/hs-graphviz')
-rw-r--r--graphics/hs-graphviz/Makefile18
-rw-r--r--graphics/hs-graphviz/distinfo3
-rw-r--r--graphics/hs-graphviz/pkg-descr5
3 files changed, 26 insertions, 0 deletions
diff --git a/graphics/hs-graphviz/Makefile b/graphics/hs-graphviz/Makefile
new file mode 100644
index 000000000000..14ff0e73eaf3
--- /dev/null
+++ b/graphics/hs-graphviz/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= graphviz
+PORTVERSION= 2999.19.0.0
+CATEGORIES= graphics haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= This library provides bindings for the Dot language used by the Graphviz
+
+LICENSE= BSD3CLAUSE
+
+USES= pkgconfig
+USE_CABAL= colour dlist fgl polyparse temporary text wl-pprint-text
+
+BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libxdot.pc:graphics/graphviz
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/graphics/hs-graphviz/distinfo b/graphics/hs-graphviz/distinfo
new file mode 100644
index 000000000000..dc7d055f6df9
--- /dev/null
+++ b/graphics/hs-graphviz/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499541633
+SHA256 (cabal/graphviz-2999.19.0.0.tar.gz) = af0a7ff197c9de3f23e6653541446f755c824083ced04b629df6d19523fe04ea
+SIZE (cabal/graphviz-2999.19.0.0.tar.gz) = 223144
diff --git a/graphics/hs-graphviz/pkg-descr b/graphics/hs-graphviz/pkg-descr
new file mode 100644
index 000000000000..8a2425ea321c
--- /dev/null
+++ b/graphics/hs-graphviz/pkg-descr
@@ -0,0 +1,5 @@
+This library provides bindings for the Dot language used by the Graphviz
+(http://graphviz.org/) suite of programs for visualising graphs, as well
+as functions to call those programs.
+
+WWW: http://projects.haskell.org/graphviz