summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-08 07:20:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-08 07:20:22 +0800
commitecc692c609745ed2590ee410fcf60f8fc5577767 (patch)
tree804fc05006975ef53fbc334db1f4ffa42ff9359f /x11-toolkits/gtksourceview2
parent3a142666db7f6854784739853cd212ba74b8b6bd (diff)
downloadmarcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.bz2
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.lz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.xz
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst
marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2')
-rw-r--r--x11-toolkits/gtksourceview2/Makefile28
-rw-r--r--x11-toolkits/gtksourceview2/distinfo2
-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-plist124
5 files changed, 0 insertions, 167 deletions
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
deleted file mode 100644
index 11ebc9c9b..000000000
--- a/x11-toolkits/gtksourceview2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gtksourceview
-# Date created: 07 May 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtksourceview
-PORTVERSION= 1.1.1
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
-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_VER=15
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui
-CONFIGURE_ARGS= --enable-compile-warnings=no
-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
deleted file mode 100644
index 12c695f54..000000000
--- a/x11-toolkits/gtksourceview2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gtksourceview-1.1.1.tar.bz2) = 2e59c8748594181d4bf452320c8c3b5c
-SIZE (gnome2/gtksourceview-1.1.1.tar.bz2) = 834424
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
deleted file mode 100644
index 3cc9f9eab..000000000
--- a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 729f71780..000000000
--- a/x11-toolkits/gtksourceview2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 7f6594d79..000000000
--- a/x11-toolkits/gtksourceview2/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-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
-%%DOCSDIR%%/GtkSourceBuffer.html
-%%DOCSDIR%%/GtkSourceLanguage.html
-%%DOCSDIR%%/GtkSourceLanguagesManager.html
-%%DOCSDIR%%/GtkSourcePrintJob.html
-%%DOCSDIR%%/GtkSourceStyleScheme.html
-%%DOCSDIR%%/GtkSourceTag.html
-%%DOCSDIR%%/GtkSourceTagTable.html
-%%DOCSDIR%%/GtkSourceView.html
-%%DOCSDIR%%/gtksourceview-GtkSourceMarker.html
-%%DOCSDIR%%/gtksourceview-GtkSourceTagStyle.html
-%%DOCSDIR%%/gtksourceview-Searching-in-a-GtkSourceBuffer.html
-%%DOCSDIR%%/gtksourceview.devhelp
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/rn01.html
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-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/css.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/fortran.lang
-share/gnome/gtksourceview-1.0/language-specs/haskell.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/javascript.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/lua.lang
-share/gnome/gtksourceview-1.0/language-specs/msil.lang
-share/gnome/gtksourceview-1.0/language-specs/pascal.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/ruby.lang
-share/gnome/gtksourceview-1.0/language-specs/sql.lang
-share/gnome/gtksourceview-1.0/language-specs/texinfo.lang
-share/gnome/gtksourceview-1.0/language-specs/vbnet.lang
-share/gnome/gtksourceview-1.0/language-specs/verilog.lang
-share/gnome/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/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/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/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/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/nb/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/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/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/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/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