summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:11:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-29 02:11:38 +0800
commit4a89854bae630e38d30d2e47f5cdea5f896e894c (patch)
treec170019dbbc845a9851d93331aa7173358aae7c0 /x11-toolkits
parentd324fbf6850012433e834f30cd446e426e759545 (diff)
downloadmarcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.gz
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.bz2
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.lz
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.xz
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.tar.zst
marcuscom-ports-4a89854bae630e38d30d2e47f5cdea5f896e894c.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8669 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtksourceview/Makefile37
-rw-r--r--x11-toolkits/gtksourceview/distinfo3
-rw-r--r--x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.c11
-rw-r--r--x11-toolkits/gtksourceview/pkg-descr2
-rw-r--r--x11-toolkits/gtksourceview/pkg-plist181
-rw-r--r--x11-toolkits/gtksourceview2/Makefile37
-rw-r--r--x11-toolkits/gtksourceview2/distinfo3
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c11
-rw-r--r--x11-toolkits/gtksourceview2/pkg-descr2
-rw-r--r--x11-toolkits/gtksourceview2/pkg-plist181
10 files changed, 468 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile
new file mode 100644
index 000000000..b4f7705b9
--- /dev/null
+++ b/x11-toolkits/gtksourceview/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gtksourceview
+# Date created: 07 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.43 2006/10/02 00:40:29 ahze Exp $
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 1.8.5
+PORTREVISION?= 1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \
+ ltverhack referencehack
+CONFIGURE_ARGS= --enable-compile-warnings=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>
+
+.endif
diff --git a/x11-toolkits/gtksourceview/distinfo b/x11-toolkits/gtksourceview/distinfo
new file mode 100644
index 000000000..e8d40bd2d
--- /dev/null
+++ b/x11-toolkits/gtksourceview/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gtksourceview-1.8.5.tar.bz2) = de67df2944c1cccbc2d0b4a738e11050
+SHA256 (gnome2/gtksourceview-1.8.5.tar.bz2) = 19c6575457fb99764f3e71197503e4c275bd03e35245afe1cf3b584e70bf0f8d
+SIZE (gnome2/gtksourceview-1.8.5.tar.bz2) = 785000
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.c
new file mode 100644
index 000000000..3cc9f9eab
--- /dev/null
+++ b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.c
@@ -0,0 +1,11 @@
+--- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003
++++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003
+@@ -28,7 +28,7 @@
+
+ #ifdef NATIVE_GNU_REGEX
+ #include <sys/types.h>
+-#include <regex.h>
++#include <gnuregex.h>
+ #else
+ #include "gnu-regex/regex.h"
+ #endif
diff --git a/x11-toolkits/gtksourceview/pkg-descr b/x11-toolkits/gtksourceview/pkg-descr
new file mode 100644
index 000000000..729f71780
--- /dev/null
+++ b/x11-toolkits/gtksourceview/pkg-descr
@@ -0,0 +1,2 @@
+GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting
+and other features typically expected in a source code editor.
diff --git a/x11-toolkits/gtksourceview/pkg-plist b/x11-toolkits/gtksourceview/pkg-plist
new file mode 100644
index 000000000..29e421363
--- /dev/null
+++ b/x11-toolkits/gtksourceview/pkg-plist
@@ -0,0 +1,181 @@
+include/gtksourceview-1.0/gtksourceview/gtksourcebuffer.h
+include/gtksourceview-1.0/gtksourceview/gtksourceiter.h
+include/gtksourceview-1.0/gtksourceview/gtksourcelanguage.h
+include/gtksourceview-1.0/gtksourceview/gtksourcelanguagesmanager.h
+include/gtksourceview-1.0/gtksourceview/gtksourcemarker.h
+include/gtksourceview-1.0/gtksourceview/gtksourceprintjob.h
+include/gtksourceview-1.0/gtksourceview/gtksourcestylescheme.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetag.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetagstyle.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h
+include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h
+include/gtksourceview-1.0/gtksourceview/gtksourceview.h
+lib/libgtksourceview-1.0.a
+lib/libgtksourceview-1.0.la
+lib/libgtksourceview-1.0.so
+lib/libgtksourceview-1.0.so.0
+libdata/pkgconfig/gtksourceview-1.0.pc
+share/gtksourceview-1.0/language-specs/R.lang
+share/gtksourceview-1.0/language-specs/ada.lang
+share/gtksourceview-1.0/language-specs/boo.lang
+share/gtksourceview-1.0/language-specs/c.lang
+share/gtksourceview-1.0/language-specs/changelog.lang
+share/gtksourceview-1.0/language-specs/cpp.lang
+share/gtksourceview-1.0/language-specs/csharp.lang
+share/gtksourceview-1.0/language-specs/css.lang
+share/gtksourceview-1.0/language-specs/d.lang
+share/gtksourceview-1.0/language-specs/desktop.lang
+share/gtksourceview-1.0/language-specs/diff.lang
+share/gtksourceview-1.0/language-specs/docbook.lang
+share/gtksourceview-1.0/language-specs/fortran.lang
+share/gtksourceview-1.0/language-specs/gtkrc.lang
+share/gtksourceview-1.0/language-specs/haskell.lang
+share/gtksourceview-1.0/language-specs/html.lang
+share/gtksourceview-1.0/language-specs/idl.lang
+share/gtksourceview-1.0/language-specs/ini.lang
+share/gtksourceview-1.0/language-specs/java.lang
+share/gtksourceview-1.0/language-specs/javascript.lang
+share/gtksourceview-1.0/language-specs/language.dtd
+share/gtksourceview-1.0/language-specs/language.rng
+share/gtksourceview-1.0/language-specs/latex.lang
+share/gtksourceview-1.0/language-specs/lua.lang
+share/gtksourceview-1.0/language-specs/makefile.lang
+share/gtksourceview-1.0/language-specs/msil.lang
+share/gtksourceview-1.0/language-specs/nemerle.lang
+share/gtksourceview-1.0/language-specs/ocaml.lang
+share/gtksourceview-1.0/language-specs/octave.lang
+share/gtksourceview-1.0/language-specs/pascal.lang
+share/gtksourceview-1.0/language-specs/perl.lang
+share/gtksourceview-1.0/language-specs/php.lang
+share/gtksourceview-1.0/language-specs/po.lang
+share/gtksourceview-1.0/language-specs/python.lang
+share/gtksourceview-1.0/language-specs/ruby.lang
+share/gtksourceview-1.0/language-specs/scheme.lang
+share/gtksourceview-1.0/language-specs/sh.lang
+share/gtksourceview-1.0/language-specs/spec.lang
+share/gtksourceview-1.0/language-specs/sql.lang
+share/gtksourceview-1.0/language-specs/tcl.lang
+share/gtksourceview-1.0/language-specs/texinfo.lang
+share/gtksourceview-1.0/language-specs/vbnet.lang
+share/gtksourceview-1.0/language-specs/verilog.lang
+share/gtksourceview-1.0/language-specs/vhdl.lang
+share/gtksourceview-1.0/language-specs/xml.lang
+share/locale/ar/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/az/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/be/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bg/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bn_IN/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bs/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ca/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/cs/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/cy/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/da/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/de/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/dz/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/el/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/en_CA/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/en_GB/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/es/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/et/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/eu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fa/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ga/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/gl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/gu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/he/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/id/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/it/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ja/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ko/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/lt/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/lv/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mg/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ml/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ms/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/nb/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ne/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/nl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/or/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pa/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pt/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pt_BR/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ro/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ru/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/rw/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sq/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sv/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ta/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/th/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/tr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/uk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/vi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/xh/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_CN/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_HK/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
+@dirrm share/gtksourceview-1.0/language-specs
+@dirrm share/gtksourceview-1.0
+@dirrm include/gtksourceview-1.0/gtksourceview
+@dirrm include/gtksourceview-1.0
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
new file mode 100644
index 000000000..b4f7705b9
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gtksourceview
+# Date created: 07 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.43 2006/10/02 00:40:29 ahze Exp $
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 1.8.5
+PORTREVISION?= 1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \
+ ltverhack referencehack
+CONFIGURE_ARGS= --enable-compile-warnings=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>
+
+.endif
diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo
new file mode 100644
index 000000000..e8d40bd2d
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gtksourceview-1.8.5.tar.bz2) = de67df2944c1cccbc2d0b4a738e11050
+SHA256 (gnome2/gtksourceview-1.8.5.tar.bz2) = 19c6575457fb99764f3e71197503e4c275bd03e35245afe1cf3b584e70bf0f8d
+SIZE (gnome2/gtksourceview-1.8.5.tar.bz2) = 785000
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
new file mode 100644
index 000000000..3cc9f9eab
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
@@ -0,0 +1,11 @@
+--- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003
++++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003
+@@ -28,7 +28,7 @@
+
+ #ifdef NATIVE_GNU_REGEX
+ #include <sys/types.h>
+-#include <regex.h>
++#include <gnuregex.h>
+ #else
+ #include "gnu-regex/regex.h"
+ #endif
diff --git a/x11-toolkits/gtksourceview2/pkg-descr b/x11-toolkits/gtksourceview2/pkg-descr
new file mode 100644
index 000000000..729f71780
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/pkg-descr
@@ -0,0 +1,2 @@
+GtkSourceView is a text widget for Gtk+-2 that provides syntax highlighting
+and other features typically expected in a source code editor.
diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist
new file mode 100644
index 000000000..29e421363
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/pkg-plist
@@ -0,0 +1,181 @@
+include/gtksourceview-1.0/gtksourceview/gtksourcebuffer.h
+include/gtksourceview-1.0/gtksourceview/gtksourceiter.h
+include/gtksourceview-1.0/gtksourceview/gtksourcelanguage.h
+include/gtksourceview-1.0/gtksourceview/gtksourcelanguagesmanager.h
+include/gtksourceview-1.0/gtksourceview/gtksourcemarker.h
+include/gtksourceview-1.0/gtksourceview/gtksourceprintjob.h
+include/gtksourceview-1.0/gtksourceview/gtksourcestylescheme.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetag.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetagstyle.h
+include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h
+include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h
+include/gtksourceview-1.0/gtksourceview/gtksourceview.h
+lib/libgtksourceview-1.0.a
+lib/libgtksourceview-1.0.la
+lib/libgtksourceview-1.0.so
+lib/libgtksourceview-1.0.so.0
+libdata/pkgconfig/gtksourceview-1.0.pc
+share/gtksourceview-1.0/language-specs/R.lang
+share/gtksourceview-1.0/language-specs/ada.lang
+share/gtksourceview-1.0/language-specs/boo.lang
+share/gtksourceview-1.0/language-specs/c.lang
+share/gtksourceview-1.0/language-specs/changelog.lang
+share/gtksourceview-1.0/language-specs/cpp.lang
+share/gtksourceview-1.0/language-specs/csharp.lang
+share/gtksourceview-1.0/language-specs/css.lang
+share/gtksourceview-1.0/language-specs/d.lang
+share/gtksourceview-1.0/language-specs/desktop.lang
+share/gtksourceview-1.0/language-specs/diff.lang
+share/gtksourceview-1.0/language-specs/docbook.lang
+share/gtksourceview-1.0/language-specs/fortran.lang
+share/gtksourceview-1.0/language-specs/gtkrc.lang
+share/gtksourceview-1.0/language-specs/haskell.lang
+share/gtksourceview-1.0/language-specs/html.lang
+share/gtksourceview-1.0/language-specs/idl.lang
+share/gtksourceview-1.0/language-specs/ini.lang
+share/gtksourceview-1.0/language-specs/java.lang
+share/gtksourceview-1.0/language-specs/javascript.lang
+share/gtksourceview-1.0/language-specs/language.dtd
+share/gtksourceview-1.0/language-specs/language.rng
+share/gtksourceview-1.0/language-specs/latex.lang
+share/gtksourceview-1.0/language-specs/lua.lang
+share/gtksourceview-1.0/language-specs/makefile.lang
+share/gtksourceview-1.0/language-specs/msil.lang
+share/gtksourceview-1.0/language-specs/nemerle.lang
+share/gtksourceview-1.0/language-specs/ocaml.lang
+share/gtksourceview-1.0/language-specs/octave.lang
+share/gtksourceview-1.0/language-specs/pascal.lang
+share/gtksourceview-1.0/language-specs/perl.lang
+share/gtksourceview-1.0/language-specs/php.lang
+share/gtksourceview-1.0/language-specs/po.lang
+share/gtksourceview-1.0/language-specs/python.lang
+share/gtksourceview-1.0/language-specs/ruby.lang
+share/gtksourceview-1.0/language-specs/scheme.lang
+share/gtksourceview-1.0/language-specs/sh.lang
+share/gtksourceview-1.0/language-specs/spec.lang
+share/gtksourceview-1.0/language-specs/sql.lang
+share/gtksourceview-1.0/language-specs/tcl.lang
+share/gtksourceview-1.0/language-specs/texinfo.lang
+share/gtksourceview-1.0/language-specs/vbnet.lang
+share/gtksourceview-1.0/language-specs/verilog.lang
+share/gtksourceview-1.0/language-specs/vhdl.lang
+share/gtksourceview-1.0/language-specs/xml.lang
+share/locale/ar/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/az/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/be/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bg/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bn_IN/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bs/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ca/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/cs/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/cy/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/da/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/de/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/dz/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/el/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/en_CA/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/en_GB/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/es/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/et/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/eu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fa/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ga/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/gl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/gu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/he/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/hu/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/id/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/it/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ja/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ko/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/lt/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/lv/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mg/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ml/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/mr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ms/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/nb/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ne/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/nl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/or/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pa/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pt/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/pt_BR/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ro/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ru/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/rw/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sq/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sv/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/ta/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/th/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/tr/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/uk/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/vi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/xh/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_CN/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_HK/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
+@dirrm share/gtksourceview-1.0/language-specs
+@dirrm share/gtksourceview-1.0
+@dirrm include/gtksourceview-1.0/gtksourceview
+@dirrm include/gtksourceview-1.0
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be