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:
parent
b5a167e526
commit
04e78301fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273795
25
x11-toolkits/hs-gtksourceview2/Makefile
Normal file
25
x11-toolkits/hs-gtksourceview2/Makefile
Normal 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>
|
2
x11-toolkits/hs-gtksourceview2/distinfo
Normal file
2
x11-toolkits/hs-gtksourceview2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/gtksourceview2-0.12.2.tar.gz) = 3920899cfe064dce7573ef55857abf17ec5a6703ee3952a6d1f7e35f27223e51
|
||||
SIZE (cabal/gtksourceview2-0.12.2.tar.gz) = 54307
|
5
x11-toolkits/hs-gtksourceview2/pkg-descr
Normal file
5
x11-toolkits/hs-gtksourceview2/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user