diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 02:45:52 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 02:45:52 +0800 |
commit | 5a2e9c9ca75452f7a4ce81b2bfd3b2c56b60e01c (patch) | |
tree | fbda418a9d7351bbaa94b237ffa3aeef1065029e /x11-toolkits | |
parent | 950566b8fe250cf7f0049046fde964957b011c60 (diff) | |
download | freebsd-ports-graphics-5a2e9c9ca75452f7a4ce81b2bfd3b2c56b60e01c.tar.gz freebsd-ports-graphics-5a2e9c9ca75452f7a4ce81b2bfd3b2c56b60e01c.tar.zst freebsd-ports-graphics-5a2e9c9ca75452f7a4ce81b2bfd3b2c56b60e01c.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile new file mode 100644 index 00000000000..ba3a3f32bf9 --- /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 <bsd.port.mk> diff --git a/x11-toolkits/hs-gtksourceview2/distinfo b/x11-toolkits/hs-gtksourceview2/distinfo new file mode 100644 index 00000000000..0327bf9a765 --- /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 00000000000..d63e878bc9b --- /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/ |