From 3449eac3621ff680b0dc629e0596b606dc14637e Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 8 May 2011 19:26:29 +0000 Subject: 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 --- graphics/hs-cairo/Makefile | 25 +++++++++++++++++++++++++ graphics/hs-cairo/distinfo | 2 ++ graphics/hs-cairo/pkg-descr | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 graphics/hs-cairo/Makefile create mode 100644 graphics/hs-cairo/distinfo create mode 100644 graphics/hs-cairo/pkg-descr (limited to 'graphics/hs-cairo') 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 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/ -- cgit v1.2.3