summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-30 15:47:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-30 15:47:40 +0800
commit602f312afcd860cc5d28eb46d2fb0c2e35a93916 (patch)
tree4474eddae862611994b8ed2749a6fa7bf4b76a21 /x11-toolkits/gtksourceview2
parent58fff1deca92c9968bb1354613e2b386bf92c9c5 (diff)
downloadmarcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar.gz
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar.bz2
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar.lz
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar.xz
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.tar.zst
marcuscom-ports-602f312afcd860cc5d28eb46d2fb0c2e35a93916.zip
Update to 0.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1563 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2')
-rw-r--r--x11-toolkits/gtksourceview2/Makefile27
-rw-r--r--x11-toolkits/gtksourceview2/distinfo1
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c11
-rw-r--r--x11-toolkits/gtksourceview2/pkg-descr3
-rw-r--r--x11-toolkits/gtksourceview2/pkg-plist83
5 files changed, 125 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
new file mode 100644
index 000000000..245b41939
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gtksourceview
+# Date created: 07 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/gtksourceview/Makefile,v 1.10 2003/11/17 12:29:09 trevor Exp $
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 0.8.0
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomeprefix gnomehack lthack libgnome libgnomeprintui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo
new file mode 100644
index 000000000..f9aeb20d8
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gtksourceview-0.8.0.tar.bz2) = f8424003ed8e4d4535b6ae4867a02a67
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..d24afadff
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/pkg-descr
@@ -0,0 +1,3 @@
+Gtksourceview is a text widget that extends the standard Gtk+ 2.x GtkTextView.
+It improves it by implementing syntax highlighting and other features typical
+of a source editor.
diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist
new file mode 100644
index 000000000..c0f440cdb
--- /dev/null
+++ b/x11-toolkits/gtksourceview2/pkg-plist
@@ -0,0 +1,83 @@
+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.so
+lib/libgtksourceview-1.0.so.0
+libdata/pkgconfig/gtksourceview-1.0.pc
+share/gnome/gtksourceview-1.0/language-specs/ada.lang
+share/gnome/gtksourceview-1.0/language-specs/c.lang
+share/gnome/gtksourceview-1.0/language-specs/cpp.lang
+share/gnome/gtksourceview-1.0/language-specs/csharp.lang
+share/gnome/gtksourceview-1.0/language-specs/desktop.lang
+share/gnome/gtksourceview-1.0/language-specs/diff.lang
+share/gnome/gtksourceview-1.0/language-specs/html.lang
+share/gnome/gtksourceview-1.0/language-specs/idl.lang
+share/gnome/gtksourceview-1.0/language-specs/java.lang
+share/gnome/gtksourceview-1.0/language-specs/language.dtd
+share/gnome/gtksourceview-1.0/language-specs/latex.lang
+share/gnome/gtksourceview-1.0/language-specs/msil.lang
+share/gnome/gtksourceview-1.0/language-specs/perl.lang
+share/gnome/gtksourceview-1.0/language-specs/php.lang
+share/gnome/gtksourceview-1.0/language-specs/po.lang
+share/gnome/gtksourceview-1.0/language-specs/python.lang
+share/gnome/gtksourceview-1.0/language-specs/sql.lang
+share/gnome/gtksourceview-1.0/language-specs/verilog.lang
+share/gnome/gtksourceview-1.0/language-specs/xml.lang
+share/locale/az/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/be/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/bn/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/el/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/fi/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/fr/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/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/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/ms/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/nl/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/no/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/ru/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/sk/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/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/zh_CN/LC_MESSAGES/gtksourceview-1.0.mo
+share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
+@dirrm share/gnome/gtksourceview-1.0/language-specs
+@dirrm share/gnome/gtksourceview-1.0
+@dirrm %%DOCSDIR%%
+@dirrm include/gtksourceview-1.0/gtksourceview
+@dirrm include/gtksourceview-1.0