diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 08:22:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 08:22:52 +0800 |
commit | f2b273928388495b4f8d15e766692f8ff264ab66 (patch) | |
tree | 085fd0301a0d8f6eabec54f197fd8d79dce99315 /devel/anjuta | |
parent | 8d0666c4d813aae4918b812fbc14ad8c61198893 (diff) | |
download | marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.gz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.bz2 marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.lz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.xz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.zst marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.zip |
Update to 2.23.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11316 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 44 | ||||
-rw-r--r-- | devel/anjuta/distinfo | 6 | ||||
-rw-r--r-- | devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c | 10 | ||||
-rw-r--r-- | devel/anjuta/files/patch-doc::Makefile.in | 34 | ||||
-rw-r--r-- | devel/anjuta/files/patch-libanjuta_anjuta-launcher.c | 18 | ||||
-rw-r--r-- | devel/anjuta/files/patch-plugins_scratchbox_Makefile.in | 10 | ||||
-rw-r--r-- | devel/anjuta/files/patch-plugins_scratchbox_plugin.h | 40 | ||||
-rw-r--r-- | devel/anjuta/pkg-plist | 150 |
8 files changed, 191 insertions, 121 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 206977db0..0829c8fac 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,12 +3,12 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.25 2008/06/06 21:38:46 marcus Exp $ +# $MCom: ports/devel/anjuta/Makefile,v 1.26 2008/08/05 13:58:52 kwm Exp $ # PORTNAME= anjuta -PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTVERSION= 2.5.90 +PORTREVISION= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -36,17 +36,14 @@ USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte \ - gtksourceview2 +USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-plugin-symbol-db USE_LDCONFIG= yes -PKGMESSAGE= ${WRKDIR}/pkg-message GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ anjuta-cvs-plugin.schemas anjuta-document-manager.schemas \ - anjuta-editor-scintilla.schemas anjuta-language-cpp-java.schemas \ + anjuta-language-cpp-java.schemas \ anjuta-message-manager-plugin.schemas \ anjuta-editor-sourceview.schemas \ anjuta-symbol-browser-plugin.schemas \ @@ -54,7 +51,9 @@ GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ MAN1= anjuta.1 anjuta_launcher.1 -OPTIONS= SVN "Build subversion plugins" off +OPTIONS= SVN "Build subversion plugin" off \ + SYMBOL "Build experimental symbol-db plugin" off \ + SCINTILLA "Build scintilla plugin" off .include <bsd.port.pre.mk> @@ -74,14 +73,37 @@ CONFIGURE_ARGS+=--disable-plugin-subversion PLIST_SUB+= SVN="@comment " .endif +.if defined(WITH_SCINTILLA) +BROKEN= Building this plugins is currently broken, please rerun 'make config' and disable SCINTILLA +USE_GNOME+= libgnomeprintui +CONFIGURE_ARGS+=--enable-plugin-scintilla +GCONF_SCHEMAS+= anjuta-editor-scintilla.schemas +PLIST_SUB+= SCINTILLA="" +.else +#CONFIGURE_ARGS+=--disable-plugin-scintilla +PLIST_SUB+= SCINTILLA="@comment " +.endif + +.if defined(WITH_SYMBOL) +USE_GNOME+= libgda4 +CONFIGURE_ARGS+=--enable-plugin-symbol-db +GCONF_SCHEMAS+= anjuta-symbol-db.schemas +PLIST_SUB+= SYMBOL="" +.else +CONFIGURE_ARGS+=--disable-plugin-symbol-db +PLIST_SUB+= SYMBOL="@comment " +.endif + +# vala? + post-configure: @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \ s|/usr/local|${PREFIX}|' \ ${WRKSRC}/global-tags/create_global_tags.sh.in @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|make|gmake|g' \ - ${WRKSRC}/plugins/build-basic-autotools/build-basic-autotools.c + @${REINPLACE_CMD} -e 's|"make|"gmake|g' \ + ${WRKSRC}/plugins/build-basic-autotools/plugin.c post-install: .if !defined(NOPORTDOCS) diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index e9f9ba1be..d6c480075 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/anjuta-2.5.0.tar.bz2) = d29cdacd671ab1cf87eebe3850acb95e -SHA256 (gnome2/anjuta-2.5.0.tar.bz2) = 500760e2894bb4b4ba2ab53f0129d1c4070620b2895007856e9622f2840ea027 -SIZE (gnome2/anjuta-2.5.0.tar.bz2) = 6394065 +MD5 (gnome2/anjuta-2.5.90.tar.bz2) = d521693351f46ab485b7bbecb8d0f810 +SHA256 (gnome2/anjuta-2.5.90.tar.bz2) = 0735ea590462fb3b91573474994c94e06d6f9068fea3a9447f8e006e9c402943 +SIZE (gnome2/anjuta-2.5.90.tar.bz2) = 6583013 diff --git a/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c b/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c deleted file mode 100644 index 7be1efbf4..000000000 --- a/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/build-basic-autotools/build-basic-autotools.c.orig 2008-06-05 16:17:30.000000000 +0200 -+++ plugins/build-basic-autotools/build-basic-autotools.c 2008-06-05 16:17:48.000000000 +0200 -@@ -41,6 +41,7 @@ - #include "executer.h" - - #include <sys/wait.h> -+#include <sys/signal.h> - - #define ICON_FILE "anjuta-build-basic-autotools-plugin-48.png" - #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-build-basic-autotools-plugin.ui" diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in index aac2a1bf2..a567fda33 100644 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ b/devel/anjuta/files/patch-doc::Makefile.in @@ -1,25 +1,11 @@ ---- doc/Makefile.in.orig 2008-04-07 18:58:53.000000000 -0400 -+++ doc/Makefile.in 2008-04-07 18:59:30.000000000 -0400 -@@ -472,14 +472,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)" -- @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -- $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# 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) \ -+# echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -+# $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -+# done +--- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 ++++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 +@@ -540,7 +540,7 @@ + + info-am: + +-install-data-am: install-anjuta_docDATA install-man ++install-data-am: install-man + + install-dvi: install-dvi-am - uninstall-anjuta_docDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c index 3216f75be..0235ff1e8 100644 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c @@ -1,23 +1,5 @@ --- libanjuta/anjuta-launcher.c.orig 2008-05-29 22:37:02.000000000 +0200 +++ libanjuta/anjuta-launcher.c 2008-06-05 16:12:17.000000000 +0200 -@@ -67,13 +67,13 @@ - #define FILE_INPUT_BUFFER_SIZE 1048576 - #ifndef __MAX_BAUD - # if defined(B460800) --# define __MAX_BAUX B460800 -+# define __MAX_BAUD B460800 - # elif defined(B307200) --# define __MAX_BAUX B307200 -+# define __MAX_BAUD B307200 - # elif defined(B256000) --# define __MAX_BAUX B256000 -+# define __MAX_BAUD B256000 - # else --# define __MAX_BAUX B230400 -+# define __MAX_BAUD B230400 - # endif - #endif - @@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel GError *err = NULL; do diff --git a/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in b/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in new file mode 100644 index 000000000..f2c6694b0 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in @@ -0,0 +1,10 @@ +--- plugins/scratchbox/Makefile.in.orig 2008-08-19 00:56:59.000000000 +0200 ++++ plugins/scratchbox/Makefile.in 2008-08-19 00:59:04.000000000 +0200 +@@ -768,7 +768,6 @@ uninstall-am: uninstall-anjuta_gladeDATA + uninstall-info-am uninstall-pluginLTLIBRARIES + + %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +- plugin.h + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: diff --git a/devel/anjuta/files/patch-plugins_scratchbox_plugin.h b/devel/anjuta/files/patch-plugins_scratchbox_plugin.h new file mode 100644 index 000000000..0eb1f3051 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_scratchbox_plugin.h @@ -0,0 +1,40 @@ +--- plugins/scratchbox/plugin.h.orig 2008-08-19 00:58:02.000000000 +0200 ++++ plugins/scratchbox/plugin.h 2008-08-19 00:57:46.000000000 +0200 +@@ -0,0 +1,37 @@ ++/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ ++/* ++ plugin.h ++ Copyright (C) 2008 Sébastien Granjoux ++ ++ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++*/ ++ ++#ifndef _PLUGIN_H_ ++#define _PLUGIN_H_ ++ ++#include <libanjuta/anjuta-plugin.h> ++ ++extern GType scratchbox_plugin_get_type (GTypeModule *module); ++#define ANJUTA_TYPE_PLUGIN_SCRATCHBOX (scratchbox_plugin_get_type (NULL)) ++#define ANJUTA_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPlugin)) ++#define ANJUTA_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) ++#define ANJUTA_IS_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) ++#define ANJUTA_IS_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) ++#define ANJUTA_PLUGIN_SCRATCHBOX_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) ++ ++typedef struct _ScratchboxPlugin ScratchboxPlugin; ++typedef struct _ScratchboxPluginClass ScratchboxPluginClass; ++ ++#endif diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist index 6b62b9c9b..e1ca29160 100644 --- a/devel/anjuta/pkg-plist +++ b/devel/anjuta/pkg-plist @@ -10,6 +10,7 @@ include/libanjuta-1.0/libanjuta/anjuta-enum-types.h include/libanjuta-1.0/libanjuta/anjuta-error.h include/libanjuta-1.0/libanjuta/anjuta-launcher.h include/libanjuta-1.0/libanjuta/anjuta-marshal.h +include/libanjuta-1.0/libanjuta/anjuta-message-area.h include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h @@ -23,6 +24,7 @@ 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-sync-command.h include/libanjuta-1.0/libanjuta/anjuta-ui.h include/libanjuta-1.0/libanjuta/anjuta-utils.h include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h @@ -54,6 +56,7 @@ 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-environment.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 @@ -94,7 +97,7 @@ 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 +%%SCINTILLA%%lib/anjuta/anjuta-editor.plugin lib/anjuta/anjuta-file-wizard.plugin lib/anjuta/anjuta-gdb.plugin lib/anjuta/anjuta-glade.plugin @@ -109,12 +112,15 @@ lib/anjuta/anjuta-project-manager.plugin lib/anjuta/anjuta-project-wizard.plugin lib/anjuta/anjuta-run-program.plugin lib/anjuta/anjuta-sample.plugin +lib/anjuta/anjuta-scratchbox.plugin lib/anjuta/anjuta-search.plugin %%SVN%%lib/anjuta/anjuta-subversion.plugin lib/anjuta/anjuta-symbol-browser.plugin +lib/anjuta/anjuta-tags lib/anjuta/anjuta-terminal.plugin lib/anjuta/anjuta-tools.plugin lib/anjuta/file-manager.plugin +lib/anjuta/git.plugin lib/anjuta/language-manager.plugin lib/anjuta/libanjuta-build-basic-autotools.la lib/anjuta/libanjuta-build-basic-autotools.so @@ -130,12 +136,14 @@ 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 +%%SCINTILLA%%lib/anjuta/libanjuta-editor.la +%%SCINTILLA%%lib/anjuta/libanjuta-editor.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-git.la +lib/anjuta/libanjuta-git.so lib/anjuta/libanjuta-glade.la lib/anjuta/libanjuta-glade.so lib/anjuta/libanjuta-gtodo.la @@ -162,6 +170,8 @@ lib/anjuta/libanjuta-run-program.la lib/anjuta/libanjuta-run-program.so lib/anjuta/libanjuta-sample.la lib/anjuta/libanjuta-sample.so +lib/anjuta/libanjuta-scratchbox.la +lib/anjuta/libanjuta-scratchbox.so lib/anjuta/libanjuta-search.la lib/anjuta/libanjuta-search.so lib/anjuta/libanjuta-sourceview.la @@ -170,6 +180,8 @@ lib/anjuta/libanjuta-sourceview.so %%SVN%%lib/anjuta/libanjuta-subversion.so lib/anjuta/libanjuta-symbol-browser.la lib/anjuta/libanjuta-symbol-browser.so +%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.la +%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.so lib/anjuta/libanjuta-terminal.la lib/anjuta/libanjuta-terminal.so lib/anjuta/libanjuta-tools.la @@ -181,6 +193,7 @@ lib/anjuta/liblanguage-manager.la lib/anjuta/liblanguage-manager.so lib/anjuta/profiler.plugin lib/anjuta/sourceview.plugin +%%SYMBOL%%lib/anjuta/symbol-db.plugin lib/glade3/modules/libgladeanjuta.la lib/glade3/modules/libgladeanjuta.so lib/libanjuta-ctags.la @@ -203,18 +216,21 @@ 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-editor-scintilla.glade +%%SCINTILLA%%share/anjuta/glade/anjuta-editor-scintilla.glade share/anjuta/glade/anjuta-editor-sourceview.glade share/anjuta/glade/anjuta-file-wizard.glade share/anjuta/glade/anjuta-gdb.glade +share/anjuta/glade/anjuta-git.glade share/anjuta/glade/anjuta-language-cpp-java.glade share/anjuta/glade/anjuta-macro.glade share/anjuta/glade/anjuta-message-manager-plugin.glade share/anjuta/glade/anjuta-project-wizard.glade share/anjuta/glade/anjuta-run-program.glade +share/anjuta/glade/anjuta-scratchbox.glade share/anjuta/glade/anjuta-search.glade %%SVN%%share/anjuta/glade/anjuta-subversion.glade share/anjuta/glade/anjuta-symbol-browser-plugin.glade +%%SYMBOL%%share/anjuta/glade/anjuta-symbol-db.glade share/anjuta/glade/anjuta-terminal-plugin.glade share/anjuta/glade/anjuta-tools.glade share/anjuta/glade/anjuta.glade @@ -245,6 +261,12 @@ 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/anjuta-plugin-vala.wiz +share/anjuta/project/anjuta-plugin-vala/configure.ac.tpl +share/anjuta/project/anjuta-plugin-vala/po/POTFILES.in +share/anjuta/project/anjuta-plugin-vala/src/Makefile.am.tpl +share/anjuta/project/anjuta-plugin-vala/src/config.vapi +share/anjuta/project/anjuta-plugin-vala/src/plugin.vala share/anjuta/project/appwiz_sdl.png share/anjuta/project/cpp-logo.png share/anjuta/project/cpp.wiz @@ -288,6 +310,10 @@ 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/licenses/BSD +share/anjuta/project/licenses/GPL +share/anjuta/project/licenses/LGPL +share/anjuta/project/licenses/None share/anjuta/project/minimal.wiz share/anjuta/project/minimal/Makefile.am.tpl share/anjuta/project/minimal/autogen.sh @@ -350,55 +376,56 @@ share/anjuta/project/xlib/configure.ac.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/bullant.properties -share/anjuta/properties/conf.properties -share/anjuta/properties/cpp.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/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/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/pov.properties -share/anjuta/properties/ps.properties -share/anjuta/properties/python.properties -share/anjuta/properties/ruby.properties -share/anjuta/properties/scriptol.properties -share/anjuta/properties/specman.properties -share/anjuta/properties/sql.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/verilog.properties -share/anjuta/properties/vhdl.properties -share/anjuta/properties/yaml.properties +%%SCINTILLA%%share/anjuta/properties/Embedded.properties +%%SCINTILLA%%share/anjuta/properties/SciTEGlobal.properties +%%SCINTILLA%%share/anjuta/properties/ada.properties +%%SCINTILLA%%share/anjuta/properties/anjuta.properties +%%SCINTILLA%%share/anjuta/properties/asm.properties +%%SCINTILLA%%share/anjuta/properties/asn1.properties +%%SCINTILLA%%share/anjuta/properties/au3.properties +%%SCINTILLA%%share/anjuta/properties/ave.properties +%%SCINTILLA%%share/anjuta/properties/baan.properties +%%SCINTILLA%%share/anjuta/properties/bullant.properties +%%SCINTILLA%%share/anjuta/properties/conf.properties +%%SCINTILLA%%share/anjuta/properties/cpp.properties +%%SCINTILLA%%share/anjuta/properties/css.properties +%%SCINTILLA%%share/anjuta/properties/eiffel.properties +%%SCINTILLA%%share/anjuta/properties/erlang.properties +%%SCINTILLA%%share/anjuta/properties/escript.properties +%%SCINTILLA%%share/anjuta/properties/forth.properties +%%SCINTILLA%%share/anjuta/properties/fortran.properties +%%SCINTILLA%%share/anjuta/properties/html.properties +%%SCINTILLA%%share/anjuta/properties/kix.properties +%%SCINTILLA%%share/anjuta/properties/latex.properties +%%SCINTILLA%%share/anjuta/properties/lisp.properties +%%SCINTILLA%%share/anjuta/properties/lot.properties +%%SCINTILLA%%share/anjuta/properties/lout.properties +%%SCINTILLA%%share/anjuta/properties/lua.properties +%%SCINTILLA%%share/anjuta/properties/matlab.properties +%%SCINTILLA%%share/anjuta/properties/metapost.properties +%%SCINTILLA%%share/anjuta/properties/mmixal.properties +%%SCINTILLA%%share/anjuta/properties/nncrontab.properties +%%SCINTILLA%%share/anjuta/properties/nsis.properties +%%SCINTILLA%%share/anjuta/properties/others.properties +%%SCINTILLA%%share/anjuta/properties/pascal.properties +%%SCINTILLA%%share/anjuta/properties/perl.properties +%%SCINTILLA%%share/anjuta/properties/pov.properties +%%SCINTILLA%%share/anjuta/properties/ps.properties +%%SCINTILLA%%share/anjuta/properties/python.properties +%%SCINTILLA%%share/anjuta/properties/ruby.properties +%%SCINTILLA%%share/anjuta/properties/scriptol.properties +%%SCINTILLA%%share/anjuta/properties/specman.properties +%%SCINTILLA%%share/anjuta/properties/sql.properties +%%SCINTILLA%%share/anjuta/properties/styles.properties +%%SCINTILLA%%share/anjuta/properties/tcl.properties +%%SCINTILLA%%share/anjuta/properties/tex.properties +%%SCINTILLA%%share/anjuta/properties/user.properties +%%SCINTILLA%%share/anjuta/properties/vb.properties +%%SCINTILLA%%share/anjuta/properties/verilog.properties +%%SCINTILLA%%share/anjuta/properties/vhdl.properties +%%SCINTILLA%%share/anjuta/properties/yaml.properties share/anjuta/scripts/create_global_tags.sh +%%SYMBOL%%share/anjuta/tables.sql share/anjuta/tools/find-fixmes.pl share/anjuta/tools/prepare-changelog.pl share/anjuta/tools/tools-2.xml @@ -409,6 +436,7 @@ share/anjuta/ui/anjuta-debug-manager.ui share/anjuta/ui/anjuta-devhelp-simple.ui share/anjuta/ui/anjuta-devhelp.ui share/anjuta/ui/anjuta-document-manager.ui +share/anjuta/ui/anjuta-git.ui share/anjuta/ui/anjuta-glade.ui share/anjuta/ui/anjuta-gtodo.ui share/anjuta/ui/anjuta-language-support-cpp-java.ui @@ -454,6 +482,8 @@ 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/ch03s02.html +share/doc/libanjuta/ch03s03.html share/doc/libanjuta/content-block.html share/doc/libanjuta/header-block.html share/doc/libanjuta/home.png @@ -549,6 +579,7 @@ 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-vala.html share/doc/libanjuta/writing-plugins.html share/glade3/catalogs/anjuta-glade.xml share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml @@ -780,8 +811,10 @@ share/locale/sq/LC_MESSAGES/anjuta.mo share/locale/sr/LC_MESSAGES/anjuta.mo share/locale/sr@Latn/LC_MESSAGES/anjuta.mo share/locale/sv/LC_MESSAGES/anjuta.mo +share/locale/th/LC_MESSAGES/anjuta.mo share/locale/tr/LC_MESSAGES/anjuta.mo share/locale/uk/LC_MESSAGES/anjuta.mo +share/locale/vi/LC_MESSAGES/anjuta.mo share/locale/zh_CN/LC_MESSAGES/anjuta.mo share/locale/zh_HK/LC_MESSAGES/anjuta.mo share/locale/zh_TW/LC_MESSAGES/anjuta.mo @@ -874,8 +907,8 @@ share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png share/pixmaps/anjuta/anjuta-devhelp-plugin.svg share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg +%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png +%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png share/pixmaps/anjuta/anjuta-file-manager-plugin.svg @@ -887,6 +920,7 @@ share/pixmaps/anjuta/anjuta-fold-open-24.png share/pixmaps/anjuta/anjuta-fold-toggle-16.png share/pixmaps/anjuta/anjuta-fold-toggle-24.png share/pixmaps/anjuta/anjuta-gdb.plugin.png +share/pixmaps/anjuta/anjuta-git-plugin-48.png share/pixmaps/anjuta/anjuta-glade-plugin-48.png share/pixmaps/anjuta/anjuta-glade-plugin.svg share/pixmaps/anjuta/anjuta-go-help-next-16.png @@ -942,6 +976,7 @@ share/pixmaps/anjuta/anjuta-run-to-cursor-24.png share/pixmaps/anjuta/anjuta-run-program-48.png share/pixmaps/anjuta/anjuta-sample-plugin-48.png share/pixmaps/anjuta/anjuta-sample-plugin.svg +share/pixmaps/anjuta/anjuta-scratchbox-48.png share/pixmaps/anjuta/anjuta-search-plugin-48.png share/pixmaps/anjuta/anjuta-search-plugin.svg share/pixmaps/anjuta/anjuta-step-into-16.png @@ -956,6 +991,7 @@ share/pixmaps/anjuta/anjuta-swap-16.png share/pixmaps/anjuta/anjuta-swap-24.png share/pixmaps/anjuta/anjuta-symbol-browser-plugin-48.png share/pixmaps/anjuta/anjuta-symbol-browser-plugin.svg +%%SYMBOL%%share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png share/pixmaps/anjuta/anjuta-terminal-plugin-48.png share/pixmaps/anjuta/anjuta-terminal-plugin.svg share/pixmaps/anjuta/anjuta-tools-plugin-48.png @@ -998,7 +1034,7 @@ share/pixmaps/anjuta/start-with-import.png @dirrm share/anjuta/ui @dirrm share/anjuta/tools @dirrm share/anjuta/scripts -@dirrm share/anjuta/properties +%%SCINTILLA%%@dirrm share/anjuta/properties @dirrm share/anjuta/project/xlib/src @dirrm share/anjuta/project/xlib/po @dirrm share/anjuta/project/xlib-dock/src @@ -1021,6 +1057,7 @@ share/pixmaps/anjuta/start-with-import.png @dirrm share/anjuta/project/mkfile/po @dirrm share/anjuta/project/mkfile @dirrm share/anjuta/project/minimal +@dirrm share/anjuta/project/licenses @dirrm share/anjuta/project/java/src @dirrm share/anjuta/project/java/po @dirrm share/anjuta/project/java @@ -1038,6 +1075,9 @@ share/pixmaps/anjuta/start-with-import.png @dirrm share/anjuta/project/cpp/src @dirrm share/anjuta/project/cpp/po @dirrm share/anjuta/project/cpp +@dirrm share/anjuta/project/anjuta-plugin-vala/src +@dirrm share/anjuta/project/anjuta-plugin-vala/po +@dirrm share/anjuta/project/anjuta-plugin-vala @dirrm share/anjuta/project/anjuta-plugin/src @dirrm share/anjuta/project/anjuta-plugin/po @dirrm share/anjuta/project/anjuta-plugin |