diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /editors | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2 marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins/Makefile | 61 | ||||
-rw-r--r-- | editors/gedit-plugins/distinfo | 3 | ||||
-rw-r--r-- | editors/gedit-plugins/pkg-descr | 1 | ||||
-rw-r--r-- | editors/gedit-plugins/pkg-plist | 126 | ||||
-rw-r--r-- | editors/gedit/Makefile | 72 | ||||
-rw-r--r-- | editors/gedit/distinfo | 3 | ||||
-rw-r--r-- | editors/gedit/files/patch-configure | 18 | ||||
-rw-r--r-- | editors/gedit/files/patch-docs_reference_Makefile.in | 13 | ||||
-rw-r--r-- | editors/gedit/files/patch-gedit_gedit-module.c | 11 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins_externaltools_data_Makefile.in | 11 | ||||
-rw-r--r-- | editors/gedit/pkg-descr | 11 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 554 | ||||
-rw-r--r-- | editors/ghex/Makefile | 32 | ||||
-rw-r--r-- | editors/ghex/distinfo | 3 | ||||
-rw-r--r-- | editors/ghex/pkg-descr | 6 | ||||
-rw-r--r-- | editors/ghex/pkg-plist | 135 |
16 files changed, 0 insertions, 1060 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile deleted file mode 100644 index 44679015e..000000000 --- a/editors/gedit-plugins/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: gedit-plugins -# Date created: 19 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.27 2008/03/15 20:13:45 ahze Exp $ -# - -PORTNAME= gedit-plugins -PORTVERSION= 2.22.0 -PORTREVISION= 2 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plugins for GEdit 2 - -BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap -RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \ - gucharmap:${PORTSDIR}/deskutils/gucharmap - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo deleted file mode 100644 index a4f24cd8b..000000000 --- a/editors/gedit-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-plugins-2.22.0.tar.bz2) = 8ca32c74dbc23a3fc456dadc258e1215 -SHA256 (gnome2/gedit-plugins-2.22.0.tar.bz2) = 44a7cf6aa9d1f4c31478ed8f75000723b4bfc2a5ff0e45bea10ea0d66392768e -SIZE (gnome2/gedit-plugins-2.22.0.tar.bz2) = 587272 diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr deleted file mode 100644 index f4eabb23d..000000000 --- a/editors/gedit-plugins/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Various additional plug-ins for GEdit 2. diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist deleted file mode 100644 index 61032d546..000000000 --- a/editors/gedit-plugins/pkg-plist +++ /dev/null @@ -1,126 +0,0 @@ -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.py -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyc -%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyo -lib/gedit-2/plugins/charmap.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/codecomment.py -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyc -%%PYTHON%%lib/gedit-2/plugins/codecomment.pyo -%%PYTHON%%lib/gedit-2/plugins/colorpicker.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/colorpicker.py -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyc -%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyo -%%PYTHON%%lib/gedit-2/plugins/drawspaces.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/drawspaces.glade -%%PYTHON%%lib/gedit-2/plugins/drawspaces.py -%%PYTHON%%lib/gedit-2/plugins/drawspaces.pyc -%%PYTHON%%lib/gedit-2/plugins/drawspaces.pyo -lib/gedit-2/plugins/gpdefs.py -lib/gedit-2/plugins/gpdefs.pyc -lib/gedit-2/plugins/gpdefs.pyo -%%PYTHON%%lib/gedit-2/plugins/joinlines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/joinlines.py -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyc -%%PYTHON%%lib/gedit-2/plugins/joinlines.pyo -lib/gedit-2/plugins/libcharmap.a -lib/gedit-2/plugins/libcharmap.la -lib/gedit-2/plugins/libcharmap.so -lib/gedit-2/plugins/libshowtabbar.a -lib/gedit-2/plugins/libshowtabbar.la -lib/gedit-2/plugins/libshowtabbar.so -%%PYTHON%%lib/gedit-2/plugins/sessionsaver.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyo -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/sessionsaver.glade -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.py -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyc -%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyo -lib/gedit-2/plugins/showtabbar.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/smartspaces.py -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyc -%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyo -%%PYTHON%%lib/gedit-2/plugins/terminal.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/terminal.py -%%PYTHON%%lib/gedit-2/plugins/terminal.pyc -%%PYTHON%%lib/gedit-2/plugins/terminal.pyo -share/locale/ar/LC_MESSAGES/gedit-plugins.mo -share/locale/az/LC_MESSAGES/gedit-plugins.mo -share/locale/be/LC_MESSAGES/gedit-plugins.mo -share/locale/be@latin/LC_MESSAGES/gedit-plugins.mo -share/locale/bg/LC_MESSAGES/gedit-plugins.mo -share/locale/ca/LC_MESSAGES/gedit-plugins.mo -share/locale/cs/LC_MESSAGES/gedit-plugins.mo -share/locale/da/LC_MESSAGES/gedit-plugins.mo -share/locale/de/LC_MESSAGES/gedit-plugins.mo -share/locale/dz/LC_MESSAGES/gedit-plugins.mo -share/locale/el/LC_MESSAGES/gedit-plugins.mo -share/locale/en_CA/LC_MESSAGES/gedit-plugins.mo -share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo -share/locale/es/LC_MESSAGES/gedit-plugins.mo -share/locale/et/LC_MESSAGES/gedit-plugins.mo -share/locale/eu/LC_MESSAGES/gedit-plugins.mo -share/locale/fi/LC_MESSAGES/gedit-plugins.mo -share/locale/fr/LC_MESSAGES/gedit-plugins.mo -share/locale/ga/LC_MESSAGES/gedit-plugins.mo -share/locale/gl/LC_MESSAGES/gedit-plugins.mo -share/locale/gu/LC_MESSAGES/gedit-plugins.mo -share/locale/he/LC_MESSAGES/gedit-plugins.mo -share/locale/hi/LC_MESSAGES/gedit-plugins.mo -share/locale/hr/LC_MESSAGES/gedit-plugins.mo -share/locale/hu/LC_MESSAGES/gedit-plugins.mo -share/locale/it/LC_MESSAGES/gedit-plugins.mo -share/locale/ja/LC_MESSAGES/gedit-plugins.mo -share/locale/kn/LC_MESSAGES/gedit-plugins.mo -share/locale/ko/LC_MESSAGES/gedit-plugins.mo -share/locale/lt/LC_MESSAGES/gedit-plugins.mo -share/locale/lv/LC_MESSAGES/gedit-plugins.mo -share/locale/mk/LC_MESSAGES/gedit-plugins.mo -share/locale/ml/LC_MESSAGES/gedit-plugins.mo -share/locale/mn/LC_MESSAGES/gedit-plugins.mo -share/locale/ms/LC_MESSAGES/gedit-plugins.mo -share/locale/nb/LC_MESSAGES/gedit-plugins.mo -share/locale/ne/LC_MESSAGES/gedit-plugins.mo -share/locale/nl/LC_MESSAGES/gedit-plugins.mo -share/locale/nn/LC_MESSAGES/gedit-plugins.mo -share/locale/no/LC_MESSAGES/gedit-plugins.mo -share/locale/oc/LC_MESSAGES/gedit-plugins.mo -share/locale/or/LC_MESSAGES/gedit-plugins.mo -share/locale/pa/LC_MESSAGES/gedit-plugins.mo -share/locale/pl/LC_MESSAGES/gedit-plugins.mo -share/locale/pt/LC_MESSAGES/gedit-plugins.mo -share/locale/pt_BR/LC_MESSAGES/gedit-plugins.mo -share/locale/ro/LC_MESSAGES/gedit-plugins.mo -share/locale/ru/LC_MESSAGES/gedit-plugins.mo -share/locale/rw/LC_MESSAGES/gedit-plugins.mo -share/locale/sk/LC_MESSAGES/gedit-plugins.mo -share/locale/sl/LC_MESSAGES/gedit-plugins.mo -share/locale/sq/LC_MESSAGES/gedit-plugins.mo -share/locale/sr/LC_MESSAGES/gedit-plugins.mo -share/locale/sr@Latn/LC_MESSAGES/gedit-plugins.mo -share/locale/sv/LC_MESSAGES/gedit-plugins.mo -share/locale/ta/LC_MESSAGES/gedit-plugins.mo -share/locale/th/LC_MESSAGES/gedit-plugins.mo -share/locale/tr/LC_MESSAGES/gedit-plugins.mo -share/locale/uk/LC_MESSAGES/gedit-plugins.mo -share/locale/vi/LC_MESSAGES/gedit-plugins.mo -share/locale/wa/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo -share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo -%%PYTHON%%@dirrm lib/gedit-2/plugins/sessionsaver -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile deleted file mode 100644 index 2c04bcaf2..000000000 --- a/editors/gedit/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.78 2008/03/10 15:33:37 ahze Exp $ -# - -PORTNAME= gedit -PORTVERSION= 2.22.0 -PORTREVISION= 1 -CATEGORIES= editors 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 small but powerful text editor for GNOME 2 Desktop Environment - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gtksourceview2 \ - desktopfileutils gnomedocutils ltasneededhack -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.20" - -MAN1= gedit.1 -GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' \ - ${WRKSRC}/bindings/python/Makefile.in - -pre-build: - ${MKDIR} ${WRKSRC}/bindings/python/.deps -.for ff in gedit_la-gedit.Plo gedit_la-geditcommands.Plo gedit_la-geditutils.Plo - ${TOUCH} ${WRKSRC}/bindings/python/.deps/${ff} -.endfor - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo deleted file mode 100644 index 471a4ab18..000000000 --- a/editors/gedit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-2.22.0.tar.bz2) = ce2e485d7639ed09a3e3b5a791df805a -SHA256 (gnome2/gedit-2.22.0.tar.bz2) = ffad28c732e1a9b250d6d3c5b92a252b6ac87741e4d1fd9daba9940fde399e2e -SIZE (gnome2/gedit-2.22.0.tar.bz2) = 3883104 diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure deleted file mode 100644 index 6bfadb0af..000000000 --- a/editors/gedit/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Wed Dec 14 09:07:01 2005 -+++ configure Wed Dec 14 09:07:01 2005 -@@ -22216,6 +22216,7 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22304,6 +22305,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+LIBS="-lintl $LIBS" - - fi - done diff --git a/editors/gedit/files/patch-docs_reference_Makefile.in b/editors/gedit/files/patch-docs_reference_Makefile.in deleted file mode 100644 index c2d56a955..000000000 --- a/editors/gedit/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 11:30:30.000000000 +0100 -+++ docs/reference/Makefile.in 2007-12-21 11:55:58.000000000 +0100 -@@ -690,8 +690,8 @@ - done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ -- which gtkdoc-rebase >/dev/null && \ -- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ -+# which gtkdoc-rebase >/dev/null && \ -+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ - fi - - uninstall-local: diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c deleted file mode 100644 index b12781557..000000000 --- a/editors/gedit/files/patch-gedit_gedit-module.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006 -+++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006 -@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul - - gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path); - -- g_module_close (module->library); -+ /*g_module_close (module->library);*/ - - module->library = NULL; - module->type = 0; diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in deleted file mode 100644 index aa069fd24..000000000 --- a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007 -+++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007 -@@ -471,7 +471,7 @@ - # (.desktop), which happens to be translated using intltool. - $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) - perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) -- chmod --reference=$< $@ -+ chmod 0755 $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr deleted file mode 100644 index 29135d79f..000000000 --- a/editors/gedit/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -gEdit is a Gtk+-2 text editor. Its features include: - - * Complete integration with the GNOME Environment, including GnomeMDI - * Global Search and Replace - * Dynamically loaded fonts - * Splitscreen Mode - * Printing support - * Configurable Plugins system - * Unlimited Undo/Redo - -WWW: http://www.gnome.org/projects/gedit/ diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist deleted file mode 100644 index 592412354..000000000 --- a/editors/gedit/pkg-plist +++ /dev/null @@ -1,554 +0,0 @@ -bin/gedit -bin/gnome-text-editor -include/gedit-%%VERSION%%/gedit/gedit-app.h -include/gedit-%%VERSION%%/gedit/gedit-convert.h -include/gedit-%%VERSION%%/gedit/gedit-debug.h -include/gedit-%%VERSION%%/gedit/gedit-document.h -include/gedit-%%VERSION%%/gedit/gedit-encodings-option-menu.h -include/gedit-%%VERSION%%/gedit/gedit-encodings.h -include/gedit-%%VERSION%%/gedit/gedit-file-chooser-dialog.h -include/gedit-%%VERSION%%/gedit/gedit-help.h -include/gedit-%%VERSION%%/gedit/gedit-message-area.h -include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.h -include/gedit-%%VERSION%%/gedit/gedit-notebook.h -include/gedit-%%VERSION%%/gedit/gedit-panel.h -include/gedit-%%VERSION%%/gedit/gedit-plugin.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h -include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h -include/gedit-%%VERSION%%/gedit/gedit-statusbar.h -include/gedit-%%VERSION%%/gedit/gedit-tab.h -include/gedit-%%VERSION%%/gedit/gedit-utils.h -include/gedit-%%VERSION%%/gedit/gedit-view.h -include/gedit-%%VERSION%%/gedit/gedit-window.h -lib/gedit-2/plugins/changecase.gedit-plugin -lib/gedit-2/plugins/docinfo.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.py -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyc -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyo -%%PYTHON%%lib/gedit-2/plugins/externaltools/tools.glade -lib/gedit-2/plugins/filebrowser.gedit-plugin -lib/gedit-2/plugins/indent.gedit-plugin -lib/gedit-2/plugins/libchangecase.a -lib/gedit-2/plugins/libchangecase.la -lib/gedit-2/plugins/libchangecase.so -lib/gedit-2/plugins/libdocinfo.a -lib/gedit-2/plugins/libdocinfo.la -lib/gedit-2/plugins/libdocinfo.so -lib/gedit-2/plugins/libfilebrowser.a -lib/gedit-2/plugins/libfilebrowser.la -lib/gedit-2/plugins/libfilebrowser.so -lib/gedit-2/plugins/libindent.a -lib/gedit-2/plugins/libindent.la -lib/gedit-2/plugins/libindent.so -lib/gedit-2/plugins/libmodelines.a -lib/gedit-2/plugins/libmodelines.la -lib/gedit-2/plugins/libmodelines.so -lib/gedit-2/plugins/libsample.a -lib/gedit-2/plugins/libsample.la -lib/gedit-2/plugins/libsample.so -lib/gedit-2/plugins/libsort.a -lib/gedit-2/plugins/libsort.la -lib/gedit-2/plugins/libsort.so -lib/gedit-2/plugins/libspell.a -lib/gedit-2/plugins/libspell.la -lib/gedit-2/plugins/libspell.so -lib/gedit-2/plugins/libtaglist.a -lib/gedit-2/plugins/libtaglist.la -lib/gedit-2/plugins/libtaglist.so -lib/gedit-2/plugins/libtime.a -lib/gedit-2/plugins/libtime.la -lib/gedit-2/plugins/libtime.so -lib/gedit-2/plugins/modelines.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo -lib/gedit-2/plugins/sample.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.py -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc -%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo -%%PYTHON%%lib/gedit-2/plugins/snippets/snippets.glade -lib/gedit-2/plugins/sort.gedit-plugin -lib/gedit-2/plugins/spell.gedit-plugin -lib/gedit-2/plugins/taglist.gedit-plugin -lib/gedit-2/plugins/time.gedit-plugin -libdata/pkgconfig/gedit-%%VERSION%%.pc -libexec/gedit-2/gedit-bugreport.sh -share/applications/gedit.desktop -%%DOCSDIR%%/GeditApp.html -%%DOCSDIR%%/GeditDocument.html -%%DOCSDIR%%/GeditEncodingsOptionMenu.html -%%DOCSDIR%%/GeditFileChooserDialog.html -%%DOCSDIR%%/GeditMessageArea.html -%%DOCSDIR%%/GeditNotebook.html -%%DOCSDIR%%/GeditPanel.html -%%DOCSDIR%%/GeditPlugin.html -%%DOCSDIR%%/GeditProgressMessageArea.html -%%DOCSDIR%%/GeditStatusbar.html -%%DOCSDIR%%/GeditTab.html -%%DOCSDIR%%/GeditView.html -%%DOCSDIR%%/GeditWindow.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/gedit-GeditPrintJob.html -%%DOCSDIR%%/gedit-GeditPrintJobPreview.html -%%DOCSDIR%%/gedit-gedit-convert.html -%%DOCSDIR%%/gedit-gedit-debug.html -%%DOCSDIR%%/gedit-gedit-encodings.html -%%DOCSDIR%%/gedit-gedit-help.html -%%DOCSDIR%%/gedit-gedit-metadata-manager.html -%%DOCSDIR%%/gedit-gedit-prefs-manager-app.html -%%DOCSDIR%%/gedit-gedit-prefs-manager.html -%%DOCSDIR%%/gedit-gedit-utils.html -%%DOCSDIR%%/gedit.devhelp -%%DOCSDIR%%/gedit.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gedit-2/glade/docinfo.glade2 -share/gedit-2/glade/gedit-encodings-dialog.glade -share/gedit-2/glade/gedit-open-location-dialog.glade -share/gedit-2/glade/gedit-preferences-dialog.glade -share/gedit-2/glade/gedit-print-preferences.glade -share/gedit-2/glade/gedit-search-dialog.glade -share/gedit-2/glade/languages-dialog.glade2 -share/gedit-2/glade/sort.glade2 -share/gedit-2/glade/spell-checker.glade2 -share/gedit-2/glade/time.glade2 -share/gedit-2/icons/gedit-plugin.png -share/gedit-2/logo/gedit-logo.png -share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml -%%PYTHON%%share/gedit-2/plugins/snippets/c++.xml -%%PYTHON%%share/gedit-2/plugins/snippets/c.xml -%%PYTHON%%share/gedit-2/plugins/snippets/css.xml -%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml -%%PYTHON%%share/gedit-2/plugins/snippets/global.xml -%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml -%%PYTHON%%share/gedit-2/plugins/snippets/html.xml -%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/java.xml -%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml -%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang -%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml -%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/php.xml -%%PYTHON%%share/gedit-2/plugins/snippets/python.xml -%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml -%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml -%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml -%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml -%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml -%%PYTHON%%share/gedit-2/plugins/tools/build -%%PYTHON%%share/gedit-2/plugins/tools/open-terminal-here -%%PYTHON%%share/gedit-2/plugins/tools/remove-trailing-spaces -%%PYTHON%%share/gedit-2/plugins/tools/run-command -share/gedit-2/taglist/HTML.tags.gz -share/gedit-2/taglist/Latex.tags.gz -share/gedit-2/taglist/XSLT.tags.gz -share/gedit-2/taglist/XUL.tags.gz -share/gedit-2/ui/gedit-ui.xml -share/gnome/help/gedit/C/figures/gedit_format_bold.png -share/gnome/help/gedit/C/figures/gedit_format_italic.png -share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/C/figures/gedit_format_underline.png -share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/C/figures/gedit_window.png -share/gnome/help/gedit/C/gedit.xml -share/gnome/help/gedit/C/legal.xml -share/gnome/help/gedit/bg/figures/gedit_format_bold.png -share/gnome/help/gedit/bg/figures/gedit_format_italic.png -share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/bg/figures/gedit_format_underline.png -share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/bg/figures/gedit_window.png -share/gnome/help/gedit/bg/gedit.xml -share/gnome/help/gedit/bg/legal.xml -share/gnome/help/gedit/de/figures/gedit_format_bold.png -share/gnome/help/gedit/de/figures/gedit_format_italic.png -share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/de/figures/gedit_format_underline.png -share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/de/figures/gedit_window.png -share/gnome/help/gedit/de/gedit.xml -share/gnome/help/gedit/de/legal.xml -share/gnome/help/gedit/es/figures/gedit_format_bold.png -share/gnome/help/gedit/es/figures/gedit_format_italic.png -share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/es/figures/gedit_format_underline.png -share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/es/figures/gedit_window.png -share/gnome/help/gedit/es/gedit.xml -share/gnome/help/gedit/es/legal.xml -share/gnome/help/gedit/eu/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/eu/figures/gedit_window.png -share/gnome/help/gedit/eu/gedit.xml -share/gnome/help/gedit/eu/legal.xml -share/gnome/help/gedit/fr/figures/gedit_format_bold.png -share/gnome/help/gedit/fr/figures/gedit_format_italic.png -share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/fr/figures/gedit_format_underline.png -share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/fr/figures/gedit_window.png -share/gnome/help/gedit/fr/gedit.xml -share/gnome/help/gedit/fr/legal.xml -share/gnome/help/gedit/hu/figures/gedit_format_bold.png -share/gnome/help/gedit/hu/figures/gedit_format_italic.png -share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/hu/figures/gedit_format_underline.png -share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/hu/figures/gedit_window.png -share/gnome/help/gedit/hu/gedit.xml -share/gnome/help/gedit/hu/legal.xml -share/gnome/help/gedit/it/figures/gedit_format_bold.png -share/gnome/help/gedit/it/figures/gedit_format_italic.png -share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/it/figures/gedit_format_underline.png -share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/it/figures/gedit_window.png -share/gnome/help/gedit/it/gedit.xml -share/gnome/help/gedit/it/legal.xml -share/gnome/help/gedit/ja/figures/gedit_format_bold.png -share/gnome/help/gedit/ja/figures/gedit_format_italic.png -share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ja/figures/gedit_format_underline.png -share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ja/figures/gedit_window.png -share/gnome/help/gedit/ja/gedit.xml -share/gnome/help/gedit/ja/legal.xml -share/gnome/help/gedit/ko/figures/gedit_format_bold.png -share/gnome/help/gedit/ko/figures/gedit_format_italic.png -share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ko/figures/gedit_format_underline.png -share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ko/figures/gedit_window.png -share/gnome/help/gedit/ko/gedit.xml -share/gnome/help/gedit/ko/legal.xml -share/gnome/help/gedit/oc/figures/gedit_format_bold.png -share/gnome/help/gedit/oc/figures/gedit_format_italic.png -share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/oc/figures/gedit_format_underline.png -share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/oc/figures/gedit_window.png -share/gnome/help/gedit/oc/gedit.xml -share/gnome/help/gedit/oc/legal.xml -share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png -share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/pt_BR/figures/gedit_window.png -share/gnome/help/gedit/pt_BR/gedit.xml -share/gnome/help/gedit/pt_BR/legal.xml -share/gnome/help/gedit/ro/figures/gedit_window.png -share/gnome/help/gedit/ro/gedit.xml -share/gnome/help/gedit/ro/legal.xml -share/gnome/help/gedit/ru/figures/gedit_format_bold.png -share/gnome/help/gedit/ru/figures/gedit_format_italic.png -share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/ru/figures/gedit_format_underline.png -share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/ru/figures/gedit_window.png -share/gnome/help/gedit/ru/gedit.xml -share/gnome/help/gedit/ru/legal.xml -share/gnome/help/gedit/sv/figures/gedit_format_bold.png -share/gnome/help/gedit/sv/figures/gedit_format_italic.png -share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/sv/figures/gedit_format_underline.png -share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/sv/figures/gedit_window.png -share/gnome/help/gedit/sv/gedit.xml -share/gnome/help/gedit/sv/legal.xml -share/gnome/help/gedit/uk/figures/gedit_format_bold.png -share/gnome/help/gedit/uk/figures/gedit_format_italic.png -share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/uk/figures/gedit_format_underline.png -share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/uk/figures/gedit_window.png -share/gnome/help/gedit/uk/gedit.xml -share/gnome/help/gedit/uk/legal.xml -share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_CN/figures/gedit_window.png -share/gnome/help/gedit/zh_CN/gedit.xml -share/gnome/help/gedit/zh_CN/legal.xml -share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_HK/figures/gedit_window.png -share/gnome/help/gedit/zh_HK/gedit.xml -share/gnome/help/gedit/zh_HK/legal.xml -share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png -share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/zh_TW/figures/gedit_window.png -share/gnome/help/gedit/zh_TW/gedit.xml -share/gnome/help/gedit/zh_TW/legal.xml -share/locale/af/LC_MESSAGES/gedit.mo -share/locale/am/LC_MESSAGES/gedit.mo -share/locale/ar/LC_MESSAGES/gedit.mo -share/locale/as/LC_MESSAGES/gedit.mo -share/locale/az/LC_MESSAGES/gedit.mo -share/locale/be/LC_MESSAGES/gedit.mo -share/locale/be@latin/LC_MESSAGES/gedit.mo -share/locale/bg/LC_MESSAGES/gedit.mo -share/locale/bn/LC_MESSAGES/gedit.mo -share/locale/bn_IN/LC_MESSAGES/gedit.mo -share/locale/br/LC_MESSAGES/gedit.mo -share/locale/bs/LC_MESSAGES/gedit.mo -share/locale/ca/LC_MESSAGES/gedit.mo -share/locale/cs/LC_MESSAGES/gedit.mo -share/locale/cy/LC_MESSAGES/gedit.mo -share/locale/da/LC_MESSAGES/gedit.mo -share/locale/de/LC_MESSAGES/gedit.mo -share/locale/dz/LC_MESSAGES/gedit.mo -share/locale/el/LC_MESSAGES/gedit.mo -share/locale/en_CA/LC_MESSAGES/gedit.mo -share/locale/en_GB/LC_MESSAGES/gedit.mo -share/locale/es/LC_MESSAGES/gedit.mo -share/locale/et/LC_MESSAGES/gedit.mo -share/locale/eu/LC_MESSAGES/gedit.mo -share/locale/fa/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/gu/LC_MESSAGES/gedit.mo -share/locale/he/LC_MESSAGES/gedit.mo -share/locale/hi/LC_MESSAGES/gedit.mo -share/locale/hr/LC_MESSAGES/gedit.mo -share/locale/hu/LC_MESSAGES/gedit.mo -share/locale/hy/LC_MESSAGES/gedit.mo -share/locale/id/LC_MESSAGES/gedit.mo -share/locale/is/LC_MESSAGES/gedit.mo -share/locale/it/LC_MESSAGES/gedit.mo -share/locale/ja/LC_MESSAGES/gedit.mo -share/locale/ka/LC_MESSAGES/gedit.mo -share/locale/kn/LC_MESSAGES/gedit.mo -share/locale/ko/LC_MESSAGES/gedit.mo -share/locale/ku/LC_MESSAGES/gedit.mo -share/locale/lt/LC_MESSAGES/gedit.mo -share/locale/lv/LC_MESSAGES/gedit.mo -share/locale/mg/LC_MESSAGES/gedit.mo -share/locale/mi/LC_MESSAGES/gedit.mo -share/locale/mk/LC_MESSAGES/gedit.mo -share/locale/ml/LC_MESSAGES/gedit.mo -share/locale/mn/LC_MESSAGES/gedit.mo -share/locale/mr/LC_MESSAGES/gedit.mo -share/locale/ms/LC_MESSAGES/gedit.mo -share/locale/nb/LC_MESSAGES/gedit.mo -share/locale/ne/LC_MESSAGES/gedit.mo -share/locale/nl/LC_MESSAGES/gedit.mo -share/locale/nn/LC_MESSAGES/gedit.mo -share/locale/oc/LC_MESSAGES/gedit.mo -share/locale/or/LC_MESSAGES/gedit.mo -share/locale/pa/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/ro/LC_MESSAGES/gedit.mo -share/locale/ru/LC_MESSAGES/gedit.mo -share/locale/rw/LC_MESSAGES/gedit.mo -share/locale/si/LC_MESSAGES/gedit.mo -share/locale/sk/LC_MESSAGES/gedit.mo -share/locale/sl/LC_MESSAGES/gedit.mo -share/locale/sq/LC_MESSAGES/gedit.mo -share/locale/sr/LC_MESSAGES/gedit.mo -share/locale/sr@Latn/LC_MESSAGES/gedit.mo -share/locale/sv/LC_MESSAGES/gedit.mo -share/locale/ta/LC_MESSAGES/gedit.mo -share/locale/te/LC_MESSAGES/gedit.mo -share/locale/th/LC_MESSAGES/gedit.mo -share/locale/tk/LC_MESSAGES/gedit.mo -share/locale/tr/LC_MESSAGES/gedit.mo -share/locale/uk/LC_MESSAGES/gedit.mo -share/locale/vi/LC_MESSAGES/gedit.mo -share/locale/wa/LC_MESSAGES/gedit.mo -share/locale/xh/LC_MESSAGES/gedit.mo -share/locale/zh_CN/LC_MESSAGES/gedit.mo -share/locale/zh_HK/LC_MESSAGES/gedit.mo -share/locale/zh_TW/LC_MESSAGES/gedit.mo -share/omf/gedit/gedit-C.omf -share/omf/gedit/gedit-bg.omf -share/omf/gedit/gedit-de.omf -share/omf/gedit/gedit-es.omf -share/omf/gedit/gedit-eu.omf -share/omf/gedit/gedit-fr.omf -share/omf/gedit/gedit-hu.omf -share/omf/gedit/gedit-it.omf -share/omf/gedit/gedit-ja.omf -share/omf/gedit/gedit-ko.omf -share/omf/gedit/gedit-oc.omf -share/omf/gedit/gedit-pt_BR.omf -share/omf/gedit/gedit-ro.omf -share/omf/gedit/gedit-ru.omf -share/omf/gedit/gedit-sv.omf -share/omf/gedit/gedit-uk.omf -share/omf/gedit/gedit-zh_CN.omf -share/omf/gedit/gedit-zh_HK.omf -share/omf/gedit/gedit-zh_TW.omf -@dirrm share/omf/gedit -@dirrm share/gnome/help/gedit/zh_TW/figures -@dirrm share/gnome/help/gedit/zh_TW -@dirrm share/gnome/help/gedit/zh_HK/figures -@dirrm share/gnome/help/gedit/zh_HK -@dirrm share/gnome/help/gedit/zh_CN/figures -@dirrm share/gnome/help/gedit/zh_CN -@dirrm share/gnome/help/gedit/uk/figures -@dirrm share/gnome/help/gedit/uk -@dirrm share/gnome/help/gedit/sv/figures -@dirrm share/gnome/help/gedit/sv -@dirrm share/gnome/help/gedit/ru/figures -@dirrm share/gnome/help/gedit/ru -@dirrm share/gnome/help/gedit/ro/figures -@dirrm share/gnome/help/gedit/ro -@dirrm share/gnome/help/gedit/pt_BR/figures -@dirrm share/gnome/help/gedit/pt_BR -@dirrm share/gnome/help/gedit/oc/figures -@dirrm share/gnome/help/gedit/oc -@dirrm share/gnome/help/gedit/ko/figures -@dirrm share/gnome/help/gedit/ko -@dirrm share/gnome/help/gedit/ja/figures -@dirrm share/gnome/help/gedit/ja -@dirrm share/gnome/help/gedit/it/figures -@dirrm share/gnome/help/gedit/it -@dirrm share/gnome/help/gedit/hu/figures -@dirrm share/gnome/help/gedit/hu -@dirrm share/gnome/help/gedit/fr/figures -@dirrm share/gnome/help/gedit/fr -@dirrm share/gnome/help/gedit/eu/figures -@dirrm share/gnome/help/gedit/eu -@dirrm share/gnome/help/gedit/es/figures -@dirrm share/gnome/help/gedit/es -@dirrm share/gnome/help/gedit/de/figures -@dirrm share/gnome/help/gedit/de -@dirrm share/gnome/help/gedit/bg/figures -@dirrm share/gnome/help/gedit/bg -@dirrm share/gnome/help/gedit/C/figures -@dirrm share/gnome/help/gedit/C -@dirrm share/gnome/help/gedit -@dirrm share/gedit-2/ui -@dirrm share/gedit-2/taglist -%%PYTHON%%@dirrm share/gedit-2/plugins/tools -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets -@dirrm share/gedit-2/plugins/filebrowser -@dirrm share/gedit-2/plugins -@dirrm share/gedit-2/logo -@dirrm share/gedit-2/icons -@dirrm share/gedit-2/glade -@dirrm share/gedit-2 -@dirrm %%DOCSDIR%% -@dirrmtry libexec/gedit-2 -%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets -%%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole -%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools -@dirrmtry lib/gedit-2/plugins -@dirrmtry lib/gedit-2 -@dirrm include/gedit-%%VERSION%%/gedit -@dirrm include/gedit-%%VERSION%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile deleted file mode 100644 index 80431ab7b..000000000 --- a/editors/ghex/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/editors/ghex/Makefile,v 1.10 2008/01/30 17:43:44 mezz Exp $ -# - -PORTNAME= ghex -PORTVERSION= 2.21.92 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 hex editor - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui \ - gnomedocutils -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= ghex2.schemas - -.include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo deleted file mode 100644 index cb53064e1..000000000 --- a/editors/ghex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ghex-2.21.92.tar.bz2) = e90c603fc89b0baa545d43db0579e9a2 -SHA256 (gnome2/ghex-2.21.92.tar.bz2) = 25b8f6a8e2a68a190440d26ea9dd1f7dd8b2bdcab7a2d58de0a921821b7b165e -SIZE (gnome2/ghex-2.21.92.tar.bz2) = 1251021 diff --git a/editors/ghex/pkg-descr b/editors/ghex/pkg-descr deleted file mode 100644 index 5e1d9e9fb..000000000 --- a/editors/ghex/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GHEX is a simple binary editor, allowing binary files to be edited in -both hex and ascii. It features find and replace functions and conversion -between binary, octal, decimal and hexadecimal values, making use of an -alternative, user-configurable MDI concept. - -WWW: http://www.gnome.org/ diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist deleted file mode 100644 index 9f4edc750..000000000 --- a/editors/ghex/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/ghex2 -include/gtkhex/gtkhex.h -include/gtkhex/hex-document.h -lib/libgtkhex.a -lib/libgtkhex.la -lib/libgtkhex.so -lib/libgtkhex.so.0 -libdata/pkgconfig/gtkhex.pc -share/applications/ghex.desktop -share/gnome-2.0/ui/ghex-ui.xml -share/gnome/help/ghex2/C/figures/ghex_window_empty.png -share/gnome/help/ghex2/C/figures/ghex_window_open.png -share/gnome/help/ghex2/C/ghex2.xml -share/gnome/help/ghex2/C/legal.xml -share/gnome/help/ghex2/de/figures/ghex_window_empty.png -share/gnome/help/ghex2/de/figures/ghex_window_open.png -share/gnome/help/ghex2/de/ghex2.xml -share/gnome/help/ghex2/es/figures/ghex_window_empty.png -share/gnome/help/ghex2/es/figures/ghex_window_open.png -share/gnome/help/ghex2/es/ghex2.xml -share/gnome/help/ghex2/fr/figures/ghex_window_empty.png -share/gnome/help/ghex2/fr/figures/ghex_window_open.png -share/gnome/help/ghex2/fr/ghex2.xml -share/gnome/help/ghex2/it/figures/ghex_window_empty.png -share/gnome/help/ghex2/it/figures/ghex_window_open.png -share/gnome/help/ghex2/it/ghex2.xml -share/gnome/help/ghex2/ja/figures/ghex_window_empty.png -share/gnome/help/ghex2/ja/figures/ghex_window_open.png -share/gnome/help/ghex2/ja/ghex2.xml -share/gnome/help/ghex2/ko/figures/ghex_window_empty.png -share/gnome/help/ghex2/ko/figures/ghex_window_open.png -share/gnome/help/ghex2/ko/ghex2.xml -share/gnome/help/ghex2/oc/figures/ghex_window_empty.png -share/gnome/help/ghex2/oc/figures/ghex_window_open.png -share/gnome/help/ghex2/oc/ghex2.xml -share/gnome/help/ghex2/sv/figures/ghex_window_empty.png -share/gnome/help/ghex2/sv/figures/ghex_window_open.png -share/gnome/help/ghex2/sv/ghex2.xml -share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_CN/ghex2.xml -share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_TW/ghex2.xml -share/icons/hicolor/16x16/apps/ghex.png -share/icons/hicolor/22x22/apps/ghex.png -share/icons/hicolor/24x24/apps/ghex.png -share/icons/hicolor/32x32/apps/ghex.png -share/icons/hicolor/48x48/apps/ghex.png -share/icons/hicolor/scalable/apps/ghex.svg -share/locale/am/LC_MESSAGES/ghex-2.0.mo -share/locale/ar/LC_MESSAGES/ghex-2.0.mo -share/locale/az/LC_MESSAGES/ghex-2.0.mo -share/locale/be/LC_MESSAGES/ghex-2.0.mo -share/locale/bg/LC_MESSAGES/ghex-2.0.mo -share/locale/ca/LC_MESSAGES/ghex-2.0.mo -share/locale/cs/LC_MESSAGES/ghex-2.0.mo -share/locale/da/LC_MESSAGES/ghex-2.0.mo -share/locale/de/LC_MESSAGES/ghex-2.0.mo -share/locale/dz/LC_MESSAGES/ghex-2.0.mo -share/locale/el/LC_MESSAGES/ghex-2.0.mo -share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo -share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo -share/locale/es/LC_MESSAGES/ghex-2.0.mo -share/locale/et/LC_MESSAGES/ghex-2.0.mo -share/locale/eu/LC_MESSAGES/ghex-2.0.mo -share/locale/fi/LC_MESSAGES/ghex-2.0.mo -share/locale/fr/LC_MESSAGES/ghex-2.0.mo -share/locale/ga/LC_MESSAGES/ghex-2.0.mo -share/locale/gl/LC_MESSAGES/ghex-2.0.mo -share/locale/hr/LC_MESSAGES/ghex-2.0.mo -share/locale/hu/LC_MESSAGES/ghex-2.0.mo -share/locale/id/LC_MESSAGES/ghex-2.0.mo -share/locale/it/LC_MESSAGES/ghex-2.0.mo -share/locale/ja/LC_MESSAGES/ghex-2.0.mo -share/locale/ko/LC_MESSAGES/ghex-2.0.mo -share/locale/lv/LC_MESSAGES/ghex-2.0.mo -share/locale/mk/LC_MESSAGES/ghex-2.0.mo -share/locale/ml/LC_MESSAGES/ghex-2.0.mo -share/locale/ms/LC_MESSAGES/ghex-2.0.mo -share/locale/nb/LC_MESSAGES/ghex-2.0.mo -share/locale/ne/LC_MESSAGES/ghex-2.0.mo -share/locale/nl/LC_MESSAGES/ghex-2.0.mo -share/locale/nn/LC_MESSAGES/ghex-2.0.mo -share/locale/oc/LC_MESSAGES/ghex-2.0.mo -share/locale/pa/LC_MESSAGES/ghex-2.0.mo -share/locale/pl/LC_MESSAGES/ghex-2.0.mo -share/locale/pt/LC_MESSAGES/ghex-2.0.mo -share/locale/pt_BR/LC_MESSAGES/ghex-2.0.mo -share/locale/ro/LC_MESSAGES/ghex-2.0.mo -share/locale/ru/LC_MESSAGES/ghex-2.0.mo -share/locale/rw/LC_MESSAGES/ghex-2.0.mo -share/locale/sk/LC_MESSAGES/ghex-2.0.mo -share/locale/sl/LC_MESSAGES/ghex-2.0.mo -share/locale/sq/LC_MESSAGES/ghex-2.0.mo -share/locale/sr/LC_MESSAGES/ghex-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo -share/locale/sv/LC_MESSAGES/ghex-2.0.mo -share/locale/tr/LC_MESSAGES/ghex-2.0.mo -share/locale/uk/LC_MESSAGES/ghex-2.0.mo -share/locale/vi/LC_MESSAGES/ghex-2.0.mo -share/locale/wa/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo -@dirrm share/gnome/help/ghex2/zh_TW/figures -@dirrm share/gnome/help/ghex2/zh_TW -@dirrm share/gnome/help/ghex2/zh_CN/figures -@dirrm share/gnome/help/ghex2/zh_CN -@dirrm share/gnome/help/ghex2/sv/figures -@dirrm share/gnome/help/ghex2/sv -@dirrm share/gnome/help/ghex2/oc/figures -@dirrm share/gnome/help/ghex2/oc -@dirrm share/gnome/help/ghex2/ko/figures -@dirrm share/gnome/help/ghex2/ko -@dirrm share/gnome/help/ghex2/ja/figures -@dirrm share/gnome/help/ghex2/ja -@dirrm share/gnome/help/ghex2/it/figures -@dirrm share/gnome/help/ghex2/it -@dirrm share/gnome/help/ghex2/fr/figures -@dirrm share/gnome/help/ghex2/fr -@dirrm share/gnome/help/ghex2/es/figures -@dirrm share/gnome/help/ghex2/es -@dirrm share/gnome/help/ghex2/de/figures -@dirrm share/gnome/help/ghex2/de -@dirrm share/gnome/help/ghex2/C/figures -@dirrm share/gnome/help/ghex2/C -@dirrm share/gnome/help/ghex2 -@dirrm include/gtkhex -@dirrmtry share/applications -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz |