diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
commit | cc6825cf28f45c090747ed100adeb2189bda6280 (patch) | |
tree | 227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /editors/gedit | |
parent | c2de53da32b1bca69e3fbdd166ce348387b2426a (diff) |
Notes
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 29 | ||||
-rw-r--r-- | editors/gedit/distinfo | 1 | ||||
-rw-r--r-- | editors/gedit/files/patch-an | 8 | ||||
-rw-r--r-- | editors/gedit/files/patch-ao | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-configure | 13 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::ASCII::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::convert::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::diff::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::docinfo::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::email::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::reverse::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::sample::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::shell_output::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::sort::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins::time::Makefile.in | 14 | ||||
-rw-r--r-- | editors/gedit/pkg-descr | 21 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 114 |
17 files changed, 0 insertions, 340 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile deleted file mode 100644 index 5cda9f06193b..000000000000 --- a/editors/gedit/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gedit -# Date created: 4 May 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= gedit -PORTVERSION= 0.9.7 -PORTREVISION= 1 -CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gedit/0.9 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small but powerful text editor for Gnome Desktop Environment - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomeprint libglade gnomevfs -USE_REINPLACE= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -MAKE_ENV= OLD_PO_FILE_INPUT=1 - -MAN1= gedit.1 - -.include <bsd.port.mk> diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo deleted file mode 100644 index ce822916cf55..000000000000 --- a/editors/gedit/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gedit-0.9.7.tar.gz) = a02667dd67e46efdbdb6f875442506b1 diff --git a/editors/gedit/files/patch-an b/editors/gedit/files/patch-an deleted file mode 100644 index b78c1188906c..000000000000 --- a/editors/gedit/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/gedit/files/patch-ao b/editors/gedit/files/patch-ao deleted file mode 100644 index daf76528e40a..000000000000 --- a/editors/gedit/files/patch-ao +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/browse/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/browse/Makefile.in Sat Jul 20 14:09:48 2002 -@@ -147,7 +147,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libbrowse_la_LDFLAGS = -+libbrowse_la_LDFLAGS = -avoid-version -module - libbrowse_la_LIBADD = - libbrowse_la_OBJECTS = browse.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure deleted file mode 100644 index 9e5f5cd31ff1..000000000000 --- a/editors/gedit/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sat Jul 20 13:58:23 2002 -+++ configure Sat Jul 20 13:58:37 2002 -@@ -5492,6 +5492,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/editors/gedit/files/patch-plugins::ASCII::Makefile.in b/editors/gedit/files/patch-plugins::ASCII::Makefile.in deleted file mode 100644 index 357d0399bad9..000000000000 --- a/editors/gedit/files/patch-plugins::ASCII::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/ASCII/Makefile.in 2002/07/20 11:08:53 1.1 -+++ plugins/ASCII/Makefile.in 2002/07/20 11:09:42 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libasciitable_la_LDFLAGS = -+libasciitable_la_LDFLAGS = -avoid-version -module - libasciitable_la_LIBADD = - libasciitable_la_OBJECTS = ascii.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::convert::Makefile.in b/editors/gedit/files/patch-plugins::convert::Makefile.in deleted file mode 100644 index abc086db6e30..000000000000 --- a/editors/gedit/files/patch-plugins::convert::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/convert/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/convert/Makefile.in Sat Jul 20 14:09:54 2002 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libconvert_la_LDFLAGS = -+libconvert_la_LDFLAGS = -avoid-version -module - libconvert_la_LIBADD = - libconvert_la_OBJECTS = convert.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::diff::Makefile.in b/editors/gedit/files/patch-plugins::diff::Makefile.in deleted file mode 100644 index 9708567a9140..000000000000 --- a/editors/gedit/files/patch-plugins::diff::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/diff/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/diff/Makefile.in Sat Jul 20 14:10:00 2002 -@@ -147,7 +147,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libdiff_la_LDFLAGS = -+libdiff_la_LDFLAGS = -avoid-version -module - libdiff_la_LIBADD = - libdiff_la_OBJECTS = diff.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::docinfo::Makefile.in b/editors/gedit/files/patch-plugins::docinfo::Makefile.in deleted file mode 100644 index 49e1edce5e9f..000000000000 --- a/editors/gedit/files/patch-plugins::docinfo::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/docinfo/Makefile.in 2002/07/20 11:09:25 1.1 -+++ plugins/docinfo/Makefile.in 2002/07/20 11:10:07 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libdocinfo_la_LDFLAGS = -+libdocinfo_la_LDFLAGS = -avoid-version -module - libdocinfo_la_LIBADD = - libdocinfo_la_OBJECTS = docinfo.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::email::Makefile.in b/editors/gedit/files/patch-plugins::email::Makefile.in deleted file mode 100644 index b22bfdc560ae..000000000000 --- a/editors/gedit/files/patch-plugins::email::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/email/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/email/Makefile.in Sat Jul 20 14:10:11 2002 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libemail_la_LDFLAGS = -+libemail_la_LDFLAGS = -avoid-version -module - libemail_la_LIBADD = - libemail_la_OBJECTS = email.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::reverse::Makefile.in b/editors/gedit/files/patch-plugins::reverse::Makefile.in deleted file mode 100644 index 180b0fdcb8b8..000000000000 --- a/editors/gedit/files/patch-plugins::reverse::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/reverse/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/reverse/Makefile.in Sat Jul 20 14:10:16 2002 -@@ -143,7 +143,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libreverse_la_LDFLAGS = -+libreverse_la_LDFLAGS = -avoid-version -module - libreverse_la_LIBADD = - libreverse_la_OBJECTS = reverse.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::sample::Makefile.in b/editors/gedit/files/patch-plugins::sample::Makefile.in deleted file mode 100644 index 4391cf69821a..000000000000 --- a/editors/gedit/files/patch-plugins::sample::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/sample/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/sample/Makefile.in Sat Jul 20 14:10:21 2002 -@@ -143,7 +143,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libsample_la_LDFLAGS = -+libsample_la_LDFLAGS = -avoid-version -module - libsample_la_LIBADD = - libsample_la_OBJECTS = sample.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::shell_output::Makefile.in b/editors/gedit/files/patch-plugins::shell_output::Makefile.in deleted file mode 100644 index 2d1dca44783d..000000000000 --- a/editors/gedit/files/patch-plugins::shell_output::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/shell_output/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/shell_output/Makefile.in Sat Jul 20 14:10:26 2002 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libshell_output_la_LDFLAGS = -+libshell_output_la_LDFLAGS = -avoid-version -module - libshell_output_la_LIBADD = - libshell_output_la_OBJECTS = shell_output.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::sort::Makefile.in b/editors/gedit/files/patch-plugins::sort::Makefile.in deleted file mode 100644 index 54180c5bca61..000000000000 --- a/editors/gedit/files/patch-plugins::sort::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/sort/Makefile.in 2002/07/20 11:09:25 1.1 -+++ plugins/sort/Makefile.in 2002/07/20 11:10:30 -@@ -150,7 +150,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libsort_la_LDFLAGS = -+libsort_la_LDFLAGS = -avoid-version -module - libsort_la_LIBADD = - libsort_la_OBJECTS = sort.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/files/patch-plugins::time::Makefile.in b/editors/gedit/files/patch-plugins::time::Makefile.in deleted file mode 100644 index 1e0892dee433..000000000000 --- a/editors/gedit/files/patch-plugins::time::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/time/Makefile.in.orig Sat Jul 20 13:59:48 2002 -+++ plugins/time/Makefile.in Sat Jul 20 14:10:35 2002 -@@ -143,7 +143,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libtime_la_LDFLAGS = -+libtime_la_LDFLAGS = -avoid-version -module - libtime_la_LIBADD = - libtime_la_OBJECTS = time.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr deleted file mode 100644 index 6016fb0dbcf7..000000000000 --- a/editors/gedit/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/gedit/pkg-plist b/editors/gedit/pkg-plist deleted file mode 100644 index c6378c4b9f4c..000000000000 --- a/editors/gedit/pkg-plist +++ /dev/null @@ -1,114 +0,0 @@ -bin/gedit -lib/gedit/plugins/libasciitable.so -lib/gedit/plugins/libbrowse.so -lib/gedit/plugins/libconvert.so -lib/gedit/plugins/libdiff.so -lib/gedit/plugins/libdocinfo.so -lib/gedit/plugins/libemail.so -lib/gedit/plugins/libreverse.so -lib/gedit/plugins/libsample.so -lib/gedit/plugins/libshell_output.so -lib/gedit/plugins/libsort.so -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/gedit/glade -@dirrm share/gnome/gedit -@dirrm lib/gedit/plugins -@dirrm lib/gedit |