summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-toolkits/gtksourceview2
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2')
-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-plist177
5 files changed, 0 insertions, 230 deletions
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
deleted file mode 100644
index 542aa872f..000000000
--- a/x11-toolkits/gtksourceview2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.42 2006/09/04 15:34:57 ahze Exp $
-#
-
-PORTNAME= gtksourceview
-PORTVERSION= 1.8.1
-PORTREVISION?= 0
-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
deleted file mode 100644
index 67e49c2ff..000000000
--- a/x11-toolkits/gtksourceview2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gtksourceview-1.8.1.tar.bz2) = d2db4d84918fa0ca477f7684fa2f42a3
-SHA256 (gnome2/gtksourceview-1.8.1.tar.bz2) = e7c6b6bd842fad8163577ed21a8d940b42aa4bb27474d88829d15ddc9fd534e4
-SIZE (gnome2/gtksourceview-1.8.1.tar.bz2) = 771063
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 260599912..000000000
--- a/x11-toolkits/gtksourceview2/pkg-plist
+++ /dev/null
@@ -1,177 +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.la
-lib/libgtksourceview-1.0.so
-lib/libgtksourceview-1.0.so.0
-libdata/pkgconfig/gtksourceview-1.0.pc
-share/gnome/gtksourceview-1.0/language-specs/R.lang
-share/gnome/gtksourceview-1.0/language-specs/ada.lang
-share/gnome/gtksourceview-1.0/language-specs/boo.lang
-share/gnome/gtksourceview-1.0/language-specs/c.lang
-share/gnome/gtksourceview-1.0/language-specs/changelog.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/d.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/gtkrc.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/ini.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/makefile.lang
-share/gnome/gtksourceview-1.0/language-specs/msil.lang
-share/gnome/gtksourceview-1.0/language-specs/nemerle.lang
-share/gnome/gtksourceview-1.0/language-specs/octave.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/scheme.lang
-share/gnome/gtksourceview-1.0/language-specs/sh.lang
-share/gnome/gtksourceview-1.0/language-specs/sql.lang
-share/gnome/gtksourceview-1.0/language-specs/tcl.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/vhdl.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/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/gnome/gtksourceview-1.0/language-specs
-@dirrm share/gnome/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