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
This commit is contained in:
Gabor Pali 2011-05-08 18:45:52 +00:00
parent b5a167e526
commit 04e78301fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273795
3 changed files with 32 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/gtksourceview2-0.12.2.tar.gz) = 3920899cfe064dce7573ef55857abf17ec5a6703ee3952a6d1f7e35f27223e51
SIZE (cabal/gtksourceview2-0.12.2.tar.gz) = 54307

View File

@ -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/