diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-04 11:29:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-04 11:29:07 +0000 |
commit | b366697976bf3fdd0c46a5254d040bfd795b7d87 (patch) | |
tree | 3bf1efc6d5a2e93078448c440d69d891b463196e /devel | |
parent | 1b4a666f319e8f7af77e82ed5df49b81bfc80269 (diff) | |
download | pkgsrc-b366697976bf3fdd0c46a5254d040bfd795b7d87.tar.gz |
Updated anjuta to 2.0.2.
Anjuta 2.0.2 (15 May 2006) -- Naba Kumar
New: GtkSourceView based editor
New: Project configuration
New: Valgrind plugin
New: Tab drag&drop in Editor
Updated: Manual and FAQ
Improved: global tags can now be updated after installation
Improved: Remember toolbars on restart
Improved: Tag manager now knows about classes/namespaces which
should make C++ programming much more easy (IComplete)
Improved: Devhelp plugin improved but we still have linking problems
Improved: Scintilla is now up-to-date 1.68
Known issues:
- Glade plugin crashes because of namespace conflict with libglade (#341073)
- Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)
Bug fixes:
#171314 Anjuta crash when trying to do "stream comment"
#311420 Crash on terminal deactivation
#317454 Anjuta crash when array lenght is incorrect
#332084 Anjuta crashes, when Ctrl+c is pressed.
#170467 crash when changing fonts and color in the preferences di...
#172442 inserting empty box comment
#172666 cvs diff does not always obtain full diff
#300231 Find pane non-functional
#304495 Project saved as fullscreen
#304641 Can't type the "-character
#305082 anjuta 2.0.0: crash in debugger / watch / inspect memory
#305301 In menu tree "Settings"->"Customize shortcuts" there are ...
#305587 gtkmm project compile crash
#306790 doble click in a message, doesn't find the file.
#306966 Search tool on the tool bar don't work correctly
#306970 The order of the command buttons "Close" - "Search" - "St...
#307800 Crashes when project directory removed from command line.
#307810 Can't configure a project after creating with new project...
#307872 Remember Configure and autogen options for the next time
#307879 Crashed when exiting
#308870 Glade Plugin Won't open Glade file.
#309153 code cleanup use glib/gi18n.h
#309348 Anjuta 2.0.1, Anjuta application crash upon build (F9)
#309526 Help->ReportBugs points to removed bug tracking system
#309688 When committing a file that is loaded, I get a file-modif...
#311710 freeze in __lll_mutex_lock_wait () after crash?
#312566 Patch that will fix another make -j 10 problem
#312666 Return "F3" to execute project
#314069 Window gets hidden when using glade3 plugin
#315188 Project Wizard Problems
#315218 anjuta 2.0 freeze on opening my project
#315521 Failed to compile HEAD-hourly-2005-09-05-18
#316731 Can not add new encodings
#320338 Colors of tab menu labels
#320341 Critical error in debugger "locals" window.
#321090 Wrong array/struct/union var type display in locals windows
#321455 Ask for root password when installing
#322634 anjuta_ui_add_action_group_entries : Anjuta Developers Re...
#322744 New anjuta plugin project configured incorrectly
#324572 anjuta crashes on open
#328209 Crash when opening a file while an unsaved new file is open
#332161 Test editor not opening
#333601 GPL headers are first to c-header template.
#333606 Macro contain hyphen
#334663 Allow to set a parent class to new GObject class
#335142 crash when opeing a second file
#336389 Should check for libwnck
#107510 Excessive messages marked for translation in anjuta
#304650 make -j CPUS doesn't always work for anjuta2
#334546 No more lookup widget
#312319 Opening files when Anjuta is already open
#339296 Wizard can't cope with insufficient permissions in project target directory
Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar
New: Group and target properties (for automake based projects)
New: Improvements in class heirarchy. Added members view.
New: Tools plugin improvements and scripts as tools.
New: Prepare-ChangeLog tool.
New: Find-Fixmes tool.
New: Project translation status tool.
New: Save and restore editor current line positions.
New: Added configure flags to enable/disable optional plugins.
New: Message saving from menu.
New: Message manager context menu.
New: Remember plugins profile for project sessions.
Mew: Progress bar implementation.
New: Better progress bar in splash.
New: General preferences page.
New: "Add to project" in file wizard and class wizard implemented.
New: glade plugin improvements.
Updated: RPM spec file
Bug fix: Fixed lots of project import bugs.
Bug fix: Group and target removal.
Bug fix: Fixed Message tab position preferece.
Bug fix: Scroll messages on next/previous.
Bug fix: Fixed crash on project Import
Bug fix: Fixed crash on terminal dockings.
Bug fix: Fixed crash on exit (after using save-as dialog once).
Bug fix: Fixed crash on exit.
Bug fix: Fixed mime installation screw-up
Bug fix: Fixed installation paths.
Bug fix: Fixed 64bit arch build problems
Bug fix: Fixed Autoformat/indent problems.
Bug fix: Fixed Keyboard shortcuts for message navigation.
Bug fix: Fixed graphviz build problems.
Bug fix: Start gdb even if the program does not exists. Fixes bug #305074
Bug fix: Fixed default font names and sizes.
Bug fix: Fixed errors in opening zero sized files.
Bug fix: Fixed buttons order in open dialog.
Anjuta 2.0.0 (15 May 2005) -- Naba Kumar
Architecture and code base:
New: New plugin architecture and all IDE components ported to this framework.
New: Complex docking shell that allows arbitrary docking of IDE widgets.
New: Dynamic plugin activation and deactivation.
New: Extensible architecture.
New: Plugins can interact with other plugins through interface.
New: Plugins can install dynamic UIs (menus/toolbars), including installing
context menus in other plugins.
New: Shell and Plugin API documentation.
Integration:
New: Integrated help system with Devhelp.
New: Integrated glade UI designer (incomplete).
Editor plugin:
New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
New: Editor split views.
New: Automatic indentation with tabbing.
New: More syntax highlighting lexers
New: Split multiple views of document
New: Remote editing (full gnome-vfs support)
New: Real-time file modification monitor.
Project management and build plugin:
New: Multiple parallel builds and independent debugging and execution.
New: Synchronous project management (simultaneous manual and automatic management)
New: Mime based filemanager and desktop integration.
Other plugins:
New: Task Manager.
New: Macro plugin allows inserting predefined and user defined texts (macros).
New: Easily extensible template based project wizards (based on autogen).
New: Symbol search plugin.
New: C++ and GObject based class wizard.
New: Class inheritance diagram plugin.
New: Subversion plugin (incomplete)
New: Session management framework.
Updated: Debuger uses GDB machine-interface.
Updated: CVS plugin
Updated: Pretty much everyting.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta/Makefile | 26 | ||||
-rw-r--r-- | devel/anjuta/PLIST | 1256 | ||||
-rw-r--r-- | devel/anjuta/distinfo | 19 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-aa | 28 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-ab | 23 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-ad | 13 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-al | 14 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-an | 19 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-aq | 14 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-ba | 13 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-bb | 13 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-bc | 170 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-bd | 14 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-be | 15 |
14 files changed, 1290 insertions, 347 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index acb04e92d18..9cf5bcb2d21 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2007/01/03 21:27:20 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2007/01/04 11:29:07 rillig Exp $ -DISTNAME= anjuta-1.2.3 -PKGREVISION= 10 +DISTNAME= anjuta-2.0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/} @@ -9,9 +8,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.anjuta.org/ COMMENT= Gnome based IDE for C and C++ +DEPENDS+= autogen-[0-9]*:../../devel/autogen DEPENDS+= autoconf>=2.59:../../devel/autoconf DEPENDS+= automake>=1.8.2:../../devel/automake -DEPENDS+= gettext>=0.11.5:../../devel/gettext DEPENDS+= glade>=2.6.0:../../devel/glade DEPENDS+= gnome2-terminal>=2.4.2:../../x11/gnome2-terminal DEPENDS+= libtool>=1.5.2:../../devel/libtool @@ -23,16 +22,9 @@ USE_DIRS+= gnome2-1.5 USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake:run pkg-config:run +USE_TOOLS+= gmake:run pkg-config:run msgfmt:run perl:run sh:run GNU_CONFIGURE= yes -SUBST_CLASSES+= make -SUBST_STAGE.make= pre-configure -SUBST_MESSAGE.make= Fixing path to GNU make. -SUBST_FILES.make= data/properties/anjuta.properties -SUBST_FILES.make+= src/defaults.c -SUBST_SED.make= -e 's|make=make|make=${GMAKE}|' - SUBST_CLASSES+= unused SUBST_STAGE.unused= pre-configure SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash @@ -43,12 +35,18 @@ SUBST_FILES.unused+= tagmanager/tm_file_entry.c tagmanager/tm_project.c SUBST_FILES.unused+= tagmanager/tm_source_file.c tagmanager/tm_workspace.c SUBST_SED.unused= -e 's/__unused__/_exctags_unused_/g' -REPLACE_SH+= scripts/anjuta_import.sh -USE_TOOLS+= sh:run +REPLACE_SH+= scripts/anjuta_import.sh.in +REPLACE_PERL+= plugins/tools/scripts/*.pl +.include "../../devel/devhelp/buildlink3.mk" +.include "../../devel/gdl/buildlink3.mk" +.include "../../devel/gnome-build/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" +.include "../../devel/subversion-base/buildlink3.mk" +.include "../../graphics/graphviz/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtksourceview/buildlink3.mk" .include "../../x11/vte/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/anjuta/PLIST b/devel/anjuta/PLIST index 31d19c00c21..ccb3bba6aaa 100644 --- a/devel/anjuta/PLIST +++ b/devel/anjuta/PLIST @@ -1,90 +1,376 @@ -@comment $NetBSD: PLIST,v 1.11 2006/04/17 07:07:15 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2007/01/04 11:29:07 rillig Exp $ bin/anjuta +bin/anjuta-shell +bin/anjuta-tags bin/anjuta_import.sh bin/anjuta_launcher -lib/anjuta/libanjuta_clsGen.la -lib/anjuta/libanjuta_patch.la -lib/anjuta/libanjuta_sample1.la +bin/create_global_tags.sh +bin/test_tm_buffer +include/libanjuta-1.0/libanjuta/anjuta-children.h +include/libanjuta-1.0/libanjuta/anjuta-debug.h +include/libanjuta-1.0/libanjuta/anjuta-encodings.h +include/libanjuta-1.0/libanjuta/anjuta-launcher.h +include/libanjuta-1.0/libanjuta/anjuta-marshal.h +include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h +include/libanjuta-1.0/libanjuta/anjuta-plugin.h +include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h +include/libanjuta-1.0/libanjuta/anjuta-preferences.h +include/libanjuta-1.0/libanjuta/anjuta-session.h +include/libanjuta-1.0/libanjuta/anjuta-shell.h +include/libanjuta-1.0/libanjuta/anjuta-status.h +include/libanjuta-1.0/libanjuta/anjuta-ui.h +include/libanjuta-1.0/libanjuta/anjuta-utils.h +include/libanjuta-1.0/libanjuta/glue-factory.h +include/libanjuta-1.0/libanjuta/glue-plugin.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-profile.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h +include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h +include/libanjuta-1.0/libanjuta/libanjuta.h +include/libanjuta-1.0/libanjuta/resources.h +lib/anjuta/anjuta-build-basic-autotools.plugin +lib/anjuta/anjuta-class-gen.plugin +lib/anjuta/anjuta-class-inheritance.plugin +lib/anjuta/anjuta-cvs.plugin +lib/anjuta/anjuta-debug-manager.plugin +lib/anjuta/anjuta-default-profile.plugin +lib/anjuta/anjuta-devhelp.plugin +lib/anjuta/anjuta-document-manager.plugin +lib/anjuta/anjuta-editor.plugin +lib/anjuta/anjuta-file-manager.plugin +lib/anjuta/anjuta-file-wizard.plugin +lib/anjuta/anjuta-gdb.plugin +lib/anjuta/anjuta-glade.plugin +lib/anjuta/anjuta-gtodo.plugin +lib/anjuta/anjuta-loader.plugin +lib/anjuta/anjuta-macro.plugin +lib/anjuta/anjuta-message-manager.plugin +lib/anjuta/anjuta-patch.plugin +lib/anjuta/anjuta-project-import.plugin +lib/anjuta/anjuta-project-manager.plugin +lib/anjuta/anjuta-project-wizard.plugin +lib/anjuta/anjuta-sample.plugin +lib/anjuta/anjuta-search.plugin +lib/anjuta/anjuta-symbol-browser.plugin +lib/anjuta/anjuta-terminal.plugin +lib/anjuta/anjuta-tools.plugin +lib/anjuta/libanjuta-build-basic-autotools.la +lib/anjuta/libanjuta-class-gen.la +lib/anjuta/libanjuta-class-inheritance.la +lib/anjuta/libanjuta-cvs-plugin.la +lib/anjuta/libanjuta-debug-manager.la +lib/anjuta/libanjuta-default-profile.la +lib/anjuta/libanjuta-devhelp.la +lib/anjuta/libanjuta-document-manager.la +lib/anjuta/libanjuta-editor.la +lib/anjuta/libanjuta-file-manager.la +lib/anjuta/libanjuta-file-wizard.la +lib/anjuta/libanjuta-gdb.la +lib/anjuta/libanjuta-gtodo.la +lib/anjuta/libanjuta-loader.la +lib/anjuta/libanjuta-macro.la +lib/anjuta/libanjuta-message-view.la +lib/anjuta/libanjuta-patch.la +lib/anjuta/libanjuta-project-import.la +lib/anjuta/libanjuta-project-manager.la +lib/anjuta/libanjuta-project-wizard.la +lib/anjuta/libanjuta-sample.la +lib/anjuta/libanjuta-search.la +lib/anjuta/libanjuta-sourceview.la +lib/anjuta/libanjuta-symbol-browser.la +lib/anjuta/libanjuta-terminal.la +lib/anjuta/libanjuta-tools.la +lib/anjuta/sourceview.plugin +lib/libanjuta-ctags.la +lib/libanjuta-egg.la +lib/libanjuta-interfaces.la +lib/libanjuta.la +lib/pkgconfig/libanjuta-1.0.pc man/man1/anjuta.1 man/man1/anjuta_launcher.1 -share/anjuta/README.stock_libs share/anjuta/anjuta_project.template -share/anjuta/autogen.sh +share/anjuta/build/automake-c.filters +share/anjuta/class-templates/goc_template_header +share/anjuta/class-templates/goc_template_source share/anjuta/gdb.init -share/anjuta/gdl/glade/layout.glade +share/anjuta/glade/anjuta-build-basic-autotools-plugin.glade +share/anjuta/glade/anjuta-class-gen-plugin.glade +share/anjuta/glade/anjuta-cvs-plugin.glade +share/anjuta/glade/anjuta-debug-manager.glade +share/anjuta/glade/anjuta-document-manager.glade +share/anjuta/glade/anjuta-file-manager-plugin.glade +share/anjuta/glade/anjuta-file-wizard.glade +share/anjuta/glade/anjuta-gdb.glade +share/anjuta/glade/anjuta-macro.glade +share/anjuta/glade/anjuta-message-manager-plugin.glade +share/anjuta/glade/anjuta-project-import.glade +share/anjuta/glade/anjuta-project-wizard.glade +share/anjuta/glade/anjuta-search.glade +share/anjuta/glade/anjuta-symbol-browser-plugin.glade +share/anjuta/glade/anjuta-terminal-plugin.glade +share/anjuta/glade/anjuta-tools.glade share/anjuta/glade/anjuta.glade +share/anjuta/glade/applogo.png +share/anjuta/glade/appwizard.png +share/anjuta/glade/editor.glade +share/anjuta/glade/layout.glade +share/anjuta/glade/patch-plugin.glade +share/anjuta/glade/sourceview.glade share/anjuta/glade/start-with-import.png share/anjuta/glade/start-with-open.png share/anjuta/glade/start-with-wizard.png -share/anjuta/header.c +share/anjuta/gtodo/gtodo.css +share/anjuta/gtodo/gtodo.xsl +share/anjuta/indent_test.c +share/anjuta/layout.xml +share/anjuta/macros.xml +share/anjuta/profiles/default.anjuta +share/anjuta/project/anjuta-plugin-logo.png +share/anjuta/project/anjuta-plugin.wiz +share/anjuta/project/anjuta-plugin/configure.in.tpl +share/anjuta/project/anjuta-plugin/po/POTFILES.in +share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl +share/anjuta/project/anjuta-plugin/src/plugin.c +share/anjuta/project/anjuta-plugin/src/plugin.glade +share/anjuta/project/anjuta-plugin/src/plugin.h +share/anjuta/project/anjuta-plugin/src/plugin.plugin.in +share/anjuta/project/anjuta-plugin/src/plugin.ui +share/anjuta/project/cpp-logo.png +share/anjuta/project/cpp.wiz +share/anjuta/project/cpp/AUTHORS +share/anjuta/project/cpp/ChangeLog +share/anjuta/project/cpp/Makefile.am.tpl +share/anjuta/project/cpp/NEWS +share/anjuta/project/cpp/README +share/anjuta/project/cpp/autogen.sh +share/anjuta/project/cpp/configure.in.tpl +share/anjuta/project/cpp/cvsignore +share/anjuta/project/cpp/po/ChangeLog +share/anjuta/project/cpp/po/POTFILES.in +share/anjuta/project/cpp/po/cvsignore +share/anjuta/project/cpp/project.anjuta +share/anjuta/project/cpp/src/Makefile.am.tpl +share/anjuta/project/cpp/src/cvsignore +share/anjuta/project/cpp/src/main.cpp +share/anjuta/project/gcj-logo.png +share/anjuta/project/gcj.wiz +share/anjuta/project/gcj/configure.in.tpl +share/anjuta/project/gcj/src/Makefile.am.tpl +share/anjuta/project/gnome-logo.png +share/anjuta/project/gnome.wiz +share/anjuta/project/gnome/po/POTFILES.in +share/anjuta/project/gnome/src/Makefile.am.tpl +share/anjuta/project/gnome/src/callbacks.c +share/anjuta/project/gnome/src/callbacks.h +share/anjuta/project/gnome/src/main.c +share/anjuta/project/gnome/src/project.glade +share/anjuta/project/gtk-logo.png +share/anjuta/project/gtk.wiz +share/anjuta/project/gtk/po/POTFILES.in +share/anjuta/project/gtk/src/Makefile.am.tpl +share/anjuta/project/gtk/src/callbacks.c +share/anjuta/project/gtk/src/callbacks.h +share/anjuta/project/gtk/src/main.c +share/anjuta/project/gtk/src/project.glade +share/anjuta/project/gtkmm-logo.png +share/anjuta/project/gtkmm.wiz +share/anjuta/project/gtkmm/configure.in.tpl +share/anjuta/project/gtkmm/po/POTFILES.in +share/anjuta/project/gtkmm/src/Makefile.am.tpl +share/anjuta/project/gtkmm/src/main.cc +share/anjuta/project/gtkmm/src/project.glade +share/anjuta/project/java-logo.png +share/anjuta/project/java.wiz +share/anjuta/project/java/configure.in.tpl +share/anjuta/project/java/po/POTFILES.in +share/anjuta/project/java/project.anjuta +share/anjuta/project/java/src/Makefile.am.tpl +share/anjuta/project/java/src/main.java +share/anjuta/project/mkfile-logo.png +share/anjuta/project/mkfile.wiz +share/anjuta/project/mkfile/po/ChangeLog +share/anjuta/project/mkfile/po/POTFILES.in +share/anjuta/project/mkfile/project.anjuta +share/anjuta/project/mkfile/src/Makefile.tpl +share/anjuta/project/mkfile/src/main.c +share/anjuta/project/python-logo.png +share/anjuta/project/python.wiz +share/anjuta/project/python/configure.in.tpl +share/anjuta/project/python/po/POTFILES.in +share/anjuta/project/python/project.anjuta +share/anjuta/project/python/src/Makefile.am.tpl +share/anjuta/project/python/src/main.py +share/anjuta/project/terminal-logo.png +share/anjuta/project/terminal.wiz +share/anjuta/project/terminal/AUTHORS +share/anjuta/project/terminal/ChangeLog +share/anjuta/project/terminal/Makefile.am.tpl +share/anjuta/project/terminal/NEWS +share/anjuta/project/terminal/README +share/anjuta/project/terminal/autogen.sh +share/anjuta/project/terminal/configure.in.tpl +share/anjuta/project/terminal/cvsignore +share/anjuta/project/terminal/po/ChangeLog +share/anjuta/project/terminal/po/POTFILES.in +share/anjuta/project/terminal/po/cvsignore +share/anjuta/project/terminal/project.anjuta +share/anjuta/project/terminal/src/Makefile.am.tpl +share/anjuta/project/terminal/src/cvsignore +share/anjuta/project/terminal/src/main.c +share/anjuta/project/wxwin-logo.png +share/anjuta/project/wxwin.wiz +share/anjuta/project/wxwin/configure.in.tpl +share/anjuta/project/wxwin/po/POTFILES.in +share/anjuta/project/wxwin/src/Makefile.am.tpl +share/anjuta/project/wxwin/src/main.cc +share/anjuta/project/xlib-dock.wiz +share/anjuta/project/xlib-dock/po/POTFILES.in +share/anjuta/project/xlib-dock/src/Makefile.am.tpl +share/anjuta/project/xlib-dock/src/main.c +share/anjuta/project/xlib-dock/src/pixmaps.h +share/anjuta/project/xlib-dock/src/wmgeneral.c +share/anjuta/project/xlib-dock/src/wmgeneral.h +share/anjuta/project/xlib-logo.png +share/anjuta/project/xlib.wiz +share/anjuta/project/xlib/configure.in.tpl +share/anjuta/project/xlib/po/POTFILES.in +share/anjuta/project/xlib/src/Makefile.am.tpl +share/anjuta/project/xlib/src/main.c +share/anjuta/properties/Embedded.properties +share/anjuta/properties/SciTEGlobal.properties share/anjuta/properties/ada.properties share/anjuta/properties/anjuta.properties share/anjuta/properties/asm.properties +share/anjuta/properties/asn1.properties +share/anjuta/properties/au3.properties share/anjuta/properties/ave.properties share/anjuta/properties/baan.properties -share/anjuta/properties/bash.properties share/anjuta/properties/bullant.properties share/anjuta/properties/conf.properties share/anjuta/properties/cpp.properties -share/anjuta/properties/cs.properties share/anjuta/properties/css.properties share/anjuta/properties/eiffel.properties +share/anjuta/properties/erlang.properties +share/anjuta/properties/escript.properties +share/anjuta/properties/forth.properties share/anjuta/properties/fortran.properties share/anjuta/properties/html.properties -share/anjuta/properties/idl.properties -share/anjuta/properties/java.properties +share/anjuta/properties/kix.properties share/anjuta/properties/latex.properties share/anjuta/properties/lisp.properties +share/anjuta/properties/lot.properties +share/anjuta/properties/lout.properties share/anjuta/properties/lua.properties -share/anjuta/properties/make.properties share/anjuta/properties/matlab.properties +share/anjuta/properties/metapost.properties +share/anjuta/properties/mmixal.properties +share/anjuta/properties/nncrontab.properties +share/anjuta/properties/nsis.properties share/anjuta/properties/others.properties share/anjuta/properties/pascal.properties share/anjuta/properties/perl.properties -share/anjuta/properties/php.properties share/anjuta/properties/pov.properties -share/anjuta/properties/props.properties +share/anjuta/properties/ps.properties share/anjuta/properties/python.properties -share/anjuta/properties/rc.properties share/anjuta/properties/ruby.properties -share/anjuta/properties/sample.properties +share/anjuta/properties/scriptol.properties +share/anjuta/properties/specman.properties share/anjuta/properties/sql.properties -share/anjuta/properties/tcltk.properties +share/anjuta/properties/styles.properties +share/anjuta/properties/tcl.properties +share/anjuta/properties/tex.properties share/anjuta/properties/user.properties share/anjuta/properties/vb.properties -share/anjuta/properties/xml.properties -share/anjuta/setup-gettext -share/anjuta/stock_libs.anj -share/anjuta/system.tags +share/anjuta/properties/verilog.properties +share/anjuta/properties/vhdl.properties +share/anjuta/properties/yaml.properties +share/anjuta/tools/find-fixmes.pl +share/anjuta/tools/prepare-changelog.pl +share/anjuta/tools/tools-2.xml +share/anjuta/tools/translation-status.pl +share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui +share/anjuta/ui/anjuta-cvs.ui +share/anjuta/ui/anjuta-debug-manager.ui +share/anjuta/ui/anjuta-default-profile.ui +share/anjuta/ui/anjuta-devhelp.ui +share/anjuta/ui/anjuta-document-manager.ui +share/anjuta/ui/anjuta-file-manager.ui +share/anjuta/ui/anjuta-gdb-plugin.ui +share/anjuta/ui/anjuta-glade.ui +share/anjuta/ui/anjuta-gtodo.ui +share/anjuta/ui/anjuta-loader-plugin.ui +share/anjuta/ui/anjuta-macro.ui +share/anjuta/ui/anjuta-message-manager.ui +share/anjuta/ui/anjuta-patch.ui +share/anjuta/ui/anjuta-project-manager.ui +share/anjuta/ui/anjuta-sample.ui +share/anjuta/ui/anjuta-search.ui +share/anjuta/ui/anjuta-shell.ui +share/anjuta/ui/anjuta-symbol-browser-plugin.ui +share/anjuta/ui/anjuta-tools.ui +share/anjuta/ui/anjuta.ui share/anjuta/welcome.txt +share/application-registry/anjuta.applications share/applications/anjuta.desktop share/doc/anjuta/AUTHORS share/doc/anjuta/COPYING share/doc/anjuta/ChangeLog share/doc/anjuta/FUTURE share/doc/anjuta/INSTALL +share/doc/anjuta/MAINTAINERS share/doc/anjuta/NEWS share/doc/anjuta/README +share/doc/anjuta/ROADMAP share/doc/anjuta/ScintillaDoc.html +share/doc/anjuta/THANKS share/doc/anjuta/TODO -share/gnome/help/anjuta/C/anjuta-advanced-tutorial.xml share/gnome/help/anjuta/C/anjuta-faqs.xml share/gnome/help/anjuta/C/anjuta-manual.xml -share/gnome/help/anjuta/C/anjuta-tutorial.xml share/gnome/help/anjuta/C/authors.xml share/gnome/help/anjuta/C/build.xml -share/gnome/help/anjuta/C/compileopts.xml share/gnome/help/anjuta/C/debugger.xml share/gnome/help/anjuta/C/execute.xml share/gnome/help/anjuta/C/figures/a2ps.png -share/gnome/help/anjuta/C/figures/aat_additional_options.png -share/gnome/help/anjuta/C/figures/aat_config_libraries_lib3ds.png -share/gnome/help/anjuta/C/figures/aat_config_libraries_libxml2.png -share/gnome/help/anjuta/C/figures/aat_include_paths.png -share/gnome/help/anjuta/C/figures/aat_libraries.png -share/gnome/help/anjuta/C/figures/aat_options_lib3ds.png -share/gnome/help/anjuta/C/figures/aat_options_libxml2.png -share/gnome/help/anjuta/C/figures/aat_project_type.png +share/gnome/help/anjuta/C/figures/add_edit_macro.png +share/gnome/help/anjuta/C/figures/anjuta-in-action.png share/gnome/help/anjuta/C/figures/arguments.png share/gnome/help/anjuta/C/figures/attach.png share/gnome/help/anjuta/C/figures/brk_add.png @@ -96,29 +382,28 @@ share/gnome/help/anjuta/C/figures/ccview_struct.png share/gnome/help/anjuta/C/figures/configure_dlg.png share/gnome/help/anjuta/C/figures/defines.png share/gnome/help/anjuta/C/figures/devt_menu.png -share/gnome/help/anjuta/C/figures/divided.png +share/gnome/help/anjuta/C/figures/display_macro.png share/gnome/help/anjuta/C/figures/doxygen.png share/gnome/help/anjuta/C/figures/editor_guides.png share/gnome/help/anjuta/C/figures/editor_margins.png share/gnome/help/anjuta/C/figures/editor_markers.png share/gnome/help/anjuta/C/figures/evaluate.png +share/gnome/help/anjuta/C/figures/file_menu.png share/gnome/help/anjuta/C/figures/fileview.png -share/gnome/help/anjuta/C/figures/find_files.png -share/gnome/help/anjuta/C/figures/find_replace.png -share/gnome/help/anjuta/C/figures/find_text.png share/gnome/help/anjuta/C/figures/frame.png -share/gnome/help/anjuta/C/figures/glade-l.png -share/gnome/help/anjuta/C/figures/icons.png share/gnome/help/anjuta/C/figures/includes.png +share/gnome/help/anjuta/C/figures/insert_text.png share/gnome/help/anjuta/C/figures/inspect.png -share/gnome/help/anjuta/C/figures/interface.png +share/gnome/help/anjuta/C/figures/keyword_macro.png share/gnome/help/anjuta/C/figures/lib_paths.png share/gnome/help/anjuta/C/figures/libraries.png share/gnome/help/anjuta/C/figures/local_variables.png share/gnome/help/anjuta/C/figures/mainwin.png +share/gnome/help/anjuta/C/figures/memory.png share/gnome/help/anjuta/C/figures/menu_detached.png -share/gnome/help/anjuta/C/figures/menu_main.png +share/gnome/help/anjuta/C/figures/menubar.png share/gnome/help/anjuta/C/figures/message_win.png +share/gnome/help/anjuta/C/figures/new_file_wizard.png share/gnome/help/anjuta/C/figures/open_file.png share/gnome/help/anjuta/C/figures/open_file_multiple.png share/gnome/help/anjuta/C/figures/optimizations.png @@ -129,7 +414,16 @@ share/gnome/help/anjuta/C/figures/print_preview.png share/gnome/help/anjuta/C/figures/project_info.png share/gnome/help/anjuta/C/figures/project_win.png share/gnome/help/anjuta/C/figures/registers.png -share/gnome/help/anjuta/C/figures/scrshot.png +share/gnome/help/anjuta/C/figures/save_as_file.png +share/gnome/help/anjuta/C/figures/search_expr.png +share/gnome/help/anjuta/C/figures/search_expr_basic.png +share/gnome/help/anjuta/C/figures/search_file_list.png +share/gnome/help/anjuta/C/figures/search_file_pattern.png +share/gnome/help/anjuta/C/figures/search_replace.png +share/gnome/help/anjuta/C/figures/search_setting.png +share/gnome/help/anjuta/C/figures/search_target.png +share/gnome/help/anjuta/C/figures/search_target_action.png +share/gnome/help/anjuta/C/figures/search_target_in.png share/gnome/help/anjuta/C/figures/sharedlibs.png share/gnome/help/anjuta/C/figures/signal_mod.png share/gnome/help/anjuta/C/figures/signals.png @@ -139,10 +433,7 @@ share/gnome/help/anjuta/C/figures/symbol_browser.png share/gnome/help/anjuta/C/figures/tool-editor.png share/gnome/help/anjuta/C/figures/toolbar_browser.png share/gnome/help/anjuta/C/figures/toolbar_debug.png -share/gnome/help/anjuta/C/figures/toolbar_ext.png -share/gnome/help/anjuta/C/figures/toolbar_format.png share/gnome/help/anjuta/C/figures/toolbar_main.png -share/gnome/help/anjuta/C/figures/toolbar_tags.png share/gnome/help/anjuta/C/figures/variable_tip.png share/gnome/help/anjuta/C/figures/warnings.png share/gnome/help/anjuta/C/figures/watch.png @@ -156,106 +447,95 @@ share/gnome/help/anjuta/C/preferences.xml share/gnome/help/anjuta/C/projects.xml share/gnome/help/anjuta/C/template.xml share/gnome/help/anjuta/C/tools.xml -share/gnome/help/anjuta/de/anjuta-tutorial.xml -share/gnome/help/anjuta/de/images/beenden.png -share/gnome/help/anjuta/de/images/druide1.png -share/gnome/help/anjuta/de/images/druide2.png -share/gnome/help/anjuta/de/images/druide3.png -share/gnome/help/anjuta/de/images/druide5.png -share/gnome/help/anjuta/de/images/entry.png -share/gnome/help/anjuta/de/images/erstellen.png -share/gnome/help/anjuta/de/images/glade_eigenschaften.png -share/gnome/help/anjuta/de/images/glade_hauptfenster.png -share/gnome/help/anjuta/de/images/glade_widgets.png -share/gnome/help/anjuta/de/images/gui1.png -share/gnome/help/anjuta/de/images/gui2.png -share/gnome/help/anjuta/de/images/gui3.png -share/gnome/help/anjuta/de/images/hinzufuegen.png -share/gnome/help/anjuta/de/images/horizontal_box.png -share/gnome/help/anjuta/de/images/interface_de.png -share/gnome/help/anjuta/de/images/interface_run2_de.png -share/gnome/help/anjuta/de/images/interface_run_de.png -share/gnome/help/anjuta/de/images/key_anwenden.png -share/gnome/help/anjuta/de/images/key_anwendungsdruide.png -share/gnome/help/anjuta/de/images/key_ok.png -share/gnome/help/anjuta/de/images/key_vor.png -share/gnome/help/anjuta/de/images/knopf_punkt_punkt_punkt.png -share/gnome/help/anjuta/de/images/label.png -share/gnome/help/anjuta/de/images/packen.png -share/gnome/help/anjuta/de/images/projektdateien.png -share/gnome/help/anjuta/de/images/signal_key_ende.png -share/gnome/help/anjuta/de/images/signale.png -share/gnome/help/anjuta/de/images/speichern.png -share/gnome/help/anjuta/de/images/startdialog.png -share/gnome/help/anjuta/de/images/vertikale_box.png -share/gnome/help/anjuta/de/images/zeilenzahl2.png -share/gnome/help/anjuta/ja/anjuta-faqs.xml -share/gnome/help/anjuta/ja/anjuta-manual.xml -share/gnome/help/anjuta/ja/authors.xml -share/gnome/help/anjuta/ja/build.xml -share/gnome/help/anjuta/ja/compileopts.xml -share/gnome/help/anjuta/ja/debugger.xml -share/gnome/help/anjuta/ja/execute.xml -share/gnome/help/anjuta/ja/figures/appwiz1.png -share/gnome/help/anjuta/ja/figures/appwiz2.png -share/gnome/help/anjuta/ja/figures/appwiz3.png -share/gnome/help/anjuta/ja/figures/appwiz4.png -share/gnome/help/anjuta/ja/figures/arguments.png -share/gnome/help/anjuta/ja/figures/attach.png -share/gnome/help/anjuta/ja/figures/brk_add.png -share/gnome/help/anjuta/ja/figures/brk_dlg.png -share/gnome/help/anjuta/ja/figures/brk_edit.png -share/gnome/help/anjuta/ja/figures/ccview.png -share/gnome/help/anjuta/ja/figures/ccview_class.png -share/gnome/help/anjuta/ja/figures/ccview_struct.png -share/gnome/help/anjuta/ja/figures/configure_dlg.png -share/gnome/help/anjuta/ja/figures/defines.png -share/gnome/help/anjuta/ja/figures/devt_menu.png -share/gnome/help/anjuta/ja/figures/evaluate.png -share/gnome/help/anjuta/ja/figures/fileview.png -share/gnome/help/anjuta/ja/figures/find_files.png -share/gnome/help/anjuta/ja/figures/find_replace.png -share/gnome/help/anjuta/ja/figures/find_text.png -share/gnome/help/anjuta/ja/figures/frame.png -share/gnome/help/anjuta/ja/figures/impwiz.png -share/gnome/help/anjuta/ja/figures/includes.png -share/gnome/help/anjuta/ja/figures/inspect.png -share/gnome/help/anjuta/ja/figures/lib_paths.png -share/gnome/help/anjuta/ja/figures/libraries.png -share/gnome/help/anjuta/ja/figures/mainwin.png -share/gnome/help/anjuta/ja/figures/menu_detached.png -share/gnome/help/anjuta/ja/figures/menu_main.png -share/gnome/help/anjuta/ja/figures/message_win.png -share/gnome/help/anjuta/ja/figures/open_file.png -share/gnome/help/anjuta/ja/figures/optimizations.png -share/gnome/help/anjuta/ja/figures/other_opts.png -share/gnome/help/anjuta/ja/figures/project_info.png -share/gnome/help/anjuta/ja/figures/project_win.png -share/gnome/help/anjuta/ja/figures/registers.png -share/gnome/help/anjuta/ja/figures/scrshot.png -share/gnome/help/anjuta/ja/figures/sharedlibs.png -share/gnome/help/anjuta/ja/figures/signal_mod.png -share/gnome/help/anjuta/ja/figures/signals.png -share/gnome/help/anjuta/ja/figures/stack.png -share/gnome/help/anjuta/ja/figures/supports.png -share/gnome/help/anjuta/ja/figures/toolbar_browser.png -share/gnome/help/anjuta/ja/figures/toolbar_debug.png -share/gnome/help/anjuta/ja/figures/toolbar_ext.png -share/gnome/help/anjuta/ja/figures/toolbar_format.png -share/gnome/help/anjuta/ja/figures/toolbar_main.png -share/gnome/help/anjuta/ja/figures/toolbar_tags.png -share/gnome/help/anjuta/ja/figures/warnings.png -share/gnome/help/anjuta/ja/figures/watch.png -share/gnome/help/anjuta/ja/figures/watch_add.png -share/gnome/help/anjuta/ja/fileoperations.xml -share/gnome/help/anjuta/ja/interface.xml -share/gnome/help/anjuta/ja/introduction.xml -share/gnome/help/anjuta/ja/legal.xml -share/gnome/help/anjuta/ja/license.xml -share/gnome/help/anjuta/ja/preferences.xml -share/gnome/help/anjuta/ja/projects.xml +share/gtk-doc/html/libanjuta/action_block.html +share/gtk-doc/html/libanjuta/anjuta-architecture.html +share/gtk-doc/html/libanjuta/anjuta-architecture.png +share/gtk-doc/html/libanjuta/content_block.html +share/gtk-doc/html/libanjuta/header_block.html +share/gtk-doc/html/libanjuta/home.png +share/gtk-doc/html/libanjuta/index.html +share/gtk-doc/html/libanjuta/index.sgml +share/gtk-doc/html/libanjuta/left.png +share/gtk-doc/html/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaLauncher.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaPlugin.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaPreferences.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaPreferencesDialog.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaStatus.html +share/gtk-doc/html/libanjuta/libanjuta-AnjutaUI.html +share/gtk-doc/html/libanjuta/libanjuta-ESplash.html +share/gtk-doc/html/libanjuta/libanjuta-GluePlugin.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-children.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-debug.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-encodings.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-marshal.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-plugin-description.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-shell.html +share/gtk-doc/html/libanjuta/libanjuta-anjuta-utils.html +share/gtk-doc/html/libanjuta/libanjuta-api.html +share/gtk-doc/html/libanjuta/libanjuta-glue-factory.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-buildable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-context-list.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-context-text.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-context-tree.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-context.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger-manager.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-debugger.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-document-manager.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-assist.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-convert.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-factory.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-folds.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-line-mode.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-selection.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor-view.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-editor.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-loader.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-manager.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file-savable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-file.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-help.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable-tree.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-iterable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-loader.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-markable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-manager.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-message-view.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-profile.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-project-manager.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-renderable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-sand-box.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-loader.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream-savable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-stream.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-terminal.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-todo.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-transformable.html +share/gtk-doc/html/libanjuta/libanjuta-ianjuta-wizard.html +share/gtk-doc/html/libanjuta/libanjuta-internal-api.html +share/gtk-doc/html/libanjuta/libanjuta-libanjuta-iface-marshallers.html +share/gtk-doc/html/libanjuta/libanjuta-plugins.html +share/gtk-doc/html/libanjuta/libanjuta-resources.html +share/gtk-doc/html/libanjuta/libanjuta.devhelp +share/gtk-doc/html/libanjuta/libanjuta.devhelp2 +share/gtk-doc/html/libanjuta/object-hierarchy.html +share/gtk-doc/html/libanjuta/page_block.html +share/gtk-doc/html/libanjuta/plugin-description-file.html +share/gtk-doc/html/libanjuta/plugin-interfaces.html +share/gtk-doc/html/libanjuta/project-wizard-format.html +share/gtk-doc/html/libanjuta/right.png +share/gtk-doc/html/libanjuta/style.css +share/gtk-doc/html/libanjuta/up.png +share/gtk-doc/html/libanjuta/writing-plugins-build-setup.html +share/gtk-doc/html/libanjuta/writing-plugins-simple.html +share/gtk-doc/html/libanjuta/writing-plugins-sources.html +share/gtk-doc/html/libanjuta/writing-plugins.html +share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png +share/icons/hicolor/48x48/apps/anjuta_icon.png +share/icons/hicolor/scalable/apps/anjuta_icon.svg share/locale/az/LC_MESSAGES/anjuta.mo share/locale/be/LC_MESSAGES/anjuta.mo +share/locale/bg/LC_MESSAGES/anjuta.mo share/locale/ca/LC_MESSAGES/anjuta.mo share/locale/cs/LC_MESSAGES/anjuta.mo share/locale/da/LC_MESSAGES/anjuta.mo @@ -264,8 +544,10 @@ share/locale/el/LC_MESSAGES/anjuta.mo share/locale/en_CA/LC_MESSAGES/anjuta.mo share/locale/en_GB/LC_MESSAGES/anjuta.mo share/locale/es/LC_MESSAGES/anjuta.mo +share/locale/fi/LC_MESSAGES/anjuta.mo share/locale/fr/LC_MESSAGES/anjuta.mo share/locale/ga/LC_MESSAGES/anjuta.mo +share/locale/gl/LC_MESSAGES/anjuta.mo share/locale/hi/LC_MESSAGES/anjuta.mo share/locale/hr/LC_MESSAGES/anjuta.mo share/locale/hu/LC_MESSAGES/anjuta.mo @@ -276,12 +558,14 @@ share/locale/mk/LC_MESSAGES/anjuta.mo share/locale/ml/LC_MESSAGES/anjuta.mo share/locale/ms/LC_MESSAGES/anjuta.mo share/locale/nb/LC_MESSAGES/anjuta.mo +share/locale/ne/LC_MESSAGES/anjuta.mo share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/no/LC_MESSAGES/anjuta.mo +share/locale/pa/LC_MESSAGES/anjuta.mo share/locale/pl/LC_MESSAGES/anjuta.mo share/locale/pt/LC_MESSAGES/anjuta.mo share/locale/pt_BR/LC_MESSAGES/anjuta.mo share/locale/ru/LC_MESSAGES/anjuta.mo +share/locale/rw/LC_MESSAGES/anjuta.mo share/locale/sk/LC_MESSAGES/anjuta.mo share/locale/sq/LC_MESSAGES/anjuta.mo share/locale/sr/LC_MESSAGES/anjuta.mo @@ -291,19 +575,537 @@ share/locale/tr/LC_MESSAGES/anjuta.mo share/locale/uk/LC_MESSAGES/anjuta.mo share/locale/zh_CN/LC_MESSAGES/anjuta.mo share/locale/zh_TW/LC_MESSAGES/anjuta.mo +share/mime-info/anjuta.keys share/mime-info/anjuta.mime -share/mimelnk/application/x-anjuta-project.desktop -share/omf/anjuta/anjuta-advanced-tutorial-C.omf +share/mime/XMLnamespaces +share/mime/aliases +share/mime/application/andrew-inset.xml +share/mime/application/dicom.xml +share/mime/application/docbook+xml.xml +share/mime/application/ecmascript.xml +share/mime/application/illustrator.xml +share/mime/application/javascript.xml +share/mime/application/mac-binhex40.xml +share/mime/application/mathematica.xml +share/mime/application/mbox.xml +share/mime/application/msword.xml +share/mime/application/octet-stream.xml +share/mime/application/oda.xml +share/mime/application/ogg.xml +share/mime/application/pdf.xml +share/mime/application/pgp-encrypted.xml +share/mime/application/pgp-keys.xml +share/mime/application/pgp-signature.xml +share/mime/application/pgp.xml +share/mime/application/pkcs7-mime.xml +share/mime/application/pkcs7-signature.xml +share/mime/application/postscript.xml +share/mime/application/rss+xml.xml +share/mime/application/rtf.xml +share/mime/application/sieve.xml +share/mime/application/smil.xml +share/mime/application/stuffit.xml +share/mime/application/vnd.corel-draw.xml +share/mime/application/vnd.hp-hpgl.xml +share/mime/application/vnd.hp-pcl.xml +share/mime/application/vnd.lotus-1-2-3.xml +share/mime/application/vnd.mozilla.xul+xml.xml +share/mime/application/vnd.ms-access.xml +share/mime/application/vnd.ms-excel.xml +share/mime/application/vnd.ms-powerpoint.xml +share/mime/application/vnd.oasis.opendocument.chart.xml +share/mime/application/vnd.oasis.opendocument.database.xml +share/mime/application/vnd.oasis.opendocument.formula.xml +share/mime/application/vnd.oasis.opendocument.graphics-template.xml +share/mime/application/vnd.oasis.opendocument.graphics.xml +share/mime/application/vnd.oasis.opendocument.image.xml +share/mime/application/vnd.oasis.opendocument.presentation-template.xml +share/mime/application/vnd.oasis.opendocument.presentation.xml +share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml +share/mime/application/vnd.oasis.opendocument.spreadsheet.xml +share/mime/application/vnd.oasis.opendocument.text-master.xml +share/mime/application/vnd.oasis.opendocument.text-template.xml +share/mime/application/vnd.oasis.opendocument.text-web.xml +share/mime/application/vnd.oasis.opendocument.text.xml +share/mime/application/vnd.palm.xml +share/mime/application/vnd.rn-realmedia.xml +share/mime/application/vnd.stardivision.calc.xml +share/mime/application/vnd.stardivision.chart.xml +share/mime/application/vnd.stardivision.draw.xml +share/mime/application/vnd.stardivision.impress.xml +share/mime/application/vnd.stardivision.mail.xml +share/mime/application/vnd.stardivision.math.xml +share/mime/application/vnd.stardivision.writer.xml +share/mime/application/vnd.sun.xml.calc.template.xml +share/mime/application/vnd.sun.xml.calc.xml +share/mime/application/vnd.sun.xml.draw.template.xml +share/mime/application/vnd.sun.xml.draw.xml +share/mime/application/vnd.sun.xml.impress.template.xml +share/mime/application/vnd.sun.xml.impress.xml +share/mime/application/vnd.sun.xml.math.xml +share/mime/application/vnd.sun.xml.writer.global.xml +share/mime/application/vnd.sun.xml.writer.template.xml +share/mime/application/vnd.sun.xml.writer.xml +share/mime/application/vnd.wordperfect.xml +share/mime/application/x-7z-compressed.xml +share/mime/application/x-abiword.xml +share/mime/application/x-amipro.xml +share/mime/application/x-anjuta.xml +share/mime/application/x-applix-spreadsheet.xml +share/mime/application/x-applix-word.xml +share/mime/application/x-arc.xml +share/mime/application/x-archive.xml +share/mime/application/x-arj.xml +share/mime/application/x-asp.xml +share/mime/application/x-awk.xml +share/mime/application/x-bcpio.xml +share/mime/application/x-bittorrent.xml +share/mime/application/x-blender.xml +share/mime/application/x-bzip-compressed-tar.xml +share/mime/application/x-bzip.xml +share/mime/application/x-cbr.xml +share/mime/application/x-cbz.xml +share/mime/application/x-cd-image.xml +share/mime/application/x-cgi.xml +share/mime/application/x-chess-pgn.xml +share/mime/application/x-chm.xml +share/mime/application/x-class-file.xml +share/mime/application/x-codeblocks.xml +share/mime/application/x-compress.xml +share/mime/application/x-compressed-tar.xml +share/mime/application/x-core.xml +share/mime/application/x-cpio-compressed.xml +share/mime/application/x-cpio.xml +share/mime/application/x-csh.xml +share/mime/application/x-cue.xml +share/mime/application/x-dbf.xml +share/mime/application/x-dbm.xml +share/mime/application/x-dc-rom.xml +share/mime/application/x-deb.xml +share/mime/application/x-designer.xml +share/mime/application/x-desktop.xml +share/mime/application/x-dia-diagram.xml +share/mime/application/x-dvi.xml +share/mime/application/x-e-theme.xml +share/mime/application/x-egon.xml +share/mime/application/x-executable.xml +share/mime/application/x-flash-video.xml +share/mime/application/x-font-afm.xml +share/mime/application/x-font-bdf.xml +share/mime/application/x-font-dos.xml +share/mime/application/x-font-framemaker.xml +share/mime/application/x-font-libgrx.xml +share/mime/application/x-font-linux-psf.xml +share/mime/application/x-font-otf.xml +share/mime/application/x-font-pcf.xml +share/mime/application/x-font-speedo.xml +share/mime/application/x-font-sunos-news.xml +share/mime/application/x-font-tex-tfm.xml +share/mime/application/x-font-tex.xml +share/mime/application/x-font-ttf.xml +share/mime/application/x-font-type1.xml +share/mime/application/x-font-vfont.xml +share/mime/application/x-frame.xml +share/mime/application/x-gameboy-rom.xml +share/mime/application/x-gba-rom.xml +share/mime/application/x-gdbm.xml +share/mime/application/x-gedcom.xml +share/mime/application/x-genesis-rom.xml +share/mime/application/x-gettext-translation.xml +share/mime/application/x-glade.xml +share/mime/application/x-gmc-link.xml +share/mime/application/x-gnome-saved-search.xml +share/mime/application/x-gnucash.xml +share/mime/application/x-gnumeric.xml +share/mime/application/x-gnuplot.xml +share/mime/application/x-go-sgf.xml +share/mime/application/x-graphite.xml +share/mime/application/x-gtar.xml +share/mime/application/x-gtktalog.xml +share/mime/application/x-gzip.xml +share/mime/application/x-gzpostscript.xml +share/mime/application/x-hdf.xml +share/mime/application/x-ipod-firmware.xml +share/mime/application/x-java-archive.xml +share/mime/application/x-java-jnlp-file.xml +share/mime/application/x-java.xml +share/mime/application/x-jbuilder-project.xml +share/mime/application/x-karbon.xml +share/mime/application/x-kchart.xml +share/mime/application/x-kformula.xml +share/mime/application/x-killustrator.xml +share/mime/application/x-kivio.xml +share/mime/application/x-kontour.xml +share/mime/application/x-kpovmodeler.xml +share/mime/application/x-kpresenter.xml +share/mime/application/x-krita.xml +share/mime/application/x-kspread-crypt.xml +share/mime/application/x-kspread.xml +share/mime/application/x-ksysv-package.xml +share/mime/application/x-kugar.xml +share/mime/application/x-kword-crypt.xml +share/mime/application/x-kword.xml +share/mime/application/x-lha.xml +share/mime/application/x-lhz.xml +share/mime/application/x-linguist.xml +share/mime/application/x-lyx.xml +share/mime/application/x-lzop.xml +share/mime/application/x-m4.xml +share/mime/application/x-macbinary.xml +share/mime/application/x-magicpoint.xml +share/mime/application/x-matroska.xml +share/mime/application/x-mif.xml +share/mime/application/x-mozilla-bookmarks.xml +share/mime/application/x-ms-dos-executable.xml +share/mime/application/x-mswinurl.xml +share/mime/application/x-mswrite.xml +share/mime/application/x-msx-rom.xml +share/mime/application/x-n64-rom.xml +share/mime/application/x-nautilus-link.xml +share/mime/application/x-nes-rom.xml +share/mime/application/x-netcdf.xml +share/mime/application/x-netscape-bookmarks.xml +share/mime/application/x-object.xml +share/mime/application/x-ole-storage.xml +share/mime/application/x-oleo.xml +share/mime/application/x-palm-database.xml +share/mime/application/x-par2.xml +share/mime/application/x-pef-executable.xml +share/mime/application/x-perl.xml +share/mime/application/x-php.xml +share/mime/application/x-pkcs12.xml +share/mime/application/x-planperfect.xml +share/mime/application/x-profile.xml +share/mime/application/x-pw.xml +share/mime/application/x-python-bytecode.xml +share/mime/application/x-quattropro.xml +share/mime/application/x-quicktime-media-link.xml +share/mime/application/x-qw.xml +share/mime/application/x-rar.xml +share/mime/application/x-reject.xml +share/mime/application/x-rpm.xml +share/mime/application/x-ruby.xml +share/mime/application/x-sc.xml +share/mime/application/x-shar.xml +share/mime/application/x-shared-library-la.xml +share/mime/application/x-sharedlib.xml +share/mime/application/x-shellscript.xml +share/mime/application/x-shockwave-flash.xml +share/mime/application/x-shorten.xml +share/mime/application/x-siag.xml +share/mime/application/x-slp.xml +share/mime/application/x-sms-rom.xml +share/mime/application/x-snes-rom.xml +share/mime/application/x-sqlite2.xml +share/mime/application/x-sqlite3.xml +share/mime/application/x-srt.xml +share/mime/application/x-stuffit.xml +share/mime/application/x-sv4cpio.xml +share/mime/application/x-sv4crc.xml +share/mime/application/x-tar.xml +share/mime/application/x-tarz.xml +share/mime/application/x-tex-gf.xml +share/mime/application/x-tex-pk.xml +share/mime/application/x-tgif.xml +share/mime/application/x-theme.xml +share/mime/application/x-toutdoux.xml +share/mime/application/x-trash.xml +share/mime/application/x-troff-man-compressed.xml +share/mime/application/x-troff-man.xml +share/mime/application/x-tzo.xml +share/mime/application/x-ustar.xml +share/mime/application/x-wais-source.xml +share/mime/application/x-wpg.xml +share/mime/application/x-x509-ca-cert.xml +share/mime/application/x-xbel.xml +share/mime/application/x-zerosize.xml +share/mime/application/x-zoo.xml +share/mime/application/xhtml+xml.xml +share/mime/application/xml.xml +share/mime/application/xslt+xml.xml +share/mime/application/xspf+xml.xml +share/mime/application/zip.xml +share/mime/audio/AMR-WB.xml +share/mime/audio/AMR.xml +share/mime/audio/ac3.xml +share/mime/audio/basic.xml +share/mime/audio/midi.xml +share/mime/audio/mp4.xml +share/mime/audio/mpeg.xml +share/mime/audio/prs.sid.xml +share/mime/audio/vnd.rn-realaudio.xml +share/mime/audio/vnd.rn-realvideo.xml +share/mime/audio/x-adpcm.xml +share/mime/audio/x-aifc.xml +share/mime/audio/x-aiff.xml +share/mime/audio/x-aiffc.xml +share/mime/audio/x-ape.xml +share/mime/audio/x-flac+ogg.xml +share/mime/audio/x-flac.xml +share/mime/audio/x-it.xml +share/mime/audio/x-mod.xml +share/mime/audio/x-mp3-playlist.xml +share/mime/audio/x-mpeg.xml +share/mime/audio/x-mpegurl.xml +share/mime/audio/x-ms-asx.xml +share/mime/audio/x-ms-wma.xml +share/mime/audio/x-musepack.xml +share/mime/audio/x-riff.xml +share/mime/audio/x-s3m.xml +share/mime/audio/x-scpls.xml +share/mime/audio/x-speex+ogg.xml +share/mime/audio/x-stm.xml +share/mime/audio/x-voc.xml +share/mime/audio/x-vorbis+ogg.xml +share/mime/audio/x-wav.xml +share/mime/audio/x-xi.xml +share/mime/audio/x-xm.xml +share/mime/globs +share/mime/image/bmp.xml +share/mime/image/cgm.xml +share/mime/image/dpx.xml +share/mime/image/fax-g3.xml +share/mime/image/g3fax.xml +share/mime/image/gif.xml +share/mime/image/ief.xml +share/mime/image/jpeg.xml +share/mime/image/jpeg2000.xml +share/mime/image/png.xml +share/mime/image/rle.xml +share/mime/image/svg+xml.xml +share/mime/image/tiff.xml +share/mime/image/vnd.djvu.xml +share/mime/image/vnd.dwg.xml +share/mime/image/vnd.dxf.xml +share/mime/image/vnd.rn-realpix.xml +share/mime/image/x-3ds.xml +share/mime/image/x-applix-graphics.xml +share/mime/image/x-canon-crw.xml +share/mime/image/x-cmu-raster.xml +share/mime/image/x-compressed-xcf.xml +share/mime/image/x-dib.xml +share/mime/image/x-eps.xml +share/mime/image/x-fits.xml +share/mime/image/x-fpx.xml +share/mime/image/x-fuji-raf.xml +share/mime/image/x-ico.xml +share/mime/image/x-iff.xml +share/mime/image/x-ilbm.xml +share/mime/image/x-jng.xml +share/mime/image/x-kodak-dcr.xml +share/mime/image/x-kodak-kdc.xml +share/mime/image/x-lwo.xml +share/mime/image/x-lws.xml +share/mime/image/x-minolta-mrw.xml +share/mime/image/x-msod.xml +share/mime/image/x-niff.xml +share/mime/image/x-nikon-nef.xml +share/mime/image/x-olympus-orf.xml +share/mime/image/x-pcx.xml +share/mime/image/x-photo-cd.xml +share/mime/image/x-pict.xml +share/mime/image/x-portable-anymap.xml +share/mime/image/x-portable-bitmap.xml +share/mime/image/x-portable-graymap.xml +share/mime/image/x-portable-pixmap.xml +share/mime/image/x-psd.xml +share/mime/image/x-rgb.xml +share/mime/image/x-sgi.xml +share/mime/image/x-sun-raster.xml +share/mime/image/x-tga.xml +share/mime/image/x-win-bitmap.xml +share/mime/image/x-wmf.xml +share/mime/image/x-xbitmap.xml +share/mime/image/x-xcf.xml +share/mime/image/x-xfig.xml +share/mime/image/x-xpixmap.xml +share/mime/image/x-xwindowdump.xml +share/mime/inode/blockdevice.xml +share/mime/inode/chardevice.xml +share/mime/inode/directory.xml +share/mime/inode/fifo.xml +share/mime/inode/mount-point.xml +share/mime/inode/socket.xml +share/mime/inode/symlink.xml +share/mime/magic +share/mime/message/delivery-status.xml +share/mime/message/disposition-notification.xml +share/mime/message/external-body.xml +share/mime/message/news.xml +share/mime/message/partial.xml +share/mime/message/rfc822.xml +share/mime/message/x-gnu-rmail.xml +share/mime/mime.cache +share/mime/model/vrml.xml +share/mime/multipart/alternative.xml +share/mime/multipart/appledouble.xml +share/mime/multipart/digest.xml +share/mime/multipart/encrypted.xml +share/mime/multipart/mixed.xml +share/mime/multipart/related.xml +share/mime/multipart/report.xml +share/mime/multipart/signed.xml +share/mime/multipart/x-mixed-replace.xml +share/mime/packages/anjuta.xml +share/mime/subclasses +share/mime/text/calendar.xml +share/mime/text/css.xml +share/mime/text/csv.xml +share/mime/text/directory.xml +share/mime/text/enriched.xml +share/mime/text/html.xml +share/mime/text/htmlh.xml +share/mime/text/mathml.xml +share/mime/text/plain.xml +share/mime/text/rdf.xml +share/mime/text/rfc822-headers.xml +share/mime/text/richtext.xml +share/mime/text/sgml.xml +share/mime/text/spreadsheet.xml +share/mime/text/tab-separated-values.xml +share/mime/text/troff.xml +share/mime/text/vnd.rn-realtext.xml +share/mime/text/vnd.wap.wml.xml +share/mime/text/x-adasrc.xml +share/mime/text/x-authors.xml +share/mime/text/x-bibtex.xml +share/mime/text/x-c++hdr.xml +share/mime/text/x-c++src.xml +share/mime/text/x-changelog.xml +share/mime/text/x-chdr.xml +share/mime/text/x-copying.xml +share/mime/text/x-credits.xml +share/mime/text/x-csharp.xml +share/mime/text/x-csrc.xml +share/mime/text/x-dcl.xml +share/mime/text/x-dsl.xml +share/mime/text/x-dsrc.xml +share/mime/text/x-dtd.xml +share/mime/text/x-emacs-lisp.xml +share/mime/text/x-fortran.xml +share/mime/text/x-gettext-translation-template.xml +share/mime/text/x-gettext-translation.xml +share/mime/text/x-gtkrc.xml +share/mime/text/x-haskell.xml +share/mime/text/x-idl.xml +share/mime/text/x-install.xml +share/mime/text/x-java.xml +share/mime/text/x-ksysv-log.xml +share/mime/text/x-literate-haskell.xml +share/mime/text/x-log.xml +share/mime/text/x-makefile.xml +share/mime/text/x-matlab.xml +share/mime/text/x-moc.xml +share/mime/text/x-mup.xml +share/mime/text/x-objcsrc.xml +share/mime/text/x-ocaml.xml +share/mime/text/x-pascal.xml +share/mime/text/x-patch.xml +share/mime/text/x-python.xml +share/mime/text/x-readme.xml +share/mime/text/x-scheme.xml +share/mime/text/x-setext.xml +share/mime/text/x-speech.xml +share/mime/text/x-sql.xml +share/mime/text/x-tcl.xml +share/mime/text/x-tex.xml +share/mime/text/x-texinfo.xml +share/mime/text/x-troff-me.xml +share/mime/text/x-troff-mm.xml +share/mime/text/x-troff-ms.xml +share/mime/text/x-txt2tags.xml +share/mime/text/x-uil.xml +share/mime/text/x-uri.xml +share/mime/text/x-vhdl.xml +share/mime/text/x-xmi.xml +share/mime/text/x-xslfo.xml +share/mime/text/xmcd.xml +share/mime/video/3gpp.xml +share/mime/video/dv.xml +share/mime/video/isivideo.xml +share/mime/video/mp4.xml +share/mime/video/mpeg.xml +share/mime/video/quicktime.xml +share/mime/video/vivo.xml +share/mime/video/wavelet.xml +share/mime/video/x-anim.xml +share/mime/video/x-flic.xml +share/mime/video/x-mng.xml +share/mime/video/x-ms-asf.xml +share/mime/video/x-ms-wmv.xml +share/mime/video/x-msvideo.xml +share/mime/video/x-nsv.xml +share/mime/video/x-ogm+ogg.xml +share/mime/video/x-sgi-movie.xml +share/mime/video/x-theora+ogg.xml share/omf/anjuta/anjuta-faqs-C.omf -share/omf/anjuta/anjuta-faqs-ja_JP.UTF-8.omf share/omf/anjuta/anjuta-manual-C.omf -share/omf/anjuta/anjuta-manual-ja_JP.UTF-8.omf -share/omf/anjuta/anjuta-tutorial-C.omf -share/omf/anjuta/anjuta-tutorial-de.omf -share/pixmaps/anjuta/anjuta_icon.png +share/pixmaps/anjuta/Icons.16x16.Class +share/pixmaps/anjuta/Icons.16x16.Enum +share/pixmaps/anjuta/Icons.16x16.Field +share/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront +share/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack +share/pixmaps/anjuta/Icons.16x16.Interface +share/pixmaps/anjuta/Icons.16x16.InternalClass +share/pixmaps/anjuta/Icons.16x16.InternalDelegate +share/pixmaps/anjuta/Icons.16x16.InternalEnum +share/pixmaps/anjuta/Icons.16x16.InternalEvent +share/pixmaps/anjuta/Icons.16x16.InternalField +share/pixmaps/anjuta/Icons.16x16.InternalInterface +share/pixmaps/anjuta/Icons.16x16.InternalMethod +share/pixmaps/anjuta/Icons.16x16.InternalProperty +share/pixmaps/anjuta/Icons.16x16.InternalStruct +share/pixmaps/anjuta/Icons.16x16.Literal +share/pixmaps/anjuta/Icons.16x16.Method +share/pixmaps/anjuta/Icons.16x16.NameSpace +share/pixmaps/anjuta/Icons.16x16.PrivateClass +share/pixmaps/anjuta/Icons.16x16.PrivateDelegate +share/pixmaps/anjuta/Icons.16x16.PrivateEnum +share/pixmaps/anjuta/Icons.16x16.PrivateEvent +share/pixmaps/anjuta/Icons.16x16.PrivateField +share/pixmaps/anjuta/Icons.16x16.PrivateInterface +share/pixmaps/anjuta/Icons.16x16.PrivateMethod +share/pixmaps/anjuta/Icons.16x16.PrivateProperty +share/pixmaps/anjuta/Icons.16x16.PrivateStruct +share/pixmaps/anjuta/Icons.16x16.ProtectedClass +share/pixmaps/anjuta/Icons.16x16.ProtectedDelegate +share/pixmaps/anjuta/Icons.16x16.ProtectedEnum +share/pixmaps/anjuta/Icons.16x16.ProtectedEvent +share/pixmaps/anjuta/Icons.16x16.ProtectedField +share/pixmaps/anjuta/Icons.16x16.ProtectedInterface +share/pixmaps/anjuta/Icons.16x16.ProtectedMethod +share/pixmaps/anjuta/Icons.16x16.ProtectedProperty +share/pixmaps/anjuta/Icons.16x16.ProtectedStruct +share/pixmaps/anjuta/Icons.16x16.Reference +share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.png +share/pixmaps/anjuta/anjuta-cvs-plugin.png +share/pixmaps/anjuta/anjuta-debug-manager.plugin.png +share/pixmaps/anjuta/anjuta-default-profile-plugin.png +share/pixmaps/anjuta/anjuta-devhelp-plugin.png +share/pixmaps/anjuta/anjuta-document-manager.png +share/pixmaps/anjuta/anjuta-editor.png +share/pixmaps/anjuta/anjuta-file-manager-plugin.png +share/pixmaps/anjuta/anjuta-file-wizard-plugin.png +share/pixmaps/anjuta/anjuta-gdb.plugin.png +share/pixmaps/anjuta/anjuta-glade-plugin.png +share/pixmaps/anjuta/anjuta-gtodo-plugin.png +share/pixmaps/anjuta/anjuta-loader-plugin.png +share/pixmaps/anjuta/anjuta-macro.png +share/pixmaps/anjuta/anjuta-message-view.png +share/pixmaps/anjuta/anjuta-patch-plugin.png +share/pixmaps/anjuta/anjuta-project-import-plugin.png +share/pixmaps/anjuta/anjuta-project-manager-plugin.png +share/pixmaps/anjuta/anjuta-project-wizard-plugin.png +share/pixmaps/anjuta/anjuta-sample-plugin.png +share/pixmaps/anjuta/anjuta-search.png +share/pixmaps/anjuta/anjuta-symbol-browser-plugin.png +share/pixmaps/anjuta/anjuta-terminal-plugin.png +share/pixmaps/anjuta/anjuta-tools-plugin.png share/pixmaps/anjuta/anjuta_logo.png share/pixmaps/anjuta/anjuta_logo1.png +share/pixmaps/anjuta/anjuta_logo2.png share/pixmaps/anjuta/anjuta_splash.png +share/pixmaps/anjuta/anjuta_splash_mini.png share/pixmaps/anjuta/applogo.png share/pixmaps/anjuta/appwiz_bonobo.png share/pixmaps/anjuta/appwiz_bonobo2.png @@ -325,8 +1127,6 @@ share/pixmaps/anjuta/appwiz_xlib.png share/pixmaps/anjuta/appwizard.png share/pixmaps/anjuta/autocomplete-16.png share/pixmaps/anjuta/autocomplete.png -share/pixmaps/anjuta/bfoldc.xpm -share/pixmaps/anjuta/bfoldo.xpm share/pixmaps/anjuta/blank.xpm share/pixmaps/anjuta/block-end-16.png share/pixmaps/anjuta/block-end.png @@ -341,11 +1141,15 @@ share/pixmaps/anjuta/bookmark-next-16.png share/pixmaps/anjuta/bookmark-next.png share/pixmaps/anjuta/bookmark-prev-16.png share/pixmaps/anjuta/bookmark-prev.png +share/pixmaps/anjuta/bookmark.png share/pixmaps/anjuta/bookmark_toggle.xpm +share/pixmaps/anjuta/breakpoint.png share/pixmaps/anjuta/breakpoint.xpm share/pixmaps/anjuta/build.xpm share/pixmaps/anjuta/build_all.xpm share/pixmaps/anjuta/calltip.xpm +share/pixmaps/anjuta/class-inheritance.png +share/pixmaps/anjuta/class_logo.xpm share/pixmaps/anjuta/close_file_small.xpm share/pixmaps/anjuta/close_project.png share/pixmaps/anjuta/compile.xpm @@ -353,6 +1157,10 @@ share/pixmaps/anjuta/configure.xpm share/pixmaps/anjuta/continue.xpm share/pixmaps/anjuta/debug.xpm share/pixmaps/anjuta/debug_stop.xpm +share/pixmaps/anjuta/detach-16.png +share/pixmaps/anjuta/detach.png +share/pixmaps/anjuta/directory-accept.png +share/pixmaps/anjuta/directory.png share/pixmaps/anjuta/dock.xpm share/pixmaps/anjuta/error-next-16.png share/pixmaps/anjuta/error-next.png @@ -361,84 +1169,108 @@ share/pixmaps/anjuta/error-prev.png share/pixmaps/anjuta/fold_close.xpm share/pixmaps/anjuta/fold_open.xpm share/pixmaps/anjuta/fold_toggle.xpm -share/pixmaps/anjuta/frame.xpm -share/pixmaps/anjuta/handle_hide.xpm -share/pixmaps/anjuta/handle_undock.xpm -share/pixmaps/anjuta/help.xpm +share/pixmaps/anjuta/gtodo-about.png +share/pixmaps/anjuta/gtodo-edit.png +share/pixmaps/anjuta/gtodo.png +share/pixmaps/anjuta/gtodo_tray.png share/pixmaps/anjuta/indent.xpm share/pixmaps/anjuta/indent_auto.xpm share/pixmaps/anjuta/indent_dcr.xpm share/pixmaps/anjuta/indent_inc.xpm share/pixmaps/anjuta/indent_set.xpm -share/pixmaps/anjuta/inspect.xpm -share/pixmaps/anjuta/interrupt.xpm -share/pixmaps/anjuta/madeinanjuta.xcf +share/pixmaps/anjuta/locals.png +share/pixmaps/anjuta/marker-attentive.png +share/pixmaps/anjuta/marker-basic.png +share/pixmaps/anjuta/marker-intense.png +share/pixmaps/anjuta/marker-light.png share/pixmaps/anjuta/messages.xpm -share/pixmaps/anjuta/mini-modules.xpm -share/pixmaps/anjuta/mini_build.xpm -share/pixmaps/anjuta/mini_cvs.xpm -share/pixmaps/anjuta/mini_debug.xpm -share/pixmaps/anjuta/mini_dock.xpm -share/pixmaps/anjuta/mini_find.xpm -share/pixmaps/anjuta/mini_locals.xpm -share/pixmaps/anjuta/mini_term.xpm -share/pixmaps/anjuta/new_folder.xpm -share/pixmaps/anjuta/open_project.png share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.xpm -share/pixmaps/anjuta/preferences-build.png -share/pixmaps/anjuta/preferences-cvs.png +share/pixmaps/anjuta/pointer.png share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/preferences-encodings.png share/pixmaps/anjuta/preferences-general.png -share/pixmaps/anjuta/preferences-indentation.png share/pixmaps/anjuta/preferences-messages.png -share/pixmaps/anjuta/preferences-print.png share/pixmaps/anjuta/preferences-terminal.png -share/pixmaps/anjuta/project.xpm -share/pixmaps/anjuta/registers.xpm -share/pixmaps/anjuta/run_to_cursor.xpm -share/pixmaps/anjuta/save_project.png -share/pixmaps/anjuta/stack.xpm -share/pixmaps/anjuta/step_in.xpm -share/pixmaps/anjuta/step_out.xpm -share/pixmaps/anjuta/step_over.xpm -share/pixmaps/anjuta/sv_class.xpm -share/pixmaps/anjuta/sv_function.xpm -share/pixmaps/anjuta/sv_macro.xpm -share/pixmaps/anjuta/sv_private_fun.xpm -share/pixmaps/anjuta/sv_private_var.xpm -share/pixmaps/anjuta/sv_protected_fun.xpm -share/pixmaps/anjuta/sv_protected_var.xpm -share/pixmaps/anjuta/sv_public_fun.xpm -share/pixmaps/anjuta/sv_public_var.xpm -share/pixmaps/anjuta/sv_static_fun.xpm -share/pixmaps/anjuta/sv_static_var.xpm -share/pixmaps/anjuta/sv_struct.xpm -share/pixmaps/anjuta/sv_unknown.xpm -share/pixmaps/anjuta/sv_variable.xpm -share/pixmaps/anjuta/syntax.xpm +share/pixmaps/anjuta/sourceview.png +share/pixmaps/anjuta/stack.png +share/pixmaps/anjuta/step-into-16.png +share/pixmaps/anjuta/step-into.png +share/pixmaps/anjuta/step-out-16.png +share/pixmaps/anjuta/step-out.png +share/pixmaps/anjuta/step-over-16.png +share/pixmaps/anjuta/step-over.png share/pixmaps/anjuta/undock.png -share/pixmaps/anjuta/watch.xpm -share/pixmaps/anjuta/wizard.xpm +share/pixmaps/anjuta/watch.png @dirrm share/pixmaps/anjuta -@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/omf/anjuta -@comment in scrollkeeper: @dirrm share/omf +@dirrm share/mime/video +@dirrm share/mime/text +@dirrm share/mime/packages +@dirrm share/mime/multipart +@dirrm share/mime/model +@dirrm share/mime/message +@dirrm share/mime/inode +@dirrm share/mime/image +@dirrm share/mime/audio +@dirrm share/mime/application @comment in xdg-dirs: @dirrm share/mime-info -@dirrm share/gnome/help/anjuta/ja/figures -@dirrm share/gnome/help/anjuta/ja -@dirrm share/gnome/help/anjuta/de/images -@dirrm share/gnome/help/anjuta/de +@dirrm share/mime +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor +@dirrm share/icons/gnome/48x48/mimetypes +@dirrm share/gtk-doc/html/libanjuta @dirrm share/gnome/help/anjuta/C/figures -@dirrm share/gnome/help/anjuta/C -@dirrm share/gnome/help/anjuta -@comment in gnome2-dirs: @dirrm share/gnome/help @dirrm share/doc/anjuta @comment in xdg-dirs: @dirrm share/applications +@comment in xdg-dirs: @dirrm share/application-registry +@dirrm share/anjuta/ui +@dirrm share/anjuta/tools @dirrm share/anjuta/properties +@dirrm share/anjuta/project/xlib/src +@dirrm share/anjuta/project/xlib/po +@dirrm share/anjuta/project/xlib-dock/src +@dirrm share/anjuta/project/xlib-dock/po +@dirrm share/anjuta/project/xlib-dock +@dirrm share/anjuta/project/xlib +@dirrm share/anjuta/project/wxwin/src +@dirrm share/anjuta/project/wxwin/po +@dirrm share/anjuta/project/wxwin +@dirrm share/anjuta/project/terminal/src +@dirrm share/anjuta/project/terminal/po +@dirrm share/anjuta/project/terminal +@dirrm share/anjuta/project/python/src +@dirrm share/anjuta/project/python/po +@dirrm share/anjuta/project/python +@dirrm share/anjuta/project/mkfile/src +@dirrm share/anjuta/project/mkfile/po +@dirrm share/anjuta/project/mkfile +@dirrm share/anjuta/project/java/src +@dirrm share/anjuta/project/java/po +@dirrm share/anjuta/project/java +@dirrm share/anjuta/project/gtkmm/src +@dirrm share/anjuta/project/gtkmm/po +@dirrm share/anjuta/project/gtkmm +@dirrm share/anjuta/project/gtk/src +@dirrm share/anjuta/project/gtk/po +@dirrm share/anjuta/project/gtk +@dirrm share/anjuta/project/gnome/src +@dirrm share/anjuta/project/gnome/po +@dirrm share/anjuta/project/gnome +@dirrm share/anjuta/project/gcj/src +@dirrm share/anjuta/project/gcj +@dirrm share/anjuta/project/cpp/src +@dirrm share/anjuta/project/cpp/po +@dirrm share/anjuta/project/cpp +@dirrm share/anjuta/project/anjuta-plugin/src +@dirrm share/anjuta/project/anjuta-plugin/po +@dirrm share/anjuta/project/anjuta-plugin +@dirrm share/anjuta/project +@dirrm share/anjuta/profiles +@dirrm share/anjuta/gtodo @dirrm share/anjuta/glade -@dirrm share/anjuta/gdl/glade -@dirrm share/anjuta/gdl +@dirrm share/anjuta/class-templates +@dirrm share/anjuta/build @dirrm share/anjuta @dirrm lib/anjuta +@dirrm include/libanjuta-1.0/libanjuta/interfaces +@dirrm include/libanjuta-1.0/libanjuta diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index 8904b2b3e65..4e18d8505e8 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.12 2006/05/28 13:17:45 joerg Exp $ +$NetBSD: distinfo,v 1.13 2007/01/04 11:29:07 rillig Exp $ -SHA1 (anjuta-1.2.3.tar.gz) = 6ecb773b64142a495f4da061590c24499423882c -RMD160 (anjuta-1.2.3.tar.gz) = f8bf080b699603fb5c224340e6fd08c655d14bd4 -Size (anjuta-1.2.3.tar.gz) = 8693192 bytes -SHA1 (patch-aa) = 71dd473e424d886c9aafe950dd7dfddb08a32537 -SHA1 (patch-ab) = 7079a915de78ea2cd7c3182c47afab6f5a78c8c7 -SHA1 (patch-ad) = 04f6eafe876060944ca7d0ccc36fe47d926cf637 -SHA1 (patch-al) = a4958c02654da6a6277ee74559083a1de46048d7 -SHA1 (patch-an) = 8779b330815f872c5cf5b643c31ec2680fdaae53 -SHA1 (patch-aq) = 24a55f3504d74905a42fb74a482e31047173db0b +SHA1 (anjuta-2.0.2.tar.gz) = 5f11f6b642c310b8838237da5965272ebbd27426 +RMD160 (anjuta-2.0.2.tar.gz) = 9931311e2f65f66d149e64a02e1996b2b972b925 +Size (anjuta-2.0.2.tar.gz) = 6844511 bytes +SHA1 (patch-ba) = fc3a8036ff7886246fc21203b292be89585fa474 +SHA1 (patch-bb) = 475bd6829e33ea786c122828dbba20e030c252a1 +SHA1 (patch-bc) = 0e81a73de07cf24a20bcf7c7c35f8f5c280e2311 +SHA1 (patch-bd) = ffd4a8d3e1b88114d9642930066dde859910d894 +SHA1 (patch-be) = 9b0b0340d611c2ae6710028efb8457e21aa7cf30 diff --git a/devel/anjuta/patches/patch-aa b/devel/anjuta/patches/patch-aa deleted file mode 100644 index 5bb1be0badf..00000000000 --- a/devel/anjuta/patches/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2005/08/01 14:14:49 adam Exp $ - ---- src/debugger.c.orig 2005-04-24 13:27:59.000000000 +0000 -+++ src/debugger.c -@@ -2123,9 +2123,10 @@ static void query_set_print_pretty (gboo - void debugger_query_evaluate_expr_tip (const gchar *expr, - void (*parser) (GList *outputs, gpointer data), gpointer data) - { -+ gchar *printcmd; - query_set_verbose (FALSE); - query_set_print_staticmembers (FALSE); -- gchar *printcmd = g_strconcat ("print ", expr, NULL); -+ printcmd = g_strconcat ("print ", expr, NULL); - debugger_put_cmd_in_queqe (printcmd, DB_CMD_NONE, parser, data); - query_set_verbose (TRUE); - query_set_print_staticmembers (TRUE); -@@ -2135,9 +2136,10 @@ void debugger_query_evaluate_expr_tip (c - void debugger_query_evaluate_expr (const gchar *expr, - void (*parser) (GList *outputs, gpointer data), gpointer data) - { -+ gchar *printcmd; - query_set_print_pretty (TRUE); - query_set_verbose (FALSE); -- gchar *printcmd = g_strconcat ("print ", expr, NULL); -+ printcmd = g_strconcat ("print ", expr, NULL); - debugger_put_cmd_in_queqe (printcmd, DB_CMD_SE_MESG | DB_CMD_SE_DIALOG, - parser, data); - query_set_print_pretty (FALSE); diff --git a/devel/anjuta/patches/patch-ab b/devel/anjuta/patches/patch-ab deleted file mode 100644 index fb009190df3..00000000000 --- a/devel/anjuta/patches/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2004/06/30 19:14:12 kristerw Exp $ - ---- src/breakpoints.c.orig 2004-04-08 06:15:29.000000000 +0200 -+++ src/breakpoints.c 2004-06-30 21:04:12.000000000 +0200 -@@ -1409,8 +1409,9 @@ - ptr1 = strchr (ptr, '\n'); - if (ptr1) - { -- *ptr1++ = '\0'; - const gchar condition_prefix[] = "\tstop only if "; -+ const gchar ignore_prefix[] = "\tignore next "; -+ *ptr1++ = '\0'; - if (g_str_has_prefix (ptr1, condition_prefix)) - { - ptr1 += sizeof(condition_prefix) - 1; -@@ -1418,7 +1419,6 @@ - ptr1 = strchr (cond, '\n'); - if (ptr1) *ptr1++ = '\0'; - } -- const gchar ignore_prefix[] = "\tignore next "; - if (g_str_has_prefix (ptr1, ignore_prefix)) - { - ptr1 += sizeof(ignore_prefix) - 1; diff --git a/devel/anjuta/patches/patch-ad b/devel/anjuta/patches/patch-ad deleted file mode 100644 index dabb7287454..00000000000 --- a/devel/anjuta/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2005/08/01 14:14:49 adam Exp $ - ---- configure.orig 2005-05-15 07:03:42.000000000 +0000 -+++ configure -@@ -22677,7 +22677,7 @@ done - - - --for ac_header in sys/dir.h sys/stat.h sys/times.h sys/types.h -+for ac_header in sys/dir.h sys/stat.h sys/times.h sys/types.h pty.h sched.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/devel/anjuta/patches/patch-al b/devel/anjuta/patches/patch-al deleted file mode 100644 index 22fe9539485..00000000000 --- a/devel/anjuta/patches/patch-al +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-al,v 1.3 2004/04/21 15:01:28 jmmv Exp $ - ---- src/mainmenu_callbacks.c.orig 2004-04-08 06:15:31.000000000 +0200 -+++ src/mainmenu_callbacks.c -@@ -24,7 +24,9 @@ - #include <unistd.h> - #include <signal.h> - #include <string.h> -+#ifdef HAVE_SCHED_H - #include <sched.h> -+#endif - #include <sys/wait.h> - #include <errno.h> - diff --git a/devel/anjuta/patches/patch-an b/devel/anjuta/patches/patch-an deleted file mode 100644 index e95c4042785..00000000000 --- a/devel/anjuta/patches/patch-an +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-an,v 1.5 2006/05/28 13:17:45 joerg Exp $ - ---- src/launcher.c.orig 2005-04-06 11:05:44.000000000 +0200 -+++ src/launcher.c -@@ -37,6 +37,14 @@ - #include "anjuta-marshalers.h" - #include "anjuta.h" - -+#ifndef B460800 -+#define B460800 460800 -+#endif -+ -+#if (defined(__DragonFly__) || defined(__FreeBSD__)) && !defined(O_SYNC) -+#define O_SYNC O_FSYNC -+#endif -+ - #define FILE_BUFFER_SIZE 1024 - /* - static gboolean diff --git a/devel/anjuta/patches/patch-aq b/devel/anjuta/patches/patch-aq deleted file mode 100644 index c022669b993..00000000000 --- a/devel/anjuta/patches/patch-aq +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aq,v 1.2 2004/04/21 15:01:28 jmmv Exp $ - ---- config.h.in.orig 2004-04-08 07:49:09.000000000 +0200 -+++ config.h.in -@@ -266,3 +266,9 @@ - - /* Define to `unsigned' if <sys/types.h> does not define. */ - #undef size_t -+ -+/* Define to 1 if you have the <sched.h> header file. */ -+#undef HAVE_SCHED_H -+ -+/* Define to 1 if you have the <pty.h> header file. */ -+#undef HAVE_PTY_H diff --git a/devel/anjuta/patches/patch-ba b/devel/anjuta/patches/patch-ba new file mode 100644 index 00000000000..7412ef16f76 --- /dev/null +++ b/devel/anjuta/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 2007/01/04 11:29:07 rillig Exp $ + +--- libanjuta/anjuta-children.c.orig 2005-04-20 14:04:30.000000000 +0200 ++++ libanjuta/anjuta-children.c 2007-01-04 04:13:58.000000000 +0100 +@@ -17,6 +17,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <signal.h> ++ + #include <libanjuta/anjuta-children.h> + + static GList *registered_child_processes = NULL; diff --git a/devel/anjuta/patches/patch-bb b/devel/anjuta/patches/patch-bb new file mode 100644 index 00000000000..2f1513e09b4 --- /dev/null +++ b/devel/anjuta/patches/patch-bb @@ -0,0 +1,13 @@ +$NetBSD: patch-bb,v 1.1 2007/01/04 11:29:07 rillig Exp $ + +--- libanjuta/anjuta-launcher.c.orig 2006-02-26 11:15:28.000000000 +0100 ++++ libanjuta/anjuta-launcher.c 2007-01-04 04:12:41.000000000 +0100 +@@ -24,7 +24,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <signal.h> +-#ifndef sun ++#if !defined(__sun) && !defined(__NetBSD__) + #include <pty.h> + #endif + #include <assert.h> diff --git a/devel/anjuta/patches/patch-bc b/devel/anjuta/patches/patch-bc new file mode 100644 index 00000000000..f58907ff559 --- /dev/null +++ b/devel/anjuta/patches/patch-bc @@ -0,0 +1,170 @@ +$NetBSD: patch-bc,v 1.1 2007/01/04 11:29:07 rillig Exp $ + +Tags: for-upstream + +Please check the code with -Wformat=2. + +--- plugins/sourceview/anjuta-document-saver.c.orig 2006-03-03 14:53:04.000000000 +0100 ++++ plugins/sourceview/anjuta-document-saver.c 2007-01-04 05:23:01.000000000 +0100 +@@ -274,7 +274,7 @@ write_document_contents (gint + g_set_error (error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + } + + return res; +@@ -376,7 +376,7 @@ copy_file_data (gint sfd, + g_set_error (&err, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + ret = FALSE; + +@@ -396,7 +396,7 @@ copy_file_data (gint sfd, + g_set_error (&err, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + ret = FALSE; + +@@ -460,7 +460,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + goto out; + } +@@ -473,7 +473,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + GNOME_VFS_ERROR_IS_DIRECTORY, +- gnome_vfs_result_to_string (GNOME_VFS_ERROR_IS_DIRECTORY)); ++ "%s", gnome_vfs_result_to_string (GNOME_VFS_ERROR_IS_DIRECTORY)); + } + else + { +@@ -492,7 +492,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + GNOME_VFS_ERROR_READ_ONLY, +- gnome_vfs_result_to_string (GNOME_VFS_ERROR_READ_ONLY)); ++ "%s", gnome_vfs_result_to_string (GNOME_VFS_ERROR_READ_ONLY)); + + goto out; + } +@@ -523,7 +523,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + GNOME_VFS_ERROR_GENERIC, +- gnome_vfs_result_to_string (GNOME_VFS_ERROR_GENERIC)); ++ "%s", gnome_vfs_result_to_string (GNOME_VFS_ERROR_GENERIC)); + + goto out; + } +@@ -594,7 +594,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + close (tmpfd); + unlink (tmp_filename); +@@ -610,7 +610,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + /* try to restore... no error checking */ + rename (backup_filename, saver->priv->local_path); +@@ -631,7 +631,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + close (tmpfd); + goto out; +@@ -748,7 +748,7 @@ save_existing_local_file (AnjutaDocument + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + goto out; + } +@@ -794,7 +794,7 @@ save_new_local_file (AnjutaDocumentSaver + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + goto out; + } +@@ -867,7 +867,7 @@ save_local_file (AnjutaDocumentSaver *sa + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + next_phase = (GSourceFunc) open_local_failed; + +@@ -910,7 +910,7 @@ remote_get_info_cb (GnomeVFSAsyncHandle + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + info_result->result, +- gnome_vfs_result_to_string (info_result->result)); ++ "%s", gnome_vfs_result_to_string (info_result->result)); + + remote_save_completed_or_failed (saver); + +@@ -965,7 +965,7 @@ async_xfer_ok (GnomeVFSXferProgressInfo + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + res, +- gnome_vfs_result_to_string (res)); ++ "%s", gnome_vfs_result_to_string (res)); + + /* abort xfer */ + return 0; +@@ -1076,7 +1076,7 @@ async_xfer_error (GnomeVFSXferProgressIn + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + progress_info->vfs_status, +- gnome_vfs_result_to_string (progress_info->vfs_status)); ++ "%s", gnome_vfs_result_to_string (progress_info->vfs_status)); + + remote_save_completed_or_failed (saver); + +@@ -1137,7 +1137,7 @@ save_remote_file_real (AnjutaDocumentSav + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + /* in this case no need to close the tmp file */ + save_completed_or_failed (saver); +@@ -1188,7 +1188,7 @@ save_remote_file_real (AnjutaDocumentSav + g_set_error (&saver->priv->error, + ANJUTA_DOCUMENT_ERROR, + result, +- gnome_vfs_result_to_string (result)); ++ "%s", gnome_vfs_result_to_string (result)); + + goto error; + } diff --git a/devel/anjuta/patches/patch-bd b/devel/anjuta/patches/patch-bd new file mode 100644 index 00000000000..57200202f2e --- /dev/null +++ b/devel/anjuta/patches/patch-bd @@ -0,0 +1,14 @@ +$NetBSD: patch-bd,v 1.1 2007/01/04 11:29:07 rillig Exp $ + +--- plugins/terminal/terminal.c.orig 2005-06-24 16:21:21.000000000 +0200 ++++ plugins/terminal/terminal.c 2007-01-04 04:27:01.000000000 +0100 +@@ -19,6 +19,9 @@ + */ + + #include <config.h> ++ ++#include <signal.h> ++ + #include <libanjuta/anjuta-shell.h> + #include <libanjuta/anjuta-children.h> + #include <libanjuta/anjuta-debug.h> diff --git a/devel/anjuta/patches/patch-be b/devel/anjuta/patches/patch-be new file mode 100644 index 00000000000..98f312e3deb --- /dev/null +++ b/devel/anjuta/patches/patch-be @@ -0,0 +1,15 @@ +$NetBSD: patch-be,v 1.1 2007/01/04 11:29:07 rillig Exp $ + +--- src/main.c.orig 2006-05-15 00:00:50.000000000 +0200 ++++ src/main.c 2007-01-04 05:24:45.000000000 +0100 +@@ -22,6 +22,10 @@ + # include <config.h> + #endif + ++#ifdef ENABLE_NLS ++# include <locale.h> ++#endif ++ + #include <sys/stat.h> + + #include <gnome.h> |