summaryrefslogtreecommitdiff
path: root/editors/gedit2
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit2')
-rw-r--r--editors/gedit2/Makefile34
-rw-r--r--editors/gedit2/distinfo1
-rw-r--r--editors/gedit2/files/patch-ai11
-rw-r--r--editors/gedit2/files/patch-an8
-rw-r--r--editors/gedit2/files/patch-ao84
-rw-r--r--editors/gedit2/pkg-comment1
-rw-r--r--editors/gedit2/pkg-descr21
-rw-r--r--editors/gedit2/pkg-plist67
8 files changed, 0 insertions, 227 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
deleted file mode 100644
index 7c030b05aaec..000000000000
--- a/editors/gedit2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gedit
-# Date created: 4 May 1999
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= gedit
-PORTVERSION= 0.7.9
-CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
- gnomeprint.9:${PORTSDIR}/print/gnomeprint \
- glade.3:${PORTSDIR}/devel/libglade
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= gedit.1
-
-.include <bsd.port.mk>
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
deleted file mode 100644
index 3bb72bd0326f..000000000000
--- a/editors/gedit2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gedit-0.7.9.tar.gz) = 76c5627dcc0926f4e4ff0385bd1ca9c5
diff --git a/editors/gedit2/files/patch-ai b/editors/gedit2/files/patch-ai
deleted file mode 100644
index e429c0495572..000000000000
--- a/editors/gedit2/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Tue Apr 18 14:25:43 2000
-+++ po/Makefile.in.in Wed Apr 19 19:06:53 2000
-@@ -19,7 +19,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gnulocaledir = $(prefix)/share/locale
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
diff --git a/editors/gedit2/files/patch-an b/editors/gedit2/files/patch-an
deleted file mode 100644
index b78c1188906c..000000000000
--- a/editors/gedit2/files/patch-an
+++ /dev/null
@@ -1,8 +0,0 @@
---- app-docs.make.orig Fri May 5 14:35:51 2000
-+++ app-docs.make Sun Jun 11 11:11:24 2000
-@@ -1,4 +1,4 @@
--helpdir = $(datadir)/gnome/help/$(app)/$(lang)
-+helpdir = $(datadir)/help/$(app)/$(lang)
- help_DATA = \
- index.html \
- topic.dat \
diff --git a/editors/gedit2/files/patch-ao b/editors/gedit2/files/patch-ao
deleted file mode 100644
index db937b166381..000000000000
--- a/editors/gedit2/files/patch-ao
+++ /dev/null
@@ -1,84 +0,0 @@
---- plugins/browse/Makefile.in.orig Sun Jun 11 03:00:15 2000
-+++ plugins/browse/Makefile.in Sun Jun 11 11:15:17 2000
-@@ -128,3 +128,3 @@
-
--INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -138,3 +138,3 @@
- LIBS = @LIBS@
--libbrowse_la_LDFLAGS =
-+libbrowse_la_LDFLAGS = -avoid-version
- libbrowse_la_LIBADD =
---- plugins/convert/Makefile.in.orig Sun Jun 11 03:00:17 2000
-+++ plugins/convert/Makefile.in Sun Jun 11 11:15:25 2000
-@@ -130,3 +130,3 @@
-
--INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -147,3 +147,3 @@
- LIBS = @LIBS@
--libconvert_la_LDFLAGS =
-+libconvert_la_LDFLAGS = -avoid-version
- libconvert_la_LIBADD =
---- plugins/diff/Makefile.in.orig Sun Jun 11 03:00:15 2000
-+++ plugins/diff/Makefile.in Sun Jun 11 11:15:29 2000
-@@ -128,3 +128,3 @@
-
--INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
-+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR)
-
-@@ -138,3 +138,3 @@
- LIBS = @LIBS@
--libdiff_la_LDFLAGS =
-+libdiff_la_LDFLAGS = -avoid-version
- libdiff_la_LIBADD =
---- plugins/email/Makefile.in.orig Sun Jun 11 03:00:16 2000
-+++ plugins/email/Makefile.in Sun Jun 11 11:15:33 2000
-@@ -130,3 +130,3 @@
-
--INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGEDIT_GLADEDIR=\""$(gladedir)"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -147,3 +147,3 @@
- LIBS = @LIBS@
--libemail_la_LDFLAGS =
-+libemail_la_LDFLAGS = -avoid-version
- libemail_la_LIBADD =
---- plugins/reverse/Makefile.in.orig Sun Jun 11 03:00:18 2000
-+++ plugins/reverse/Makefile.in Sun Jun 11 11:15:40 2000
-@@ -130,3 +130,3 @@
-
--INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I$(top_srcdir)/src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libreverse_la_LDFLAGS =
-+libreverse_la_LDFLAGS = -avoid-version
- libreverse_la_LIBADD =
---- plugins/sample/Makefile.in.orig Sun Jun 11 03:00:18 2000
-+++ plugins/sample/Makefile.in Sun Jun 11 11:15:45 2000
-@@ -130,3 +130,3 @@
-
--INCLUDES = -I../../src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I../../src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libsample_la_LDFLAGS =
-+libsample_la_LDFLAGS = -avoid-version
- libsample_la_LIBADD =
---- plugins/time/Makefile.in.orig Sun Jun 11 03:00:17 2000
-+++ plugins/time/Makefile.in Sun Jun 11 11:15:49 2000
-@@ -130,3 +130,3 @@
-
--INCLUDES = -I../../src -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-+INCLUDES = -I../../src -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR)
-
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libtime_la_LDFLAGS =
-+libtime_la_LDFLAGS = -avoid-version
- libtime_la_LIBADD =
diff --git a/editors/gedit2/pkg-comment b/editors/gedit2/pkg-comment
deleted file mode 100644
index 27ffa7128246..000000000000
--- a/editors/gedit2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A small but powerful text editor for Gnome Desktop Environment
diff --git a/editors/gedit2/pkg-descr b/editors/gedit2/pkg-descr
deleted file mode 100644
index 6016fb0dbcf7..000000000000
--- a/editors/gedit2/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-gEdit is a text editor for X using the GTK+ and GNOME libraries.
-It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey
-(among others).
-
-This version is quite a neat text editor, it contains the following
-features:
- * Opening/Saving/Creating of files;
- * File Revert;
- * Cut/Copy/Paste and Select All text;
- * Complete integration with the GNOME Environment, including GnomeMDI;
- * Search and Replace;
- * Global search;
- * A complete preferences interface;
- * Dynamically loading fonts;
- * Splitscreen Mode;
- * Printing support;
- * Configurable Plugins system;
- * Configurable window sizing;
- * Unlimited Undo/Redo.
-
-WWW: http://gedit.sourceforge.net/
diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist
deleted file mode 100644
index 85115edd9bef..000000000000
--- a/editors/gedit2/pkg-plist
+++ /dev/null
@@ -1,67 +0,0 @@
-bin/gedit
-lib/gedit/plugins/libbrowse.so
-lib/gedit/plugins/libconvert.so
-lib/gedit/plugins/libdiff.so
-lib/gedit/plugins/libemail.so
-lib/gedit/plugins/libreverse.so
-lib/gedit/plugins/libsample.so
-lib/gedit/plugins/libtime.so
-share/gnome/apps/Applications/gedit.desktop
-share/gnome/gedit/glade/about.glade
-share/gnome/gedit/glade/convert.glade
-share/gnome/gedit/glade/email.glade
-share/gnome/gedit/glade/goto-line.glade
-share/gnome/gedit/glade/prefs.glade
-share/gnome/gedit/glade/replace.glade
-share/gnome/help/gedit/C/authors.html
-share/gnome/help/gedit/C/bugs.html
-share/gnome/help/gedit/C/docbook.css
-share/gnome/help/gedit/C/figures/mainwin.png
-share/gnome/help/gedit/C/figures/preferences.png
-share/gnome/help/gedit/C/figures/toolbar.png
-share/gnome/help/gedit/C/index.html
-share/gnome/help/gedit/C/license.html
-share/gnome/help/gedit/C/ln12.html
-share/gnome/help/gedit/C/plugins.html
-share/gnome/help/gedit/C/prefs.html
-share/gnome/help/gedit/C/topic.dat
-share/gnome/help/gedit/C/usage.html
-share/gnome/mime-info/gedit.keys
-share/gnome/pixmaps/gedit-icon.xpm
-share/gnome/pixmaps/gedit-logo.png
-share/locale/ca/LC_MESSAGES/gedit.mo
-share/locale/cs/LC_MESSAGES/gedit.mo
-share/locale/da/LC_MESSAGES/gedit.mo
-share/locale/de/LC_MESSAGES/gedit.mo
-share/locale/el/LC_MESSAGES/gedit.mo
-share/locale/es/LC_MESSAGES/gedit.mo
-share/locale/fi/LC_MESSAGES/gedit.mo
-share/locale/fr/LC_MESSAGES/gedit.mo
-share/locale/ga/LC_MESSAGES/gedit.mo
-share/locale/gl/LC_MESSAGES/gedit.mo
-share/locale/hu/LC_MESSAGES/gedit.mo
-share/locale/it/LC_MESSAGES/gedit.mo
-share/locale/ja/LC_MESSAGES/gedit.mo
-share/locale/ko/LC_MESSAGES/gedit.mo
-share/locale/lt/LC_MESSAGES/gedit.mo
-share/locale/nl/LC_MESSAGES/gedit.mo
-share/locale/no/LC_MESSAGES/gedit.mo
-share/locale/pl/LC_MESSAGES/gedit.mo
-share/locale/pt/LC_MESSAGES/gedit.mo
-share/locale/pt_BR/LC_MESSAGES/gedit.mo
-share/locale/ru/LC_MESSAGES/gedit.mo
-share/locale/sl/LC_MESSAGES/gedit.mo
-share/locale/sv/LC_MESSAGES/gedit.mo
-share/locale/tr/LC_MESSAGES/gedit.mo
-share/locale/uk/LC_MESSAGES/gedit.mo
-share/locale/wa/LC_MESSAGES/gedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gedit.mo
-@dirrm share/gnome/help/gedit/C/stylesheet-images
-@dirrm share/gnome/help/gedit/C/figures
-@dirrm share/gnome/help/gedit/C
-@dirrm share/gnome/help/gedit
-@dirrm share/gnome/gedit/glade
-@dirrm share/gnome/gedit
-@dirrm lib/gedit/plugins
-@dirrm lib/gedit