aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2011-05-09 03:31:13 +0800
committerashish <ashish@FreeBSD.org>2011-05-09 03:31:13 +0800
commit696d6277dafa1d649989c19361799e96f959065f (patch)
tree57e2ff4441475ffb628ece05fc24736467bab443 /graphics
parentfde20c5d9bee21a820c85d375c093c04ec6336cc (diff)
downloadfreebsd-ports-graphics-696d6277dafa1d649989c19361799e96f959065f.tar.gz
freebsd-ports-graphics-696d6277dafa1d649989c19361799e96f959065f.tar.zst
freebsd-ports-graphics-696d6277dafa1d649989c19361799e96f959065f.zip
Svgcairo is used to render SVG with cairo.
WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell
Diffstat (limited to 'graphics')
-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 00000000000..c7178109b72
--- /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 00000000000..73f24a76721
--- /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 00000000000..e5151924327
--- /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/