summaryrefslogtreecommitdiff
path: root/editors/gedit2
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit2')
-rw-r--r--editors/gedit2/Makefile32
-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-ao56
-rw-r--r--editors/gedit2/files/patch-ltmain.sh18
-rw-r--r--editors/gedit2/pkg-comment1
-rw-r--r--editors/gedit2/pkg-descr21
-rw-r--r--editors/gedit2/pkg-plist130
9 files changed, 0 insertions, 278 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
deleted file mode 100644
index ac2f8dc552aa..000000000000
--- a/editors/gedit2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gedit
-# Date created: 4 May 1999
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= gedit
-PORTVERSION= 0.9.7
-CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gedit
-
-MAINTAINER= gnome@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= gedit.1
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo
deleted file mode 100644
index ce822916cf55..000000000000
--- a/editors/gedit2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gedit-0.9.7.tar.gz) = a02667dd67e46efdbdb6f875442506b1
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 fc344883c147..000000000000
--- a/editors/gedit2/files/patch-ao
+++ /dev/null
@@ -1,56 +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
-@@ -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
-@@ -147,3 +147,3 @@
- LIBS = @LIBS@
--libconvert_la_LDFLAGS =
-+libconvert_la_LDFLAGS = -avoid-version
- libconvert_la_LIBADD =
---- plugins/diff/Makefile.in.orig Sun Jul 9 17:12:13 2000
-+++ plugins/diff/Makefile.in Mon Jul 10 09:32:42 2000
-@@ -144,3 +144,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
-@@ -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
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libreverse_la_LDFLAGS =
-+libreverse_la_LDFLAGS = -avoid-version
- libreverse_la_LIBADD =
---- plugins/sample/Makefile.in.orig Sun Jul 9 17:12:15 2000
-+++ plugins/sample/Makefile.in Mon Jul 10 09:33:18 2000
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libsample_la_LDFLAGS =
-+libsample_la_LDFLAGS = -avoid-version
- libsample_la_LIBADD =
---- plugins/shell_output/Makefile.in.orig Sun Jul 9 17:12:19 2000
-+++ plugins/shell_output/Makefile.in Mon Jul 10 09:38:40 2000
-@@ -147,3 +147,3 @@
- LIBS = @LIBS@
--libshell_output_la_LDFLAGS =
-+libshell_output_la_LDFLAGS = -avoid-version
- libshell_output_la_LIBADD =
---- plugins/time/Makefile.in.orig Sun Jul 9 17:12:16 2000
-+++ plugins/time/Makefile.in Mon Jul 10 09:33:38 2000
-@@ -140,3 +140,3 @@
- LIBS = @LIBS@
--libtime_la_LDFLAGS =
-+libtime_la_LDFLAGS = -avoid-version
- libtime_la_LIBADD =
diff --git a/editors/gedit2/files/patch-ltmain.sh b/editors/gedit2/files/patch-ltmain.sh
deleted file mode 100644
index 33bc7983f107..000000000000
--- a/editors/gedit2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -4175,10 +4175,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
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 11eced353199..000000000000
--- a/editors/gedit2/pkg-plist
+++ /dev/null
@@ -1,130 +0,0 @@
-bin/gedit
-lib/gedit/plugins/libasciitable.a
-lib/gedit/plugins/libasciitable.so
-lib/gedit/plugins/libasciitable.so.0
-lib/gedit/plugins/libbrowse.a
-lib/gedit/plugins/libbrowse.so
-lib/gedit/plugins/libconvert.a
-lib/gedit/plugins/libconvert.so
-lib/gedit/plugins/libdiff.a
-lib/gedit/plugins/libdiff.so
-lib/gedit/plugins/libdocinfo.a
-lib/gedit/plugins/libdocinfo.so
-lib/gedit/plugins/libdocinfo.so.0
-lib/gedit/plugins/libemail.a
-lib/gedit/plugins/libemail.so
-lib/gedit/plugins/libreverse.a
-lib/gedit/plugins/libreverse.so
-lib/gedit/plugins/libsample.a
-lib/gedit/plugins/libsample.so
-lib/gedit/plugins/libshell_output.a
-lib/gedit/plugins/libshell_output.so
-lib/gedit/plugins/libsort.a
-lib/gedit/plugins/libsort.so
-lib/gedit/plugins/libsort.so.0
-lib/gedit/plugins/libtime.a
-lib/gedit/plugins/libtime.so
-share/gnome/apps/Applications/gedit.desktop
-share/gnome/gedit/glade/about.glade
-share/gnome/gedit/glade/asciitable.glade
-share/gnome/gedit/glade/browse.glade
-share/gnome/gedit/glade/convert.glade
-share/gnome/gedit/glade/diff.glade
-share/gnome/gedit/glade/docinfo.glade
-share/gnome/gedit/glade/email.glade
-share/gnome/gedit/glade/goto-line.glade
-share/gnome/gedit/glade/plugin-manager.glade
-share/gnome/gedit/glade/prefs.glade
-share/gnome/gedit/glade/program.glade
-share/gnome/gedit/glade/replace.glade
-share/gnome/gedit/glade/shell_output.glade
-share/gnome/gedit/glade/sort.glade
-share/gnome/gedit/glade/uri.glade
-share/gnome/help/gedit/C/images/browse.png
-share/gnome/help/gedit/C/images/convert.png
-share/gnome/help/gedit/C/images/diff.png
-share/gnome/help/gedit/C/images/email.png
-share/gnome/help/gedit/C/images/find.png
-share/gnome/help/gedit/C/images/gedit.png
-share/gnome/help/gedit/C/images/goto-line.png
-share/gnome/help/gedit/C/images/lynx.png
-share/gnome/help/gedit/C/images/manager.png
-share/gnome/help/gedit/C/images/mta.png
-share/gnome/help/gedit/C/images/prefs-documents.png
-share/gnome/help/gedit/C/images/prefs-font.png
-share/gnome/help/gedit/C/images/prefs-general.png
-share/gnome/help/gedit/C/images/prefs-paper.png
-share/gnome/help/gedit/C/images/prefs-printing.png
-share/gnome/help/gedit/C/images/print-preview.png
-share/gnome/help/gedit/C/images/print.png
-share/gnome/help/gedit/C/images/replace.png
-share/gnome/help/gedit/C/images/shell.png
-share/gnome/help/gedit/C/images/toolbar.png
-share/gnome/help/gedit/C/topic.dat
-share/gnome/help/gedit/ja/images/browse.png
-share/gnome/help/gedit/ja/images/convert.png
-share/gnome/help/gedit/ja/images/diff.png
-share/gnome/help/gedit/ja/images/email.png
-share/gnome/help/gedit/ja/images/find.png
-share/gnome/help/gedit/ja/images/gedit.png
-share/gnome/help/gedit/ja/images/goto-line.png
-share/gnome/help/gedit/ja/images/lynx.png
-share/gnome/help/gedit/ja/images/manager.png
-share/gnome/help/gedit/ja/images/mta.png
-share/gnome/help/gedit/ja/images/prefs-documents.png
-share/gnome/help/gedit/ja/images/prefs-font.png
-share/gnome/help/gedit/ja/images/prefs-general.png
-share/gnome/help/gedit/ja/images/prefs-paper.png
-share/gnome/help/gedit/ja/images/prefs-printing.png
-share/gnome/help/gedit/ja/images/print-preview.png
-share/gnome/help/gedit/ja/images/print.png
-share/gnome/help/gedit/ja/images/replace.png
-share/gnome/help/gedit/ja/images/shell.png
-share/gnome/help/gedit/ja/images/toolbar.png
-share/gnome/help/gedit/ja/topic.dat
-share/gnome/mime-info/gedit.keys
-share/gnome/pixmaps/gedit-icon.png
-share/gnome/pixmaps/gedit-logo.png
-share/locale/az/LC_MESSAGES/gedit.mo
-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/nn/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/sk/LC_MESSAGES/gedit.mo
-share/locale/sl/LC_MESSAGES/gedit.mo
-share/locale/sv/LC_MESSAGES/gedit.mo
-share/locale/ta/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/LC_MESSAGES/gedit.mo
-share/locale/zh_TW/LC_MESSAGES/gedit.mo
-@dirrm share/gnome/help/gedit/ja/stylesheet-images
-@dirrm share/gnome/help/gedit/ja/images
-@dirrm share/gnome/help/gedit/ja
-@dirrm share/gnome/help/gedit/C/stylesheet-images
-@dirrm share/gnome/help/gedit/C/images
-@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