diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:26:29 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:26:29 +0000 |
commit | 3449eac3621ff680b0dc629e0596b606dc14637e (patch) | |
tree | 19004d2f0aa59b129c4676d6ee56d733ea699f3c /graphics/hs-cairo | |
parent | - Update to 0.82 (diff) |
Cairo is a library to render high quality vector graphics. There exist various
backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
amongst others.
WWW: http://www.haskell.org/gtk2hs/
Approved by: pgj (mentor)
Obtained from: FreeBSD Haskell
Diffstat (limited to 'graphics/hs-cairo')
-rw-r--r-- | graphics/hs-cairo/Makefile | 25 | ||||
-rw-r--r-- | graphics/hs-cairo/distinfo | 2 | ||||
-rw-r--r-- | graphics/hs-cairo/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile new file mode 100644 index 000000000000..9abe098a9a54 --- /dev/null +++ b/graphics/hs-cairo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-cairo +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= cairo +PORTVERSION= 0.12.0 +CATEGORIES= graphics haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the Cairo library + +LICENSE= BSD +FILE_LICENSE= COPYRIGHT + +CABAL_SETUP= Setup.hs +USE_CABAL= gtk2hs-buildtools mtl +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/graphics/hs-cairo/distinfo b/graphics/hs-cairo/distinfo new file mode 100644 index 000000000000..cb86cbbd4cd9 --- /dev/null +++ b/graphics/hs-cairo/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cairo-0.12.0.tar.gz) = 29736aa5a6c7c3f4401c9ad53768a4806dbc0b3278be186aa95b4a8edcc25a58 +SIZE (cabal/cairo-0.12.0.tar.gz) = 47495 diff --git a/graphics/hs-cairo/pkg-descr b/graphics/hs-cairo/pkg-descr new file mode 100644 index 000000000000..92ac1b68cfdb --- /dev/null +++ b/graphics/hs-cairo/pkg-descr @@ -0,0 +1,5 @@ +Cairo is a library to render high quality vector graphics. There exist various +backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, +amongst others. + +WWW: http://www.haskell.org/gtk2hs/ |