diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:21:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-08 08:21:31 +0000 |
commit | 6bb46cedc240ab0799cac6a9288c2418643c44c0 (patch) | |
tree | 0452199c0b81875582f36458559117e3dd8e0bc2 /devel/anjuta | |
parent | Update to 0.15. (diff) |
Update to 2.2.0. See http://sourceforge.net/forum/forum.php?forum_id=709731
for all of the things changed in this release. This is a huge change
from the previous stable 1.2.x version.
NOTE: While I did test quite a few runtime features, anjuta still seems
a bit buggy. For best results, stick with the scintilla editor.
Notes
Notes:
svn path=/head/; revision=195211
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 51 | ||||
-rw-r--r-- | devel/anjuta/distinfo | 6 | ||||
-rw-r--r-- | devel/anjuta/files/patch-Makefile.in | 12 | ||||
-rw-r--r-- | devel/anjuta/files/patch-configure | 16 | ||||
-rw-r--r-- | devel/anjuta/files/patch-data::Makefile.in | 15 | ||||
-rw-r--r-- | devel/anjuta/files/patch-doc::Makefile.in | 10 | ||||
-rw-r--r-- | devel/anjuta/files/patch-global-tags_create_global_tags.sh | 23 | ||||
-rw-r--r-- | devel/anjuta/files/patch-libanjuta_anjuta-launcher.c | 80 | ||||
-rw-r--r-- | devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c | 63 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src::debugger.c | 28 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src::launcher.c | 14 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src::source.c | 11 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src_anjuta-encodings.c | 40 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src_breakpoints.c | 21 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src_commands.c | 10 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src_executer.c | 20 | ||||
-rw-r--r-- | devel/anjuta/files/patch-src_getline.c | 173 | ||||
-rw-r--r-- | devel/anjuta/pkg-descr | 10 | ||||
-rw-r--r-- | devel/anjuta/pkg-plist | 1070 |
19 files changed, 966 insertions, 707 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 06146be664f1..bfe0004dba77 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,11 +3,11 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/anjuta-devel/Makefile,v 1.14 2006/09/10 00:51:07 mezz Exp $ # PORTNAME= anjuta -PORTVERSION= 1.2.4 -PORTREVISION= 7 +PORTVERSION= 2.2.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -15,38 +15,64 @@ MASTER_SITE_SUBDIR= anjuta MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated Development Environment for C and C++ -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ + bash:${PORTSDIR}/shells/bash \ + neato:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + gbf-1.0:${PORTSDIR}/devel/gnome-build \ + gladeui-1.5:${PORTSDIR}/devel/glade3 \ + devhelp-1.0:${PORTSDIR}/devel/devhelp RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \ ${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \ + bash:${PORTSDIR}/shells/bash \ + autogen:${PORTSDIR}/devel/autogen \ + neato:${PORTSDIR}/graphics/graphviz \ libtool:${PORTSDIR}/devel/libtool15 -USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes +USE_BZIP2= yes +USE_XLIB= yes USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte USE_GETTEXT= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte \ + gtksourceview GNU_CONFIGURE= yes -USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +USE_LDCONFIG= yes MAN1= anjuta.1 anjuta_launcher.1 +OPTIONS= SVN "Build subversion plugins" off + .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= uses symbols not available on 4.X +.if defined(WITH_SVN) +BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion +RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion +USE_APACHE= 2.0+ + +CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ + --with-svn-include=${LOCALBASE}/include \ + --with-svn-lib=${LOCALBASE}/lib \ + --with-apr-config=${LOCALBASE}/bin/apr-1-config \ + --with-apu-config=${LOCALBASE}/bin/apu-1-config +PLIST_SUB+= SVN="" +.else +CONFIGURE_ARGS+=--disable-plugin-subversion +PLIST_SUB+= SVN="@comment " .endif post-configure: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/anjuta \ > ${WRKDIR}/anjuta + @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \ + s|/usr/local|${PREFIX}|' \ + ${WRKSRC}/global-tags/create_global_tags.sh post-install: - ${INSTALL_DATA} ${WRKSRC}/pixmaps/applogo.png \ - ${PREFIX}/share/gnome/anjuta/glade .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ @@ -56,5 +82,6 @@ post-install: .endif ${MV} ${PREFIX}/bin/anjuta ${PREFIX}/bin/anjuta-bin ${INSTALL_SCRIPT} ${WRKDIR}/anjuta ${PREFIX}/bin + @-update-mime-database ${PREFIX}/share/mime .include <bsd.port.post.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index 8e5fd3495e62..196a611c549c 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,3 +1,3 @@ -MD5 (anjuta-1.2.4.tar.gz) = 5a709fbaedc816a88fd8b9ad5276a47b -SHA256 (anjuta-1.2.4.tar.gz) = e43cf9323bbcccf0ef03da004068c76a92d071b4922d2a4cc28a82d1e8bf4ed7 -SIZE (anjuta-1.2.4.tar.gz) = 7413573 +MD5 (anjuta-2.2.0.tar.bz2) = c96861a6143bb11bf553404ac1e279ad +SHA256 (anjuta-2.2.0.tar.bz2) = 0c62a25f05c08d42535ac739452e0367f14d055fbb8d141f9eb0f17986081b00 +SIZE (anjuta-2.2.0.tar.bz2) = 5534993 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in index 1b5fe700ae63..2aaa034b93a9 100644 --- a/devel/anjuta/files/patch-Makefile.in +++ b/devel/anjuta/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Wed Aug 17 02:27:09 2005 -+++ Makefile.in Wed Aug 17 02:27:33 2005 -@@ -395,14 +395,14 @@ - rm -f "$(DESTDIR)$(anjuta_glade_filedir)/$$f"; \ +--- Makefile.in.orig Sat Jul 7 20:39:34 2007 ++++ Makefile.in Sat Jul 7 20:40:39 2007 +@@ -493,14 +493,14 @@ uninstall-anjuta_dataDATA: + rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \ done install-anjutadocDATA: $(anjutadoc_DATA) - @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" +- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" - @list='$(anjutadoc_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ @@ -13,7 +13,7 @@ - $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ - done +# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" ++# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" +# @list='$(anjutadoc_DATA)'; for p in $$list; do \ +# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +# f=$(am__strip_dir) \ diff --git a/devel/anjuta/files/patch-configure b/devel/anjuta/files/patch-configure deleted file mode 100644 index 9356323c5758..000000000000 --- a/devel/anjuta/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Tue Apr 13 13:24:27 2004 -+++ configure Tue Apr 13 13:25:03 2004 -@@ -23995,11 +23995,11 @@ - fi - - systemdatadir=share --packagedatadir=share/${PACKAGE} -+packagedatadir=share/gnome/${PACKAGE} - packagedocdir=share/doc/${PACKAGE} - packageplugindir=lib/${PACKAGE}/plugins/${VERSION} - --packagepixmapsdir=share/pixmaps/${PACKAGE} -+packagepixmapsdir=share/gnome/pixmaps/${PACKAGE} - packagehelpdir=share/gnome/help/${PACKAGE} - packagemenudir=share/gnome/apps - packageplugindir=lib/${PACKAGE} diff --git a/devel/anjuta/files/patch-data::Makefile.in b/devel/anjuta/files/patch-data::Makefile.in deleted file mode 100644 index 956f6a81535a..000000000000 --- a/devel/anjuta/files/patch-data::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- data/Makefile.in.orig Wed Aug 17 02:30:12 2005 -+++ data/Makefile.in Wed Aug 17 02:29:02 2005 -@@ -270,10 +270,10 @@ - welcome.txt\ - autogen.sh - --anjuta_mimedir = $(prefix)/share/mime-info -+anjuta_mimedir = $(prefix)/share/gnome/mime-info - anjuta_mime_DATA = anjuta.mime - anjuta_mimelnkdir = $(prefix)/share/mimelnk/application --anjuta_mimelnk_DATA = x-anjuta-project.desktop -+anjuta_mimelnk_DATA = - EXTRA_DIST = $(anjuta_data_DATA) $(anjuta_mime_DATA) $(anjuta_mimelnk_DATA) - all: all-recursive - diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in index 525553c21f84..5f8d4d6ca628 100644 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ b/devel/anjuta/files/patch-doc::Makefile.in @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig Wed Aug 17 02:31:26 2005 -+++ doc/Makefile.in Wed Aug 17 02:31:56 2005 -@@ -352,14 +352,14 @@ +--- doc/Makefile.in.orig Sat Jul 7 20:41:01 2007 ++++ doc/Makefile.in Sat Jul 7 20:41:29 2007 +@@ -433,14 +433,14 @@ uninstall-man1: rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ done install-anjuta_docDATA: $(anjuta_doc_DATA) - @$(NORMAL_INSTALL) -- test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" +- test -z "$(anjuta_docdir)" || $(MKDIR_P) "$(DESTDIR)$(anjuta_docdir)" - @list='$(anjuta_doc_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ @@ -13,7 +13,7 @@ - $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ - done +# @$(NORMAL_INSTALL) -+# test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" ++# test -z "$(anjuta_docdir)" || $(MKDIR_P) "$(DESTDIR)$(anjuta_docdir)" +# @list='$(anjuta_doc_DATA)'; for p in $$list; do \ +# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +# f=$(am__strip_dir) \ diff --git a/devel/anjuta/files/patch-global-tags_create_global_tags.sh b/devel/anjuta/files/patch-global-tags_create_global_tags.sh new file mode 100644 index 000000000000..206e390c23bc --- /dev/null +++ b/devel/anjuta/files/patch-global-tags_create_global_tags.sh @@ -0,0 +1,23 @@ +--- global-tags/create_global_tags.sh.orig Sun Jul 8 03:39:26 2007 ++++ global-tags/create_global_tags.sh Sun Jul 8 03:41:12 2007 +@@ -68,9 +68,9 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C + ## the packages, which we don't like. We only want cflags relevent + ## to the packages alone. + ## +- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` ++ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/libdata\/pkgconfig'/` + PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" +- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib64\/pkgconfig'/` ++ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` + PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" + + PKG_CONFIG_PATH_PROPER=`echo $PKG_CONFIG_PATH | sed -e 's/\:/ /g'` +@@ -88,7 +88,7 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C + for pkg_path in $PKG_CONFIG_PATH_PROPER; do + for pkg_file in `find "$pkg_path" -name '*.pc' 2>/dev/null`; do + # echo "Scanning package: $pkg_file" +- PKG_CFLAGS=`grep -e '^\(\w\+=\|\s*Cflags:\)' "$pkg_file"|sed -e 's/Cflags:\s*"\?\(.*\)"\?\s*/echo "\1"/' -e 's/^\(\w\+\)=\("\([^"]*\)"\|\(.*\)\)/\1="\3\4"/'|sh` ++ PKG_CFLAGS=`grep -E -e '^([a-zA-Z0-9_]+=|[[:space:]]*Cflags:)' "$pkg_file"|sed -E -e 's/Cflags:[[:space:]]*"?(.*)"?[[:space:]]*/echo "\1"/' -e 's/^([a-zA-Z0-9_]+)=("([^"]*)"|(.*))/\1="\3\4"/'|sh` + # echo $PKG_CFLAGS + package=`basename "$pkg_file" '.pc'` + # if [ ! -e $BASEDIR/tags/$package.anjutatags.gz ] ; then diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c new file mode 100644 index 000000000000..73987d782cd5 --- /dev/null +++ b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c @@ -0,0 +1,80 @@ +--- libanjuta/anjuta-launcher.c.orig Mon Jun 11 13:22:08 2007 ++++ libanjuta/anjuta-launcher.c Sun Jul 8 03:39:07 2007 +@@ -37,7 +37,7 @@ + #include <signal.h> + + #if !defined(__sun) && !defined(__NetBSD__) +-# ifndef FREEBSD ++# if !defined(__FreeBSD__) + # include <pty.h> + # else + # include <libutil.h> +@@ -713,7 +713,8 @@ anjuta_launcher_scan_output (GIOChannel + GError *err = NULL; + do + { +- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); ++ GIOStatus status; ++ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); + if (n > 0 && !err) /* There is output */ + { + gchar *utf8_chars; +@@ -733,6 +734,13 @@ anjuta_launcher_scan_output (GIOChannel + anjuta_launcher_synchronize (launcher); + ret = FALSE; + } ++ else if (status == G_IO_STATUS_EOF) ++ { ++ launcher->priv->stdout_is_done = TRUE; ++ anjuta_launcher_synchronize (launcher); ++ ret = FALSE; ++ } ++ + /* Read next chars if buffer was too small + * (the maximum length of one character is 6 bytes) */ + } while (!err && (n > FILE_BUFFER_SIZE - 7)); +@@ -762,7 +770,8 @@ anjuta_launcher_scan_error (GIOChannel * + GError *err = NULL; + do + { +- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); ++ GIOStatus status; ++ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); + if (n > 0 && !err) /* There is stderr output */ + { + gchar *utf8_chars; +@@ -782,6 +791,13 @@ anjuta_launcher_scan_error (GIOChannel * + anjuta_launcher_synchronize (launcher); + ret = FALSE; + } ++ else if (status == G_IO_STATUS_EOF) ++ { ++ launcher->priv->stderr_is_done = TRUE; ++ anjuta_launcher_synchronize (launcher); ++ ret = FALSE; ++ } ++ + /* Read next chars if buffer was too small + * (the maximum length of one character is 6 bytes) */ + } while (!err && (n > FILE_BUFFER_SIZE - 7)); +@@ -811,7 +827,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch + GError *err = NULL; + do + { +- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); ++ GIOStatus status; ++ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); + if (n > 0 && !err) /* There is stderr output */ + { + gchar *utf8_chars; +@@ -833,6 +850,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch + else if (err && errno != EAGAIN && errno != EINTR) + { + g_warning (_("launcher.c: Error while reading child pty\n")); ++ ret = FALSE; ++ } ++ else if (status == G_IO_STATUS_EOF) ++ { + ret = FALSE; + } + /* Read next chars if buffer was too small diff --git a/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c b/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c new file mode 100644 index 000000000000..ab81e8f058a3 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c @@ -0,0 +1,63 @@ +--- plugins/document-manager/anjuta-docman.c.orig Sun Jul 8 03:12:10 2007 ++++ plugins/document-manager/anjuta-docman.c Sun Jul 8 03:20:22 2007 +@@ -902,6 +902,7 @@ anjuta_docman_goto_file_line_mark (Anjut + const gchar *linenum; + glong lineno; + gboolean is_local_uri; ++ gchar normalized_path_buf[PATH_MAX]; + gchar *normalized_path = NULL; + + IAnjutaEditor *te; +@@ -926,9 +927,9 @@ anjuta_docman_goto_file_line_mark (Anjut + /* Get the normalized file path for comparision */ + is_local_uri = gnome_vfs_uri_is_local (vfs_uri); + if (is_local_uri) +- normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), NULL); ++ normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), normalized_path_buf); + if (normalized_path == NULL) +- normalized_path = g_strdup (uri); ++ (void) strlcpy (normalized_path, uri, PATH_MAX); + + gnome_vfs_uri_unref (vfs_uri); + /* g_free(filename); */ +@@ -942,6 +943,7 @@ anjuta_docman_goto_file_line_mark (Anjut + AnjutaDocmanPage *page; + gboolean te_is_local_uri; + gchar *te_uri; ++ char te_normalized_path_buf[PATH_MAX]; + gchar *te_normalized_path = NULL; + + page = (AnjutaDocmanPage *) node->data; +@@ -959,9 +961,9 @@ anjuta_docman_goto_file_line_mark (Anjut + te_is_local_uri = gnome_vfs_uri_is_local (vfs_uri); + if (te_is_local_uri) + te_normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), +- NULL); ++ te_normalized_path_buf); + if (te_normalized_path == NULL) +- te_normalized_path = g_strdup (te_uri); ++ (void) strlcpy (te_normalized_path, te_uri, PATH_MAX); + gnome_vfs_uri_unref (vfs_uri); + + if (strcmp (normalized_path, te_normalized_path) == 0) +@@ -982,12 +984,9 @@ anjuta_docman_goto_file_line_mark (Anjut + an_file_history_push (te_uri, lineno); + g_free (uri); + g_free (te_uri); +- g_free (normalized_path); +- g_free (te_normalized_path); + return te; + } + g_free (te_uri); +- g_free (te_normalized_path); + node = g_list_next (node); + } + te = anjuta_docman_add_editor (docman, uri, NULL); +@@ -1006,7 +1005,6 @@ anjuta_docman_goto_file_line_mark (Anjut + } + } + g_free (uri); +- g_free (normalized_path); + return te ; + } + diff --git a/devel/anjuta/files/patch-src::debugger.c b/devel/anjuta/files/patch-src::debugger.c deleted file mode 100644 index 8daecf386497..000000000000 --- a/devel/anjuta/files/patch-src::debugger.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/debugger.c.orig Fri Jan 30 20:24:26 2004 -+++ src/debugger.c Fri Jan 30 20:29:07 2004 -@@ -2092,9 +2092,11 @@ - 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); -@@ -2104,9 +2106,11 @@ - 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/files/patch-src::launcher.c b/devel/anjuta/files/patch-src::launcher.c deleted file mode 100644 index 5783dc99ee6f..000000000000 --- a/devel/anjuta/files/patch-src::launcher.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/launcher.c.orig Sun Apr 24 09:28:02 2005 -+++ src/launcher.c Wed Aug 17 02:33:34 2005 -@@ -1130,9 +1130,9 @@ anjuta_launcher_fork (AnjutaLauncher *la - /* Set no delays for the write pipes (non_buffered) so - that we get all the outputs immidiately */ - if ((md = fcntl (stdout_pipe[1], F_GETFL)) != -1) -- fcntl (stdout_pipe[1], F_SETFL, O_SYNC | md); -+ fcntl (stdout_pipe[1], F_SETFL, O_FSYNC | md); - if ((md = fcntl (stderr_pipe[1], F_GETFL)) != -1) -- fcntl (stderr_pipe[1], F_SETFL, O_SYNC | md); -+ fcntl (stderr_pipe[1], F_SETFL, O_FSYNC | md); - - execvp (args[0], args); - g_warning (_("Cannot execute command: \"%s\""), args[0]); diff --git a/devel/anjuta/files/patch-src::source.c b/devel/anjuta/files/patch-src::source.c deleted file mode 100644 index f59845ef0124..000000000000 --- a/devel/anjuta/files/patch-src::source.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/source.c.orig Thu Apr 8 00:15:35 2004 -+++ src/source.c Tue Apr 13 13:26:20 2004 -@@ -335,7 +335,7 @@ - { - fprintf (fp, - "dnl Set PACKAGE DIRs in config.h.\n" -- "packagepixmapsdir=share/pixmaps/${PACKAGE}\n" -+ "packagepixmapsdir=share/gnome/pixmaps/${PACKAGE}\n" - "packagehelpdir=share/gnome/help/${PACKAGE}\n" - "packagemenudir=share/gnome/apps\n"); - } diff --git a/devel/anjuta/files/patch-src_anjuta-encodings.c b/devel/anjuta/files/patch-src_anjuta-encodings.c deleted file mode 100644 index e86b8c915634..000000000000 --- a/devel/anjuta/files/patch-src_anjuta-encodings.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/anjuta-encodings.c.orig 2005-12-15 18:50:55.000000000 +0100 -+++ src/anjuta-encodings.c 2005-12-15 18:51:38.000000000 +0100 -@@ -707,15 +707,15 @@ - gtk_tree_view_set_search_column (GTK_TREE_VIEW (stock_treeview), - COLUMN_ENCODING_NAME); - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (stock_treeview)); - g_return_if_fail (selection != NULL); - gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE); -- g_signal_connect (G_OBJECT (selection), "changed", -- G_CALLBACK (on_stock_selection_changed), NULL); - - model = create_encodings_treeview_model (); - gtk_tree_view_set_model (GTK_TREE_VIEW (stock_treeview), model); -+ g_signal_connect (G_OBJECT (selection), "changed", -+ G_CALLBACK (on_stock_selection_changed), NULL); - g_object_unref (model); - - /* Add the encoding column for supported treeview*/ - cell = gtk_cell_renderer_text_new (); - column = gtk_tree_view_column_new_with_attributes (_("Supported Encodings"), -@@ -726,17 +726,17 @@ - gtk_tree_view_set_search_column (GTK_TREE_VIEW (supported_treeview), - COLUMN_ENCODING_NAME); - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (supported_treeview)); - g_return_if_fail (selection != NULL); - gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE); -- g_signal_connect (G_OBJECT (selection), "changed", -- G_CALLBACK (on_supported_selection_changed), NULL); - - /* create list store */ - model = GTK_TREE_MODEL (gtk_list_store_new (SUPPORTED_ENCODING_NUM_COLS, - G_TYPE_STRING, G_TYPE_POINTER)); - gtk_tree_view_set_model (GTK_TREE_VIEW (supported_treeview), model); -+ g_signal_connect (G_OBJECT (selection), "changed", -+ G_CALLBACK (on_supported_selection_changed), NULL); - g_object_unref (model); - - anjuta_preferences_register_property_custom (pref, supported_treeview, - SUPPORTED_ENCODINGS, - "ISO-8859-15", diff --git a/devel/anjuta/files/patch-src_breakpoints.c b/devel/anjuta/files/patch-src_breakpoints.c deleted file mode 100644 index 9d497e86e32f..000000000000 --- a/devel/anjuta/files/patch-src_breakpoints.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/breakpoints.c.orig Wed Apr 14 00:36:58 2004 -+++ src/breakpoints.c Wed Apr 14 00:37:19 2004 -@@ -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/files/patch-src_commands.c b/devel/anjuta/files/patch-src_commands.c deleted file mode 100644 index 89e481307f55..000000000000 --- a/devel/anjuta/files/patch-src_commands.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/commands.c.orig Tue Aug 31 00:41:32 2004 -+++ src/commands.c Tue Aug 31 00:41:56 2004 -@@ -102,6 +102,7 @@ - /* Ditto */ - static gchar * - term_commands[] = { -+ "gnome-terminal -e '$(anjuta.current.command)'", - "gnome-terminal -e \"$(anjuta.current.command)\"", - "gnome-terminal -x sh -c \"$(anjuta.current.command)\"", - "gnome-terminal --command=\"sh -c \\\"$(anjuta.current.command); read x\\\"\"", diff --git a/devel/anjuta/files/patch-src_executer.c b/devel/anjuta/files/patch-src_executer.c deleted file mode 100644 index dd5907d7310b..000000000000 --- a/devel/anjuta/files/patch-src_executer.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/executer.c.orig Tue Aug 31 00:40:58 2004 -+++ src/executer.c Tue Aug 31 00:41:25 2004 -@@ -154,7 +154,7 @@ - if(e->terminal) - { - gchar* escaped_cmd; -- escaped_cmd = anjuta_util_escape_quotes(command); -+ escaped_cmd = command; - prop_set_with_key (e->props, "anjuta.current.command", escaped_cmd); - - #ifdef DEBUG -@@ -162,7 +162,7 @@ - #endif - - cmd = command_editor_get_command (app->command_editor, COMMAND_TERMINAL); -- g_free(escaped_cmd); -+ /*g_free(escaped_cmd);*/ - } - else - { diff --git a/devel/anjuta/files/patch-src_getline.c b/devel/anjuta/files/patch-src_getline.c deleted file mode 100644 index d72401d3e822..000000000000 --- a/devel/anjuta/files/patch-src_getline.c +++ /dev/null @@ -1,173 +0,0 @@ ---- src/getline.c.orig Sun Aug 21 02:07:44 2005 -+++ src/getline.c Sun Aug 21 02:23:37 2005 -@@ -1,70 +1,112 @@ --/* -- * getline.c Copyright (C) 2003 Alexander Nedotsukov -- * -- * This program is free software; you can redistribute it and/or modify it -- * under the terms of the GNU General Public License as published by the Free -- * Software Foundation; either version 2 of the License, or (at your option) -- * any later version. -- * -- * This program is distributed in the hope that it will be useful, but -- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- * for more details. -- * You should have received a copy of the GNU General Public License along -- * with this program; if not, write to the Free Software Foundation, Inc., 59 -- * Temple Place, Suite 330, Boston, MA 02111-1307 USA -- */ -+#include "config.h" - --#include <config.h> -- --// #ifdef FREEBSD - #ifndef HAVE_GETLINE - -+#undef _GNU_SOURCE -+ -+#include <sys/types.h> - #include <stdio.h> --#include <string.h> --#include <stdlib.h> --#include <errno.h> - --/* GNU libc getline() compatibility */ -+#ifdef HAVE_STRINGS_H -+# include <strings.h> -+#else -+# include <string.h> -+#endif /* HAVE_STRINGS_H */ -+ -+#ifdef HAVE_STDLIB_H -+# include <stdlib.h> -+#endif /* HAVE_STDLIB_H */ -+ -+#ifdef HAVE_UNISTD_H -+# include <unistd.h> -+#endif /* HAVE_UNISTD_H */ -+ -+#include <limits.h> -+#include <errno.h> - --int --getline(char** line, size_t* size, FILE* fp) -+/* Read up to (and including) a '\n' from STREAM into *LINEPTR -+ (and null-terminate it). *LINEPTR is a pointer returned from malloc (or -+ NULL), pointing to *N characters of space. It is realloc'd as -+ necessary. Returns the number of characters read (not including the -+ null terminator), or -1 on error or EOF. */ -+ -+size_t -+getline (lineptr, n, stream) -+ char **lineptr; -+ size_t *n; -+ FILE *stream; - { -- static const size_t line_grow_by = 80; /* in most texts line fits console */ -- int ch; -- size_t i; -- -- if (line == NULL || size == NULL || fp == NULL) { /* illegal call */ -- errno = EINVAL; -- return -1; -- } -- if (*line == NULL && *size) { /* logically incorrect */ -- errno = EINVAL; -- return -1; -- } -+ char *line, *p; -+ long size, copy; - -- i = 0; -- while (1) { -- ch = fgetc(fp); -- if (ch == EOF) -- break; -- /* ensure bufer still large enough for ch and trailing null */ -- if ((*size - i) <= 1) { -- *line = (char*)realloc(*line, *size += line_grow_by); -- if (*line == NULL) { -- errno = ENOMEM; -- return -1; -- } -- } -- *(*line + i++) = (char)ch; -- if (ch == '\n') -- break; -+ if (lineptr == NULL || n == NULL) -+ { -+ errno = EINVAL; -+ return (size_t) -1; -+ } -+ -+ if (ferror (stream)) -+ return (size_t) -1; -+ -+ /* Make sure we have a line buffer to start with. */ -+ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ -+ { -+#ifndef MAX_CANON -+#define MAX_CANON 256 -+#endif -+ if (!*lineptr) -+ line = (char *) malloc (MAX_CANON); -+ else -+ line = (char *) realloc (*lineptr, MAX_CANON); -+ if (line == NULL) -+ return (size_t) -1; -+ *lineptr = line; -+ *n = MAX_CANON; -+ } -+ -+ line = *lineptr; -+ size = *n; -+ -+ copy = size; -+ p = line; -+ -+ while (1) -+ { -+ long len; -+ -+ while (--copy > 0) -+ { -+ register int c = getc (stream); -+ if (c == EOF) -+ goto lose; -+ else if ((*p++ = c) == '\n') -+ goto win; - } -- -- *(*line + i) = 0; -- -- return ferror(fp) ? -1 : i; -+ -+ /* Need to enlarge the line buffer. */ -+ len = p - line; -+ size *= 2; -+ line = (char *) realloc (line, size); -+ if (line == NULL) -+ goto lose; -+ *lineptr = line; -+ *n = size; -+ p = line + len; -+ copy = size - len; -+ } -+ -+ lose: -+ if (p == *lineptr) -+ return (size_t) -1; -+ -+ /* Return a partial line since we got an error in the middle. */ -+ win: -+#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__) || defined(MSDOS) || defined(__EMX__) -+ if (p - 2 >= *lineptr && p[-2] == '\r') -+ p[-2] = p[-1], --p; -+#endif -+ *p = '\0'; -+ return p - *lineptr; - } - - #endif -- diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr index 4a68250856d2..a082bce7cdf5 100644 --- a/devel/anjuta/pkg-descr +++ b/devel/anjuta/pkg-descr @@ -1,8 +1,8 @@ -Anjuta is a very versatile Integrated development environment for -c and c++. Written in GTK/GNOME and written for GTK/GNOME, -it features many advanced programming tools and utilities. It is -basically a GUI interface for the bunch of command line programming +Anjuta is a very versatile Integrated development environment for +C and C++. Written in GTK/GNOME and written for GTK+/GNOME, +it features many advanced programming tools and utilities. It is +basically a GUI interface for the bunch of command line programming utilites and tools available for FreeBSD, which are usually run in console and are very user unfriendly. -WWW: http://www.anjuta.org/ +WWW: http://anjuta.org/ diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist index 53e9dd1da925..157abc2572a1 100644 --- a/devel/anjuta/pkg-plist +++ b/devel/anjuta/pkg-plist @@ -1,19 +1,182 @@ bin/anjuta bin/anjuta-bin +bin/anjuta-shell bin/anjuta_import.sh bin/anjuta_launcher -lib/anjuta/libanjuta_clsGen.a -lib/anjuta/libanjuta_clsGen.la -lib/anjuta/libanjuta_clsGen.so -lib/anjuta/libanjuta_clsGen.so.0 -lib/anjuta/libanjuta_patch.a -lib/anjuta/libanjuta_patch.la -lib/anjuta/libanjuta_patch.so -lib/anjuta/libanjuta_patch.so.0 -lib/anjuta/libanjuta_sample1.a -lib/anjuta/libanjuta_sample1.la -lib/anjuta/libanjuta_sample1.so -lib/anjuta/libanjuta_sample1.so.0 +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-enum-types.h +include/libanjuta-1.0/libanjuta/anjuta-glue-factory.h +include/libanjuta-1.0/libanjuta/anjuta-glue-plugin.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-manager.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-profile-manager.h +include/libanjuta-1.0/libanjuta/anjuta-profile.h +include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h +include/libanjuta-1.0/libanjuta/anjuta-serializer.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/interfaces/ianjuta-bookmark.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-cpu-debugger.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-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-autocomplete.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.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-hover.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.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-language-support.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-plugin-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.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-variable-debugger.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/interfaces/libanjuta-interfaces.h +include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl +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-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-language-cpp-java.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 +%%SVN%%lib/anjuta/anjuta-subversion.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-build-basic-autotools.so +lib/anjuta/libanjuta-class-gen.la +lib/anjuta/libanjuta-class-gen.so +lib/anjuta/libanjuta-class-inheritance.la +lib/anjuta/libanjuta-class-inheritance.so +lib/anjuta/libanjuta-cvs-plugin.la +lib/anjuta/libanjuta-cvs-plugin.so +lib/anjuta/libanjuta-debug-manager.la +lib/anjuta/libanjuta-debug-manager.so +lib/anjuta/libanjuta-devhelp.la +lib/anjuta/libanjuta-devhelp.so +lib/anjuta/libanjuta-document-manager.la +lib/anjuta/libanjuta-document-manager.so +lib/anjuta/libanjuta-editor.la +lib/anjuta/libanjuta-editor.so +lib/anjuta/libanjuta-file-manager.la +lib/anjuta/libanjuta-file-manager.so +lib/anjuta/libanjuta-file-wizard.la +lib/anjuta/libanjuta-file-wizard.so +lib/anjuta/libanjuta-gdb.la +lib/anjuta/libanjuta-gdb.so +lib/anjuta/libanjuta-glade.la +lib/anjuta/libanjuta-glade.so +lib/anjuta/libanjuta-gtodo.la +lib/anjuta/libanjuta-gtodo.so +lib/anjuta/libanjuta-language-cpp-java.la +lib/anjuta/libanjuta-language-cpp-java.so +lib/anjuta/libanjuta-loader.la +lib/anjuta/libanjuta-loader.so +lib/anjuta/libanjuta-macro.la +lib/anjuta/libanjuta-macro.so +lib/anjuta/libanjuta-message-view.la +lib/anjuta/libanjuta-message-view.so +lib/anjuta/libanjuta-patch.la +lib/anjuta/libanjuta-patch.so +lib/anjuta/libanjuta-profiler.la +lib/anjuta/libanjuta-profiler.so +lib/anjuta/libanjuta-project-import.la +lib/anjuta/libanjuta-project-import.so +lib/anjuta/libanjuta-project-manager.la +lib/anjuta/libanjuta-project-manager.so +lib/anjuta/libanjuta-project-wizard.la +lib/anjuta/libanjuta-project-wizard.so +lib/anjuta/libanjuta-sample.la +lib/anjuta/libanjuta-sample.so +lib/anjuta/libanjuta-search.la +lib/anjuta/libanjuta-search.so +lib/anjuta/libanjuta-sourceview.la +lib/anjuta/libanjuta-sourceview.so +%%SVN%%lib/anjuta/libanjuta-subversion.la +%%SVN%%lib/anjuta/libanjuta-subversion.so +lib/anjuta/libanjuta-symbol-browser.la +lib/anjuta/libanjuta-symbol-browser.so +lib/anjuta/libanjuta-terminal.la +lib/anjuta/libanjuta-terminal.so +lib/anjuta/libanjuta-tools.la +lib/anjuta/libanjuta-tools.so +lib/anjuta/profiler.plugin +lib/anjuta/sourceview.plugin +lib/libanjuta-ctags.la +lib/libanjuta-ctags.so +lib/libanjuta-ctags.so.0 +lib/libanjuta-egg.la +lib/libanjuta-egg.so +lib/libanjuta-egg.so.0 +lib/libanjuta.la +lib/libanjuta.so +lib/libanjuta.so.0 +libdata/pkgconfig/libanjuta-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -23,307 +186,519 @@ lib/anjuta/libanjuta_sample1.so.0 %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html %%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/anjuta/README.stock_libs +share/doc/libanjuta/AnjutaLauncher.html +share/doc/libanjuta/AnjutaPlugin.html +share/doc/libanjuta/AnjutaPluginHandle.html +share/doc/libanjuta/AnjutaPluginManager.html +share/doc/libanjuta/AnjutaPreferences.html +share/doc/libanjuta/AnjutaPreferencesDialog.html +share/doc/libanjuta/AnjutaProfile.html +share/doc/libanjuta/AnjutaProfileManager.html +share/doc/libanjuta/AnjutaSavePrompt.html +share/doc/libanjuta/AnjutaSerializer.html +share/doc/libanjuta/AnjutaSession.html +share/doc/libanjuta/AnjutaStatus.html +share/doc/libanjuta/AnjutaUI.html +share/doc/libanjuta/action-block.html +share/doc/libanjuta/anjuta-architecture.html +share/doc/libanjuta/anjuta-architecture.png +share/doc/libanjuta/content-block.html +share/doc/libanjuta/header-block.html +share/doc/libanjuta/home.png +share/doc/libanjuta/index.html +share/doc/libanjuta/index.sgml +share/doc/libanjuta/left.png +share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html +share/doc/libanjuta/libanjuta-ESplash.html +share/doc/libanjuta/libanjuta-GluePlugin.html +share/doc/libanjuta/libanjuta-anjuta-children.html +share/doc/libanjuta/libanjuta-anjuta-debug.html +share/doc/libanjuta/libanjuta-anjuta-encodings.html +share/doc/libanjuta/libanjuta-anjuta-enum-types.html +share/doc/libanjuta/libanjuta-anjuta-marshal.html +share/doc/libanjuta/libanjuta-anjuta-plugin-description.html +share/doc/libanjuta/libanjuta-anjuta-shell.html +share/doc/libanjuta/libanjuta-anjuta-utils.html +share/doc/libanjuta/libanjuta-api.html +share/doc/libanjuta/libanjuta-glue-cpp.html +share/doc/libanjuta/libanjuta-glue-factory.html +share/doc/libanjuta/libanjuta-ianjuta-bookmark.html +share/doc/libanjuta/libanjuta-ianjuta-buildable.html +share/doc/libanjuta/libanjuta-ianjuta-cpu-debugger.html +share/doc/libanjuta/libanjuta-ianjuta-debug-manager.html +share/doc/libanjuta/libanjuta-ianjuta-debugger.html +share/doc/libanjuta/libanjuta-ianjuta-document-manager.html +share/doc/libanjuta/libanjuta-ianjuta-editor-assist.html +share/doc/libanjuta/libanjuta-ianjuta-editor-cell-style.html +share/doc/libanjuta/libanjuta-ianjuta-editor-cell.html +share/doc/libanjuta/libanjuta-ianjuta-editor-comment.html +share/doc/libanjuta/libanjuta-ianjuta-editor-convert.html +share/doc/libanjuta/libanjuta-ianjuta-editor-factory.html +share/doc/libanjuta/libanjuta-ianjuta-editor-folds.html +share/doc/libanjuta/libanjuta-ianjuta-editor-goto.html +share/doc/libanjuta/libanjuta-ianjuta-editor-hover.html +share/doc/libanjuta/libanjuta-ianjuta-editor-language.html +share/doc/libanjuta/libanjuta-ianjuta-editor-line-mode.html +share/doc/libanjuta/libanjuta-ianjuta-editor-selection.html +share/doc/libanjuta/libanjuta-ianjuta-editor-view.html +share/doc/libanjuta/libanjuta-ianjuta-editor-zoom.html +share/doc/libanjuta/libanjuta-ianjuta-editor.html +share/doc/libanjuta/libanjuta-ianjuta-file-loader.html +share/doc/libanjuta/libanjuta-ianjuta-file-manager.html +share/doc/libanjuta/libanjuta-ianjuta-file-savable.html +share/doc/libanjuta/libanjuta-ianjuta-file.html +share/doc/libanjuta/libanjuta-ianjuta-help.html +share/doc/libanjuta/libanjuta-ianjuta-indicable.html +share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html +share/doc/libanjuta/libanjuta-ianjuta-iterable.html +share/doc/libanjuta/libanjuta-ianjuta-language-support.html +share/doc/libanjuta/libanjuta-ianjuta-loader.html +share/doc/libanjuta/libanjuta-ianjuta-macro.html +share/doc/libanjuta/libanjuta-ianjuta-markable.html +share/doc/libanjuta/libanjuta-ianjuta-message-manager.html +share/doc/libanjuta/libanjuta-ianjuta-message-view.html +share/doc/libanjuta/libanjuta-ianjuta-preferences.html +share/doc/libanjuta/libanjuta-ianjuta-print.html +share/doc/libanjuta/libanjuta-ianjuta-project-manager.html +share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html +share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html +share/doc/libanjuta/libanjuta-ianjuta-stream.html +share/doc/libanjuta/libanjuta-ianjuta-symbol-manager.html +share/doc/libanjuta/libanjuta-ianjuta-symbol.html +share/doc/libanjuta/libanjuta-ianjuta-terminal.html +share/doc/libanjuta/libanjuta-ianjuta-todo.html +share/doc/libanjuta/libanjuta-ianjuta-variable-debugger.html +share/doc/libanjuta/libanjuta-ianjuta-vcs.html +share/doc/libanjuta/libanjuta-ianjuta-wizard.html +share/doc/libanjuta/libanjuta-internal-api.html +share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html +share/doc/libanjuta/libanjuta-resources.html +share/doc/libanjuta/libanjuta.devhelp +share/doc/libanjuta/libanjuta.devhelp2 +share/doc/libanjuta/object-hierarchy.html +share/doc/libanjuta/page-block.html +share/doc/libanjuta/plugin-description-file.html +share/doc/libanjuta/plugin-interfaces.html +share/doc/libanjuta/project-wizard-format.html +share/doc/libanjuta/right.png +share/doc/libanjuta/style.css +share/doc/libanjuta/up.png +share/doc/libanjuta/writing-plugins-build-setup.html +share/doc/libanjuta/writing-plugins-simple.html +share/doc/libanjuta/writing-plugins-sources.html +share/doc/libanjuta/writing-plugins.html +share/gnome/anjuta/AUTHORS share/gnome/anjuta/anjuta_project.template -share/gnome/anjuta/autogen.sh +share/gnome/anjuta/build/automake-c.filters +share/gnome/anjuta/class-templates/cc-header.tpl +share/gnome/anjuta/class-templates/cc-source.tpl +share/gnome/anjuta/class-templates/go-header.tpl +share/gnome/anjuta/class-templates/go-source.tpl share/gnome/anjuta/gdb.init -share/gnome/anjuta/gdl/glade/layout.glade +share/gnome/anjuta/glade/anjuta-build-basic-autotools-plugin.glade +share/gnome/anjuta/glade/anjuta-class-gen-plugin.glade +share/gnome/anjuta/glade/anjuta-cvs-plugin.glade +share/gnome/anjuta/glade/anjuta-debug-manager.glade +share/gnome/anjuta/glade/anjuta-document-manager.glade +share/gnome/anjuta/glade/anjuta-file-manager-plugin.glade +share/gnome/anjuta/glade/anjuta-file-wizard.glade +share/gnome/anjuta/glade/anjuta-gdb.glade +share/gnome/anjuta/glade/anjuta-language-cpp-java.glade +share/gnome/anjuta/glade/anjuta-macro.glade +share/gnome/anjuta/glade/anjuta-message-manager-plugin.glade +share/gnome/anjuta/glade/anjuta-project-import.glade +share/gnome/anjuta/glade/anjuta-project-wizard.glade +share/gnome/anjuta/glade/anjuta-search.glade +%%SVN%%share/gnome/anjuta/glade/anjuta-subversion.glade +share/gnome/anjuta/glade/anjuta-symbol-browser-plugin.glade +share/gnome/anjuta/glade/anjuta-terminal-plugin.glade +share/gnome/anjuta/glade/anjuta-tools.glade share/gnome/anjuta/glade/anjuta.glade share/gnome/anjuta/glade/applogo.png +share/gnome/anjuta/glade/appwizard.png +share/gnome/anjuta/glade/editor.glade +share/gnome/anjuta/glade/layout.glade +share/gnome/anjuta/glade/patch-plugin.glade +share/gnome/anjuta/glade/profiler-call-graph.glade +share/gnome/anjuta/glade/profiler-flat-profile.glade +share/gnome/anjuta/glade/profiler-function-call-tree.glade +share/gnome/anjuta/glade/profiler.glade +share/gnome/anjuta/glade/sourceview.glade share/gnome/anjuta/glade/start-with-import.png share/gnome/anjuta/glade/start-with-open.png share/gnome/anjuta/glade/start-with-wizard.png -share/gnome/anjuta/header.c +share/gnome/anjuta/gtodo/gtodo.css +share/gnome/anjuta/gtodo/gtodo.xsl +share/gnome/anjuta/indent_test.c +share/gnome/anjuta/layout.xml +share/gnome/anjuta/macros.xml +share/gnome/anjuta/profiles/default.profile +share/gnome/anjuta/project/anjuta-plugin-logo.png +share/gnome/anjuta/project/anjuta-plugin.wiz +share/gnome/anjuta/project/anjuta-plugin/configure.ac.tpl +share/gnome/anjuta/project/anjuta-plugin/po/POTFILES.in +share/gnome/anjuta/project/anjuta-plugin/src/Makefile.am.tpl +share/gnome/anjuta/project/anjuta-plugin/src/plugin.c +share/gnome/anjuta/project/anjuta-plugin/src/plugin.glade +share/gnome/anjuta/project/anjuta-plugin/src/plugin.h +share/gnome/anjuta/project/anjuta-plugin/src/plugin.plugin.in +share/gnome/anjuta/project/anjuta-plugin/src/plugin.ui +share/gnome/anjuta/project/appwiz_sdl.png +share/gnome/anjuta/project/cpp-logo.png +share/gnome/anjuta/project/cpp.wiz +share/gnome/anjuta/project/cpp/configure.ac.tpl +share/gnome/anjuta/project/cpp/po/POTFILES.in +share/gnome/anjuta/project/cpp/src/Makefile.am.tpl +share/gnome/anjuta/project/cpp/src/cvsignore +share/gnome/anjuta/project/cpp/src/main.cc +share/gnome/anjuta/project/django-logo.png +share/gnome/anjuta/project/django.wiz +share/gnome/anjuta/project/gcj-logo.png +share/gnome/anjuta/project/gcj.wiz +share/gnome/anjuta/project/gcj/configure.ac.tpl +share/gnome/anjuta/project/gcj/src/Makefile.am.tpl +share/gnome/anjuta/project/gnome-logo.png +share/gnome/anjuta/project/gnome.wiz +share/gnome/anjuta/project/gnome/po/POTFILES.in +share/gnome/anjuta/project/gnome/src/Makefile.am.tpl +share/gnome/anjuta/project/gnome/src/callbacks.c +share/gnome/anjuta/project/gnome/src/callbacks.h +share/gnome/anjuta/project/gnome/src/main.c +share/gnome/anjuta/project/gnome/src/project.glade +share/gnome/anjuta/project/gtk-logo.png +share/gnome/anjuta/project/gtk.wiz +share/gnome/anjuta/project/gtk/po/POTFILES.in +share/gnome/anjuta/project/gtk/src/Makefile.am.tpl +share/gnome/anjuta/project/gtk/src/callbacks.c +share/gnome/anjuta/project/gtk/src/callbacks.h +share/gnome/anjuta/project/gtk/src/main.c +share/gnome/anjuta/project/gtk/src/project.glade +share/gnome/anjuta/project/gtkmm-logo.png +share/gnome/anjuta/project/gtkmm.wiz +share/gnome/anjuta/project/gtkmm/po/POTFILES.in +share/gnome/anjuta/project/gtkmm/src/Makefile.am.tpl +share/gnome/anjuta/project/gtkmm/src/main.cc +share/gnome/anjuta/project/gtkmm/src/project.glade +share/gnome/anjuta/project/java-logo.png +share/gnome/anjuta/project/java.wiz +share/gnome/anjuta/project/java/configure.ac.tpl +share/gnome/anjuta/project/java/po/POTFILES.in +share/gnome/anjuta/project/java/project.anjuta +share/gnome/anjuta/project/java/src/Makefile.am.tpl +share/gnome/anjuta/project/java/src/main.java +share/gnome/anjuta/project/minimal.wiz +share/gnome/anjuta/project/minimal/Makefile.am.tpl +share/gnome/anjuta/project/minimal/autogen.sh +share/gnome/anjuta/project/minimal/configure.ac.tpl +share/gnome/anjuta/project/minimal/project.anjuta +share/gnome/anjuta/project/mkfile-logo.png +share/gnome/anjuta/project/mkfile.wiz +share/gnome/anjuta/project/mkfile/po/ChangeLog +share/gnome/anjuta/project/mkfile/po/POTFILES.in +share/gnome/anjuta/project/mkfile/project.anjuta +share/gnome/anjuta/project/mkfile/src/Makefile.tpl +share/gnome/anjuta/project/mkfile/src/main.c +share/gnome/anjuta/project/python-logo.png +share/gnome/anjuta/project/python.wiz +share/gnome/anjuta/project/python/configure.ac.tpl +share/gnome/anjuta/project/python/po/POTFILES.in +share/gnome/anjuta/project/python/project.anjuta +share/gnome/anjuta/project/python/src/Makefile.am.tpl +share/gnome/anjuta/project/python/src/main.py +share/gnome/anjuta/project/sdl.wiz +share/gnome/anjuta/project/sdl/acinclude.m4.tpl +share/gnome/anjuta/project/sdl/configure.ac.tpl +share/gnome/anjuta/project/sdl/po/POTFILES.in +share/gnome/anjuta/project/sdl/src/Makefile.am.tpl +share/gnome/anjuta/project/sdl/src/main.c +share/gnome/anjuta/project/terminal-logo.png +share/gnome/anjuta/project/terminal.wiz +share/gnome/anjuta/project/terminal/AUTHORS +share/gnome/anjuta/project/terminal/ChangeLog +share/gnome/anjuta/project/terminal/Makefile.am.tpl +share/gnome/anjuta/project/terminal/NEWS +share/gnome/anjuta/project/terminal/README +share/gnome/anjuta/project/terminal/autogen.sh +share/gnome/anjuta/project/terminal/configure.ac.tpl +share/gnome/anjuta/project/terminal/cvsignore +share/gnome/anjuta/project/terminal/po/ChangeLog +share/gnome/anjuta/project/terminal/po/LINGUAS +share/gnome/anjuta/project/terminal/po/POTFILES.in +share/gnome/anjuta/project/terminal/po/cvsignore +share/gnome/anjuta/project/terminal/project.anjuta +share/gnome/anjuta/project/terminal/src/Makefile.am.tpl +share/gnome/anjuta/project/terminal/src/cvsignore +share/gnome/anjuta/project/terminal/src/main.c +share/gnome/anjuta/project/wxwin-logo.png +share/gnome/anjuta/project/wxwin.wiz +share/gnome/anjuta/project/wxwin/configure.ac.tpl +share/gnome/anjuta/project/wxwin/po/POTFILES.in +share/gnome/anjuta/project/wxwin/src/Makefile.am.tpl +share/gnome/anjuta/project/wxwin/src/main.cc +share/gnome/anjuta/project/xlib-dock.wiz +share/gnome/anjuta/project/xlib-dock/po/POTFILES.in +share/gnome/anjuta/project/xlib-dock/src/Makefile.am.tpl +share/gnome/anjuta/project/xlib-dock/src/main.c +share/gnome/anjuta/project/xlib-dock/src/pixmaps.h +share/gnome/anjuta/project/xlib-dock/src/wmgeneral.c +share/gnome/anjuta/project/xlib-dock/src/wmgeneral.h +share/gnome/anjuta/project/xlib-logo.png +share/gnome/anjuta/project/xlib.wiz +share/gnome/anjuta/project/xlib/configure.ac.tpl +share/gnome/anjuta/project/xlib/po/POTFILES.in +share/gnome/anjuta/project/xlib/src/Makefile.am.tpl +share/gnome/anjuta/project/xlib/src/main.c +share/gnome/anjuta/properties/Embedded.properties +share/gnome/anjuta/properties/SciTEGlobal.properties share/gnome/anjuta/properties/ada.properties share/gnome/anjuta/properties/anjuta.properties share/gnome/anjuta/properties/asm.properties +share/gnome/anjuta/properties/asn1.properties +share/gnome/anjuta/properties/au3.properties share/gnome/anjuta/properties/ave.properties share/gnome/anjuta/properties/baan.properties -share/gnome/anjuta/properties/bash.properties share/gnome/anjuta/properties/bullant.properties share/gnome/anjuta/properties/conf.properties share/gnome/anjuta/properties/cpp.properties -share/gnome/anjuta/properties/cs.properties share/gnome/anjuta/properties/css.properties share/gnome/anjuta/properties/eiffel.properties +share/gnome/anjuta/properties/erlang.properties +share/gnome/anjuta/properties/escript.properties +share/gnome/anjuta/properties/forth.properties share/gnome/anjuta/properties/fortran.properties share/gnome/anjuta/properties/html.properties -share/gnome/anjuta/properties/idl.properties -share/gnome/anjuta/properties/java.properties +share/gnome/anjuta/properties/kix.properties share/gnome/anjuta/properties/latex.properties share/gnome/anjuta/properties/lisp.properties +share/gnome/anjuta/properties/lot.properties +share/gnome/anjuta/properties/lout.properties share/gnome/anjuta/properties/lua.properties -share/gnome/anjuta/properties/make.properties share/gnome/anjuta/properties/matlab.properties +share/gnome/anjuta/properties/metapost.properties +share/gnome/anjuta/properties/mmixal.properties +share/gnome/anjuta/properties/nncrontab.properties +share/gnome/anjuta/properties/nsis.properties share/gnome/anjuta/properties/others.properties share/gnome/anjuta/properties/pascal.properties share/gnome/anjuta/properties/perl.properties -share/gnome/anjuta/properties/php.properties share/gnome/anjuta/properties/pov.properties -share/gnome/anjuta/properties/props.properties +share/gnome/anjuta/properties/ps.properties share/gnome/anjuta/properties/python.properties -share/gnome/anjuta/properties/rc.properties share/gnome/anjuta/properties/ruby.properties -share/gnome/anjuta/properties/sample.properties +share/gnome/anjuta/properties/scriptol.properties +share/gnome/anjuta/properties/specman.properties share/gnome/anjuta/properties/sql.properties -share/gnome/anjuta/properties/tcltk.properties +share/gnome/anjuta/properties/styles.properties +share/gnome/anjuta/properties/tcl.properties +share/gnome/anjuta/properties/tex.properties share/gnome/anjuta/properties/user.properties share/gnome/anjuta/properties/vb.properties -share/gnome/anjuta/properties/xml.properties -share/gnome/anjuta/setup-gettext -share/gnome/anjuta/stock_libs.anj -share/gnome/anjuta/system.tags +share/gnome/anjuta/properties/verilog.properties +share/gnome/anjuta/properties/vhdl.properties +share/gnome/anjuta/properties/yaml.properties +share/gnome/anjuta/scripts/anjuta-tags +share/gnome/anjuta/scripts/create_global_tags.sh +share/gnome/anjuta/tools/find-fixmes.pl +share/gnome/anjuta/tools/prepare-changelog.pl +share/gnome/anjuta/tools/tools-2.xml +share/gnome/anjuta/tools/translation-status.pl +share/gnome/anjuta/ui/anjuta-build-basic-autotools-plugin.ui +share/gnome/anjuta/ui/anjuta-cvs.ui +share/gnome/anjuta/ui/anjuta-debug-manager.ui +share/gnome/anjuta/ui/anjuta-devhelp-simple.ui +share/gnome/anjuta/ui/anjuta-devhelp.ui +share/gnome/anjuta/ui/anjuta-document-manager.ui +share/gnome/anjuta/ui/anjuta-file-manager.ui +share/gnome/anjuta/ui/anjuta-glade.ui +share/gnome/anjuta/ui/anjuta-gtodo.ui +share/gnome/anjuta/ui/anjuta-language-support-cpp-java.ui +share/gnome/anjuta/ui/anjuta-loader-plugin.ui +share/gnome/anjuta/ui/anjuta-macro.ui +share/gnome/anjuta/ui/anjuta-message-manager.ui +share/gnome/anjuta/ui/anjuta-patch.ui +share/gnome/anjuta/ui/anjuta-project-manager.ui +share/gnome/anjuta/ui/anjuta-sample.ui +share/gnome/anjuta/ui/anjuta-search.ui +share/gnome/anjuta/ui/anjuta-shell.ui +%%SVN%%share/gnome/anjuta/ui/anjuta-subversion.ui +share/gnome/anjuta/ui/anjuta-symbol-browser-plugin.ui +share/gnome/anjuta/ui/anjuta-tools.ui +share/gnome/anjuta/ui/anjuta.ui +share/gnome/anjuta/ui/profiler.ui share/gnome/anjuta/welcome.txt share/gnome/applications/anjuta.desktop -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/arguments.png -share/gnome/help/anjuta/C/figures/attach.png -share/gnome/help/anjuta/C/figures/brk_add.png -share/gnome/help/anjuta/C/figures/brk_dlg.png -share/gnome/help/anjuta/C/figures/brk_edit.png -share/gnome/help/anjuta/C/figures/ccview.png -share/gnome/help/anjuta/C/figures/ccview_class.png -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/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/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/inspect.png -share/gnome/help/anjuta/C/figures/interface.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/menu_detached.png -share/gnome/help/anjuta/C/figures/menu_main.png -share/gnome/help/anjuta/C/figures/message_win.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 -share/gnome/help/anjuta/C/figures/other_opts.png -share/gnome/help/anjuta/C/figures/prefs_print.png -share/gnome/help/anjuta/C/figures/print_dlg.png -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/sharedlibs.png -share/gnome/help/anjuta/C/figures/signal_mod.png -share/gnome/help/anjuta/C/figures/signals.png -share/gnome/help/anjuta/C/figures/stack.png -share/gnome/help/anjuta/C/figures/supports.png -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 -share/gnome/help/anjuta/C/figures/watch_add.png -share/gnome/help/anjuta/C/fileoperations.xml -share/gnome/help/anjuta/C/interface.xml -share/gnome/help/anjuta/C/introduction.xml -share/gnome/help/anjuta/C/legal.xml -share/gnome/help/anjuta/C/license.xml -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/gnome/mime-info/anjuta.mime -share/gnome/omf/anjuta/anjuta-advanced-tutorial-C.omf -share/gnome/omf/anjuta/anjuta-faqs-C.omf -share/gnome/omf/anjuta/anjuta-faqs-ja_JP.UTF-8.omf -share/gnome/omf/anjuta/anjuta-manual-C.omf -share/gnome/omf/anjuta/anjuta-manual-ja_JP.UTF-8.omf -share/gnome/omf/anjuta/anjuta-tutorial-C.omf -share/gnome/omf/anjuta/anjuta-tutorial-de.omf -share/gnome/pixmaps/anjuta/anjuta_icon.png +share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml +share/gnome/help/anjuta-faqs/C/legal.xml +share/gnome/help/anjuta-manual/C/anjuta-manual.xml +share/gnome/help/anjuta-manual/C/authors.xml +share/gnome/help/anjuta-manual/C/debugger.xml +share/gnome/help/anjuta-manual/C/figures/a2ps.png +share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/C/figures/arguments.png +share/gnome/help/anjuta-manual/C/figures/attach.png +share/gnome/help/anjuta-manual/C/figures/brk_add.png +share/gnome/help/anjuta-manual/C/figures/brk_dlg.png +share/gnome/help/anjuta-manual/C/figures/brk_edit.png +share/gnome/help/anjuta-manual/C/figures/ccview.png +share/gnome/help/anjuta-manual/C/figures/ccview_class.png +share/gnome/help/anjuta-manual/C/figures/ccview_struct.png +share/gnome/help/anjuta-manual/C/figures/configure_dlg.png +share/gnome/help/anjuta-manual/C/figures/defines.png +share/gnome/help/anjuta-manual/C/figures/devt_menu.png +share/gnome/help/anjuta-manual/C/figures/display_macro.png +share/gnome/help/anjuta-manual/C/figures/doxygen.png +share/gnome/help/anjuta-manual/C/figures/editor_guides.png +share/gnome/help/anjuta-manual/C/figures/editor_margins.png +share/gnome/help/anjuta-manual/C/figures/editor_markers.png +share/gnome/help/anjuta-manual/C/figures/evaluate.png +share/gnome/help/anjuta-manual/C/figures/file_menu.png +share/gnome/help/anjuta-manual/C/figures/fileview.png +share/gnome/help/anjuta-manual/C/figures/frame.png +share/gnome/help/anjuta-manual/C/figures/includes.png +share/gnome/help/anjuta-manual/C/figures/insert_text.png +share/gnome/help/anjuta-manual/C/figures/inspect.png +share/gnome/help/anjuta-manual/C/figures/keyword_macro.png +share/gnome/help/anjuta-manual/C/figures/lib_paths.png +share/gnome/help/anjuta-manual/C/figures/libraries.png +share/gnome/help/anjuta-manual/C/figures/local_variables.png +share/gnome/help/anjuta-manual/C/figures/mainwin.png +share/gnome/help/anjuta-manual/C/figures/menu_detached.png +share/gnome/help/anjuta-manual/C/figures/menubar.png +share/gnome/help/anjuta-manual/C/figures/message_win.png +share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/C/figures/open_file.png +share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/C/figures/other_opts.png +share/gnome/help/anjuta-manual/C/figures/prefs_print.png +share/gnome/help/anjuta-manual/C/figures/print_preview.png +share/gnome/help/anjuta-manual/C/figures/project_info.png +share/gnome/help/anjuta-manual/C/figures/project_win.png +share/gnome/help/anjuta-manual/C/figures/registers.png +share/gnome/help/anjuta-manual/C/figures/save_as_file.png +share/gnome/help/anjuta-manual/C/figures/search_expr.png +share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/C/figures/search_file_list.png +share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/C/figures/search_replace.png +share/gnome/help/anjuta-manual/C/figures/search_setting.png +share/gnome/help/anjuta-manual/C/figures/search_target.png +share/gnome/help/anjuta-manual/C/figures/search_target_action.png +share/gnome/help/anjuta-manual/C/figures/search_target_in.png +share/gnome/help/anjuta-manual/C/figures/sharedlibs.png +share/gnome/help/anjuta-manual/C/figures/signal_mod.png +share/gnome/help/anjuta-manual/C/figures/signals.png +share/gnome/help/anjuta-manual/C/figures/stack.png +share/gnome/help/anjuta-manual/C/figures/supports.png +share/gnome/help/anjuta-manual/C/figures/symbol_browser.png +share/gnome/help/anjuta-manual/C/figures/tool-editor.png +share/gnome/help/anjuta-manual/C/figures/toolbar_browser.png +share/gnome/help/anjuta-manual/C/figures/toolbar_debug.png +share/gnome/help/anjuta-manual/C/figures/toolbar_main.png +share/gnome/help/anjuta-manual/C/figures/variable_tip.png +share/gnome/help/anjuta-manual/C/figures/warnings.png +share/gnome/help/anjuta-manual/C/figures/watch.png +share/gnome/help/anjuta-manual/C/figures/watch_add.png +share/gnome/help/anjuta-manual/C/fileoperations.xml +share/gnome/help/anjuta-manual/C/interface.xml +share/gnome/help/anjuta-manual/C/introduction.xml +share/gnome/help/anjuta-manual/C/legal.xml +share/gnome/help/anjuta-manual/C/license.xml +share/gnome/help/anjuta-manual/C/preferences.xml +share/gnome/help/anjuta-manual/C/projects.xml +share/gnome/help/anjuta-manual/C/template.xml +share/gnome/help/anjuta-manual/C/tools.xml +share/gnome/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png +share/gnome/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg +share/gnome/omf/anjuta-manual/anjuta-manual-C.omf +share/gnome/pixmaps/anjuta/Icons.16x16.Class +share/gnome/pixmaps/anjuta/Icons.16x16.Enum +share/gnome/pixmaps/anjuta/Icons.16x16.Field +share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront +share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack +share/gnome/pixmaps/anjuta/Icons.16x16.Interface +share/gnome/pixmaps/anjuta/Icons.16x16.InternalClass +share/gnome/pixmaps/anjuta/Icons.16x16.InternalDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.InternalEnum +share/gnome/pixmaps/anjuta/Icons.16x16.InternalEvent +share/gnome/pixmaps/anjuta/Icons.16x16.InternalField +share/gnome/pixmaps/anjuta/Icons.16x16.InternalInterface +share/gnome/pixmaps/anjuta/Icons.16x16.InternalMethod +share/gnome/pixmaps/anjuta/Icons.16x16.InternalProperty +share/gnome/pixmaps/anjuta/Icons.16x16.InternalStruct +share/gnome/pixmaps/anjuta/Icons.16x16.Literal +share/gnome/pixmaps/anjuta/Icons.16x16.Method +share/gnome/pixmaps/anjuta/Icons.16x16.NameSpace +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateClass +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEnum +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEvent +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateField +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateInterface +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateMethod +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateProperty +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateStruct +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedClass +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEnum +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEvent +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedField +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedInterface +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedMethod +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedProperty +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedStruct +share/gnome/pixmaps/anjuta/Icons.16x16.Reference +share/gnome/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.png +share/gnome/pixmaps/anjuta/anjuta-cvs-plugin.png +share/gnome/pixmaps/anjuta/anjuta-debug-manager.plugin.png +share/gnome/pixmaps/anjuta/anjuta-devhelp-plugin.png +share/gnome/pixmaps/anjuta/anjuta-document-manager.png +share/gnome/pixmaps/anjuta/anjuta-editor.png +share/gnome/pixmaps/anjuta/anjuta-file-manager-plugin.png +share/gnome/pixmaps/anjuta/anjuta-file-wizard-plugin.png +share/gnome/pixmaps/anjuta/anjuta-gdb.plugin.png +share/gnome/pixmaps/anjuta/anjuta-glade-plugin.png +share/gnome/pixmaps/anjuta/anjuta-gtodo-plugin.png +share/gnome/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png +share/gnome/pixmaps/anjuta/anjuta-loader-plugin.png +share/gnome/pixmaps/anjuta/anjuta-macro.png +share/gnome/pixmaps/anjuta/anjuta-message-view.png +share/gnome/pixmaps/anjuta/anjuta-patch-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-import-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-manager-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-wizard-plugin.png +share/gnome/pixmaps/anjuta/anjuta-sample-plugin.png +share/gnome/pixmaps/anjuta/anjuta-search.png +%%SVN%%share/gnome/pixmaps/anjuta/anjuta-subversion.png +share/gnome/pixmaps/anjuta/anjuta-symbol-browser-plugin.png +share/gnome/pixmaps/anjuta/anjuta-terminal-plugin.png +share/gnome/pixmaps/anjuta/anjuta-tools-plugin.png +share/gnome/pixmaps/anjuta/anjuta.png share/gnome/pixmaps/anjuta/anjuta_logo.png -share/gnome/pixmaps/anjuta/anjuta_logo1.png share/gnome/pixmaps/anjuta/anjuta_splash.png -share/gnome/pixmaps/anjuta/applogo.png -share/gnome/pixmaps/anjuta/appwiz_bonobo.png -share/gnome/pixmaps/anjuta/appwiz_bonobo2.png -share/gnome/pixmaps/anjuta/appwiz_gnome.png -share/gnome/pixmaps/anjuta/appwiz_gnome2.png -share/gnome/pixmaps/anjuta/appwiz_gnomemm.png -share/gnome/pixmaps/anjuta/appwiz_gnomemm2.png -share/gnome/pixmaps/anjuta/appwiz_gtk.png -share/gnome/pixmaps/anjuta/appwiz_gtk2.png -share/gnome/pixmaps/anjuta/appwiz_gtkmm.png -share/gnome/pixmaps/anjuta/appwiz_gtkmm2.png -share/gnome/pixmaps/anjuta/appwiz_libglade.png -share/gnome/pixmaps/anjuta/appwiz_libglade2.png -share/gnome/pixmaps/anjuta/appwiz_opengl.png -share/gnome/pixmaps/anjuta/appwiz_sdl.png -share/gnome/pixmaps/anjuta/appwiz_terminal.png -share/gnome/pixmaps/anjuta/appwiz_wxwin.png -share/gnome/pixmaps/anjuta/appwiz_xlib.png -share/gnome/pixmaps/anjuta/appwizard.png share/gnome/pixmaps/anjuta/autocomplete-16.png share/gnome/pixmaps/anjuta/autocomplete.png -share/gnome/pixmaps/anjuta/bfoldc.xpm -share/gnome/pixmaps/anjuta/bfoldo.xpm -share/gnome/pixmaps/anjuta/blank.xpm share/gnome/pixmaps/anjuta/block-end-16.png share/gnome/pixmaps/anjuta/block-end.png share/gnome/pixmaps/anjuta/block-start-16.png share/gnome/pixmaps/anjuta/block-start.png share/gnome/pixmaps/anjuta/block_select.xpm -share/gnome/pixmaps/anjuta/bookmark-first-16.png +share/gnome/pixmaps/anjuta/bookmark-clear.png share/gnome/pixmaps/anjuta/bookmark-first.png -share/gnome/pixmaps/anjuta/bookmark-last-16.png share/gnome/pixmaps/anjuta/bookmark-last.png -share/gnome/pixmaps/anjuta/bookmark-next-16.png share/gnome/pixmaps/anjuta/bookmark-next.png -share/gnome/pixmaps/anjuta/bookmark-prev-16.png share/gnome/pixmaps/anjuta/bookmark-prev.png -share/gnome/pixmaps/anjuta/bookmark_toggle.xpm -share/gnome/pixmaps/anjuta/breakpoint.xpm -share/gnome/pixmaps/anjuta/build.xpm -share/gnome/pixmaps/anjuta/build_all.xpm -share/gnome/pixmaps/anjuta/calltip.xpm -share/gnome/pixmaps/anjuta/close_file_small.xpm -share/gnome/pixmaps/anjuta/close_project.png -share/gnome/pixmaps/anjuta/compile.xpm -share/gnome/pixmaps/anjuta/configure.xpm -share/gnome/pixmaps/anjuta/continue.xpm -share/gnome/pixmaps/anjuta/debug.xpm -share/gnome/pixmaps/anjuta/debug_stop.xpm -share/gnome/pixmaps/anjuta/dock.xpm +share/gnome/pixmaps/anjuta/bookmark-toggle.png +share/gnome/pixmaps/anjuta/bookmark.png +share/gnome/pixmaps/anjuta/breakpoint-disabled.png +share/gnome/pixmaps/anjuta/breakpoint-enabled.png +share/gnome/pixmaps/anjuta/breakpoint.png +share/gnome/pixmaps/anjuta/class-inheritance.png +share/gnome/pixmaps/anjuta/class_logo.xpm +share/gnome/pixmaps/anjuta/detach-16.png +share/gnome/pixmaps/anjuta/detach.png +share/gnome/pixmaps/anjuta/directory-accept.png +share/gnome/pixmaps/anjuta/directory.png share/gnome/pixmaps/anjuta/error-next-16.png share/gnome/pixmaps/anjuta/error-next.png share/gnome/pixmaps/anjuta/error-prev-16.png @@ -331,78 +706,56 @@ share/gnome/pixmaps/anjuta/error-prev.png share/gnome/pixmaps/anjuta/fold_close.xpm share/gnome/pixmaps/anjuta/fold_open.xpm share/gnome/pixmaps/anjuta/fold_toggle.xpm -share/gnome/pixmaps/anjuta/frame.xpm -share/gnome/pixmaps/anjuta/handle_hide.xpm -share/gnome/pixmaps/anjuta/handle_undock.xpm -share/gnome/pixmaps/anjuta/help.xpm +share/gnome/pixmaps/anjuta/gtodo-about.png +share/gnome/pixmaps/anjuta/gtodo-edit.png +share/gnome/pixmaps/anjuta/gtodo.png +share/gnome/pixmaps/anjuta/gtodo_tray.png share/gnome/pixmaps/anjuta/indent.xpm share/gnome/pixmaps/anjuta/indent_auto.xpm share/gnome/pixmaps/anjuta/indent_dcr.xpm share/gnome/pixmaps/anjuta/indent_inc.xpm share/gnome/pixmaps/anjuta/indent_set.xpm -share/gnome/pixmaps/anjuta/inspect.xpm -share/gnome/pixmaps/anjuta/interrupt.xpm -share/gnome/pixmaps/anjuta/madeinanjuta.xcf +share/gnome/pixmaps/anjuta/linemarker.png +share/gnome/pixmaps/anjuta/locals.png share/gnome/pixmaps/anjuta/messages.xpm -share/gnome/pixmaps/anjuta/mini-modules.xpm -share/gnome/pixmaps/anjuta/mini_build.xpm -share/gnome/pixmaps/anjuta/mini_cvs.xpm -share/gnome/pixmaps/anjuta/mini_debug.xpm -share/gnome/pixmaps/anjuta/mini_dock.xpm -share/gnome/pixmaps/anjuta/mini_find.xpm -share/gnome/pixmaps/anjuta/mini_locals.xpm -share/gnome/pixmaps/anjuta/mini_term.xpm -share/gnome/pixmaps/anjuta/new_folder.xpm -share/gnome/pixmaps/anjuta/open_project.png share/gnome/pixmaps/anjuta/password.png -share/gnome/pixmaps/anjuta/pointer.xpm -share/gnome/pixmaps/anjuta/preferences-build.png -share/gnome/pixmaps/anjuta/preferences-cvs.png +share/gnome/pixmaps/anjuta/pointer.png share/gnome/pixmaps/anjuta/preferences-editor.png -share/gnome/pixmaps/anjuta/preferences-encodings.png share/gnome/pixmaps/anjuta/preferences-general.png -share/gnome/pixmaps/anjuta/preferences-indentation.png share/gnome/pixmaps/anjuta/preferences-messages.png -share/gnome/pixmaps/anjuta/preferences-print.png share/gnome/pixmaps/anjuta/preferences-terminal.png -share/gnome/pixmaps/anjuta/project.xpm -share/gnome/pixmaps/anjuta/registers.xpm -share/gnome/pixmaps/anjuta/run_to_cursor.xpm -share/gnome/pixmaps/anjuta/save_project.png -share/gnome/pixmaps/anjuta/stack.xpm -share/gnome/pixmaps/anjuta/step_in.xpm -share/gnome/pixmaps/anjuta/step_out.xpm -share/gnome/pixmaps/anjuta/step_over.xpm -share/gnome/pixmaps/anjuta/sv_class.xpm -share/gnome/pixmaps/anjuta/sv_function.xpm -share/gnome/pixmaps/anjuta/sv_macro.xpm -share/gnome/pixmaps/anjuta/sv_private_fun.xpm -share/gnome/pixmaps/anjuta/sv_private_var.xpm -share/gnome/pixmaps/anjuta/sv_protected_fun.xpm -share/gnome/pixmaps/anjuta/sv_protected_var.xpm -share/gnome/pixmaps/anjuta/sv_public_fun.xpm -share/gnome/pixmaps/anjuta/sv_public_var.xpm -share/gnome/pixmaps/anjuta/sv_static_fun.xpm -share/gnome/pixmaps/anjuta/sv_static_var.xpm -share/gnome/pixmaps/anjuta/sv_struct.xpm -share/gnome/pixmaps/anjuta/sv_unknown.xpm -share/gnome/pixmaps/anjuta/sv_variable.xpm -share/gnome/pixmaps/anjuta/syntax.xpm -share/gnome/pixmaps/anjuta/undock.png -share/gnome/pixmaps/anjuta/watch.xpm -share/gnome/pixmaps/anjuta/wizard.xpm +share/gnome/pixmaps/anjuta/profiler.png +share/gnome/pixmaps/anjuta/program-counter.png +share/gnome/pixmaps/anjuta/run-to-cursor.png +share/gnome/pixmaps/anjuta/sourceview.png +share/gnome/pixmaps/anjuta/stack.png +share/gnome/pixmaps/anjuta/step-into-16.png +share/gnome/pixmaps/anjuta/step-into.png +share/gnome/pixmaps/anjuta/step-out-16.png +share/gnome/pixmaps/anjuta/step-out.png +share/gnome/pixmaps/anjuta/step-over-16.png +share/gnome/pixmaps/anjuta/step-over.png +share/gnome/pixmaps/anjuta/swap.png +share/gnome/pixmaps/anjuta/watch.png +share/icons/hicolor/48x48/apps/anjuta.png +share/icons/hicolor/scalable/apps/anjuta.svg +share/locale/ar/LC_MESSAGES/anjuta.mo 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 share/locale/de/LC_MESSAGES/anjuta.mo +share/locale/dz/LC_MESSAGES/anjuta.mo 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 @@ -413,12 +766,15 @@ 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/oc/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 @@ -428,21 +784,79 @@ 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 -@dirrm share/mimelnk/application -@dirrm share/mimelnk +share/mime/application/x-anjuta.xml +share/mime/packages/anjuta.xml +@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 @dirrm share/gnome/pixmaps/anjuta -@dirrm share/gnome/omf/anjuta -@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/gnome/help/anjuta/C/figures -@dirrm share/gnome/help/anjuta/C -@dirrm share/gnome/help/anjuta +@dirrm share/gnome/omf/anjuta-manual +@dirrm share/gnome/help/anjuta-manual/C/figures +@dirrm share/gnome/help/anjuta-manual/C +@dirrm share/gnome/help/anjuta-manual +@dirrm share/gnome/help/anjuta-faqs/C +@dirrm share/gnome/help/anjuta-faqs +@dirrm share/gnome/anjuta/ui +@dirrm share/gnome/anjuta/tools +@dirrm share/gnome/anjuta/scripts @dirrm share/gnome/anjuta/properties +@dirrm share/gnome/anjuta/project/xlib/src +@dirrm share/gnome/anjuta/project/xlib/po +@dirrm share/gnome/anjuta/project/xlib-dock/src +@dirrm share/gnome/anjuta/project/xlib-dock/po +@dirrm share/gnome/anjuta/project/xlib-dock +@dirrm share/gnome/anjuta/project/xlib +@dirrm share/gnome/anjuta/project/wxwin/src +@dirrm share/gnome/anjuta/project/wxwin/po +@dirrm share/gnome/anjuta/project/wxwin +@dirrm share/gnome/anjuta/project/terminal/src +@dirrm share/gnome/anjuta/project/terminal/po +@dirrm share/gnome/anjuta/project/terminal +@dirrm share/gnome/anjuta/project/sdl/src +@dirrm share/gnome/anjuta/project/sdl/po +@dirrm share/gnome/anjuta/project/sdl +@dirrm share/gnome/anjuta/project/python/src +@dirrm share/gnome/anjuta/project/python/po +@dirrm share/gnome/anjuta/project/python +@dirrm share/gnome/anjuta/project/mkfile/src +@dirrm share/gnome/anjuta/project/mkfile/po +@dirrm share/gnome/anjuta/project/mkfile +@dirrm share/gnome/anjuta/project/minimal +@dirrm share/gnome/anjuta/project/java/src +@dirrm share/gnome/anjuta/project/java/po +@dirrm share/gnome/anjuta/project/java +@dirrm share/gnome/anjuta/project/gtkmm/src +@dirrm share/gnome/anjuta/project/gtkmm/po +@dirrm share/gnome/anjuta/project/gtkmm +@dirrm share/gnome/anjuta/project/gtk/src +@dirrm share/gnome/anjuta/project/gtk/po +@dirrm share/gnome/anjuta/project/gtk +@dirrm share/gnome/anjuta/project/gnome/src +@dirrm share/gnome/anjuta/project/gnome/po +@dirrm share/gnome/anjuta/project/gnome +@dirrm share/gnome/anjuta/project/gcj/src +@dirrm share/gnome/anjuta/project/gcj +@dirrm share/gnome/anjuta/project/cpp/src +@dirrm share/gnome/anjuta/project/cpp/po +@dirrm share/gnome/anjuta/project/cpp +@dirrm share/gnome/anjuta/project/anjuta-plugin/src +@dirrm share/gnome/anjuta/project/anjuta-plugin/po +@dirrm share/gnome/anjuta/project/anjuta-plugin +@dirrm share/gnome/anjuta/project +@dirrm share/gnome/anjuta/profiles +@dirrm share/gnome/anjuta/gtodo @dirrm share/gnome/anjuta/glade -@dirrm share/gnome/anjuta/gdl/glade -@dirrm share/gnome/anjuta/gdl +@dirrm share/gnome/anjuta/class-templates +@dirrm share/gnome/anjuta/build @dirrm share/gnome/anjuta +@dirrm share/doc/libanjuta %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/anjuta +@dirrm include/libanjuta-1.0/libanjuta/interfaces +@dirrm include/libanjuta-1.0/libanjuta +@dirrm include/libanjuta-1.0 +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime |