From 04e78301fbc8de75c3498010ac9c12208d0fd197 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sun, 8 May 2011 18:45:52 +0000 Subject: GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. WWW: http://www.haskell.org/gtk2hs/ Obtained from: FreeBSD Haskell --- x11-toolkits/hs-gtksourceview2/Makefile | 25 +++++++++++++++++++++++++ x11-toolkits/hs-gtksourceview2/distinfo | 2 ++ x11-toolkits/hs-gtksourceview2/pkg-descr | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 x11-toolkits/hs-gtksourceview2/Makefile create mode 100644 x11-toolkits/hs-gtksourceview2/distinfo create mode 100644 x11-toolkits/hs-gtksourceview2/pkg-descr (limited to 'x11-toolkits/hs-gtksourceview2') diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile new file mode 100644 index 000000000000..ba3a3f32bf9b --- /dev/null +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-gtksourceview2 +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gtksourceview2 +PORTVERSION= 0.12.2 +CATEGORIES= x11-toolkits haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Binding to the GtkSourceView library + +LICENSE= LGPL21 +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs +USE_CABAL= glib>=0.12 gtk>=0.12 mtl +USE_GNOME= gtksourceview2 + +PORTDATA= * + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include diff --git a/x11-toolkits/hs-gtksourceview2/distinfo b/x11-toolkits/hs-gtksourceview2/distinfo new file mode 100644 index 000000000000..0327bf9a765f --- /dev/null +++ b/x11-toolkits/hs-gtksourceview2/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/gtksourceview2-0.12.2.tar.gz) = 3920899cfe064dce7573ef55857abf17ec5a6703ee3952a6d1f7e35f27223e51 +SIZE (cabal/gtksourceview2-0.12.2.tar.gz) = 54307 diff --git a/x11-toolkits/hs-gtksourceview2/pkg-descr b/x11-toolkits/hs-gtksourceview2/pkg-descr new file mode 100644 index 000000000000..d63e878bc9b5 --- /dev/null +++ b/x11-toolkits/hs-gtksourceview2/pkg-descr @@ -0,0 +1,5 @@ +GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget +GtkTextView. It improves GtkTextView by implementing syntax highlighting and +other features typical of a source editor. + +WWW: http://www.haskell.org/gtk2hs/ -- cgit v1.2.3