aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-gtksourceview2
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:45:52 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:45:52 +0000
commit04e78301fbc8de75c3498010ac9c12208d0fd197 (patch)
tree423185c38d96237ebf551bd607be3a09cb5e316d /x11-toolkits/hs-gtksourceview2
parentb5a167e5264b766deb8e5bf53af3fbbf95060535 (diff)
downloadports-04e78301fbc8de75c3498010ac9c12208d0fd197.tar.gz
ports-04e78301fbc8de75c3498010ac9c12208d0fd197.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
Notes
Notes: svn path=/head/; revision=273795
Diffstat (limited to 'x11-toolkits/hs-gtksourceview2')
-rw-r--r--x11-toolkits/hs-gtksourceview2/Makefile25
-rw-r--r--x11-toolkits/hs-gtksourceview2/distinfo2
-rw-r--r--x11-toolkits/hs-gtksourceview2/pkg-descr5
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 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 <bsd.port.mk>
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/