aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-svgcairo
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:31:13 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:31:13 +0000
commit96c1379109fcb050a4a57b9ad54ff7154230bae2 (patch)
tree8cf0ef8a53c3da3f511cec6c7a4c84f09d6e9a53 /graphics/hs-svgcairo
parent40b91563eefdd6f633cef5317c58c66c1ee27195 (diff)
downloadports-96c1379109fcb050a4a57b9ad54ff7154230bae2.tar.gz
ports-96c1379109fcb050a4a57b9ad54ff7154230bae2.zip
Notes
Diffstat (limited to 'graphics/hs-svgcairo')
-rw-r--r--graphics/hs-svgcairo/Makefile25
-rw-r--r--graphics/hs-svgcairo/distinfo2
-rw-r--r--graphics/hs-svgcairo/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile
new file mode 100644
index 000000000000..c7178109b726
--- /dev/null
+++ b/graphics/hs-svgcairo/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: hs-svgcairo
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= svgcairo
+PORTVERSION= 0.12.0
+CATEGORIES= graphics haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Binding to the libsvg-cairo library
+
+LICENSE= LGPL21
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= cairo>=0.12 glib>=0.12 mtl
+USE_GNOME= librsvg2
+
+PORTDATA= *
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/graphics/hs-svgcairo/distinfo b/graphics/hs-svgcairo/distinfo
new file mode 100644
index 000000000000..73f24a76721f
--- /dev/null
+++ b/graphics/hs-svgcairo/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/svgcairo-0.12.0.tar.gz) = 834a06478cbdae72a7a4bcee281add8b3450b6e919b8f49d06b84a9b0aa72afe
+SIZE (cabal/svgcairo-0.12.0.tar.gz) = 11292
diff --git a/graphics/hs-svgcairo/pkg-descr b/graphics/hs-svgcairo/pkg-descr
new file mode 100644
index 000000000000..e5151924327d
--- /dev/null
+++ b/graphics/hs-svgcairo/pkg-descr
@@ -0,0 +1,3 @@
+Svgcairo is used to render SVG with cairo.
+
+WWW: http://www.haskell.org/gtk2hs/