diff options
Diffstat (limited to 'devel')
54 files changed, 568 insertions, 628 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7335d3cda283..d79607187577 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -436,7 +436,6 @@ SUBDIR += glrparser SUBDIR += glui SUBDIR += gmake - SUBDIR += gnome-build SUBDIR += gnome-common SUBDIR += gnome-crash SUBDIR += gnome-vfs diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index d856a03ada12..265987884197 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,12 +3,11 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.32 2008/11/27 02:17:34 marcus Exp $ +# $MCom: ports/devel/anjuta/Makefile,v 1.37 2009/03/31 13:33:41 kwm Exp $ # PORTNAME= anjuta -PORTVERSION= 2.24.2 -PORTREVISION= 0 +PORTVERSION= 2.26.0.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,42 +19,40 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ bash:${PORTSDIR}/shells/bash \ neato:${PORTSDIR}/graphics/graphviz LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gbf-1.2:${PORTSDIR}/devel/gnome-build \ - gladeui-1.7:${PORTSDIR}/devel/glade3 \ - neon.28:${PORTSDIR}/www/neon28 \ - devhelp-1.0:${PORTSDIR}/devel/devhelp + gladeui-1.9:${PORTSDIR}/devel/glade3 \ + neon.28:${PORTSDIR}/www/neon28 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ autogen:${PORTSDIR}/devel/autogen \ neato:${PORTSDIR}/graphics/graphviz \ libtool:${PORTSDIR}/devel/libtool15 \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -BROKEN= does not compile - USE_BZIP2= yes USE_AUTOTOOLS= autotools:run USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 +USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 libgda4 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ - anjuta-cvs-plugin.schemas anjuta-document-manager.schemas \ + anjuta-cvs-plugin.schemas \ + anjuta-document-manager.schemas \ + anjuta-editor-scintilla.schemas \ + anjuta-editor-sourceview.schemas \ anjuta-language-cpp-java.schemas \ anjuta-message-manager-plugin.schemas \ - anjuta-editor-sourceview.schemas \ - anjuta-symbol-browser-plugin.schemas \ - anjuta-terminal-plugin.schemas anjuta.schemas + anjuta-symbol-db.schemas \ + anjuta-terminal-plugin.schemas \ + anjuta.schemas MAN1= anjuta.1 anjuta_launcher.1 OPTIONS= SVN "Build subversion plugin" off \ - SYMBOL "Build experimental symbol-db plugin" off \ - SCINTILLA "Build scintilla plugin" off + DEVHELP "Build devhelp plugin" on .include <bsd.port.pre.mk> @@ -75,30 +72,15 @@ CONFIGURE_ARGS+=--disable-plugin-subversion PLIST_SUB+= SVN="@comment " .endif -.if defined(WITH_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="" +.if defined(WITH_DEVHELP) +LIB_DEPENDS+= devhelp-1.0:${PORTSDIR}/devel/devhelp +PLIST_SUB+= DEVHELP="" .else -CONFIGURE_ARGS+=--disable-plugin-symbol-db -PLIST_SUB+= SYMBOL="@comment " +CONFIGURE_ARGS+=--disable-plugin-devhelp +PLIST_SUB+= DEVHELP="@comment " .endif 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' \ diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index aa83de8919c7..a52aeb6d51b4 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/anjuta-2.24.2.tar.bz2) = d1db75bc1c8d4ab4c9d180767e24e39a -SHA256 (gnome2/anjuta-2.24.2.tar.bz2) = 7b60753b98a12c5ae85b7fee126d280385ac67dd94a855ab50c17de862df6c68 -SIZE (gnome2/anjuta-2.24.2.tar.bz2) = 6713913 +MD5 (gnome2/anjuta-2.26.0.1.tar.bz2) = 84d3aae494f9866ca7d2a906be82a8df +SHA256 (gnome2/anjuta-2.26.0.1.tar.bz2) = 9e4778cfd9bdf364ebccdedb9305cbe49fb7bc215ef7b12f9f07db4dfb1e1e1f +SIZE (gnome2/anjuta-2.26.0.1.tar.bz2) = 7703345 diff --git a/devel/anjuta/files/patch-global-tags_create_global_tags.sh b/devel/anjuta/files/patch-global-tags_create_global_tags.sh deleted file mode 100644 index f542c83ea557..000000000000 --- a/devel/anjuta/files/patch-global-tags_create_global_tags.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- global-tags/create_global_tags.sh.in.orig Sun Jul 8 03:39:26 2007 -+++ global-tags/create_global_tags.sh.in 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-plugins_symbol-db_Makefile.in b/devel/anjuta/files/patch-plugins_symbol-db_Makefile.in new file mode 100644 index 000000000000..a7165a47d238 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_symbol-db_Makefile.in @@ -0,0 +1,11 @@ +--- plugins/symbol-db/Makefile.in.orig 2009-02-28 20:29:49.000000000 -0500 ++++ plugins/symbol-db/Makefile.in 2009-02-28 20:29:57.000000000 -0500 +@@ -369,7 +369,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = images test ++SUBDIRS = images + symbol_db_datadir = $(anjuta_data_dir) + symbol_db_data_DATA = tables.sql + diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist index 7aef13fece46..9652918a532d 100644 --- a/devel/anjuta/pkg-plist +++ b/devel/anjuta/pkg-plist @@ -1,7 +1,9 @@ bin/anjuta -bin/anjuta_import.sh bin/anjuta_launcher +bin/gbf-am-parse +bin/gbf-mkfile-parse include/libanjuta-1.0/libanjuta/anjuta-async-command.h +include/libanjuta-1.0/libanjuta/anjuta-async-notify.h include/libanjuta-1.0/libanjuta/anjuta-command.h include/libanjuta-1.0/libanjuta/anjuta-convert.h include/libanjuta-1.0/libanjuta/anjuta-debug.h @@ -27,9 +29,10 @@ 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.h include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h +include/libanjuta-1.0/libanjuta/gbf-project.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h @@ -76,6 +79,7 @@ include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.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-backend.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 @@ -96,9 +100,9 @@ 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 +%%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin lib/anjuta/anjuta-document-manager.plugin -%%SCINTILLA%%lib/anjuta/anjuta-editor.plugin +lib/anjuta/anjuta-editor.plugin lib/anjuta/anjuta-file-wizard.plugin lib/anjuta/anjuta-gdb.plugin lib/anjuta/anjuta-glade.plugin @@ -115,12 +119,13 @@ lib/anjuta/anjuta-run-program.plugin lib/anjuta/anjuta-sample.plugin lib/anjuta/anjuta-scratchbox.plugin lib/anjuta/anjuta-search.plugin +lib/anjuta/anjuta-starter.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/gbf-am.plugin +lib/anjuta/gbf-mkfile.plugin lib/anjuta/git.plugin lib/anjuta/language-manager.plugin lib/anjuta/libanjuta-build-basic-autotools.la @@ -133,12 +138,12 @@ 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 +%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la +%%DEVHELP%%lib/anjuta/libanjuta-devhelp.so lib/anjuta/libanjuta-document-manager.la lib/anjuta/libanjuta-document-manager.so -%%SCINTILLA%%lib/anjuta/libanjuta-editor.la -%%SCINTILLA%%lib/anjuta/libanjuta-editor.so +lib/anjuta/libanjuta-editor.la +lib/anjuta/libanjuta-editor.so lib/anjuta/libanjuta-file-wizard.la lib/anjuta/libanjuta-file-wizard.so lib/anjuta/libanjuta-gdb.la @@ -177,12 +182,12 @@ lib/anjuta/libanjuta-search.la lib/anjuta/libanjuta-search.so lib/anjuta/libanjuta-sourceview.la lib/anjuta/libanjuta-sourceview.so +lib/anjuta/libanjuta-starter.la +lib/anjuta/libanjuta-starter.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 -%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.la -%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.so +lib/anjuta/libanjuta-symbol-db.la +lib/anjuta/libanjuta-symbol-db.so lib/anjuta/libanjuta-terminal.la lib/anjuta/libanjuta-terminal.so lib/anjuta/libanjuta-tools.la @@ -190,21 +195,25 @@ lib/anjuta/libanjuta-tools.so lib/anjuta/libfile-manager.la lib/anjuta/libfile-manager.so lib/anjuta/libfile-manager.so.0 +lib/anjuta/libgbf-am.la +lib/anjuta/libgbf-am.so +lib/anjuta/libgbf-mkfile.la +lib/anjuta/libgbf-mkfile.so 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/anjuta/symbol-db.plugin lib/glade3/modules/libgladeanjuta.la lib/glade3/modules/libgladeanjuta.so -lib/libanjuta-ctags.la -lib/libanjuta-ctags.so -lib/libanjuta-ctags.so.0 lib/libanjuta.la lib/libanjuta.so lib/libanjuta.so.0 libdata/pkgconfig/libanjuta-1.0.pc share/anjuta/AUTHORS +share/anjuta/GBF/AmFiles.pm +share/anjuta/GBF/General.pm +share/anjuta/GBF/Make.pm share/anjuta/anjuta_project.template share/anjuta/build/automake-c.filters share/anjuta/class-templates/cc-header.tpl @@ -217,27 +226,30 @@ 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 -%%SCINTILLA%%share/anjuta/glade/anjuta-editor-scintilla.glade +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-glade.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-project-wizard.ui share/anjuta/glade/anjuta-run-program.glade share/anjuta/glade/anjuta-scratchbox.glade +share/anjuta/glade/anjuta-scratchbox-panel.png 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-symbol-db.glade share/anjuta/glade/anjuta-terminal-plugin.glade share/anjuta/glade/anjuta-tools.glade share/anjuta/glade/anjuta.glade share/anjuta/glade/applogo.png share/anjuta/glade/appwizard.png +share/anjuta/glade/create_dialogs.glade share/anjuta/glade/file-manager.glade +share/anjuta/glade/gbf-am-dialogs.glade share/anjuta/glade/patch-plugin.glade share/anjuta/glade/profiler-call-graph.glade share/anjuta/glade/profiler-flat-profile.glade @@ -248,6 +260,7 @@ share/anjuta/glade/start-with-open.png share/anjuta/glade/start-with-wizard.png share/anjuta/gtodo/gtodo.css share/anjuta/gtodo/gtodo.xsl +share/anjuta/gtodo/gtodo-plain.xsl share/anjuta/languages.xml share/anjuta/layout.xml share/anjuta/macros.xml @@ -282,14 +295,16 @@ share/anjuta/project/gcj-logo.png share/anjuta/project/gcj.wiz share/anjuta/project/gcj/configure.ac.tpl share/anjuta/project/gcj/src/Makefile.am.tpl +share/anjuta/project/gnome-applet.wiz +share/anjuta/project/gnome-applet/HACKING +share/anjuta/project/gnome-applet/Makefile.am.tpl +share/anjuta/project/gnome-applet/autogen.sh +share/anjuta/project/gnome-applet/configure.ac.tpl +share/anjuta/project/gnome-applet/src/GNOME_Applet.server.in.in +share/anjuta/project/gnome-applet/src/Makefile.am.tpl +share/anjuta/project/gnome-applet/src/main.c share/anjuta/project/gnome-logo.png -share/anjuta/project/gnome.wiz share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gnome/src/Makefile.am.tpl -share/anjuta/project/gnome/src/callbacks.c -share/anjuta/project/gnome/src/callbacks.h -share/anjuta/project/gnome/src/main.c -share/anjuta/project/gnome/src/project.glade share/anjuta/project/gtk-logo.png share/anjuta/project/gtk.wiz share/anjuta/project/gtk/po/POTFILES.in @@ -315,6 +330,7 @@ share/anjuta/project/licenses/BSD share/anjuta/project/licenses/GPL share/anjuta/project/licenses/LGPL share/anjuta/project/licenses/None +share/anjuta/project/m4/as-ac-expand.m4 share/anjuta/project/minimal.wiz share/anjuta/project/minimal/Makefile.am.tpl share/anjuta/project/minimal/autogen.sh @@ -377,56 +393,10 @@ 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 -%%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/properties/anjuta.properties +share/anjuta/properties/styles.properties +share/anjuta/properties/user.properties +share/anjuta/tables.sql share/anjuta/tools/find-fixmes.pl share/anjuta/tools/prepare-changelog.pl share/anjuta/tools/tools-2.xml @@ -434,8 +404,8 @@ share/anjuta/tools/translation-status.pl share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui share/anjuta/ui/anjuta-cvs.ui share/anjuta/ui/anjuta-debug-manager.ui -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui +%%DEVHELP%%share/anjuta/ui/anjuta-devhelp-simple.ui +%%DEVHELP%%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 @@ -450,7 +420,7 @@ share/anjuta/ui/anjuta-run-program.ui share/anjuta/ui/anjuta-sample.ui share/anjuta/ui/anjuta-search.ui %%SVN%%share/anjuta/ui/anjuta-subversion.ui -share/anjuta/ui/anjuta-symbol-browser-plugin.ui +share/anjuta/ui/anjuta-symbol-db-plugin.ui share/anjuta/ui/anjuta-terminal-plugin.ui share/anjuta/ui/anjuta-tools.ui share/anjuta/ui/anjuta.ui @@ -490,6 +460,7 @@ 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/debugger-states.png share/doc/libanjuta/header-block.html share/doc/libanjuta/home.png share/doc/libanjuta/index.html @@ -585,6 +556,19 @@ share/doc/libanjuta/writing-plugins-simple.html share/doc/libanjuta/writing-plugins-sources.html share/doc/libanjuta/writing-plugins.html share/glade3/catalogs/anjuta-glade.xml +share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml +share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png +share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png +share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png +share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png +share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png +share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png +share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png +share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png +share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png +share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png +share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png +share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.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 @@ -614,7 +598,10 @@ share/gnome/help/anjuta-manual/C/figures/prefs_print.png share/gnome/help/anjuta-manual/C/figures/print_dlg.png share/gnome/help/anjuta-manual/C/figures/print_preview.png share/gnome/help/anjuta-manual/C/figures/project-window.png +share/gnome/help/anjuta-manual/C/figures/project_group.png share/gnome/help/anjuta-manual/C/figures/project_info.png +share/gnome/help/anjuta-manual/C/figures/project_target.png +share/gnome/help/anjuta-manual/C/figures/project_target_details.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 @@ -631,6 +618,7 @@ share/gnome/help/anjuta-manual/C/figures/stack.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/fileoperations.xml +share/gnome/help/anjuta-manual/C/glade.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 @@ -639,6 +627,92 @@ 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/help/anjuta-manual/de/anjuta-manual.xml +share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/de/figures/attach.png +share/gnome/help/anjuta-manual/de/figures/brk_add.png +share/gnome/help/anjuta-manual/de/figures/brk_dlg.png +share/gnome/help/anjuta-manual/de/figures/configure_dlg.png +share/gnome/help/anjuta-manual/de/figures/display_macro.png +share/gnome/help/anjuta-manual/de/figures/editor_guides.png +share/gnome/help/anjuta-manual/de/figures/editor_margins.png +share/gnome/help/anjuta-manual/de/figures/editor_markers.png +share/gnome/help/anjuta-manual/de/figures/file_menu.png +share/gnome/help/anjuta-manual/de/figures/insert_text.png +share/gnome/help/anjuta-manual/de/figures/keyword_macro.png +share/gnome/help/anjuta-manual/de/figures/local_variables.png +share/gnome/help/anjuta-manual/de/figures/menubar.png +share/gnome/help/anjuta-manual/de/figures/message_win.png +share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/de/figures/open_file.png +share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/de/figures/prefs_print.png +share/gnome/help/anjuta-manual/de/figures/print_dlg.png +share/gnome/help/anjuta-manual/de/figures/print_preview.png +share/gnome/help/anjuta-manual/de/figures/project-window.png +share/gnome/help/anjuta-manual/de/figures/project_group.png +share/gnome/help/anjuta-manual/de/figures/project_info.png +share/gnome/help/anjuta-manual/de/figures/project_target.png +share/gnome/help/anjuta-manual/de/figures/project_target_details.png +share/gnome/help/anjuta-manual/de/figures/registers.png +share/gnome/help/anjuta-manual/de/figures/save_as_file.png +share/gnome/help/anjuta-manual/de/figures/search_expr.png +share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/de/figures/search_replace.png +share/gnome/help/anjuta-manual/de/figures/search_setting.png +share/gnome/help/anjuta-manual/de/figures/search_target.png +share/gnome/help/anjuta-manual/de/figures/search_target_action.png +share/gnome/help/anjuta-manual/de/figures/search_target_in.png +share/gnome/help/anjuta-manual/de/figures/sharedlibs.png +share/gnome/help/anjuta-manual/de/figures/signals.png +share/gnome/help/anjuta-manual/de/figures/stack.png +share/gnome/help/anjuta-manual/de/figures/symbol_browser.png +share/gnome/help/anjuta-manual/de/figures/tool-editor.png +share/gnome/help/anjuta-manual/el/anjuta-manual.xml +share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/el/figures/attach.png +share/gnome/help/anjuta-manual/el/figures/brk_add.png +share/gnome/help/anjuta-manual/el/figures/brk_dlg.png +share/gnome/help/anjuta-manual/el/figures/configure_dlg.png +share/gnome/help/anjuta-manual/el/figures/display_macro.png +share/gnome/help/anjuta-manual/el/figures/editor_guides.png +share/gnome/help/anjuta-manual/el/figures/editor_margins.png +share/gnome/help/anjuta-manual/el/figures/editor_markers.png +share/gnome/help/anjuta-manual/el/figures/file_menu.png +share/gnome/help/anjuta-manual/el/figures/insert_text.png +share/gnome/help/anjuta-manual/el/figures/keyword_macro.png +share/gnome/help/anjuta-manual/el/figures/local_variables.png +share/gnome/help/anjuta-manual/el/figures/menubar.png +share/gnome/help/anjuta-manual/el/figures/message_win.png +share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/el/figures/open_file.png +share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/el/figures/prefs_print.png +share/gnome/help/anjuta-manual/el/figures/print_dlg.png +share/gnome/help/anjuta-manual/el/figures/print_preview.png +share/gnome/help/anjuta-manual/el/figures/project-window.png +share/gnome/help/anjuta-manual/el/figures/project_group.png +share/gnome/help/anjuta-manual/el/figures/project_info.png +share/gnome/help/anjuta-manual/el/figures/project_target.png +share/gnome/help/anjuta-manual/el/figures/project_target_details.png +share/gnome/help/anjuta-manual/el/figures/registers.png +share/gnome/help/anjuta-manual/el/figures/save_as_file.png +share/gnome/help/anjuta-manual/el/figures/search_expr.png +share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/el/figures/search_replace.png +share/gnome/help/anjuta-manual/el/figures/search_setting.png +share/gnome/help/anjuta-manual/el/figures/search_target.png +share/gnome/help/anjuta-manual/el/figures/search_target_action.png +share/gnome/help/anjuta-manual/el/figures/search_target_in.png +share/gnome/help/anjuta-manual/el/figures/sharedlibs.png +share/gnome/help/anjuta-manual/el/figures/signals.png +share/gnome/help/anjuta-manual/el/figures/stack.png +share/gnome/help/anjuta-manual/el/figures/symbol_browser.png +share/gnome/help/anjuta-manual/el/figures/tool-editor.png share/gnome/help/anjuta-manual/es/anjuta-manual.xml share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png @@ -663,7 +737,10 @@ share/gnome/help/anjuta-manual/es/figures/prefs_print.png share/gnome/help/anjuta-manual/es/figures/print_dlg.png share/gnome/help/anjuta-manual/es/figures/print_preview.png share/gnome/help/anjuta-manual/es/figures/project-window.png +share/gnome/help/anjuta-manual/es/figures/project_group.png share/gnome/help/anjuta-manual/es/figures/project_info.png +share/gnome/help/anjuta-manual/es/figures/project_target.png +share/gnome/help/anjuta-manual/es/figures/project_target_details.png share/gnome/help/anjuta-manual/es/figures/registers.png share/gnome/help/anjuta-manual/es/figures/save_as_file.png share/gnome/help/anjuta-manual/es/figures/search_expr.png @@ -679,6 +756,49 @@ share/gnome/help/anjuta-manual/es/figures/signals.png share/gnome/help/anjuta-manual/es/figures/stack.png share/gnome/help/anjuta-manual/es/figures/symbol_browser.png share/gnome/help/anjuta-manual/es/figures/tool-editor.png +share/gnome/help/anjuta-manual/eu/anjuta-manual.xml +share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/eu/figures/attach.png +share/gnome/help/anjuta-manual/eu/figures/brk_add.png +share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png +share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png +share/gnome/help/anjuta-manual/eu/figures/display_macro.png +share/gnome/help/anjuta-manual/eu/figures/editor_guides.png +share/gnome/help/anjuta-manual/eu/figures/editor_margins.png +share/gnome/help/anjuta-manual/eu/figures/editor_markers.png +share/gnome/help/anjuta-manual/eu/figures/file_menu.png +share/gnome/help/anjuta-manual/eu/figures/insert_text.png +share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png +share/gnome/help/anjuta-manual/eu/figures/local_variables.png +share/gnome/help/anjuta-manual/eu/figures/menubar.png +share/gnome/help/anjuta-manual/eu/figures/message_win.png +share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/eu/figures/open_file.png +share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/eu/figures/prefs_print.png +share/gnome/help/anjuta-manual/eu/figures/print_dlg.png +share/gnome/help/anjuta-manual/eu/figures/print_preview.png +share/gnome/help/anjuta-manual/eu/figures/project-window.png +share/gnome/help/anjuta-manual/eu/figures/project_info.png +share/gnome/help/anjuta-manual/eu/figures/project_group.png +share/gnome/help/anjuta-manual/eu/figures/project_target.png +share/gnome/help/anjuta-manual/eu/figures/project_target_details.png +share/gnome/help/anjuta-manual/eu/figures/registers.png +share/gnome/help/anjuta-manual/eu/figures/save_as_file.png +share/gnome/help/anjuta-manual/eu/figures/search_expr.png +share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/eu/figures/search_replace.png +share/gnome/help/anjuta-manual/eu/figures/search_setting.png +share/gnome/help/anjuta-manual/eu/figures/search_target.png +share/gnome/help/anjuta-manual/eu/figures/search_target_action.png +share/gnome/help/anjuta-manual/eu/figures/search_target_in.png +share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png +share/gnome/help/anjuta-manual/eu/figures/signals.png +share/gnome/help/anjuta-manual/eu/figures/stack.png +share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png +share/gnome/help/anjuta-manual/eu/figures/tool-editor.png share/gnome/help/anjuta-manual/oc/anjuta-manual.xml share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png @@ -704,6 +824,9 @@ share/gnome/help/anjuta-manual/oc/figures/print_dlg.png share/gnome/help/anjuta-manual/oc/figures/print_preview.png share/gnome/help/anjuta-manual/oc/figures/project-window.png share/gnome/help/anjuta-manual/oc/figures/project_info.png +share/gnome/help/anjuta-manual/oc/figures/project_group.png +share/gnome/help/anjuta-manual/oc/figures/project_target.png +share/gnome/help/anjuta-manual/oc/figures/project_target_details.png share/gnome/help/anjuta-manual/oc/figures/registers.png share/gnome/help/anjuta-manual/oc/figures/save_as_file.png share/gnome/help/anjuta-manual/oc/figures/search_expr.png @@ -744,6 +867,9 @@ share/gnome/help/anjuta-manual/sv/figures/print_dlg.png share/gnome/help/anjuta-manual/sv/figures/print_preview.png share/gnome/help/anjuta-manual/sv/figures/project-window.png share/gnome/help/anjuta-manual/sv/figures/project_info.png +share/gnome/help/anjuta-manual/sv/figures/project_group.png +share/gnome/help/anjuta-manual/sv/figures/project_target.png +share/gnome/help/anjuta-manual/sv/figures/project_target_details.png share/gnome/help/anjuta-manual/sv/figures/registers.png share/gnome/help/anjuta-manual/sv/figures/save_as_file.png share/gnome/help/anjuta-manual/sv/figures/search_expr.png @@ -777,6 +903,7 @@ 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/eu/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 @@ -792,6 +919,7 @@ share/locale/ja/LC_MESSAGES/anjuta.mo share/locale/kn/LC_MESSAGES/anjuta.mo share/locale/ko/LC_MESSAGES/anjuta.mo share/locale/lt/LC_MESSAGES/anjuta.mo +share/locale/lv/LC_MESSAGES/anjuta.mo share/locale/mk/LC_MESSAGES/anjuta.mo share/locale/ml/LC_MESSAGES/anjuta.mo share/locale/mr/LC_MESSAGES/anjuta.mo @@ -800,6 +928,7 @@ share/locale/nb/LC_MESSAGES/anjuta.mo share/locale/ne/LC_MESSAGES/anjuta.mo share/locale/nl/LC_MESSAGES/anjuta.mo share/locale/oc/LC_MESSAGES/anjuta.mo +share/locale/or/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 @@ -813,6 +942,7 @@ share/locale/sq/LC_MESSAGES/anjuta.mo share/locale/sr/LC_MESSAGES/anjuta.mo share/locale/sr@latin/LC_MESSAGES/anjuta.mo share/locale/sv/LC_MESSAGES/anjuta.mo +share/locale/te/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 @@ -823,7 +953,10 @@ share/locale/zh_TW/LC_MESSAGES/anjuta.mo share/mime/application/x-anjuta.xml share/mime/packages/anjuta.xml share/omf/anjuta-manual/anjuta-manual-C.omf +share/omf/anjuta-manual/anjuta-manual-de.omf +share/omf/anjuta-manual/anjuta-manual-el.omf share/omf/anjuta-manual/anjuta-manual-es.omf +share/omf/anjuta-manual/anjuta-manual-eu.omf share/omf/anjuta-manual/anjuta-manual-oc.omf share/omf/anjuta-manual/anjuta-manual-sv.omf share/pixmaps/anjuta/anjuta-attach-16.png @@ -853,6 +986,8 @@ share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png +share/pixmaps/anjuta/anjuta-build-16.png +share/pixmaps/anjuta/anjuta-build-24.png share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png @@ -865,20 +1000,22 @@ share/pixmaps/anjuta/anjuta-cvs-plugin-48.png share/pixmaps/anjuta/anjuta-cvs-plugin.svg share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg -share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -share/pixmaps/anjuta/anjuta-devhelp-plugin.svg +%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png +%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png share/pixmaps/anjuta/anjuta-document-manager-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-scintilla-plugin-48.png +share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg share/pixmaps/anjuta/element-class-16.png share/pixmaps/anjuta/element-delegate-16.png share/pixmaps/anjuta/element-enumeration-16.png share/pixmaps/anjuta/element-event-16.png share/pixmaps/anjuta/element-field-16.png share/pixmaps/anjuta/element-interface-16.png +share/pixmaps/anjuta/element-interface-24.png share/pixmaps/anjuta/element-literal-16.png share/pixmaps/anjuta/element-method-16.png +share/pixmaps/anjuta/element-method-24.png share/pixmaps/anjuta/element-namespace-16.png share/pixmaps/anjuta/element-property-16.png share/pixmaps/anjuta/element-structure-16.png @@ -896,20 +1033,12 @@ 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 -share/pixmaps/anjuta/anjuta-go-help-next-24.png -share/pixmaps/anjuta/anjuta-go-help-prev-16.png -share/pixmaps/anjuta/anjuta-go-help-prev-24.png share/pixmaps/anjuta/anjuta-go-history-next-16.png share/pixmaps/anjuta/anjuta-go-history-next-24.png share/pixmaps/anjuta/anjuta-go-history-prev-16.png share/pixmaps/anjuta/anjuta-go-history-prev-24.png share/pixmaps/anjuta/anjuta-go-line-16.png share/pixmaps/anjuta/anjuta-go-line-24.png -share/pixmaps/anjuta/anjuta-go-match-next-16.png -share/pixmaps/anjuta/anjuta-go-match-next-24.png -share/pixmaps/anjuta/anjuta-go-match-prev-16.png -share/pixmaps/anjuta/anjuta-go-match-prev-24.png share/pixmaps/anjuta/anjuta-go-message-next-16.png share/pixmaps/anjuta/anjuta-go-message-next-24.png share/pixmaps/anjuta/anjuta-go-message-prev-16.png @@ -962,9 +1091,7 @@ share/pixmaps/anjuta/anjuta-step-over-24.png %%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg 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-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 @@ -980,9 +1107,12 @@ share/pixmaps/anjuta/breakpoint.png share/pixmaps/anjuta/class_logo.xpm share/pixmaps/anjuta/directory-accept.png share/pixmaps/anjuta/directory.png +share/pixmaps/anjuta/gbf-am-plugin-48.png +share/pixmaps/anjuta/gbf-build.png +share/pixmaps/anjuta/gbf-install.png +share/pixmaps/anjuta/gbf-mkfile-plugin-48.png share/pixmaps/anjuta/gtodo-about.png share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/gtodo_tray.png share/pixmaps/anjuta/locals.png share/pixmaps/anjuta/madeinanjuta.xcf share/pixmaps/anjuta/password.png @@ -990,24 +1120,40 @@ share/pixmaps/anjuta/pointer.png share/pixmaps/anjuta/preferences-editor.png share/pixmaps/anjuta/stack.png share/pixmaps/anjuta/start-with-import.png +share/pixmaps/anjuta/starter_logo.png +share/pixmaps/anjuta/vcs-added.png +share/pixmaps/anjuta/vcs-conflict.png +share/pixmaps/anjuta/vcs-deleted.png +share/pixmaps/anjuta/vcs-ignored.png +share/pixmaps/anjuta/vcs-modified.png +share/pixmaps/anjuta/vcs-unversioned.png +share/pixmaps/anjuta/vcs-updated.png @dirrm share/pixmaps/anjuta @dirrm share/omf/anjuta-manual @dirrm share/gnome/help/anjuta-manual/sv/figures @dirrm share/gnome/help/anjuta-manual/sv @dirrm share/gnome/help/anjuta-manual/oc/figures @dirrm share/gnome/help/anjuta-manual/oc +@dirrm share/gnome/help/anjuta-manual/eu/figures +@dirrm share/gnome/help/anjuta-manual/eu @dirrm share/gnome/help/anjuta-manual/es/figures @dirrm share/gnome/help/anjuta-manual/es +@dirrm share/gnome/help/anjuta-manual/el/figures +@dirrm share/gnome/help/anjuta-manual/el +@dirrm share/gnome/help/anjuta-manual/de/figures +@dirrm share/gnome/help/anjuta-manual/de @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/help/anjuta-build-tutorial/C/figures +@dirrm share/gnome/help/anjuta-build-tutorial/C +@dirrm share/gnome/help/anjuta-build-tutorial @dirrmtry share/icons/gnome/48x48/mimetypes @dirrm share/anjuta/ui @dirrm share/anjuta/tools -@dirrm share/anjuta/scripts -%%SCINTILLA%%@dirrm share/anjuta/properties +@dirrm share/anjuta/properties @dirrm share/anjuta/project/xlib/src @dirrm share/anjuta/project/xlib/po @dirrm share/anjuta/project/xlib-dock/src @@ -1030,6 +1176,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/m4 @dirrm share/anjuta/project/licenses @dirrm share/anjuta/project/java/src @dirrm share/anjuta/project/java/po @@ -1040,7 +1187,8 @@ share/pixmaps/anjuta/start-with-import.png @dirrm share/anjuta/project/gtk/src @dirrm share/anjuta/project/gtk/po @dirrm share/anjuta/project/gtk -@dirrm share/anjuta/project/gnome/src +@dirrm share/anjuta/project/gnome-applet/src +@dirrm share/anjuta/project/gnome-applet @dirrm share/anjuta/project/gnome/po @dirrm share/anjuta/project/gnome @dirrm share/anjuta/project/gcj/src @@ -1060,6 +1208,7 @@ share/pixmaps/anjuta/start-with-import.png @dirrm share/anjuta/glade @dirrm share/anjuta/class-templates @dirrm share/anjuta/build +@dirrm share/anjuta/GBF @dirrm share/anjuta @dirrm share/doc/libanjuta %%PORTDOCS%%@dirrm %%DOCSDIR%% @@ -1072,6 +1221,8 @@ share/pixmaps/anjuta/start-with-import.png @dirrmtry share/applications @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/locale/si/LC_MESSAGES diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index 5362c457bcf7..c38fb093c727 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.71 2008/11/25 17:43:11 mezz Exp $ +# $MCom: ports/devel/bug-buddy/Makefile,v 1.74 2009/03/18 00:35:01 kwm Exp $ # PORTNAME= bug-buddy -PORTVERSION= 2.24.2 +PORTVERSION= 2.26.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo index b4d410c17103..a00a22b53d8d 100644 --- a/devel/bug-buddy/distinfo +++ b/devel/bug-buddy/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/bug-buddy-2.24.2.tar.bz2) = faeeb2351398b9284eee794ff6ea9588 -SHA256 (gnome2/bug-buddy-2.24.2.tar.bz2) = d64125505546183d44727e812b0ac7e9c60f0fff0eaf164b874974647067cbb4 -SIZE (gnome2/bug-buddy-2.24.2.tar.bz2) = 1109562 +MD5 (gnome2/bug-buddy-2.26.0.tar.bz2) = f92663a1a819f83e3eb3004f9e8a687a +SHA256 (gnome2/bug-buddy-2.26.0.tar.bz2) = 91780659fb3f360ed2f2b0804ceb619d9cbc7754115bf50f442bdd2c7dca224c +SIZE (gnome2/bug-buddy-2.26.0.tar.bz2) = 1051956 diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc index 801be10640bf..7007a9101cb3 100644 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc @@ -1,6 +1,6 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2007-08-16 13:55:38.000000000 -0400 -+++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 19:21:10.000000000 -0400 -@@ -6,8 +6,14 @@ +--- gnome-breakpad/gnome-breakpad.cc.orig 2009-02-16 15:24:48.000000000 +0100 ++++ gnome-breakpad/gnome-breakpad.cc 2009-02-22 16:25:50.000000000 +0100 +@@ -25,8 +25,14 @@ #include <cassert> #include <cstring> @@ -15,15 +15,15 @@ #include <sys/types.h> #include <sys/stat.h> -@@ -114,6 +120,7 @@ find_in_debug_path (const char *filename +@@ -264,6 +270,7 @@ find_in_debug_path (const char *filename } - + +#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 static gboolean elf_has_debug_symbols (const char *filename) { -@@ -166,7 +173,7 @@ elf_has_debug_symbols (const char *filen +@@ -316,7 +323,7 @@ elf_has_debug_symbols (const char *filen elf_end (elf); return false; } @@ -32,21 +32,24 @@ -@@ -269,9 +276,17 @@ check_if_gdb (void *callback_context) +@@ -429,11 +436,18 @@ check_if_gdb () + _exit (1); _exit(0); } - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - memset(mypath, 0, sizeof(mypath)); -+#ifndef __FreeBSD__ - readlink ("/proc/self/exe", mypath, sizeof(mypath)); +- ++ ++#if !defined(__FreeBSD__) + mypath = g_file_read_link ("/proc/self/exe", NULL); +#else -+ readlink ("/proc/curproc/file", mypath, sizeof(mypath)); ++ mypath = g_file_read_link ("/proc/curproc/file", NULL); +#endif - has_debug_symbols = elf_has_debug_symbols (mypath); -+#else -+ has_debug_symbols = TRUE; + if (mypath) ++#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 + has_debug_symbols = elf_has_debug_symbols (mypath); +- ++#else ++ has_debug_symbols = TRUE; +#endif - + g_free (mypath); if (bugbuddy && gdb && has_debug_symbols) { diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist index 7655acd7ebcb..641480473ee2 100644 --- a/devel/bug-buddy/pkg-plist +++ b/devel/bug-buddy/pkg-plist @@ -4,14 +4,6 @@ lib/gtk-2.0/modules/libgnomebreakpad.so share/applications/bug-buddy.desktop %%DATADIR%%/bug-buddy.gtkbuilder %%DATADIR%%/bug-buddy.menu -%%DATADIR%%/bugzilla/gnome.bugzilla -%%DATADIR%%/bugzilla/gnome/config -%%DATADIR%%/bugzilla/gnome/mostfreq -%%DATADIR%%/bugzilla/gnome/products -%%DATADIR%%/bugzilla/ximian.bugzilla -%%DATADIR%%/bugzilla/ximian/config -%%DATADIR%%/bugzilla/ximian/mostfreq -%%DATADIR%%/bugzilla/ximian/products %%DATADIR%%/gdb-cmd share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png share/icons/hicolor/16x16/apps/bug-buddy.png @@ -107,9 +99,6 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo @dirrmtry share/icons/HighContrastLargePrint/48x48/apps @dirrmtry share/icons/HighContrastLargePrint/48x48 @dirrmtry share/icons/HighContrastLargePrint -@dirrm %%DATADIR%%/bugzilla/ximian -@dirrm %%DATADIR%%/bugzilla/gnome -@dirrm %%DATADIR%%/bugzilla @dirrm %%DATADIR%% @dirrmtry share/applications @dirrmtry share/locale/zh_HK/LC_MESSAGES diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 1aea54eb0fca..8b68d782cc2b 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,10 +3,10 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.10 2009/01/09 22:20:28 kwm Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.12 2009/01/11 18:03:38 marcus Exp $ PORTNAME= devhelp -PORTVERSION= 0.21 +PORTVERSION= 0.22 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -15,10 +15,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= kwm@FreeBSD.org COMMENT= Developer help browser for GNOME 2 +LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 + USE_BZIP2= yes USE_XORG= x11 USE_GETTEXT= yes -USE_GECKO= firefox xulrunner USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck USE_AUTOTOOLS= libtool:15 @@ -28,12 +29,10 @@ USE_LDCONFIG= yes GCONF_SCHEMAS= devhelp.schemas CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} OPTIONS= GEDIT "Enable GEdit plug-in support" off .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_GEDIT) BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index 406da7173b39..8c21dd82e15f 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/devhelp-0.21.tar.bz2) = 24ad71080dde0778cb42c30575b5aca6 -SHA256 (gnome2/devhelp-0.21.tar.bz2) = f2f76e1804afcad248216d494ebc331b670851ccf701dacd295baf87f1273c20 -SIZE (gnome2/devhelp-0.21.tar.bz2) = 549576 +MD5 (gnome2/devhelp-0.22.tar.bz2) = 7cdd0688dba0184b6dd2688532af24cb +SHA256 (gnome2/devhelp-0.22.tar.bz2) = 1fa4b69c99b10de0e27374e18eea7988e3e8f9243020a22a47f79c9ccad92947 +SIZE (gnome2/devhelp-0.22.tar.bz2) = 517581 diff --git a/devel/devhelp/files/patch-src_dh-base.c b/devel/devhelp/files/patch-src_dh-base.c index ffa3c3b54602..3dbf1c71cf4e 100644 --- a/devel/devhelp/files/patch-src_dh-base.c +++ b/devel/devhelp/files/patch-src_dh-base.c @@ -1,13 +1,14 @@ ---- src/dh-base.c.orig Tue May 15 13:00:24 2007 -+++ src/dh-base.c Sun Jul 8 03:48:13 2007 -@@ -233,6 +233,10 @@ base_add_books_in_data_dir (DhBase *base - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - base_add_books (base, dir); - g_free (dir); +--- src/dh-base.c.orig 2008-10-11 00:00:18.000000000 +0200 ++++ src/dh-base.c 2009-01-09 23:10:12.000000000 +0100 +@@ -214,6 +214,11 @@ base_add_books_in_data_dir (DhBase + dir = g_build_filename (data_dir, "devhelp", "books", NULL); + base_add_books (base, dir); + g_free (dir); ++ ++ dir = g_build_filename (data_dir, "doc", NULL); ++ base_add_books (base, dir); ++ g_free (dir); + -+ dir = g_build_filename (data_dir, "doc", NULL); -+ base_add_books (base, dir); -+ g_free (dir); } static void diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist index e657eb546eff..83649fae27a5 100644 --- a/devel/devhelp/pkg-plist +++ b/devel/devhelp/pkg-plist @@ -1,16 +1,13 @@ bin/devhelp +include/devhelp-1.0/devhelp/dh-assistant-view.h +include/devhelp-1.0/devhelp/dh-assistant.h include/devhelp-1.0/devhelp/dh-base.h include/devhelp-1.0/devhelp/dh-book-tree.h include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-html.h include/devhelp-1.0/devhelp/dh-keyword-model.h include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-parser.h -include/devhelp-1.0/devhelp/dh-preferences.h include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.0/devhelp/dh-util.h include/devhelp-1.0/devhelp/dh-window.h -include/devhelp-1.0/devhelp/eggfindbar.h %%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin %%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py %%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc @@ -24,12 +21,11 @@ lib/libdevhelp-1.so lib/libdevhelp-1.so.0 libdata/pkgconfig/libdevhelp-1.0.pc share/applications/devhelp.desktop -share/devhelp/default-prefs.js -share/devhelp/devhelp.glade +share/devhelp/assistant/assistant.css +share/devhelp/assistant/assistant.js +share/devhelp/devhelp.defaults share/devhelp/dtd/devhelp-1.dtd -share/devhelp/images/book_closed.png -share/devhelp/images/book_open.png -share/devhelp/images/helpdoc.png +share/devhelp/ui/devhelp.builder share/devhelp/ui/window.ui share/icons/hicolor/16x16/apps/devhelp.png share/icons/hicolor/22x22/apps/devhelp.png @@ -72,7 +68,6 @@ share/locale/lt/LC_MESSAGES/devhelp.mo share/locale/lv/LC_MESSAGES/devhelp.mo share/locale/mk/LC_MESSAGES/devhelp.mo share/locale/ml/LC_MESSAGES/devhelp.mo -share/locale/mr/LC_MESSAGES/devhelp.mo share/locale/ms/LC_MESSAGES/devhelp.mo share/locale/nb/LC_MESSAGES/devhelp.mo share/locale/ne/LC_MESSAGES/devhelp.mo @@ -82,6 +77,7 @@ share/locale/oc/LC_MESSAGES/devhelp.mo share/locale/or/LC_MESSAGES/devhelp.mo share/locale/pa/LC_MESSAGES/devhelp.mo share/locale/pl/LC_MESSAGES/devhelp.mo +share/locale/ps/LC_MESSAGES/devhelp.mo share/locale/pt/LC_MESSAGES/devhelp.mo share/locale/pt_BR/LC_MESSAGES/devhelp.mo share/locale/ru/LC_MESSAGES/devhelp.mo @@ -90,7 +86,7 @@ share/locale/sk/LC_MESSAGES/devhelp.mo share/locale/sl/LC_MESSAGES/devhelp.mo share/locale/sq/LC_MESSAGES/devhelp.mo share/locale/sr/LC_MESSAGES/devhelp.mo -share/locale/sr@latin/LC_MESSAGES/devhelp.mo +share/locale/sr@Latn/LC_MESSAGES/devhelp.mo share/locale/sv/LC_MESSAGES/devhelp.mo share/locale/ta/LC_MESSAGES/devhelp.mo share/locale/te/LC_MESSAGES/devhelp.mo @@ -104,6 +100,7 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.mo @dirrm share/devhelp/ui @dirrm share/devhelp/images @dirrm share/devhelp/dtd +@dirrm share/devhelp/assistant @dirrm share/devhelp @dirrm include/devhelp-1.0/devhelp @dirrm include/devhelp-1.0 @@ -111,10 +108,12 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@Latn/LC_MESSAGES +@dirrmtry share/locale/sr@Latn @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc @dirrmtry share/locale/mr/LC_MESSAGES diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index ed6f8d8cd495..250fbed4fe6e 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.102 2008/09/23 04:54:38 marcus Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.106 2009/03/18 00:42:34 kwm Exp $ # PORTNAME= gconf2 -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo index f3cebd9eea58..4330c8a589a6 100644 --- a/devel/gconf2/distinfo +++ b/devel/gconf2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/GConf-2.24.0.tar.bz2) = 4971d96f5ba94fe4a69396267bd5afe8 -SHA256 (gnome2/GConf-2.24.0.tar.bz2) = 990003904ee13b2fd98a61d55fa4d0fcb30fb233454a036bb9465f42d1acbb1b -SIZE (gnome2/GConf-2.24.0.tar.bz2) = 1467817 +MD5 (gnome2/GConf-2.26.0.tar.bz2) = b010f0de356ea093c6a73778b13de956 +SHA256 (gnome2/GConf-2.26.0.tar.bz2) = 2b9fe741f84d78d7c4f18835728facce81f7db656c2c37f669ee61785911da10 +SIZE (gnome2/GConf-2.26.0.tar.bz2) = 1490741 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab deleted file mode 100644 index 6f25900e7de2..000000000000 --- a/devel/gconf2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Aug 4 22:38:39 2002 -+++ Makefile.in Sun Aug 4 22:39:52 2002 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in new file mode 100644 index 000000000000..0b60822c7c27 --- /dev/null +++ b/devel/gconf2/files/patch-gconf_default.path.in @@ -0,0 +1,11 @@ +--- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 ++++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 +@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" + xml:readwrite:$(HOME)/.gconf + + # Location for system-wide settings that are set by the defaults mechanism +-xml:readonly:/etc/gconf/gconf.xml.system ++xml:readonly:@sysgconfdir@/gconf.xml.system + + # To read in any defaults settings that the Sys Admin may have created + # prior to a desktop system upgrade. The SysAdmin can stick default values diff --git a/devel/gconf2/files/patch-gconf_gconfd.c b/devel/gconf2/files/patch-gconf_gconfd.c deleted file mode 100644 index 31a6470a42e5..000000000000 --- a/devel/gconf2/files/patch-gconf_gconfd.c +++ /dev/null @@ -1,62 +0,0 @@ ---- gconf/gconfd.c.orig 2008-05-10 08:34:31.000000000 -0400 -+++ gconf/gconfd.c 2008-08-16 14:08:05.000000000 -0400 -@@ -123,12 +123,6 @@ static void gconf_handle_segv (int signu - - static gboolean in_shutdown = FALSE; - --/* -- * Flag indicating we received a SIGHUP and we should reaload -- * all sources during the next periodic_cleanup() -- */ --static gboolean need_db_reload = FALSE; -- - /* - * CORBA goo - */ -@@ -408,6 +402,18 @@ gconf_server_load_sources(void) - } - } - -+static void -+reload_db (void) -+{ -+ gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -+ -+ logfile_save (); -+ shutdown_databases (); -+ init_databases (); -+ gconf_server_load_sources (); -+ logfile_read (); -+} -+ - /* - * Signal handlers should not log debug messages as this code is non-reentrant. - * Please avoid calling gconf_log in this function. -@@ -471,8 +477,7 @@ signal_handler (int signo) - case SIGHUP: - --in_fatal; - -- /* reload sources during next periodic_cleanup() */ -- need_db_reload = TRUE; -+ reload_db (); - break; - #endif - -@@ -828,17 +833,6 @@ static gboolean need_log_cleanup = FALSE - static gboolean - periodic_cleanup_timeout(gpointer data) - { -- if (need_db_reload) -- { -- gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -- -- need_db_reload = FALSE; -- logfile_save (); -- shutdown_databases (); -- init_databases (); -- gconf_server_load_sources (); -- logfile_read (); -- } - - gconf_log (GCL_DEBUG, "Performing periodic cleanup, expiring cache cruft"); - diff --git a/devel/gconf2/files/patch-gconf_gconftool.c b/devel/gconf2/files/patch-gconf_gconftool.c deleted file mode 100644 index f3c3d2fb0867..000000000000 --- a/devel/gconf2/files/patch-gconf_gconftool.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gconf/gconftool.c.orig Fri Mar 2 17:10:13 2007 -+++ gconf/gconftool.c Tue Mar 6 12:01:04 2007 -@@ -3781,6 +3781,13 @@ do_makefile_install(GConfEngine* conf, c - } - - retval |= do_sync (conf); -+ -+ /* -+ * Send all the gconfd-2 processes a SIGHUP so that they reload the -+ * databases and pick up the added/removed schemas. -+ */ -+ system("/usr/bin/killall -SIGHUP gconfd-2 >/dev/null 2>&1"); -+ - return retval; - } - diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile index 3793ee1b7566..ce167ad0d712 100644 --- a/devel/gio-fam-backend/Makefile +++ b/devel/gio-fam-backend/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.24 2009/01/09 21:30:35 kwm Exp $ +# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.30 2009/03/27 18:52:46 marcus Exp $ # PORTNAME= gio-fam-backend -PORTVERSION= 2.18.4 +PORTVERSION= 2.20.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ @@ -29,6 +29,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig _glib20 USE_FAM= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo index d16c3b42fe58..975758280f1b 100644 --- a/devel/gio-fam-backend/distinfo +++ b/devel/gio-fam-backend/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glib-2.18.4.tar.bz2) = ec25ed261534d870141000ab73f1a2bf -SHA256 (gnome2/glib-2.18.4.tar.bz2) = 6aeb2c845e9fdc388943acdaba2f6357e3007c5ffaa8d666904679cfb40de100 -SIZE (gnome2/glib-2.18.4.tar.bz2) = 4809051 +MD5 (gnome2/glib-2.20.0.tar.bz2) = 05188e560dbd8bddd568e24ce10dd003 +SHA256 (gnome2/glib-2.20.0.tar.bz2) = 6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631 +SIZE (gnome2/glib-2.20.0.tar.bz2) = 4956969 diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile index a0fa331285c9..9fc3db3ce1a7 100644 --- a/devel/glade3/Makefile +++ b/devel/glade3/Makefile @@ -3,12 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glade3/Makefile,v 1.38 2007/09/17 15:59:36 ahze Exp $ +# $MCom: ports/devel/glade3/Makefile,v 1.42 2009/04/07 03:05:07 marcus Exp $ # PORTNAME= glade3 -PORTVERSION= 3.4.5 -PORTREVISION= 1 +PORTVERSION= 3.6.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/glade3/distinfo b/devel/glade3/distinfo index b7682725e8f8..b2f41be4d945 100644 --- a/devel/glade3/distinfo +++ b/devel/glade3/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glade3-3.4.5.tar.bz2) = 39924af2e97f55f0a159f930ee4acb1c -SHA256 (gnome2/glade3-3.4.5.tar.bz2) = 4e83ee1ce3832232f3dfcab9efaf4fa1f7f026d8c63051c68a82d76bbae39c77 -SIZE (gnome2/glade3-3.4.5.tar.bz2) = 1777173 +MD5 (gnome2/glade3-3.6.1.tar.bz2) = b145889e43319dabffe6ae4ac74b2d42 +SHA256 (gnome2/glade3-3.6.1.tar.bz2) = e105d09e8098a0d6d541a7a84a841f8b28b48828236ebed1af6963bf1270feba +SIZE (gnome2/glade3-3.6.1.tar.bz2) = 2265057 diff --git a/devel/glade3/pkg-plist b/devel/glade3/pkg-plist index 7e0ac368901e..4a1793fc11d2 100644 --- a/devel/glade3/pkg-plist +++ b/devel/glade3/pkg-plist @@ -1,30 +1,52 @@ bin/glade-3 +include/libgladeui-1.0/gladeui/glade-accels.h +include/libgladeui-1.0/gladeui/glade-activatable-editor.h include/libgladeui-1.0/gladeui/glade-app.h +include/libgladeui-1.0/gladeui/glade-attributes.h include/libgladeui-1.0/gladeui/glade-base-editor.h include/libgladeui-1.0/gladeui/glade-builtins.h +include/libgladeui-1.0/gladeui/glade-button-editor.h +include/libgladeui-1.0/gladeui/glade-catalog.h +include/libgladeui-1.0/gladeui/glade-cell-renderer-button.h +include/libgladeui-1.0/gladeui/glade-cell-renderer-editor.h include/libgladeui-1.0/gladeui/glade-clipboard-view.h include/libgladeui-1.0/gladeui/glade-clipboard.h +include/libgladeui-1.0/gladeui/glade-column-types.h include/libgladeui-1.0/gladeui/glade-command.h include/libgladeui-1.0/gladeui/glade-cursor.h include/libgladeui-1.0/gladeui/glade-custom.h include/libgladeui-1.0/gladeui/glade-debug.h include/libgladeui-1.0/gladeui/glade-design-layout.h include/libgladeui-1.0/gladeui/glade-design-view.h +include/libgladeui-1.0/gladeui/glade-displayable-values.h +include/libgladeui-1.0/gladeui/glade-editable.h include/libgladeui-1.0/gladeui/glade-editor-property.h +include/libgladeui-1.0/gladeui/glade-editor-table.h include/libgladeui-1.0/gladeui/glade-editor.h +include/libgladeui-1.0/gladeui/glade-entry-editor.h include/libgladeui-1.0/gladeui/glade-fixed.h include/libgladeui-1.0/gladeui/glade-gtk.h +include/libgladeui-1.0/gladeui/glade-icon-factory-editor.h +include/libgladeui-1.0/gladeui/glade-icon-sources.h +include/libgladeui-1.0/gladeui/glade-image-editor.h +include/libgladeui-1.0/gladeui/glade-image-item-editor.h include/libgladeui-1.0/gladeui/glade-inspector.h +include/libgladeui-1.0/gladeui/glade-label-editor.h +include/libgladeui-1.0/gladeui/glade-model-data.h +include/libgladeui-1.0/gladeui/glade-name-context.h include/libgladeui-1.0/gladeui/glade-palette-item.h include/libgladeui-1.0/gladeui/glade-palette.h include/libgladeui-1.0/gladeui/glade-parameter.h -include/libgladeui-1.0/gladeui/glade-parser.h include/libgladeui-1.0/gladeui/glade-placeholder.h include/libgladeui-1.0/gladeui/glade-project.h include/libgladeui-1.0/gladeui/glade-property-class.h include/libgladeui-1.0/gladeui/glade-property.h include/libgladeui-1.0/gladeui/glade-signal-editor.h include/libgladeui-1.0/gladeui/glade-signal.h +include/libgladeui-1.0/gladeui/glade-store-editor.h +include/libgladeui-1.0/gladeui/glade-text-button.h +include/libgladeui-1.0/gladeui/glade-tool-button-editor.h +include/libgladeui-1.0/gladeui/glade-treeview-editor.h include/libgladeui-1.0/gladeui/glade-utils.h include/libgladeui-1.0/gladeui/glade-widget-action.h include/libgladeui-1.0/gladeui/glade-widget-adaptor.h @@ -40,13 +62,15 @@ lib/glade3/modules/libgladegtk.so lib/libgladeui-1.a lib/libgladeui-1.la lib/libgladeui-1.so -lib/libgladeui-1.so.7 +lib/libgladeui-1.so.9 libdata/pkgconfig/gladeui-1.0.pc share/applications/glade-3.desktop %%DOCSDIR%%/GladeApp.html +share/doc/gladeui/GladeBaseEditor.html %%DOCSDIR%%/GladeClipboard.html %%DOCSDIR%%/GladeClipboardView.html %%DOCSDIR%%/GladeCommand.html +share/doc/gladeui/GladeDesignView.html %%DOCSDIR%%/GladeEditor.html %%DOCSDIR%%/GladeEditorProperty.html %%DOCSDIR%%/GladeFixed.html @@ -55,18 +79,18 @@ share/applications/glade-3.desktop %%DOCSDIR%%/GladePlaceholder.html %%DOCSDIR%%/GladeProject.html %%DOCSDIR%%/GladeWidget.html +share/doc/gladeui/GladeWidgetAction.html %%DOCSDIR%%/catalog.html %%DOCSDIR%%/catalogintro.html -%%DOCSDIR%%/children.html %%DOCSDIR%%/core.html %%DOCSDIR%%/dockables.html -%%DOCSDIR%%/gladeui-GladeBaseEditor.html %%DOCSDIR%%/gladeui-GladePropertyClass.html %%DOCSDIR%%/gladeui-GladeWidgetAdaptor.html %%DOCSDIR%%/gladeui-glade-parameter.html %%DOCSDIR%%/gladeui-glade-property.html %%DOCSDIR%%/gladeui-glade-signal-editor.html %%DOCSDIR%%/gladeui-glade-utils.html +share/doc/gladeui/gladeui-glade-xml-utils.html %%DOCSDIR%%/gladeui.devhelp %%DOCSDIR%%/gladeui.devhelp2 %%DOCSDIR%%/home.png @@ -84,6 +108,7 @@ share/applications/glade-3.desktop %%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml.in %%GNOME:%%%%DATADIR%%/catalogs/canvas.xml %%GNOME:%%%%DATADIR%%/catalogs/canvas.xml.in +%%DATADIR%%/catalogs/glade-catalog.dtd %%GNOME:%%%%DATADIR%%/catalogs/gnome.xml %%GNOME:%%%%DATADIR%%/catalogs/gnome.xml.in %%DATADIR%%/catalogs/gtk+.xml @@ -118,12 +143,21 @@ share/applications/glade-3.desktop %%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-propertybox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-action.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-assistant.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-button.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-calendar.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendereraccel.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderercombo.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkmenuitem.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-clist.png @@ -139,6 +173,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png @@ -151,7 +186,6 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontselectiondialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-frame.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-gammacurve.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-gtktextview.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png @@ -160,6 +194,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscrollbar.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hseparator.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconfactory.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconview.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-image.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-imagemenuitem.png @@ -169,6 +204,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-linkbutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-list.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-listitem.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-liststore.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menu.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menubar.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menuitem.png @@ -179,12 +215,15 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-pagesetupdialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-progressbar.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radioaction.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiobutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiomenuitem.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiotoolbutton.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentaction.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooser.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooserdialog.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-ruler.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scalebutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png @@ -192,21 +231,26 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-table.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggletoolbutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbuttonbox.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-viewport.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-volumebutton.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vpaned.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vruler.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscale.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscrollbar.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png %%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-window.png +%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png %%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dock.png %%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dockitem.png %%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-about.png @@ -232,12 +276,21 @@ share/applications/glade-3.desktop %%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-propertybox.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-action.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-assistant.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-button.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-calendar.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendereraccel.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderercombo.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkmenuitem.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-clist.png @@ -253,6 +306,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png @@ -273,6 +327,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscale.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscrollbar.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hseparator.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconfactory.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconview.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-image.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-imagemenuitem.png @@ -282,6 +337,7 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-linkbutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-list.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-listitem.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-liststore.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menu.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menubar.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menuitem.png @@ -292,12 +348,15 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-pagesetupdialog.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-printdialog.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-progressbar.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radioaction.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiobutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiomenuitem.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiotoolbutton.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentaction.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooser.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooserdialog.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-ruler.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scalebutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png @@ -305,21 +364,25 @@ share/applications/glade-3.desktop %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-table.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggletoolbutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-volumebutton.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vpaned.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vruler.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscale.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscrollbar.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png %%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-window.png +%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png %%DATADIR%%/pixmaps/plus.png %%DATADIR%%/pixmaps/selector.png share/gnome/help/glade/C/figures/main-window.png @@ -328,15 +391,27 @@ share/gnome/help/glade/C/legal.xml share/gnome/help/glade/bg/figures/main-window.png share/gnome/help/glade/bg/glade.xml share/gnome/help/glade/bg/legal.xml +share/gnome/help/glade/de/figures/main-window.png +share/gnome/help/glade/de/glade.xml +share/gnome/help/glade/de/legal.xml +share/gnome/help/glade/el/figures/main-window.png +share/gnome/help/glade/el/glade.xml +share/gnome/help/glade/el/legal.xml share/gnome/help/glade/en_GB/figures/main-window.png share/gnome/help/glade/en_GB/glade.xml share/gnome/help/glade/en_GB/legal.xml +share/gnome/help/glade/eu/figures/main-window.png +share/gnome/help/glade/eu/glade.xml +share/gnome/help/glade/eu/legal.xml share/gnome/help/glade/es/figures/main-window.png share/gnome/help/glade/es/glade.xml share/gnome/help/glade/es/legal.xml share/gnome/help/glade/fr/figures/main-window.png share/gnome/help/glade/fr/glade.xml share/gnome/help/glade/fr/legal.xml +share/gnome/help/glade/hi/figures/main-window.png +share/gnome/help/glade/hi/glade.xml +share/gnome/help/glade/hi/legal.xml share/gnome/help/glade/it/figures/main-window.png share/gnome/help/glade/it/glade.xml share/gnome/help/glade/it/legal.xml @@ -346,6 +421,9 @@ share/gnome/help/glade/oc/legal.xml share/gnome/help/glade/pt_BR/figures/main-window.png share/gnome/help/glade/pt_BR/glade.xml share/gnome/help/glade/pt_BR/legal.xml +share/gnome/help/glade/ru/figures/main-window.png +share/gnome/help/glade/ru/glade.xml +share/gnome/help/glade/ru/legal.xml share/gnome/help/glade/sv/figures/main-window.png share/gnome/help/glade/sv/glade.xml share/gnome/help/glade/sv/legal.xml @@ -361,6 +439,7 @@ share/locale/bg/LC_MESSAGES/glade3.mo share/locale/bn/LC_MESSAGES/glade3.mo share/locale/bn_IN/LC_MESSAGES/glade3.mo share/locale/ca/LC_MESSAGES/glade3.mo +share/locale/cs/LC_MESSAGES/glade3.mo share/locale/da/LC_MESSAGES/glade3.mo share/locale/de/LC_MESSAGES/glade3.mo share/locale/el/LC_MESSAGES/glade3.mo @@ -368,9 +447,11 @@ share/locale/en_CA/LC_MESSAGES/glade3.mo share/locale/en_GB/LC_MESSAGES/glade3.mo share/locale/es/LC_MESSAGES/glade3.mo share/locale/et/LC_MESSAGES/glade3.mo +share/locale/eu/LC_MESSAGES/glade3.mo share/locale/fi/LC_MESSAGES/glade3.mo share/locale/fr/LC_MESSAGES/glade3.mo share/locale/gl/LC_MESSAGES/glade3.mo +share/locale/gu/LC_MESSAGES/glade3.mo share/locale/he/LC_MESSAGES/glade3.mo share/locale/hi/LC_MESSAGES/glade3.mo share/locale/hu/LC_MESSAGES/glade3.mo @@ -378,10 +459,14 @@ share/locale/it/LC_MESSAGES/glade3.mo share/locale/ja/LC_MESSAGES/glade3.mo share/locale/ko/LC_MESSAGES/glade3.mo share/locale/lt/LC_MESSAGES/glade3.mo +share/locale/lv/LC_MESSAGES/glade3.mo +share/locale/mai/LC_MESSAGES/glade3.mo share/locale/mk/LC_MESSAGES/glade3.mo share/locale/ml/LC_MESSAGES/glade3.mo +share/locale/mr/LC_MESSAGES/glade3.mo share/locale/ms/LC_MESSAGES/glade3.mo share/locale/nb/LC_MESSAGES/glade3.mo +share/locale/nl/LC_MESSAGES/glade3.mo share/locale/nn/LC_MESSAGES/glade3.mo share/locale/oc/LC_MESSAGES/glade3.mo share/locale/or/LC_MESSAGES/glade3.mo @@ -406,28 +491,43 @@ share/locale/zh_HK/LC_MESSAGES/glade3.mo share/locale/zh_TW/LC_MESSAGES/glade3.mo share/omf/glade/glade-C.omf share/omf/glade/glade-bg.omf +share/omf/glade/glade-de.omf +share/omf/glade/glade-el.omf share/omf/glade/glade-en_GB.omf +share/omf/glade/glade-eu.omf share/omf/glade/glade-es.omf share/omf/glade/glade-fr.omf +share/omf/glade/glade-hi.omf share/omf/glade/glade-it.omf share/omf/glade/glade-oc.omf share/omf/glade/glade-pt_BR.omf +share/omf/glade/glade-ru.omf share/omf/glade/glade-sv.omf @dirrm share/omf/glade @dirrm share/gnome/help/glade/sv/figures @dirrm share/gnome/help/glade/sv +@dirrm share/gnome/help/glade/ru/figures +@dirrm share/gnome/help/glade/ru @dirrm share/gnome/help/glade/pt_BR/figures @dirrm share/gnome/help/glade/pt_BR @dirrm share/gnome/help/glade/oc/figures @dirrm share/gnome/help/glade/oc @dirrm share/gnome/help/glade/it/figures @dirrm share/gnome/help/glade/it +@dirrm share/gnome/help/glade/hi/figures +@dirrm share/gnome/help/glade/hi @dirrm share/gnome/help/glade/fr/figures @dirrm share/gnome/help/glade/fr @dirrm share/gnome/help/glade/es/figures @dirrm share/gnome/help/glade/es +@dirrm share/gnome/help/glade/eu/figures +@dirrm share/gnome/help/glade/eu @dirrm share/gnome/help/glade/en_GB/figures @dirrm share/gnome/help/glade/en_GB +@dirrm share/gnome/help/glade/el/figures +@dirrm share/gnome/help/glade/el +@dirrm share/gnome/help/glade/de/figures +@dirrm share/gnome/help/glade/de @dirrm share/gnome/help/glade/bg/figures @dirrm share/gnome/help/glade/bg @dirrm share/gnome/help/glade/C/figures @@ -449,6 +549,7 @@ share/omf/glade/glade-sv.omf @dirrm include/libgladeui-1.0 @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/te/LC_MESSAGES @@ -457,6 +558,11 @@ share/omf/glade/glade-sv.omf @dirrmtry share/locale/si @dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrmtry share/applications diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 33e5a3ed6454..27f26754e845 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.137 2009/01/09 21:30:35 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.143 2009/03/27 18:52:46 marcus Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib -PORTVERSION= 2.18.4 +PORTVERSION= 2.20.0 PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ @@ -36,6 +36,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig ltverhack USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_PYTHON= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index d16c3b42fe58..975758280f1b 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glib-2.18.4.tar.bz2) = ec25ed261534d870141000ab73f1a2bf -SHA256 (gnome2/glib-2.18.4.tar.bz2) = 6aeb2c845e9fdc388943acdaba2f6357e3007c5ffaa8d666904679cfb40de100 -SIZE (gnome2/glib-2.18.4.tar.bz2) = 4809051 +MD5 (gnome2/glib-2.20.0.tar.bz2) = 05188e560dbd8bddd568e24ce10dd003 +SHA256 (gnome2/glib-2.20.0.tar.bz2) = 6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631 +SIZE (gnome2/glib-2.20.0.tar.bz2) = 4956969 diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 48f0c14e712e..327137a6324a 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -86,6 +86,7 @@ include/glib-2.0/glib/gmessages.h include/glib-2.0/glib/gnode.h include/glib-2.0/glib/goption.h include/glib-2.0/glib/gpattern.h +include/glib-2.0/glib/gpoll.h include/glib-2.0/glib/gprimes.h include/glib-2.0/glib/gprintf.h include/glib-2.0/glib/gqsort.h diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 437f13cbf92b..d4f6f298e845 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.68 2008/10/21 15:59:45 mezz Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.72 2009/03/16 08:23:53 kwm Exp $ # PORTNAME= glibmm -PORTVERSION= 2.18.1 +PORTVERSION= 2.20.0 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo index 61f8ad49d045..f4b636d0b38f 100644 --- a/devel/glibmm/distinfo +++ b/devel/glibmm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glibmm-2.18.1.tar.bz2) = 942290a4b77dac3ea18a5b70373fe04c -SHA256 (gnome2/glibmm-2.18.1.tar.bz2) = 79641fe9ca2ad2ad4c49f2ebe15f360b16cbbff852eaa51c99b8f36b362ce649 -SIZE (gnome2/glibmm-2.18.1.tar.bz2) = 6714825 +MD5 (gnome2/glibmm-2.20.0.tar.bz2) = 38fa409b531144c238b6e2532e351799 +SHA256 (gnome2/glibmm-2.20.0.tar.bz2) = 573ee090bc1eb0ddb8a014021ca284f127d609f8bd1abdbc24cbb5b8287380b0 +SIZE (gnome2/glibmm-2.20.0.tar.bz2) = 4345802 diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist index c6208677d2fb..f059558d4def 100644 --- a/devel/glibmm/pkg-plist +++ b/devel/glibmm/pkg-plist @@ -9,6 +9,8 @@ include/giomm-%%API_VERSION%%/giomm/datainputstream.h include/giomm-%%API_VERSION%%/giomm/dataoutputstream.h include/giomm-%%API_VERSION%%/giomm/desktopappinfo.h include/giomm-%%API_VERSION%%/giomm/drive.h +include/giomm-%%API_VERSION%%/giomm/emblem.h +include/giomm-%%API_VERSION%%/giomm/emblemedicon.h include/giomm-%%API_VERSION%%/giomm/enums.h include/giomm-%%API_VERSION%%/giomm/error.h include/giomm-%%API_VERSION%%/giomm/file.h @@ -28,6 +30,7 @@ include/giomm-%%API_VERSION%%/giomm/init.h include/giomm-%%API_VERSION%%/giomm/inputstream.h include/giomm-%%API_VERSION%%/giomm/loadableicon.h include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h +include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h include/giomm-%%API_VERSION%%/giomm/mount.h include/giomm-%%API_VERSION%%/giomm/mountoperation.h include/giomm-%%API_VERSION%%/giomm/outputstream.h @@ -40,6 +43,8 @@ include/giomm-%%API_VERSION%%/giomm/private/datainputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/dataoutputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/desktopappinfo_p.h include/giomm-%%API_VERSION%%/giomm/private/drive_p.h +include/giomm-%%API_VERSION%%/giomm/private/emblem_p.h +include/giomm-%%API_VERSION%%/giomm/private/emblemedicon_p.h include/giomm-%%API_VERSION%%/giomm/private/enums_p.h include/giomm-%%API_VERSION%%/giomm/private/error_p.h include/giomm-%%API_VERSION%%/giomm/private/file_p.h @@ -58,6 +63,7 @@ include/giomm-%%API_VERSION%%/giomm/private/icon_p.h include/giomm-%%API_VERSION%%/giomm/private/inputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/loadableicon_p.h include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_p.h +include/giomm-%%API_VERSION%%/giomm/private/memoryoutputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/mount_p.h include/giomm-%%API_VERSION%%/giomm/private/mountoperation_p.h include/giomm-%%API_VERSION%%/giomm/private/outputstream_p.h diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile deleted file mode 100644 index aefb73e37044..000000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomebuild -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-build/Makefile,v 1.9 2008/10/20 03:25:46 mezz Exp $ -# - -PORTNAME= gnome-build -PORTVERSION= 2.24.1 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME Build Framework (GBF) - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" - -.include <bsd.port.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index df535af68f22..000000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-build-2.24.1.tar.bz2) = b35c918b6c0c70652e9eb1d2e45138f1 -SHA256 (gnome2/gnome-build-2.24.1.tar.bz2) = 35c8bf4ebbe93639400985c92322f1be80de3e193ed1d715443949bb9a5c43a0 -SIZE (gnome2/gnome-build-2.24.1.tar.bz2) = 517031 diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr deleted file mode 100644 index 60385151a1e2..000000000000 --- a/devel/gnome-build/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a GNOME Build Framework (GBF). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist deleted file mode 100644 index 60ff88f77411..000000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/gnome-build-1.0/gbf/gbf-backend.h -include/gnome-build-1.0/gbf/gbf-project-model.h -include/gnome-build-1.0/gbf/gbf-project-util.h -include/gnome-build-1.0/gbf/gbf-project-view.h -include/gnome-build-1.0/gbf/gbf-project.h -include/gnome-build-1.0/gbf/gbf-tree-data.h -include/gnome-build-1.0/gbf/gbf-widgets.h -include/gnome-build-1.0/gbf/glue-plugin.h -lib/gnome-build-1.0/backends/gbf-am.server -lib/gnome-build-1.0/backends/gbf-mkfile.server -lib/gnome-build-1.0/backends/libgbf-am.la -lib/gnome-build-1.0/backends/libgbf-am.so -lib/gnome-build-1.0/backends/libgbf-mkfile.la -lib/gnome-build-1.0/backends/libgbf-mkfile.so -lib/libgbf-1.la -lib/libgbf-1.so -lib/libgbf-1.so.2 -lib/libgbf-widgets-1.la -lib/libgbf-widgets-1.so -lib/libgbf-widgets-1.so.2 -libdata/pkgconfig/gnome-build-1.0.pc -share/gnome-build/GBF/AmFiles.pm -share/gnome-build/GBF/General.pm -share/gnome-build/GBF/Make.pm -share/gnome-build/glade/create_dialogs.glade -share/gnome-build/glade/gbf-am-dialogs.glade -share/locale/am/LC_MESSAGES/gbf-1.mo -share/locale/ar/LC_MESSAGES/gbf-1.mo -share/locale/az/LC_MESSAGES/gbf-1.mo -share/locale/be/LC_MESSAGES/gbf-1.mo -share/locale/bg/LC_MESSAGES/gbf-1.mo -share/locale/ca/LC_MESSAGES/gbf-1.mo -share/locale/cs/LC_MESSAGES/gbf-1.mo -share/locale/da/LC_MESSAGES/gbf-1.mo -share/locale/de/LC_MESSAGES/gbf-1.mo -share/locale/dz/LC_MESSAGES/gbf-1.mo -share/locale/el/LC_MESSAGES/gbf-1.mo -share/locale/en_CA/LC_MESSAGES/gbf-1.mo -share/locale/en_GB/LC_MESSAGES/gbf-1.mo -share/locale/es/LC_MESSAGES/gbf-1.mo -share/locale/et/LC_MESSAGES/gbf-1.mo -share/locale/eu/LC_MESSAGES/gbf-1.mo -share/locale/fi/LC_MESSAGES/gbf-1.mo -share/locale/fr/LC_MESSAGES/gbf-1.mo -share/locale/gl/LC_MESSAGES/gbf-1.mo -share/locale/gu/LC_MESSAGES/gbf-1.mo -share/locale/he/LC_MESSAGES/gbf-1.mo -share/locale/hi/LC_MESSAGES/gbf-1.mo -share/locale/hr/LC_MESSAGES/gbf-1.mo -share/locale/hu/LC_MESSAGES/gbf-1.mo -share/locale/it/LC_MESSAGES/gbf-1.mo -share/locale/ja/LC_MESSAGES/gbf-1.mo -share/locale/ko/LC_MESSAGES/gbf-1.mo -share/locale/lt/LC_MESSAGES/gbf-1.mo -share/locale/lv/LC_MESSAGES/gbf-1.mo -share/locale/mk/LC_MESSAGES/gbf-1.mo -share/locale/ml/LC_MESSAGES/gbf-1.mo -share/locale/mr/LC_MESSAGES/gbf-1.mo -share/locale/ms/LC_MESSAGES/gbf-1.mo -share/locale/nb/LC_MESSAGES/gbf-1.mo -share/locale/ne/LC_MESSAGES/gbf-1.mo -share/locale/nl/LC_MESSAGES/gbf-1.mo -share/locale/nn/LC_MESSAGES/gbf-1.mo -share/locale/oc/LC_MESSAGES/gbf-1.mo -share/locale/pa/LC_MESSAGES/gbf-1.mo -share/locale/pl/LC_MESSAGES/gbf-1.mo -share/locale/pt/LC_MESSAGES/gbf-1.mo -share/locale/pt_BR/LC_MESSAGES/gbf-1.mo -share/locale/ru/LC_MESSAGES/gbf-1.mo -share/locale/rw/LC_MESSAGES/gbf-1.mo -share/locale/si/LC_MESSAGES/gbf-1.mo -share/locale/sk/LC_MESSAGES/gbf-1.mo -share/locale/sl/LC_MESSAGES/gbf-1.mo -share/locale/sq/LC_MESSAGES/gbf-1.mo -share/locale/sr/LC_MESSAGES/gbf-1.mo -share/locale/sr@latin/LC_MESSAGES/gbf-1.mo -share/locale/sv/LC_MESSAGES/gbf-1.mo -share/locale/th/LC_MESSAGES/gbf-1.mo -share/locale/tr/LC_MESSAGES/gbf-1.mo -share/locale/uk/LC_MESSAGES/gbf-1.mo -share/locale/vi/LC_MESSAGES/gbf-1.mo -share/locale/zh_CN/LC_MESSAGES/gbf-1.mo -share/locale/zh_HK/LC_MESSAGES/gbf-1.mo -share/locale/zh_TW/LC_MESSAGES/gbf-1.mo -share/pixmaps/gbf-build.png -share/pixmaps/gbf-install.png -@dirrm share/gnome-build/glade -@dirrm share/gnome-build/GBF -@dirrm share/gnome-build -@dirrm lib/gnome-build-1.0/backends -@dirrm lib/gnome-build-1.0 -@dirrm include/gnome-build-1.0/gbf -@dirrm include/gnome-build-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index efc81d33d5dc..9ad6ec753637 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-common/Makefile,v 1.10 2008/09/27 01:52:59 mezz Exp $ +# $MCom: ports/devel/gnome-common/Makefile,v 1.12 2009/03/20 00:12:35 kwm Exp $ # PORTNAME= gnome-common -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index dea6ccade4f9..e580c92f4826 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-common-2.24.0.tar.bz2) = f72230d19ab9f2fa8923dcb078c69e9a -SHA256 (gnome2/gnome-common-2.24.0.tar.bz2) = e36fc07118e9d3cc0a4808cfbc6bfbd03ab5ba1ce0a311df9573dbbc0d189bac -SIZE (gnome2/gnome-common-2.24.0.tar.bz2) = 64560 +MD5 (gnome2/gnome-common-2.26.0.tar.bz2) = 196daa38cb21d91da1d6ec085f1e158b +SHA256 (gnome2/gnome-common-2.26.0.tar.bz2) = f6233ee73886c5ac31890c1a9b9f216e5f14558467dea7b0a61ef3c4cf51d84d +SIZE (gnome2/gnome-common-2.26.0.tar.bz2) = 69278 diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile index 31a9fc1a89e3..b4e5b00bf6f2 100644 --- a/devel/gnome-vfsmm/Makefile +++ b/devel/gnome-vfsmm/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.29 2008/09/22 11:45:51 kwm Exp $ +# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.31 2009/03/17 15:22:21 kwm Exp $ # PORTNAME= gnome-vfsmm -PORTVERSION= 2.24.0 +PORTVERSION= 2.26.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo index 857e752d8804..9521614ddb65 100644 --- a/devel/gnome-vfsmm/distinfo +++ b/devel/gnome-vfsmm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = f02257451583832c4d67f4accba7ad62 -SHA256 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = ab2fd9067d631254543f5dd33edf0649983e53073cfc697ce7de5157d4ba80ae -SIZE (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = 359035 +MD5 (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = d27d34b6a8722c557366729071c1baab +SHA256 (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = d6a89fc82238bbfd6d3f7e44bcaee73dc197be98635be482a2d2df38ec0446d3 +SIZE (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = 628670 diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile index 653996967706..6fa5ce4d49f5 100644 --- a/devel/gnome2-hacker-tools/Makefile +++ b/devel/gnome2-hacker-tools/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.45 2007/09/19 23:27:28 marcus Exp $ +# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.47 2009/03/01 08:15:25 marcus Exp $ # PORTREVISION= 0 @@ -22,7 +22,8 @@ RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ gtranslator:${PORTSDIR}/devel/gtranslator \ regexxer:${PORTSDIR}/devel/regexxer \ anjuta:${PORTSDIR}/devel/anjuta \ - accerciser:${PORTSDIR}/accessibility/accerciser + accerciser:${PORTSDIR}/accessibility/accerciser \ + valac:${PORTSDIR}/lang/vala MASTERDIR= ${.CURDIR}/../../x11/gnome2 GNOME_SLAVE= yes diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index 77a20974ca62..3687e14e7751 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.37 2009/01/10 01:59:21 mezz Exp $ +# $MCom: ports/devel/gvfs/Makefile,v 1.43 2009/04/03 10:02:13 kwm Exp $ # PORTNAME= gvfs -PORTVERSION= 1.0.3 +PORTVERSION= 1.2.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo index a0397c2d0987..5aa52eec0deb 100644 --- a/devel/gvfs/distinfo +++ b/devel/gvfs/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gvfs-1.0.3.tar.bz2) = a41e8b7d99e390cef8312f7ce5f312a5 -SHA256 (gnome2/gvfs-1.0.3.tar.bz2) = 17eccded6e096208181e2c7625802526112af23f5b2c7b2a672ab9ccff3a55fd -SIZE (gnome2/gvfs-1.0.3.tar.bz2) = 920742 +MD5 (gnome2/gvfs-1.2.1.tar.bz2) = df8f624587adfabe7009838ce6d8d5fd +SHA256 (gnome2/gvfs-1.2.1.tar.bz2) = 0e3c3469721ff1d4296bf4af7e1f131201d2dc6a36c772d99e1630f8cce31da2 +SIZE (gnome2/gvfs-1.2.1.tar.bz2) = 1048427 diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure index d922ddd4565f..a707a133b21d 100644 --- a/devel/gvfs/files/patch-configure +++ b/devel/gvfs/files/patch-configure @@ -1,69 +1,6 @@ ---- configure.orig 2008-03-28 17:23:44.000000000 -0400 -+++ configure 2008-03-28 17:24:02.000000000 -0400 -@@ -24617,7 +24617,7 @@ if test "x$enable_http" != "xno"; then - msg_http=yes - fi - -- if test "x$msg_http" == "xyes"; then -+ if test "x$msg_http" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for HTTP" >&5 -@@ -24885,7 +24885,7 @@ if test "x$enable_fuse" != "xno"; then - msg_fuse=yes - fi - -- if test "x$msg_fuse" == "xyes"; then -+ if test "x$msg_fuse" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for FUSE" >&5 -@@ -25036,7 +25036,7 @@ if test "x$enable_gconf" != "xno"; then - msg_gconf=yes - fi - -- if test "x$msg_gconf" == "xyes"; then -+ if test "x$msg_gconf" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for GCONF" >&5 -@@ -25189,7 +25189,7 @@ if test "x$enable_hal" != "xno"; then - msg_hal=yes - fi - -- if test "x$msg_hal" == "xyes"; then -+ if test "x$msg_hal" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for HAL" >&5 -@@ -25371,7 +25371,7 @@ if test $ac_cv_lib_hal_libhal_get_all_de - have_hal_fast_init=yes - fi - -- if test "x$have_hal_fast_init" == "xyes"; then -+ if test "x$have_hal_fast_init" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_HAL_FAST_INIT 1 -@@ -25412,7 +25412,7 @@ if test "x$enable_cdda" != "xno"; then - msg_cdda=yes - fi - -- if test "x$msg_cdda" == "xyes"; then -+ if test "x$msg_cdda" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for CDDA" >&5 -@@ -25772,7 +25772,7 @@ else - fi - - -- if test "x$msg_obexftp" == "xyes" -a "x$have_expat" == "xtrue"; then -+ if test "x$msg_obexftp" = "xyes" -a "x$have_expat" = "xtrue"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for OBEXFTP" >&5 -@@ -25936,13 +25936,16 @@ fi +--- configure.orig 2009-03-02 17:50:05.000000000 -0500 ++++ configure 2009-03-02 17:50:44.000000000 -0500 +@@ -26973,6 +26973,9 @@ fi *-linux*) use_gphoto2=yes ;; @@ -73,21 +10,3 @@ *) use_gphoto2=no ;; - esac - -- if test "x$msg_gphoto2" == "xyes"; then -- if test "x$use_gphoto2" == "xyes"; then -+ if test "x$msg_gphoto2" = "xyes"; then -+ if test "x$use_gphoto2" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for GPHOTO2" >&5 -@@ -26098,7 +26101,7 @@ if test "x$enable_keyring" != "xno"; the - msg_keyring=yes - fi - -- if test "x$msg_keyring" == "xyes"; then -+ if test "x$msg_keyring" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for KEYRING" >&5 diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist index 8670f6588266..a10939f60b43 100644 --- a/devel/gvfs/pkg-plist +++ b/devel/gvfs/pkg-plist @@ -23,6 +23,9 @@ lib/gio/modules/libgioremote-volume-monitor.la lib/gio/modules/libgioremote-volume-monitor.so lib/gio/modules/libgvfsdbus.la lib/gio/modules/libgvfsdbus.so +lib/libgvfscommon-dnssd.la +lib/libgvfscommon-dnssd.so +lib/libgvfscommon-dnssd.so.0 lib/libgvfscommon.la lib/libgvfscommon.so lib/libgvfscommon.so.0 @@ -53,6 +56,7 @@ share/gvfs/mounts/burn.mount %%CDDA%%share/gvfs/mounts/cdda.mount share/gvfs/mounts/computer.mount share/gvfs/mounts/dav.mount +share/gvfs/mounts/dav+sd.mount share/gvfs/mounts/dns-sd.mount share/gvfs/mounts/ftp.mount %%GPHOTO2%%share/gvfs/mounts/gphoto2.mount @@ -66,6 +70,7 @@ share/gvfs/mounts/trash.mount %%GPHOTO2%%share/gvfs/remote-volume-monitors/gphoto2.monitor share/gvfs/remote-volume-monitors/hal.monitor share/locale/ar/LC_MESSAGES/gvfs.mo +share/locale/as/LC_MESSAGES/gvfs.mo share/locale/be@latin/LC_MESSAGES/gvfs.mo share/locale/bg/LC_MESSAGES/gvfs.mo share/locale/bn_IN/LC_MESSAGES/gvfs.mo @@ -92,16 +97,19 @@ share/locale/kn/LC_MESSAGES/gvfs.mo share/locale/ko/LC_MESSAGES/gvfs.mo share/locale/ku/LC_MESSAGES/gvfs.mo share/locale/lt/LC_MESSAGES/gvfs.mo +share/locale/lv/LC_MESSAGES/gvfs.mo share/locale/mk/LC_MESSAGES/gvfs.mo share/locale/ml/LC_MESSAGES/gvfs.mo share/locale/mr/LC_MESSAGES/gvfs.mo share/locale/nb/LC_MESSAGES/gvfs.mo share/locale/nl/LC_MESSAGES/gvfs.mo share/locale/nn/LC_MESSAGES/gvfs.mo +share/locale/or/LC_MESSAGES/gvfs.mo share/locale/pa/LC_MESSAGES/gvfs.mo share/locale/pl/LC_MESSAGES/gvfs.mo share/locale/pt/LC_MESSAGES/gvfs.mo share/locale/pt_BR/LC_MESSAGES/gvfs.mo +share/locale/ro/LC_MESSAGES/gvfs.mo share/locale/ru/LC_MESSAGES/gvfs.mo share/locale/sk/LC_MESSAGES/gvfs.mo share/locale/sl/LC_MESSAGES/gvfs.mo @@ -138,3 +146,5 @@ share/locale/zh_TW/LC_MESSAGES/gvfs.mo @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 26dd539a593a..c10af654cf46 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.45 2009/01/10 01:59:21 mezz Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.47 2009/03/02 00:41:25 marcus Exp $ # PORTNAME= libgtop -PORTVERSION= 2.24.4 +PORTVERSION= 2.26.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo index 00ef59d3adf6..6bcefcbda493 100644 --- a/devel/libgtop/distinfo +++ b/devel/libgtop/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgtop-2.24.4.tar.bz2) = cc2a6fb2c3f7d62ddb0e4040ad82cc5b -SHA256 (gnome2/libgtop-2.24.4.tar.bz2) = ab7bd7f508e0f2059afedee51c6b0e3efca94d3b72faaa67b01154d3a7e4e470 -SIZE (gnome2/libgtop-2.24.4.tar.bz2) = 765047 +MD5 (gnome2/libgtop-2.26.0.tar.bz2) = a51ff49eddcce4573f7385e4be33158a +SHA256 (gnome2/libgtop-2.26.0.tar.bz2) = acc11d54614722a752a44237b5e11e9d6508da82c6d7ad25bf97156f5e28a7fd +SIZE (gnome2/libgtop-2.26.0.tar.bz2) = 791512 diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist index fa5b9d29dda8..cbba908c8e37 100644 --- a/devel/libgtop/pkg-plist +++ b/devel/libgtop/pkg-plist @@ -133,6 +133,7 @@ share/locale/ka/LC_MESSAGES/libgtop-2.0.mo share/locale/ko/LC_MESSAGES/libgtop-2.0.mo share/locale/ku/LC_MESSAGES/libgtop-2.0.mo share/locale/ky/LC_MESSAGES/libgtop-2.0.mo +share/locale/la/LC_MESSAGES/libgtop-2.0.mo share/locale/lt/LC_MESSAGES/libgtop-2.0.mo share/locale/lv/LC_MESSAGES/libgtop-2.0.mo share/locale/mg/LC_MESSAGES/libgtop-2.0.mo @@ -192,6 +193,8 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo @dirrmtry share/locale/mi @dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES diff --git a/devel/libical/Makefile b/devel/libical/Makefile index 133c6c239a43..4da57bc26d5c 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libical -PORTVERSION= 0.42 +PORTVERSION= 0.43 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freeassociation diff --git a/devel/libical/distinfo b/devel/libical/distinfo index 52c8171d353a..de9dfdee215d 100644 --- a/devel/libical/distinfo +++ b/devel/libical/distinfo @@ -1,3 +1,3 @@ -MD5 (libical-0.42.tar.gz) = 34395dcc0c0f950f337f7bf183b5ac1a -SHA256 (libical-0.42.tar.gz) = c5f6458609851501684b3a95bbe36d7565c600eb435d469e107580d8d13c9451 -SIZE (libical-0.42.tar.gz) = 1145477 +MD5 (libical-0.43.tar.gz) = 5f0a1feb60894d0be537aefea5647474 +SHA256 (libical-0.43.tar.gz) = 099f3e29a864de324477983eefaf17a4ef3b4ec8f075f95384db1ac67b6663a6 +SIZE (libical-0.43.tar.gz) = 1145724 diff --git a/devel/libical/files/patch-configure b/devel/libical/files/patch-configure deleted file mode 100644 index 24b679afd1eb..000000000000 --- a/devel/libical/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2007-02-28 05:35:52.000000000 +0800 -+++ configure 2008-02-08 22:57:04.000000000 +0800 -@@ -19553,6 +19553,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/libical/pkg-plist b/devel/libical/pkg-plist index ae4cdad0a078..e944e299aa44 100644 --- a/devel/libical/pkg-plist +++ b/devel/libical/pkg-plist @@ -47,15 +47,15 @@ include/libical/vobject.h lib/libical.a lib/libical.la lib/libical.so -lib/libical.so.42 +lib/libical.so.43 lib/libicalss.a lib/libicalss.la lib/libicalss.so -lib/libicalss.so.42 +lib/libicalss.so.43 lib/libicalvcal.a lib/libicalvcal.la lib/libicalvcal.so -lib/libicalvcal.so.42 +lib/libicalvcal.so.43 libdata/pkgconfig/libical.pc share/libical/zoneinfo/Africa/Abidjan.ics share/libical/zoneinfo/Africa/Accra.ics diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index ddd9c9080129..00fe7d15e043 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.52 2008/11/25 16:22:57 marcus Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.58 2009/03/21 02:38:40 marcus Exp $ # PORTNAME= libsoup -PORTVERSION= 2.24.3 +PORTVERSION= 2.26.0 +PORTREVISION= 1 PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -20,9 +21,11 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ + proxy.0:${PORTSDIR}/net/libproxy \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack +USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes @@ -47,6 +50,10 @@ pre-everything:: @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" @${ECHO_MSG} "" +post-patch: + @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> .endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index 61e1b4df0e87..a34d4ff800ef 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libsoup-2.24.3.tar.bz2) = 118967f097a7e1e9d5023f1f06e0b65a -SHA256 (gnome2/libsoup-2.24.3.tar.bz2) = 30055988d990f0f4db4dcffd5088115f1065a6fd7c22b555686449628375376b -SIZE (gnome2/libsoup-2.24.3.tar.bz2) = 661415 +MD5 (gnome2/libsoup-2.26.0.tar.bz2) = 9df9d2b3304213641d3214a774d75ee1 +SHA256 (gnome2/libsoup-2.26.0.tar.bz2) = 47b749b20717df24393c83adcce9a3a10f0690517c18da8d0a1ddcb410a0ac1d +SIZE (gnome2/libsoup-2.26.0.tar.bz2) = 736527 diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist index f753686dcd54..7d6d2a3ed6bf 100644 --- a/devel/libsoup/pkg-plist +++ b/devel/libsoup/pkg-plist @@ -3,6 +3,7 @@ include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h include/libsoup-%%VERSION%%/libsoup/soup-auth.h +include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h include/libsoup-%%VERSION%%/libsoup/soup-cookie.h include/libsoup-%%VERSION%%/libsoup/soup-date.h @@ -15,7 +16,9 @@ include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h include/libsoup-%%VERSION%%/libsoup/soup-message.h include/libsoup-%%VERSION%%/libsoup/soup-method.h include/libsoup-%%VERSION%%/libsoup/soup-misc.h +include/libsoup-%%VERSION%%/libsoup/soup-multipart.h include/libsoup-%%VERSION%%/libsoup/soup-portability.h +include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h include/libsoup-%%VERSION%%/libsoup/soup-server.h include/libsoup-%%VERSION%%/libsoup/soup-session-async.h include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h @@ -28,10 +31,20 @@ include/libsoup-%%VERSION%%/libsoup/soup-uri.h include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h include/libsoup-%%VERSION%%/libsoup/soup.h +include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h +include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h +include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h lib/libsoup-%%VERSION%%.a lib/libsoup-%%VERSION%%.la lib/libsoup-%%VERSION%%.so lib/libsoup-%%VERSION%%.so.1 +lib/libsoup-gnome-%%VERSION%%.a +lib/libsoup-gnome-%%VERSION%%.la +lib/libsoup-gnome-%%VERSION%%.so +lib/libsoup-gnome-%%VERSION%%.so.1 libdata/pkgconfig/libsoup-%%VERSION%%.pc +libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc +@dirrm include/libsoup-gnome-%%VERSION%%/libsoup +@dirrm include/libsoup-gnome-%%VERSION%% @dirrm include/libsoup-%%VERSION%%/libsoup @dirrm include/libsoup-%%VERSION%% |