diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:46:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:46:16 +0000 |
commit | d6721e9b3bafeacdba4218c4b6cb642164124855 (patch) | |
tree | f8c282263c6a71c1dadd879f200741077a76e2fa /x11-toolkits | |
parent | 04e78301fbc8de75c3498010ac9c12208d0fd197 (diff) | |
download | ports-d6721e9b3bafeacdba4218c4b6cb642164124855.tar.gz ports-d6721e9b3bafeacdba4218c4b6cb642164124855.zip |
This package provides a wrapper around the Pango C library that allows
high-quality rendering of Unicode text. It can be used either with Cairo to
output text in PDF, PS or other documents or with Gtk+ to display text
on-screen.
WWW: http://www.haskell.org/gtk2hs/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=273796
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-pango/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile new file mode 100644 index 000000000000..4e9619905d00 --- /dev/null +++ b/x11-toolkits/hs-pango/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-pango +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= pango +PORTVERSION= 0.12.0 +CATEGORIES= x11-toolkits haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the Pango text rendering engine + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs +USE_CABAL= cairo>=0.12 glib>=0.12 mtl +USE_GNOME= pango + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/x11-toolkits/hs-pango/distinfo b/x11-toolkits/hs-pango/distinfo new file mode 100644 index 000000000000..19e917b82b7a --- /dev/null +++ b/x11-toolkits/hs-pango/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/pango-0.12.0.tar.gz) = 2bf39aa21de3992786b503e809bc0896614880af30d00a6f1f8cbd3b0985e0ee +SIZE (cabal/pango-0.12.0.tar.gz) = 58732 diff --git a/x11-toolkits/hs-pango/pkg-descr b/x11-toolkits/hs-pango/pkg-descr new file mode 100644 index 000000000000..74a815ab2734 --- /dev/null +++ b/x11-toolkits/hs-pango/pkg-descr @@ -0,0 +1,6 @@ +This package provides a wrapper around the Pango C library that allows +high-quality rendering of Unicode text. It can be used either with Cairo to +output text in PDF, PS or other documents or with Gtk+ to display text +on-screen. + +WWW: http://www.haskell.org/gtk2hs/ |