diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
commit | f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch) | |
tree | ad29e6808ff698f84e08dab8e047f0ae72838df9 /devel | |
parent | - Update x11-tookits/py-kde to 3.16.6 (diff) |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
Notes
Notes:
svn path=/head/; revision=244923
Diffstat (limited to 'devel')
113 files changed, 2216 insertions, 519 deletions
diff --git a/devel/Makefile b/devel/Makefile index 947be9938cc7..f28b664dde25 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -37,6 +37,7 @@ SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += anjuta + SUBDIR += anjuta-extras SUBDIR += antlr SUBDIR += antlrworks SUBDIR += apache-ant @@ -309,6 +310,7 @@ SUBDIR += ecore-main SUBDIR += ecos-tools SUBDIR += eet + SUBDIR += eggdbus SUBDIR += egypt SUBDIR += eieio SUBDIR += eiffelstudio @@ -437,6 +439,11 @@ SUBDIR += giggle SUBDIR += gindent SUBDIR += gio-fam-backend + SUBDIR += gir-repository + SUBDIR += gir-repository-dbus + SUBDIR += gir-repository-gconf2 + SUBDIR += gir-repository-libnotify + SUBDIR += gir-repository-libsoup SUBDIR += git SUBDIR += gittrac SUBDIR += glade2 @@ -455,6 +462,7 @@ SUBDIR += gmake SUBDIR += gnome-common SUBDIR += gnome-crash + SUBDIR += gnome-js-common SUBDIR += gnome-vfs SUBDIR += gnome-vfs-monikers SUBDIR += gnome-vfs-reference @@ -466,6 +474,7 @@ SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += gob2 + SUBDIR += gobject-introspection SUBDIR += goffice SUBDIR += goffice04 SUBDIR += goffice06 @@ -876,6 +885,7 @@ SUBDIR += mkmf SUBDIR += ml-doc SUBDIR += mm + SUBDIR += mm-common SUBDIR += mob SUBDIR += mono-addins SUBDIR += mono-tools @@ -2835,6 +2845,7 @@ SUBDIR += sdlmm SUBDIR += sdts++ SUBDIR += sedsed + SUBDIR += seed SUBDIR += semantic SUBDIR += sfio SUBDIR += sfml diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile new file mode 100644 index 000000000000..17be5db63d92 --- /dev/null +++ b/devel/anjuta-extras/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: anjuta-extras +# Date created: 8 May 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/anjuta-extras/Makefile,v 1.3 2009/09/22 10:27:21 kwm Exp $ +# + +PORTNAME= anjuta-extras +PORTVERSION= 2.28.0 +CATEGORIES= devel +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Extra anjuta plugins. + +BUILD_DEPENDS= neato:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta +RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz + +USE_BZIP2= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= intltool +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--disable-plugin-valgrind \ + --localedir=${PREFIX}/share + +GCONF_SCHEMAS= anjuta-editor-scintilla.schemas + +.include <bsd.port.mk> diff --git a/devel/anjuta-extras/distinfo b/devel/anjuta-extras/distinfo new file mode 100644 index 000000000000..79a77a4979d1 --- /dev/null +++ b/devel/anjuta-extras/distinfo @@ -0,0 +1,3 @@ +MD5 (anjuta-extras-2.28.0.tar.bz2) = c67db4abb5a873fdbe8f4fed59b2a9da +SHA256 (anjuta-extras-2.28.0.tar.bz2) = 7b7aa28ca598e17024a41fb29582e6cf2efcc1a273b00e84994f21900e288b49 +SIZE (anjuta-extras-2.28.0.tar.bz2) = 2939244 diff --git a/devel/anjuta-extras/pkg-descr b/devel/anjuta-extras/pkg-descr new file mode 100644 index 000000000000..5c0d44664cdd --- /dev/null +++ b/devel/anjuta-extras/pkg-descr @@ -0,0 +1,3 @@ +Extra plugins for the Anjuta IDE. + +WWW: http://anjuta.org/ diff --git a/devel/anjuta-extras/pkg-plist b/devel/anjuta-extras/pkg-plist new file mode 100644 index 000000000000..660a35dda8d4 --- /dev/null +++ b/devel/anjuta-extras/pkg-plist @@ -0,0 +1,108 @@ +lib/anjuta/anjuta-class-inheritance.plugin +lib/anjuta/anjuta-editor.plugin +lib/anjuta/anjuta-sample.plugin +lib/anjuta/anjuta-scratchbox.plugin +lib/anjuta/libanjuta-class-inheritance.a +lib/anjuta/libanjuta-class-inheritance.la +lib/anjuta/libanjuta-class-inheritance.so +lib/anjuta/libanjuta-class-inheritance.so.0 +lib/anjuta/libanjuta-editor.a +lib/anjuta/libanjuta-editor.la +lib/anjuta/libanjuta-editor.so +lib/anjuta/libanjuta-editor.so.0 +lib/anjuta/libanjuta-profiler.a +lib/anjuta/libanjuta-profiler.la +lib/anjuta/libanjuta-profiler.so +lib/anjuta/libanjuta-profiler.so.0 +lib/anjuta/libanjuta-sample.a +lib/anjuta/libanjuta-sample.la +lib/anjuta/libanjuta-sample.so +lib/anjuta/libanjuta-sample.so.0 +lib/anjuta/libanjuta-scratchbox.a +lib/anjuta/libanjuta-scratchbox.la +lib/anjuta/libanjuta-scratchbox.so +lib/anjuta/libanjuta-scratchbox.so.0 +lib/anjuta/profiler.plugin +share/anjuta/glade/anjuta-editor-scintilla.ui +share/anjuta/glade/anjuta-scratchbox-panel.png +share/anjuta/glade/anjuta-scratchbox.ui +share/anjuta/glade/profiler-call-graph.ui +share/anjuta/glade/profiler-flat-profile.ui +share/anjuta/glade/profiler-function-call-tree.ui +share/anjuta/glade/profiler.ui +share/anjuta/properties/anjuta.properties +share/anjuta/properties/styles.properties +share/anjuta/properties/user.properties +share/anjuta/ui/anjuta-sample.ui +share/anjuta/ui/profiler.xml +share/locale/ar/LC_MESSAGES/anjuta-extras.mo +share/locale/az/LC_MESSAGES/anjuta-extras.mo +share/locale/be/LC_MESSAGES/anjuta-extras.mo +share/locale/be@latin/LC_MESSAGES/anjuta-extras.mo +share/locale/bg/LC_MESSAGES/anjuta-extras.mo +share/locale/ca/LC_MESSAGES/anjuta-extras.mo +share/locale/cs/LC_MESSAGES/anjuta-extras.mo +share/locale/da/LC_MESSAGES/anjuta-extras.mo +share/locale/de/LC_MESSAGES/anjuta-extras.mo +share/locale/dz/LC_MESSAGES/anjuta-extras.mo +share/locale/el/LC_MESSAGES/anjuta-extras.mo +share/locale/en_CA/LC_MESSAGES/anjuta-extras.mo +share/locale/en_GB/LC_MESSAGES/anjuta-extras.mo +share/locale/es/LC_MESSAGES/anjuta-extras.mo +share/locale/eu/LC_MESSAGES/anjuta-extras.mo +share/locale/fi/LC_MESSAGES/anjuta-extras.mo +share/locale/fr/LC_MESSAGES/anjuta-extras.mo +share/locale/ga/LC_MESSAGES/anjuta-extras.mo +share/locale/gl/LC_MESSAGES/anjuta-extras.mo +share/locale/gu/LC_MESSAGES/anjuta-extras.mo +share/locale/he/LC_MESSAGES/anjuta-extras.mo +share/locale/hi/LC_MESSAGES/anjuta-extras.mo +share/locale/hr/LC_MESSAGES/anjuta-extras.mo +share/locale/hu/LC_MESSAGES/anjuta-extras.mo +share/locale/id/LC_MESSAGES/anjuta-extras.mo +share/locale/it/LC_MESSAGES/anjuta-extras.mo +share/locale/ja/LC_MESSAGES/anjuta-extras.mo +share/locale/kn/LC_MESSAGES/anjuta-extras.mo +share/locale/ko/LC_MESSAGES/anjuta-extras.mo +share/locale/lt/LC_MESSAGES/anjuta-extras.mo +share/locale/lv/LC_MESSAGES/anjuta-extras.mo +share/locale/mk/LC_MESSAGES/anjuta-extras.mo +share/locale/ml/LC_MESSAGES/anjuta-extras.mo +share/locale/mr/LC_MESSAGES/anjuta-extras.mo +share/locale/ms/LC_MESSAGES/anjuta-extras.mo +share/locale/nb/LC_MESSAGES/anjuta-extras.mo +share/locale/ne/LC_MESSAGES/anjuta-extras.mo +share/locale/nl/LC_MESSAGES/anjuta-extras.mo +share/locale/oc/LC_MESSAGES/anjuta-extras.mo +share/locale/or/LC_MESSAGES/anjuta-extras.mo +share/locale/pa/LC_MESSAGES/anjuta-extras.mo +share/locale/pl/LC_MESSAGES/anjuta-extras.mo +share/locale/pt/LC_MESSAGES/anjuta-extras.mo +share/locale/pt_BR/LC_MESSAGES/anjuta-extras.mo +share/locale/ru/LC_MESSAGES/anjuta-extras.mo +share/locale/rw/LC_MESSAGES/anjuta-extras.mo +share/locale/si/LC_MESSAGES/anjuta-extras.mo +share/locale/sk/LC_MESSAGES/anjuta-extras.mo +share/locale/sl/LC_MESSAGES/anjuta-extras.mo +share/locale/sq/LC_MESSAGES/anjuta-extras.mo +share/locale/sr/LC_MESSAGES/anjuta-extras.mo +share/locale/sr@latin/LC_MESSAGES/anjuta-extras.mo +share/locale/sv/LC_MESSAGES/anjuta-extras.mo +share/locale/te/LC_MESSAGES/anjuta-extras.mo +share/locale/th/LC_MESSAGES/anjuta-extras.mo +share/locale/tr/LC_MESSAGES/anjuta-extras.mo +share/locale/uk/LC_MESSAGES/anjuta-extras.mo +share/locale/vi/LC_MESSAGES/anjuta-extras.mo +share/locale/zh_CN/LC_MESSAGES/anjuta-extras.mo +share/locale/zh_HK/LC_MESSAGES/anjuta-extras.mo +share/locale/zh_TW/LC_MESSAGES/anjuta-extras.mo +share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png +share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg +share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png +share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg +share/pixmaps/anjuta/anjuta-profiler-plugin-48.png +share/pixmaps/anjuta/anjuta-profiler-plugin.svg +share/pixmaps/anjuta/anjuta-sample-plugin-48.png +share/pixmaps/anjuta/anjuta-sample-plugin.svg +share/pixmaps/anjuta/anjuta-scratchbox-48.png +@dirrm share/anjuta/properties diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 1dbd17468242..68a7acc88d59 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -3,12 +3,11 @@ # Whom: Dmitry Sivachenko <demon@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/devel/anjuta/Makefile,v 1.6 2009/04/20 04:42:30 marcus Exp $ +# $MCom: ports/devel/anjuta/Makefile,v 1.49 2009/10/19 19:29:48 kwm Exp $ # PORTNAME= anjuta -PORTVERSION= 2.26.2.2 -PORTREVISION= 2 +PORTVERSION= 2.28.1.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,16 +17,14 @@ COMMENT= Integrated Development Environment for C and C++ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ bash:${PORTSDIR}/shells/bash \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ - neato:${PORTSDIR}/graphics/graphviz + p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ gladeui-1.9:${PORTSDIR}/devel/glade3 \ neon.28:${PORTSDIR}/www/neon28 \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - gdl-1.0:${PORTSDIR}/x11-toolkits/gdl + gdl-1.3:${PORTSDIR}/x11-toolkits/gdl RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ autogen:${PORTSDIR}/devel/autogen \ - neato:${PORTSDIR}/graphics/graphviz \ p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ libtool:${PORTSDIR}/devel/libtool22 \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \ @@ -40,23 +37,24 @@ USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 libgda4 +USE_GNOME= gnomeprefix gnomehack 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-debug-manager.schemas \ anjuta-document-manager.schemas \ - anjuta-editor-scintilla.schemas \ anjuta-editor-sourceview.schemas \ anjuta-language-cpp-java.schemas \ anjuta-message-manager-plugin.schemas \ anjuta-symbol-db.schemas \ anjuta-terminal-plugin.schemas \ - anjuta.schemas + file-manager.schemas \ + preferences.schemas -MAN1= anjuta.1 anjuta_launcher.1 +MAN1= anjuta.1 anjuta-launcher.1 OPTIONS= SVN "Build subversion plugin" off \ DEVHELP "Build devhelp plugin" on @@ -91,7 +89,7 @@ PLIST_SUB+= SVN="@comment " .endif .if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-1.0:${PORTSDIR}/devel/devhelp +LIB_DEPENDS+= devhelp-1.1:${PORTSDIR}/devel/devhelp PLIST_SUB+= DEVHELP="" .else CONFIGURE_ARGS+=--disable-plugin-devhelp diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index d043f94001a4..2dcc77555581 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/anjuta-2.26.2.2.tar.bz2) = 8b05a4ee536b8057e38434efeaf468ff -SHA256 (gnome2/anjuta-2.26.2.2.tar.bz2) = 38161201bb4a69d5be84f67c61fca023251c293fb6a7352166483e61f815d9e4 -SIZE (gnome2/anjuta-2.26.2.2.tar.bz2) = 7787006 +MD5 (gnome2/anjuta-2.28.1.0.tar.bz2) = 610624984bd62ee1e280090900a0ada7 +SHA256 (gnome2/anjuta-2.28.1.0.tar.bz2) = 31c888c2a51e8e103c71b6563324d2fc5ffad2ad08df7a42c82d1e1a55931b02 +SIZE (gnome2/anjuta-2.28.1.0.tar.bz2) = 7537430 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in index 132cd27555dd..02a91a3ecd9e 100644 --- a/devel/anjuta/files/patch-Makefile.in +++ b/devel/anjuta/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2008-09-22 14:17:35.000000000 -0400 -+++ Makefile.in 2008-09-22 14:20:32.000000000 -0400 -@@ -505,14 +505,14 @@ uninstall-anjuta_dataDATA: +--- Makefile.in.orig 2009-09-22 12:00:07.000000000 +0200 ++++ Makefile.in 2009-09-22 12:02:56.000000000 +0200 +@@ -434,14 +434,14 @@ uninstall-anjuta_dataDATA: rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \ done install-anjutadocDATA: $(anjutadoc_DATA) diff --git a/devel/anjuta/files/patch-plugins_symbol-db_Makefile.in b/devel/anjuta/files/patch-plugins_symbol-db_Makefile.in deleted file mode 100644 index a7165a47d238..000000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/files/patch-plugins_symbol-db_plugin.h b/devel/anjuta/files/patch-plugins_symbol-db_plugin.h deleted file mode 100644 index 10565abef21e..000000000000 --- a/devel/anjuta/files/patch-plugins_symbol-db_plugin.h +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/symbol-db/plugin.h.orig 2009-04-17 01:02:20.000000000 -0400 -+++ plugins/symbol-db/plugin.h 2009-04-17 01:02:37.000000000 -0400 -@@ -49,7 +49,7 @@ typedef struct _SymbolDBPluginClass Symb - #include "symbol-db-prefs.h" - - /* a sort of 'default' value for ctags executable. User must have it installed */ --#define CTAGS_PATH "/usr/bin/ctags" -+#define CTAGS_PATH "%%LOCALBASE%%/bin/exctags" - - struct _SymbolDBPlugin { - AnjutaPlugin parent; diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c index 1b6405e7555a..b50d375a1ae4 100644 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c +++ b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c @@ -1,6 +1,6 @@ ---- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-03-18 04:24:07.000000000 -0400 -+++ plugins/symbol-db/symbol-db-engine-core.c 2009-04-20 00:40:52.000000000 -0400 -@@ -1486,7 +1486,7 @@ sdb_engine_ctags_output_thread (gpointer +--- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-08-27 09:17:03.000000000 +0200 ++++ plugins/symbol-db/symbol-db-engine-core.c 2009-08-27 17:32:35.000000000 +0200 +@@ -1504,7 +1504,7 @@ sdb_engine_ctags_output_thread (gpointer /* found out a new marker */ marker_ptr = strstr (marker_ptr + len_marker, CTAGS_MARKER); @@ -9,27 +9,18 @@ } else { -@@ -1644,7 +1644,7 @@ sdb_engine_ctags_launcher_create (Symbol - anjuta_launcher_set_encoding (priv->ctags_launcher, NULL); - - g_signal_connect (G_OBJECT (priv->ctags_launcher), "child-exited", -- G_CALLBACK (on_scan_files_end_1), NULL); -+ G_CALLBACK (on_scan_files_end_1), dbe); - - exe_string = g_strdup_printf ("%s --sort=no --fields=afmiKlnsStz --c++-kinds=+p " - "--filter=yes --filter-terminator='"CTAGS_MARKER"'", -@@ -1810,8 +1810,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine - gchar *temp_file; +@@ -1831,8 +1831,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine + gint i = 0; while (TRUE) { -- temp_file = g_strdup_printf ("/anjuta-%d_%ld.tags", getpid (), -- time (NULL)); -+ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld.tags", SHARED_MEMORY_PREFIX, getpid (), -+ (long) time (NULL)); +- temp_file = g_strdup_printf ("/anjuta-%d_%ld%d.tags", getpid (), +- time (NULL), i++); ++ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld%d.tags", SHARED_MEMORY_PREFIX, getpid (), ++ (long) time (NULL), i++); gchar *test; test = g_strconcat (SHARED_MEMORY_PREFIX, temp_file, NULL); if (g_file_test (test, G_FILE_TEST_EXISTS) == TRUE) -@@ -1831,12 +1831,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine +@@ -1852,12 +1852,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine priv->shared_mem_str = temp_file; if ((priv->shared_mem_fd = @@ -44,7 +35,7 @@ priv->shared_mem_file = fdopen (priv->shared_mem_fd, "a+b"); /*DEBUG_PRINT ("temp_file %s", temp_file);*/ -@@ -2419,7 +2419,7 @@ sdb_engine_init (SymbolDBEngine * object +@@ -2446,7 +2446,7 @@ sdb_engine_init (SymbolDBEngine * object static void sdb_engine_unlink_shared_files (gpointer key, gpointer value, gpointer user_data) { @@ -53,7 +44,7 @@ } static void -@@ -2508,7 +2508,7 @@ sdb_engine_finalize (GObject * object) +@@ -2535,7 +2535,7 @@ sdb_engine_finalize (GObject * object) if (priv->shared_mem_str) { @@ -62,7 +53,7 @@ g_free (priv->shared_mem_str); priv->shared_mem_str = NULL; } -@@ -5834,12 +5834,12 @@ symbol_db_engine_update_buffer_symbols ( +@@ -6059,12 +6059,12 @@ symbol_db_engine_update_buffer_symbols ( * target buffer one */ base_filename = g_filename_display_basename (relative_path); diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h index 3d9398a872c1..fe850697cfac 100644 --- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h +++ b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h @@ -1,11 +1,11 @@ ---- plugins/symbol-db/symbol-db-prefs.h.orig 2009-04-17 01:06:07.000000000 -0400 -+++ plugins/symbol-db/symbol-db-prefs.h 2009-04-17 01:06:34.000000000 -0400 -@@ -40,7 +40,7 @@ typedef struct _SymbolDBPrefsPriv Symbol - #include "symbol-db-system.h" +--- plugins/symbol-db/symbol-db-prefs.h.orig 2009-07-27 16:14:31.000000000 +0200 ++++ plugins/symbol-db/symbol-db-prefs.h 2009-07-28 00:10:49.000000000 +0200 +@@ -41,7 +41,7 @@ typedef struct _SymbolDBPrefsPriv Symbol + /* -#define CTAGS_PREFS "preferences_entry:text:/usr/bin/ctags:0:symboldb.ctags" -+#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/exctags:0:symboldb.ctags" ++#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/ctags:0:symboldb.ctags" #define CTAGS_PREFS_KEY "symboldb.ctags" + */ #define PROJECT_AUTOSCAN "symboldb.scan_prj_pkgs" - #define PARALLEL_SCAN "symboldb.parallel_scan" diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist index b44719d46c33..a3f1299584f4 100644 --- a/devel/anjuta/pkg-plist +++ b/devel/anjuta/pkg-plist @@ -1,10 +1,12 @@ bin/anjuta -bin/anjuta_launcher +bin/anjuta-launcher +bin/anjuta-tags 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-command-queue.h include/libanjuta-1.0/libanjuta/anjuta-convert.h include/libanjuta-1.0/libanjuta/anjuta-debug.h include/libanjuta-1.0/libanjuta/anjuta-encodings.h @@ -97,12 +99,10 @@ include/libanjuta-1.0/libanjuta/libanjuta.h include/libanjuta-1.0/libanjuta/resources.h lib/anjuta/anjuta-build-basic-autotools.plugin lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-class-inheritance.plugin lib/anjuta/anjuta-cvs.plugin lib/anjuta/anjuta-debug-manager.plugin %%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-editor.plugin lib/anjuta/anjuta-file-wizard.plugin lib/anjuta/anjuta-gdb.plugin lib/anjuta/anjuta-glade.plugin @@ -116,8 +116,6 @@ lib/anjuta/anjuta-project-import.plugin lib/anjuta/anjuta-project-manager.plugin lib/anjuta/anjuta-project-wizard.plugin lib/anjuta/anjuta-run-program.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin lib/anjuta/anjuta-search.plugin lib/anjuta/anjuta-starter.plugin %%SVN%%lib/anjuta/anjuta-subversion.plugin @@ -132,8 +130,6 @@ lib/anjuta/libanjuta-build-basic-autotools.la lib/anjuta/libanjuta-build-basic-autotools.so lib/anjuta/libanjuta-class-gen.la lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so lib/anjuta/libanjuta-cvs-plugin.la lib/anjuta/libanjuta-cvs-plugin.so lib/anjuta/libanjuta-debug-manager.la @@ -142,8 +138,6 @@ lib/anjuta/libanjuta-debug-manager.so %%DEVHELP%%lib/anjuta/libanjuta-devhelp.so lib/anjuta/libanjuta-document-manager.la lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so lib/anjuta/libanjuta-file-wizard.la lib/anjuta/libanjuta-file-wizard.so lib/anjuta/libanjuta-gdb.la @@ -164,8 +158,6 @@ lib/anjuta/libanjuta-message-view.la lib/anjuta/libanjuta-message-view.so lib/anjuta/libanjuta-patch.la lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so lib/anjuta/libanjuta-project-import.la lib/anjuta/libanjuta-project-import.so lib/anjuta/libanjuta-project-manager.la @@ -174,10 +166,6 @@ lib/anjuta/libanjuta-project-wizard.la lib/anjuta/libanjuta-project-wizard.so lib/anjuta/libanjuta-run-program.la lib/anjuta/libanjuta-run-program.so -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-scratchbox.la -lib/anjuta/libanjuta-scratchbox.so lib/anjuta/libanjuta-search.la lib/anjuta/libanjuta-search.so lib/anjuta/libanjuta-sourceview.la @@ -194,14 +182,12 @@ lib/anjuta/libanjuta-tools.la 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 lib/anjuta/symbol-db.plugin lib/glade3/modules/libgladeanjuta.la @@ -221,40 +207,33 @@ share/anjuta/class-templates/cc-source.tpl share/anjuta/class-templates/go-header.tpl share/anjuta/class-templates/go-source.tpl share/anjuta/gdb.init -share/anjuta/glade/anjuta-build-basic-autotools-plugin.glade -share/anjuta/glade/anjuta-class-gen-plugin.glade -share/anjuta/glade/anjuta-cvs-plugin.glade -share/anjuta/glade/anjuta-debug-manager.glade -share/anjuta/glade/anjuta-document-manager.glade -share/anjuta/glade/anjuta-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-build-basic-autotools-plugin.ui +share/anjuta/glade/anjuta-class-gen-plugin.ui +share/anjuta/glade/anjuta-cvs-plugin.ui +share/anjuta/glade/anjuta-debug-manager.ui +share/anjuta/glade/anjuta-document-manager.ui +share/anjuta/glade/anjuta-editor-sourceview.ui +share/anjuta/glade/anjuta-file-wizard.ui +share/anjuta/glade/anjuta-git.ui 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-language-cpp-java.ui +share/anjuta/glade/anjuta-macro.ui +share/anjuta/glade/anjuta-message-manager-plugin.ui 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-db.glade -share/anjuta/glade/anjuta-terminal-plugin.glade -share/anjuta/glade/anjuta-tools.glade -share/anjuta/glade/anjuta.glade +share/anjuta/glade/anjuta-run-program.ui +share/anjuta/glade/anjuta-search.ui +%%SVN%%share/anjuta/glade/anjuta-subversion.ui +share/anjuta/glade/anjuta-symbol-db.ui +share/anjuta/glade/anjuta-terminal-plugin.ui +share/anjuta/glade/anjuta-tools.ui 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 -share/anjuta/glade/profiler-function-call-tree.glade -share/anjuta/glade/profiler.glade +share/anjuta/glade/create_dialogs.ui +share/anjuta/glade/file-manager.ui +share/anjuta/glade/gbf-am-dialogs.ui +share/anjuta/glade/patch-plugin.ui +share/anjuta/glade/preferences.ui +share/anjuta/glade/project-import.ui share/anjuta/glade/start-with-import.png share/anjuta/glade/start-with-open.png share/anjuta/glade/start-with-wizard.png @@ -271,16 +250,10 @@ share/anjuta/project/anjuta-plugin/configure.ac.tpl share/anjuta/project/anjuta-plugin/po/POTFILES.in share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl share/anjuta/project/anjuta-plugin/src/plugin.c -share/anjuta/project/anjuta-plugin/src/plugin.glade share/anjuta/project/anjuta-plugin/src/plugin.h share/anjuta/project/anjuta-plugin/src/plugin.plugin.in share/anjuta/project/anjuta-plugin/src/plugin.ui -share/anjuta/project/anjuta-plugin-vala.wiz -share/anjuta/project/anjuta-plugin-vala/configure.ac.tpl -share/anjuta/project/anjuta-plugin-vala/po/POTFILES.in -share/anjuta/project/anjuta-plugin-vala/src/Makefile.am.tpl -share/anjuta/project/anjuta-plugin-vala/src/config.vapi -share/anjuta/project/anjuta-plugin-vala/src/plugin.vala +share/anjuta/project/anjuta-plugin/src/plugin.xml share/anjuta/project/appwiz_sdl.png share/anjuta/project/cpp-logo.png share/anjuta/project/cpp.wiz @@ -312,13 +285,13 @@ share/anjuta/project/gtk/src/Makefile.am.tpl share/anjuta/project/gtk/src/callbacks.c share/anjuta/project/gtk/src/callbacks.h share/anjuta/project/gtk/src/main.c -share/anjuta/project/gtk/src/project.glade +share/anjuta/project/gtk/src/project.ui share/anjuta/project/gtkmm-logo.png share/anjuta/project/gtkmm.wiz share/anjuta/project/gtkmm/po/POTFILES.in share/anjuta/project/gtkmm/src/Makefile.am.tpl share/anjuta/project/gtkmm/src/main.cc -share/anjuta/project/gtkmm/src/project.glade +share/anjuta/project/gtkmm/src/project.ui share/anjuta/project/java-logo.png share/anjuta/project/java.wiz share/anjuta/project/java/configure.ac.tpl @@ -326,13 +299,22 @@ share/anjuta/project/java/po/POTFILES.in share/anjuta/project/java/project.anjuta share/anjuta/project/java/src/Makefile.am.tpl share/anjuta/project/java/src/main.java +share/anjuta/project/library.wiz +share/anjuta/project/library/configure.ac.tpl +share/anjuta/project/library/po/POTFILES.in +share/anjuta/project/library/src/Makefile.am.tpl +share/anjuta/project/library/src/lib.c +share/anjuta/project/library/src/lib.h +share/anjuta/project/library/src/library.pc.in 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/m4/ac-define-dir.m4 share/anjuta/project/minimal.wiz share/anjuta/project/minimal/Makefile.am.tpl +share/anjuta/project/minimal/anjuta.session share/anjuta/project/minimal/autogen.sh share/anjuta/project/minimal/configure.ac.tpl share/anjuta/project/minimal/project.anjuta @@ -393,39 +375,35 @@ share/anjuta/project/xlib/configure.ac.tpl share/anjuta/project/xlib/po/POTFILES.in share/anjuta/project/xlib/src/Makefile.am.tpl share/anjuta/project/xlib/src/main.c -share/anjuta/properties/anjuta.properties -share/anjuta/properties/styles.properties -share/anjuta/properties/user.properties +share/anjuta/tables-from-1-to-228.sql share/anjuta/tables.sql share/anjuta/tools/find-fixmes.pl share/anjuta/tools/prepare-changelog.pl share/anjuta/tools/tools-2.xml share/anjuta/tools/translation-status.pl -share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui +share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml share/anjuta/ui/anjuta-cvs.ui -share/anjuta/ui/anjuta-debug-manager.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-debug-manager.xml +share/anjuta/ui/anjuta-devhelp-simple.ui +share/anjuta/ui/anjuta-devhelp.ui +share/anjuta/ui/anjuta-document-manager.xml +share/anjuta/ui/anjuta-git.xml share/anjuta/ui/anjuta-glade.ui share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.ui +share/anjuta/ui/anjuta-language-support-cpp-java.xml share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-macro.ui -share/anjuta/ui/anjuta-message-manager.ui -share/anjuta/ui/anjuta-patch.ui -share/anjuta/ui/anjuta-project-manager.ui -share/anjuta/ui/anjuta-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-db-plugin.ui -share/anjuta/ui/anjuta-terminal-plugin.ui -share/anjuta/ui/anjuta-tools.ui +share/anjuta/ui/anjuta-macro.xml +share/anjuta/ui/anjuta-message-manager.xml +share/anjuta/ui/anjuta-patch.xml +share/anjuta/ui/anjuta-project-manager.xml +share/anjuta/ui/anjuta-run-program.xml +share/anjuta/ui/anjuta-search.xml +%%SVN%%share/anjuta/ui/anjuta-subversion.xml +share/anjuta/ui/anjuta-symbol-db-plugin.xml +share/anjuta/ui/anjuta-terminal-plugin.xml +share/anjuta/ui/anjuta-tools.xml share/anjuta/ui/anjuta.ui -share/anjuta/ui/file-manager.ui -share/anjuta/ui/profiler.ui +share/anjuta/ui/file-manager.xml share/anjuta/welcome.txt share/applications/anjuta.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -438,7 +416,6 @@ share/applications/anjuta.desktop %%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html %%PORTDOCS%%%%DOCSDIR%%/TODO share/doc/libanjuta/AnjutaAsyncCommand.html -share/doc/libanjuta/AnjutaCellRendererCaptionedImage.html share/doc/libanjuta/AnjutaCommand.html share/doc/libanjuta/AnjutaLauncher.html share/doc/libanjuta/AnjutaMessageArea.html @@ -466,6 +443,7 @@ share/doc/libanjuta/home.png share/doc/libanjuta/index.html share/doc/libanjuta/index.sgml share/doc/libanjuta/left.png +share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html share/doc/libanjuta/libanjuta-ESplash.html share/doc/libanjuta/libanjuta-anjuta-c-module.html share/doc/libanjuta/libanjuta-anjuta-c-plugin-factory.html @@ -885,6 +863,49 @@ share/gnome/help/anjuta-manual/sv/figures/signals.png share/gnome/help/anjuta-manual/sv/figures/stack.png share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png share/gnome/help/anjuta-manual/sv/figures/tool-editor.png +share/gnome/help/anjuta-manual/th/anjuta-manual.xml +share/gnome/help/anjuta-manual/th/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/th/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/th/figures/attach.png +share/gnome/help/anjuta-manual/th/figures/brk_add.png +share/gnome/help/anjuta-manual/th/figures/brk_dlg.png +share/gnome/help/anjuta-manual/th/figures/configure_dlg.png +share/gnome/help/anjuta-manual/th/figures/display_macro.png +share/gnome/help/anjuta-manual/th/figures/editor_guides.png +share/gnome/help/anjuta-manual/th/figures/editor_margins.png +share/gnome/help/anjuta-manual/th/figures/editor_markers.png +share/gnome/help/anjuta-manual/th/figures/file_menu.png +share/gnome/help/anjuta-manual/th/figures/insert_text.png +share/gnome/help/anjuta-manual/th/figures/keyword_macro.png +share/gnome/help/anjuta-manual/th/figures/local_variables.png +share/gnome/help/anjuta-manual/th/figures/menubar.png +share/gnome/help/anjuta-manual/th/figures/message_win.png +share/gnome/help/anjuta-manual/th/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/th/figures/open_file.png +share/gnome/help/anjuta-manual/th/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/th/figures/prefs_print.png +share/gnome/help/anjuta-manual/th/figures/print_dlg.png +share/gnome/help/anjuta-manual/th/figures/print_preview.png +share/gnome/help/anjuta-manual/th/figures/project-window.png +share/gnome/help/anjuta-manual/th/figures/project_group.png +share/gnome/help/anjuta-manual/th/figures/project_info.png +share/gnome/help/anjuta-manual/th/figures/project_target.png +share/gnome/help/anjuta-manual/th/figures/project_target_details.png +share/gnome/help/anjuta-manual/th/figures/registers.png +share/gnome/help/anjuta-manual/th/figures/save_as_file.png +share/gnome/help/anjuta-manual/th/figures/search_expr.png +share/gnome/help/anjuta-manual/th/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/th/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/th/figures/search_replace.png +share/gnome/help/anjuta-manual/th/figures/search_setting.png +share/gnome/help/anjuta-manual/th/figures/search_target.png +share/gnome/help/anjuta-manual/th/figures/search_target_action.png +share/gnome/help/anjuta-manual/th/figures/search_target_in.png +share/gnome/help/anjuta-manual/th/figures/sharedlibs.png +share/gnome/help/anjuta-manual/th/figures/signals.png +share/gnome/help/anjuta-manual/th/figures/stack.png +share/gnome/help/anjuta-manual/th/figures/symbol_browser.png +share/gnome/help/anjuta-manual/th/figures/tool-editor.png share/gnome/help/anjuta-manual/uk/anjuta-manual.xml share/gnome/help/anjuta-manual/uk/figures/add_edit_macro.png share/gnome/help/anjuta-manual/uk/figures/anjuta-in-action.png @@ -928,6 +949,49 @@ share/gnome/help/anjuta-manual/uk/figures/signals.png share/gnome/help/anjuta-manual/uk/figures/stack.png share/gnome/help/anjuta-manual/uk/figures/symbol_browser.png share/gnome/help/anjuta-manual/uk/figures/tool-editor.png +share/gnome/help/anjuta-manual/zh_CN/anjuta-manual.xml +share/gnome/help/anjuta-manual/zh_CN/figures/add_edit_macro.png +share/gnome/help/anjuta-manual/zh_CN/figures/anjuta-in-action.png +share/gnome/help/anjuta-manual/zh_CN/figures/attach.png +share/gnome/help/anjuta-manual/zh_CN/figures/brk_add.png +share/gnome/help/anjuta-manual/zh_CN/figures/brk_dlg.png +share/gnome/help/anjuta-manual/zh_CN/figures/configure_dlg.png +share/gnome/help/anjuta-manual/zh_CN/figures/display_macro.png +share/gnome/help/anjuta-manual/zh_CN/figures/editor_guides.png +share/gnome/help/anjuta-manual/zh_CN/figures/editor_margins.png +share/gnome/help/anjuta-manual/zh_CN/figures/editor_markers.png +share/gnome/help/anjuta-manual/zh_CN/figures/file_menu.png +share/gnome/help/anjuta-manual/zh_CN/figures/insert_text.png +share/gnome/help/anjuta-manual/zh_CN/figures/keyword_macro.png +share/gnome/help/anjuta-manual/zh_CN/figures/local_variables.png +share/gnome/help/anjuta-manual/zh_CN/figures/menubar.png +share/gnome/help/anjuta-manual/zh_CN/figures/message_win.png +share/gnome/help/anjuta-manual/zh_CN/figures/new_file_wizard.png +share/gnome/help/anjuta-manual/zh_CN/figures/open_file.png +share/gnome/help/anjuta-manual/zh_CN/figures/open_file_multiple.png +share/gnome/help/anjuta-manual/zh_CN/figures/prefs_print.png +share/gnome/help/anjuta-manual/zh_CN/figures/print_dlg.png +share/gnome/help/anjuta-manual/zh_CN/figures/print_preview.png +share/gnome/help/anjuta-manual/zh_CN/figures/project-window.png +share/gnome/help/anjuta-manual/zh_CN/figures/project_group.png +share/gnome/help/anjuta-manual/zh_CN/figures/project_info.png +share/gnome/help/anjuta-manual/zh_CN/figures/project_target.png +share/gnome/help/anjuta-manual/zh_CN/figures/project_target_details.png +share/gnome/help/anjuta-manual/zh_CN/figures/registers.png +share/gnome/help/anjuta-manual/zh_CN/figures/save_as_file.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_expr.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_expr_basic.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_file_pattern.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_replace.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_setting.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_target.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_target_action.png +share/gnome/help/anjuta-manual/zh_CN/figures/search_target_in.png +share/gnome/help/anjuta-manual/zh_CN/figures/sharedlibs.png +share/gnome/help/anjuta-manual/zh_CN/figures/signals.png +share/gnome/help/anjuta-manual/zh_CN/figures/stack.png +share/gnome/help/anjuta-manual/zh_CN/figures/symbol_browser.png +share/gnome/help/anjuta-manual/zh_CN/figures/tool-editor.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg share/icons/hicolor/48x48/apps/anjuta.png @@ -938,6 +1002,7 @@ share/locale/be/LC_MESSAGES/anjuta.mo share/locale/be@latin/LC_MESSAGES/anjuta.mo share/locale/bg/LC_MESSAGES/anjuta.mo share/locale/ca/LC_MESSAGES/anjuta.mo +share/locale/ca@valencia/LC_MESSAGES/anjuta.mo share/locale/cs/LC_MESSAGES/anjuta.mo share/locale/da/LC_MESSAGES/anjuta.mo share/locale/de/LC_MESSAGES/anjuta.mo @@ -963,6 +1028,7 @@ 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/mai/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 @@ -1002,7 +1068,9 @@ 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/omf/anjuta-manual/anjuta-manual-th.omf share/omf/anjuta-manual/anjuta-manual-uk.omf +share/omf/anjuta-manual/anjuta-manual-zh_CN.omf share/pixmaps/anjuta/anjuta-attach-16.png share/pixmaps/anjuta/anjuta-attach-24.png share/pixmaps/anjuta/anjuta-block-end-16.png @@ -1034,8 +1102,6 @@ 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 -share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg share/pixmaps/anjuta/anjuta-complete-16.png share/pixmaps/anjuta/anjuta-complete-24.png share/pixmaps/anjuta/anjuta-complete-auto-16.png @@ -1048,8 +1114,6 @@ share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg %%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 -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 @@ -1109,8 +1173,6 @@ share/pixmaps/anjuta/anjuta-patch-plugin.svg share/pixmaps/anjuta/anjuta-pcmark-16.png share/pixmaps/anjuta/anjuta-preferences-general-48.png share/pixmaps/anjuta/anjuta-preferences-general.svg -share/pixmaps/anjuta/anjuta-profiler-plugin-48.png -share/pixmaps/anjuta/anjuta-profiler-plugin.svg share/pixmaps/anjuta/anjuta-project-import-plugin-48.png share/pixmaps/anjuta/anjuta-project-import-plugin.svg share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png @@ -1120,9 +1182,6 @@ share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg share/pixmaps/anjuta/anjuta-run-to-cursor-16.png share/pixmaps/anjuta/anjuta-run-to-cursor-24.png share/pixmaps/anjuta/anjuta-run-program-48.png -share/pixmaps/anjuta/anjuta-sample-plugin-48.png -share/pixmaps/anjuta/anjuta-sample-plugin.svg -share/pixmaps/anjuta/anjuta-scratchbox-48.png share/pixmaps/anjuta/anjuta-search-plugin-48.png share/pixmaps/anjuta/anjuta-search-plugin.svg share/pixmaps/anjuta/anjuta-step-into-16.png @@ -1174,8 +1233,12 @@ 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/zh_CN/figures +@dirrm share/gnome/help/anjuta-manual/zh_CN @dirrm share/gnome/help/anjuta-manual/uk/figures @dirrm share/gnome/help/anjuta-manual/uk +@dirrm share/gnome/help/anjuta-manual/th/figures +@dirrm share/gnome/help/anjuta-manual/th @dirrm share/gnome/help/anjuta-manual/sv/figures @dirrm share/gnome/help/anjuta-manual/sv @dirrm share/gnome/help/anjuta-manual/oc/figures @@ -1199,7 +1262,6 @@ share/pixmaps/anjuta/vcs-updated.png @dirrmtry share/icons/gnome/48x48/mimetypes @dirrm share/anjuta/ui @dirrm share/anjuta/tools -@dirrm share/anjuta/properties @dirrm share/anjuta/project/xlib/src @dirrm share/anjuta/project/xlib/po @dirrm share/anjuta/project/xlib-dock/src @@ -1224,6 +1286,9 @@ share/pixmaps/anjuta/vcs-updated.png @dirrm share/anjuta/project/minimal @dirrm share/anjuta/project/m4 @dirrm share/anjuta/project/licenses +@dirrm share/anjuta/project/library/src +@dirrm share/anjuta/project/library/po +@dirrm share/anjuta/project/library @dirrm share/anjuta/project/java/src @dirrm share/anjuta/project/java/po @dirrm share/anjuta/project/java @@ -1242,9 +1307,6 @@ share/pixmaps/anjuta/vcs-updated.png @dirrm share/anjuta/project/cpp/src @dirrm share/anjuta/project/cpp/po @dirrm share/anjuta/project/cpp -@dirrm share/anjuta/project/anjuta-plugin-vala/src -@dirrm share/anjuta/project/anjuta-plugin-vala/po -@dirrm share/anjuta/project/anjuta-plugin-vala @dirrm share/anjuta/project/anjuta-plugin/src @dirrm share/anjuta/project/anjuta-plugin/po @dirrm share/anjuta/project/anjuta-plugin @@ -1279,7 +1341,11 @@ share/pixmaps/anjuta/vcs-updated.png @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/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index a41ec889d279..c3250344b196 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.74 2009/03/18 00:35:01 kwm Exp $ +# $MCom: ports/devel/bug-buddy/Makefile,v 1.78 2009/09/21 16:26:07 kwm Exp $ # PORTNAME= bug-buddy -PORTVERSION= 2.26.0 -PORTREVISION= 1 +PORTVERSION= 2.28.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,7 +23,7 @@ USE_GETTEXT= yes INSTALLS_ICONS= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus \ +USE_GNOME= gnomeprefix gnomehack intlhack \ gnomedocutils evolutiondataserver GNOME_DESKTOP_VERSION=2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo index a00a22b53d8d..c321c0c3b85f 100644 --- a/devel/bug-buddy/distinfo +++ b/devel/bug-buddy/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (gnome2/bug-buddy-2.28.0.tar.bz2) = ee9c586fee2e6b8ce3b787e696f37100 +SHA256 (gnome2/bug-buddy-2.28.0.tar.bz2) = 6ec0c21a09d9eb2a5f05a60261c6c70a0cd35e8887598418402fd17f83c1b294 +SIZE (gnome2/bug-buddy-2.28.0.tar.bz2) = 1186863 diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist index 641480473ee2..848f49b65e13 100644 --- a/devel/bug-buddy/pkg-plist +++ b/devel/bug-buddy/pkg-plist @@ -3,7 +3,6 @@ lib/gtk-2.0/modules/libgnomebreakpad.la lib/gtk-2.0/modules/libgnomebreakpad.so share/applications/bug-buddy.desktop %%DATADIR%%/bug-buddy.gtkbuilder -%%DATADIR%%/bug-buddy.menu %%DATADIR%%/gdb-cmd share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png share/icons/hicolor/16x16/apps/bug-buddy.png @@ -24,6 +23,7 @@ share/locale/bn/LC_MESSAGES/bug-buddy.mo share/locale/bn_IN/LC_MESSAGES/bug-buddy.mo share/locale/bs/LC_MESSAGES/bug-buddy.mo share/locale/ca/LC_MESSAGES/bug-buddy.mo +share/locale/ca@valencia/LC_MESSAGES/bug-buddy.mo share/locale/cs/LC_MESSAGES/bug-buddy.mo share/locale/cy/LC_MESSAGES/bug-buddy.mo share/locale/da/LC_MESSAGES/bug-buddy.mo @@ -56,6 +56,7 @@ share/locale/ku/LC_MESSAGES/bug-buddy.mo share/locale/ky/LC_MESSAGES/bug-buddy.mo share/locale/lt/LC_MESSAGES/bug-buddy.mo share/locale/lv/LC_MESSAGES/bug-buddy.mo +share/locale/mai/LC_MESSAGES/bug-buddy.mo share/locale/mg/LC_MESSAGES/bug-buddy.mo share/locale/mk/LC_MESSAGES/bug-buddy.mo share/locale/ml/LC_MESSAGES/bug-buddy.mo @@ -125,12 +126,16 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo @dirrmtry share/locale/mr @dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 39c8a33cf3f1..db3447fc0ebb 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/dbus/Makefile,v 1.34 2009/11/28 06:03:52 mezz Exp $ # PORTNAME= dbus -PORTVERSION?= 1.2.4.6 +PORTVERSION?= 1.2.16 PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ -DISTNAME= dbus-${PORTVERSION}permissive MAINTAINER= gnome@FreeBSD.org COMMENT= A message bus system for inter-application communication @@ -59,6 +59,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/lib/dbus/machine-id|/db/dbus/machine-id|g' \ ${WRKSRC}/dbus/Makefile.in \ ${WRKSRC}/tools/Makefile.in + @${REINPLACE_CMD} -e 's|THREAD_LIBS -lrt|THREAD_LIBS|g' \ + ${WRKSRC}/configure .if !defined(DBUS_SLAVE) post-install: diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo index c4e9b0edf4da..1623b43edf79 100644 --- a/devel/dbus/distinfo +++ b/devel/dbus/distinfo @@ -1,3 +1,3 @@ -MD5 (dbus-1.2.4.6permissive.tar.gz) = 1a158fe326b078d1377a977121888496 -SHA256 (dbus-1.2.4.6permissive.tar.gz) = a2da2c9da52be6de6c6f1e1c3c3f3a960992b0c82d47661606c11d7aef76f7b1 -SIZE (dbus-1.2.4.6permissive.tar.gz) = 1575270 +MD5 (dbus-1.2.16.tar.gz) = c7a47b851ebe02f6726b65b78d1b730b +SHA256 (dbus-1.2.16.tar.gz) = 968a31c16a6c4bbbdb603cbaa3d60d6d19bc8ae30c0ed55d7f8c2e254413e4c8 +SIZE (dbus-1.2.16.tar.gz) = 1576209 diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure deleted file mode 100644 index 0161d4625f7d..000000000000 --- a/devel/dbus/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2009-01-13 07:43:11.194080000 +0000 -+++ configure 2009-01-13 07:43:26.270082000 +0000 -@@ -20956,10 +20956,6 @@ if test "x$GCC" = "xyes"; then - *[\ \ ]-Wno-sign-compare[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Wno-sign-compare" ;; - esac -- case " $CFLAGS " in -- *[\ \ ]-Wno-pointer-sign[\ \ ]*) ;; -- *) CFLAGS="$CFLAGS -Wno-pointer-sign" ;; -- esac - - # http://bugs.freedesktop.org/show_bug.cgi?id=19195 - case " $CFLAGS " in diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c deleted file mode 100644 index aa623c158889..000000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c +++ /dev/null @@ -1,75 +0,0 @@ ---- dbus/dbus-sysdeps-unix.c.orig 2008-08-06 13:00:29.000000000 -0400 -+++ dbus/dbus-sysdeps-unix.c 2008-08-10 15:04:32.000000000 -0400 -@@ -1041,9 +1041,9 @@ write_credentials_byte (int - int bytes_written; - char buf[1] = { '\0' }; - #if defined(HAVE_CMSGCRED) -- struct { -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - struct iovec iov; - struct msghdr msg; -@@ -1054,10 +1054,10 @@ write_credentials_byte (int - msg.msg_iov = &iov; - msg.msg_iovlen = 1; - -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - memset (&cmsg, 0, sizeof (cmsg)); -- cmsg.hdr.cmsg_len = sizeof (cmsg); -+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred)); - cmsg.hdr.cmsg_level = SOL_SOCKET; - cmsg.hdr.cmsg_type = SCM_CREDS; - #endif -@@ -1133,9 +1133,9 @@ _dbus_read_credentials_socket (int - pid_read = DBUS_PID_UNSET; - - #ifdef HAVE_CMSGCRED -- struct { -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - - #elif defined(LOCAL_CREDS) -@@ -1172,8 +1172,8 @@ _dbus_read_credentials_socket (int - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) - memset (&cmsg, 0, sizeof (cmsg)); -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - #endif - - again: -@@ -1211,7 +1211,8 @@ _dbus_read_credentials_socket (int - } - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) -- if (cmsg.hdr.cmsg_len < sizeof (cmsg) || cmsg.hdr.cmsg_type != SCM_CREDS) -+ if (cmsg.hdr.cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)) -+ || cmsg.hdr.cmsg_type != SCM_CREDS) - { - dbus_set_error (error, DBUS_ERROR_FAILED, - "Message from recvmsg() was not SCM_CREDS"); -@@ -1238,8 +1239,11 @@ _dbus_read_credentials_socket (int - cr_len, (int) sizeof (cr), _dbus_strerror (errno)); - } - #elif defined(HAVE_CMSGCRED) -- pid_read = cmsg.cred.cmcred_pid; -- uid_read = cmsg.cred.cmcred_euid; -+ struct cmsgcred *cred; -+ -+ cred = (struct cmsgcred *) CMSG_DATA (&cmsg); -+ pid_read = cred->cmcred_pid; -+ uid_read = cred->cmcred_euid; - #elif defined(LOCAL_CREDS) - pid_read = DBUS_PID_UNSET; - uid_read = cmsg.cred.sc_uid; diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index a55316e6b9f5..a48696ab08f5 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,20 +3,20 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.12 2009/01/11 18:03:38 marcus Exp $ +# $MCom: ports/devel/devhelp/Makefile,v 1.28 2009/10/19 20:06:46 kwm Exp $ PORTNAME= devhelp -PORTVERSION= 0.23 -PORTREVISION= 1 +PORTVERSION= 2.28.1 PORTEPOCH= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Developer help browser for GNOME 2 -LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes USE_XORG= x11 @@ -47,6 +47,12 @@ post-patch: .if defined(WITHOUT_GEDIT) @${REINPLACE_CMD} -e 's|gedit-plugin||' \ ${WRKSRC}/misc/Makefile.in + @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \ + ${WRKSRC}/src/Makefile.in .endif +post-install: + @${MKDIR} ${PREFIX}/etc/gconf/schemas + @${CP} ${WRKSRC}/data/devhelp.schemas ${PREFIX}/etc/gconf/schemas + .include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index b6375c8b8771..e3a67f645fd4 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/devhelp-0.23.tar.bz2) = 704c0c90616aeb1c52ca3af1df93fde6 -SHA256 (gnome2/devhelp-0.23.tar.bz2) = 60f336ac396f67a0cce70d71ea931545727ab48e9d09bf36415098965f9a7ef2 -SIZE (gnome2/devhelp-0.23.tar.bz2) = 521287 +MD5 (gnome2/devhelp-2.28.1.tar.bz2) = b9ec14ddf74c4b9924da77b62c345cf8 +SHA256 (gnome2/devhelp-2.28.1.tar.bz2) = 09a0f048cc5b4517e92d74d6ffcd4a17f4bb2c4c236739154fb24b60958862d9 +SIZE (gnome2/devhelp-2.28.1.tar.bz2) = 473458 diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist index 83649fae27a5..4c31e71d237f 100644 --- a/devel/devhelp/pkg-plist +++ b/devel/devhelp/pkg-plist @@ -18,7 +18,7 @@ include/devhelp-1.0/devhelp/dh-window.h lib/libdevhelp-1.a lib/libdevhelp-1.la lib/libdevhelp-1.so -lib/libdevhelp-1.so.0 +lib/libdevhelp-1.so.1 libdata/pkgconfig/libdevhelp-1.0.pc share/applications/devhelp.desktop share/devhelp/assistant/assistant.css @@ -42,6 +42,7 @@ share/locale/bg/LC_MESSAGES/devhelp.mo share/locale/bn/LC_MESSAGES/devhelp.mo share/locale/bn_IN/LC_MESSAGES/devhelp.mo share/locale/ca/LC_MESSAGES/devhelp.mo +share/locale/ca@valencia/LC_MESSAGES/devhelp.mo share/locale/cs/LC_MESSAGES/devhelp.mo share/locale/da/LC_MESSAGES/devhelp.mo share/locale/de/LC_MESSAGES/devhelp.mo @@ -66,6 +67,7 @@ share/locale/kn/LC_MESSAGES/devhelp.mo share/locale/ko/LC_MESSAGES/devhelp.mo share/locale/lt/LC_MESSAGES/devhelp.mo share/locale/lv/LC_MESSAGES/devhelp.mo +share/locale/mai/LC_MESSAGES/devhelp.mo share/locale/mk/LC_MESSAGES/devhelp.mo share/locale/ml/LC_MESSAGES/devhelp.mo share/locale/ms/LC_MESSAGES/devhelp.mo @@ -80,13 +82,14 @@ 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/ro/LC_MESSAGES/devhelp.mo share/locale/ru/LC_MESSAGES/devhelp.mo share/locale/rw/LC_MESSAGES/devhelp.mo 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@Latn/LC_MESSAGES/devhelp.mo +share/locale/sr@latin/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 @@ -98,7 +101,6 @@ share/locale/zh_CN/LC_MESSAGES/devhelp.mo share/locale/zh_HK/LC_MESSAGES/devhelp.mo 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 @@ -108,18 +110,24 @@ 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@Latn/LC_MESSAGES -@dirrmtry share/locale/sr@Latn +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro @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 @dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES diff --git a/devel/eggdbus/Makefile b/devel/eggdbus/Makefile new file mode 100644 index 000000000000..bb2d7ffdcb2b --- /dev/null +++ b/devel/eggdbus/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: eggdbus +# Date Created: 30 Juli 2009 +# Whom: Koop Mast<kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/eggdbus/Makefile,v 1.3 2009/11/24 01:46:27 marcus Exp $ +# + +PORTNAME= eggdbus +PORTVERSION= 0.6 +CATEGORIES= devel +MASTER_SITES= http://hal.freedesktop.org/releases/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= D-Bus bindings for GObject + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +USE_GNOME= pkgconfig glib20 gnomehack +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --localstatedir=/var +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.if defined(NO_INSTALL_MANPAGES) +CONFIGURE_ARGS+=--disable-man-pages +.else +BUILD_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 \ + xsltproc:${PORTSDIR}/textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl + +MAN1= eggdbus-binding-tool.1 +.endif + +.include <bsd.port.mk> diff --git a/devel/eggdbus/distinfo b/devel/eggdbus/distinfo new file mode 100644 index 000000000000..7dcd0ff13e4d --- /dev/null +++ b/devel/eggdbus/distinfo @@ -0,0 +1,3 @@ +MD5 (eggdbus-0.6.tar.gz) = b43d2a6c523fcb8b9d0b0300c4222386 +SHA256 (eggdbus-0.6.tar.gz) = 045b1904c90a5acb2ddc93504cdbc5e1317c8021bbf919cea3bf18a686911085 +SIZE (eggdbus-0.6.tar.gz) = 801596 diff --git a/devel/eggdbus/files/patch-src_eggbus_Makefile.in b/devel/eggdbus/files/patch-src_eggbus_Makefile.in new file mode 100644 index 000000000000..6bdce7098404 --- /dev/null +++ b/devel/eggdbus/files/patch-src_eggbus_Makefile.in @@ -0,0 +1,10 @@ +--- src/eggdbus/Makefile.in.orig 2009-11-23 20:50:34.000000000 -0500 ++++ src/eggdbus/Makefile.in 2009-11-23 20:50:53.000000000 -0500 +@@ -1375,6 +1375,7 @@ eggdbus-built-sources.stamp : eggdbus-bi + --dbus-namespace org.freedesktop.DBus \ + --interfaces-only \ + --no-types-header \ ++ --include-header "unistd.h" \ + --include-header "eggdbus/eggdbustypes.h" \ + --include-header "eggdbus/eggdbusinterface.h" \ + --include-header "eggdbus/eggdbusinterfaceproxy.h" \ diff --git a/devel/eggdbus/pkg-descr b/devel/eggdbus/pkg-descr new file mode 100644 index 000000000000..18b956511201 --- /dev/null +++ b/devel/eggdbus/pkg-descr @@ -0,0 +1,8 @@ +EggDBus aims to be an easy-to-use set of GObject bindings for interacting +with DBus. Currently, this interaction is done using libdbus-1 but that +is subject to change. + +See http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html +for more on the goals and design of EggDBus. + +WWW: http://cgit.freedesktop.org/~david/eggdbus diff --git a/devel/eggdbus/pkg-plist b/devel/eggdbus/pkg-plist new file mode 100644 index 000000000000..50899d59543a --- /dev/null +++ b/devel/eggdbus/pkg-plist @@ -0,0 +1,36 @@ +bin/eggdbus-binding-tool +bin/eggdbus-glib-genmarshal +include/eggdbus-1/eggdbus/eggdbus.h +include/eggdbus-1/eggdbus/eggdbusarrayseq.h +include/eggdbus-1/eggdbus/eggdbusbus.h +include/eggdbus-1/eggdbus/eggdbusbusnametracker.h +include/eggdbus-1/eggdbus/eggdbusconnection.h +include/eggdbus-1/eggdbus/eggdbusenumtypes.h +include/eggdbus-1/eggdbus/eggdbuserror.h +include/eggdbus-1/eggdbus/eggdbushashmap.h +include/eggdbus-1/eggdbus/eggdbusinterface.h +include/eggdbus-1/eggdbus/eggdbusinterfaceproxy.h +include/eggdbus-1/eggdbus/eggdbusintrospectable.h +include/eggdbus-1/eggdbus/eggdbusmessage.h +include/eggdbus-1/eggdbus/eggdbusmethodinvocation.h +include/eggdbus-1/eggdbus/eggdbusmisctypes.h +include/eggdbus-1/eggdbus/eggdbusobjectpath.h +include/eggdbus-1/eggdbus/eggdbusobjectproxy.h +include/eggdbus-1/eggdbus/eggdbuspeer.h +include/eggdbus-1/eggdbus/eggdbusproperties.h +include/eggdbus-1/eggdbus/eggdbusreleasenamereply.h +include/eggdbus-1/eggdbus/eggdbusrequestnameflags.h +include/eggdbus-1/eggdbus/eggdbusrequestnamereply.h +include/eggdbus-1/eggdbus/eggdbussignature.h +include/eggdbus-1/eggdbus/eggdbusstartservicebynamereply.h +include/eggdbus-1/eggdbus/eggdbusstructure.h +include/eggdbus-1/eggdbus/eggdbustypes.h +include/eggdbus-1/eggdbus/eggdbusutils.h +include/eggdbus-1/eggdbus/eggdbusvariant.h +lib/libeggdbus-1.a +lib/libeggdbus-1.la +lib/libeggdbus-1.so +lib/libeggdbus-1.so.0 +libdata/pkgconfig/eggdbus-1.pc +@dirrm include/eggdbus-1/eggdbus +@dirrm include/eggdbus-1 diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index d10f2f895b1b..435f06057bb5 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.106 2009/03/18 00:42:34 kwm Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.109 2009/09/22 20:20:31 kwm Exp $ # PORTNAME= gconf2 -PORTVERSION= 2.26.2 -PORTREVISION?= 1 +PORTVERSION= 2.28.0 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,7 +23,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit.2:${PORTSDIR}/sysutils/policykit + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit USE_GMAKE= yes USE_GETTEXT= yes diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo index 743208212228..c7a6a52de645 100644 --- a/devel/gconf2/distinfo +++ b/devel/gconf2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/GConf-2.26.2.tar.bz2) = 8b55d58dab13e821e048627aa4f92b8b -SHA256 (gnome2/GConf-2.26.2.tar.bz2) = 717af270db891088394d154e3e22acc01af382306624c83679a4f8d6ba8467ed -SIZE (gnome2/GConf-2.26.2.tar.bz2) = 1474738 +MD5 (gnome2/GConf-2.28.0.tar.bz2) = ad2aeb9c7d906b274954c51a615caeac +SHA256 (gnome2/GConf-2.28.0.tar.bz2) = d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8 +SIZE (gnome2/GConf-2.28.0.tar.bz2) = 1476190 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 85be04736253..7daafae699e4 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -31,7 +31,6 @@ libexec/gconf-sanity-check-2 libexec/gconfd-2 %%LDAP%%share/GConf/schema/evoldap.schema share/aclocal/gconf-2.m4 -share/PolicyKit/policy/org.gnome.gconf.defaults.policy share/dbus-1/system-services/org.gnome.GConf.Defaults.service share/dbus-1/services/org.gnome.GConf.service share/locale/am/LC_MESSAGES/GConf2.mo @@ -44,6 +43,7 @@ share/locale/bn/LC_MESSAGES/GConf2.mo share/locale/bn_IN/LC_MESSAGES/GConf2.mo share/locale/bs/LC_MESSAGES/GConf2.mo share/locale/ca/LC_MESSAGES/GConf2.mo +share/locale/ca@valencia/LC_MESSAGES/GConf2.mo share/locale/cs/LC_MESSAGES/GConf2.mo share/locale/cy/LC_MESSAGES/GConf2.mo share/locale/da/LC_MESSAGES/GConf2.mo @@ -113,6 +113,7 @@ share/locale/yi/LC_MESSAGES/GConf2.mo share/locale/zh_CN/LC_MESSAGES/GConf2.mo share/locale/zh_HK/LC_MESSAGES/GConf2.mo share/locale/zh_TW/LC_MESSAGES/GConf2.mo +share/polkit-1/actions/org.gnome.gconf.defaults.policy share/sgml/gconf/gconf-1.0.dtd @dirrm share/sgml/gconf %%LDAP%%@dirrm share/GConf/schema @@ -147,6 +148,8 @@ share/sgml/gconf/gconf-1.0.dtd @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/as/LC_MESSAGES diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index 933e606c09d0..375ba134425a 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -3,12 +3,11 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom: ports/devel/gconfmm26/Makefile,v 1.23 2008/09/22 11:47:53 kwm Exp $ +# $MCom: ports/devel/gconfmm26/Makefile,v 1.25 2009/09/22 20:58:48 kwm Exp $ # PORTNAME= gconfmm -PORTVERSION= 2.24.0 -PORTREVISION= 1 +PORTVERSION= 2.28.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo index 20aa775d8721..31e15f82d845 100644 --- a/devel/gconfmm26/distinfo +++ b/devel/gconfmm26/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gconfmm-2.24.0.tar.bz2) = cd2c3c919dbf8f90f703680d2fa088b2 -SHA256 (gnome2/gconfmm-2.24.0.tar.bz2) = d801f3422411269b4234e97589d8c90a2495336320e608c5aab4a277c0010baa -SIZE (gnome2/gconfmm-2.24.0.tar.bz2) = 298222 +MD5 (gnome2/gconfmm-2.28.0.tar.bz2) = dad2999d8bbf88cf581fa512041d735e +SHA256 (gnome2/gconfmm-2.28.0.tar.bz2) = 3daa3719f773cfc9fcee84766f60eab4579209978425221997120662bd621a52 +SIZE (gnome2/gconfmm-2.28.0.tar.bz2) = 305888 diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile index 474177b1a214..aaf2e1cb863b 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.30 2009/03/27 18:52:46 marcus Exp $ +# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.41 2009/10/07 22:03:54 kwm Exp $ # PORTNAME= gio-fam-backend -PORTVERSION= 2.20.5 +PORTVERSION= 2.22.2 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/}/ \ diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo index ef73e57d56ec..30b626bb630c 100644 --- a/devel/gio-fam-backend/distinfo +++ b/devel/gio-fam-backend/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glib-2.20.5.tar.bz2) = 4c178b91d82ef80a2da3c26b772569c0 -SHA256 (gnome2/glib-2.20.5.tar.bz2) = 88f092769df5ce9f784c1068a3055ede00ada503317653984101d5393de63655 -SIZE (gnome2/glib-2.20.5.tar.bz2) = 5037738 +MD5 (gnome2/glib-2.22.2.tar.bz2) = 846a86c74b74d5b16826aa5508940f9b +SHA256 (gnome2/glib-2.22.2.tar.bz2) = a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3 +SIZE (gnome2/glib-2.22.2.tar.bz2) = 5490926 diff --git a/devel/gir-repository-dbus/Makefile b/devel/gir-repository-dbus/Makefile new file mode 100644 index 000000000000..48cb73e4361d --- /dev/null +++ b/devel/gir-repository-dbus/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gir-repository-dbus +# Date created: 12 September 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gir-repository-dbus/Makefile,v 1.1 2009/09/16 02:05:10 avl Exp $ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../devel/gir-repository + +PKGNAMESUFFIX= -dbus + +.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-gconf2/Makefile b/devel/gir-repository-gconf2/Makefile new file mode 100644 index 000000000000..5707e4f18a47 --- /dev/null +++ b/devel/gir-repository-gconf2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gir-repository-gconf2 +# Date created: 12 September 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gir-repository-gconf2/Makefile,v 1.1 2009/09/16 02:05:10 avl Exp $ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../devel/gir-repository + +PKGNAMESUFFIX= -gconf2 + +.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-libnotify/Makefile b/devel/gir-repository-libnotify/Makefile new file mode 100644 index 000000000000..606ca0e3408a --- /dev/null +++ b/devel/gir-repository-libnotify/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gir-repository-libnotify +# Date created: 12 September 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gir-repository-libnotify/Makefile,v 1.1 2009/09/16 02:05:11 avl Exp $ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../devel/gir-repository + +PKGNAMESUFFIX= -libnotify + +.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository-libsoup/Makefile b/devel/gir-repository-libsoup/Makefile new file mode 100644 index 000000000000..a6017638d5db --- /dev/null +++ b/devel/gir-repository-libsoup/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gir-repository-libsoup +# Date created: 07 September 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gir-repository-libsoup/Makefile,v 1.1 2009/09/16 02:05:11 avl Exp $ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../devel/gir-repository + +PKGNAMESUFFIX= -libsoup + +.include "${MASTERDIR}/bsd.gir.mk" diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile new file mode 100644 index 000000000000..42c957336882 --- /dev/null +++ b/devel/gir-repository/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gir-repository +# Date created: 14 Aug 2009 +# Whom: Pawel Worach <pawel.worach@gmail.com> +# +# $FreeBSD$ +# $MCom: ports/devel/gir-repository/Makefile,v 1.9 2009/11/09 09:29:14 kwm Exp $ +# + +MASTER_SITES= # Empty +DISTFILES= # None +PATCHDIR= # None + +CATEGORIES= devel gnome + +COMMENT= Introspection information for various libraries + +NO_BUILD= yes + +RUN_DEPENDS= ${GIRDIR}/${atk_GIR}.gir:${PORTSDIR}/${atk_CATEGORY}/gir-repository-atk \ + ${GIRDIR}/${pango_GIR}.gir:${PORTSDIR}/${pango_CATEGORY}/gir-repository-pango \ + ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \ + ${GIRDIR}/${gtk20_GIR}.gir:${PORTSDIR}/${gtk20_CATEGORY}/gir-repository-gtk20 \ + ${GIRDIR}/${webkit_GIR}.gir:${PORTSDIR}/${webkit_CATEGORY}/gir-repository-webkit \ + ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \ + ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \ + ${GIRDIR}/${gconf2_GIR}.gir:${PORTSDIR}/${gconf2_CATEGORY}/gir-repository-gconf2 \ + ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \ + ${GIRDIR}/${nautilus_GIR}.gir:${PORTSDIR}/${nautilus_CATEGORY}/gir-repository-nautilus \ + ${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \ + ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \ + ${GIRDIR}/${gtksourceview2_GIR}.gir:${PORTSDIR}/${gtksourceview2_CATEGORY}/gir-repository-gtksourceview2 \ + ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \ + ${GIRDIR}/${avahi_GIR}.gir:${PORTSDIR}/${avahi_CATEGORY}/gir-repository-avahi \ + ${GIRDIR}/${gnomemenus_GIR}.gir:${PORTSDIR}/${gnomemenus_CATEGORY}/gir-repository-gnome-menus \ + ${GIRDIR}/${libwnck_GIR}.gir:${PORTSDIR}/${libwnck_CATEGORY}/gir-repository-libwnck \ + ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas + +do-install: # empty + +.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk" diff --git a/devel/gir-repository/bsd.gir.mk b/devel/gir-repository/bsd.gir.mk new file mode 100644 index 000000000000..d4791b84417e --- /dev/null +++ b/devel/gir-repository/bsd.gir.mk @@ -0,0 +1,254 @@ +PORTNAME= gir-repository +PORTVERSION= 0.6.5 +PORTREVISION?= 3 + +MAINTAINER= gnome@FreeBSD.org + +GIRDIR= ${LOCALBASE}/share/gir-1.0 + +atk_CATEGORY= accessibility +atk_GIR= Atk-1.0 + +pango_CATEGORY= x11-toolkits +pango_GIR= Pango-1.0 + +poppler_CATEGORY= graphics +poppler_GIR= Poppler-0.8 + +gtk20_CATEGORY= x11-toolkits +gtk20_GIR= Gtk-2.0 +gtk20_GIR_TMPL= gtk + +webkit_CATEGORY= www +webkit_GIR= WebKit-1.0 + +libsoup_CATEGORY= devel +libsoup_GIR= Soup-2.4 +libsoup_GIR_TMPL= soup + +dbus_CATEGORY= devel +dbus_GIR= DBus-1.0 + +gconf2_CATEGORY= devel +gconf2_GIR= GConf-2.0 + +babl_CATEGORY= x11 +babl_GIR= Babl-0.0 + +nautilus_CATEGORY= x11-fm +nautilus_GIR= Nautilus-1.0 + +gnomekeyring_CATEGORY= security +gnomekeyring_GIR= GnomeKeyring-2.0 + +libnotify_CATEGORY= devel +libnotify_GIR= Notify-0.4 + +gtksourceview2_CATEGORY= x11-toolkits +gtksourceview2_GIR= GtkSource-2.2 + +vte_CATEGORY= x11-toolkits +vte_GIR= Vte-1.0 + +avahi_CATEGORY= net +avahi_GIR= Avahi-0.6 + +gnomemenus_CATEGORY= x11 +gnomemenus_GIR= GMenu-2.0 + +libwnck_CATEGORY= x11-toolkits +libwnck_GIR= Wnck-1.0 + +goocanvas_CATEGORY= graphics +goocanvas_GIR= GooCanvas-0.10 + +.if defined(PKGNAMESUFFIX) + +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +COMMENT?= Introspection information for ${GIR_NAME} + +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +RUN_DEPENDS= ${GIRDIR}/Everything-1.0.gir:${PORTSDIR}/devel/gobject-introspection + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig + +GIR_NAME= ${PKGNAMESUFFIX:S/-//g} +DEP_NAMES= ${GIR_NAME} + +GIRDIR_REL= ${GIRDIR:S,^${LOCALBASE}/,,} +TYPELIBDIR_REL= lib/girepository-1.0 + +PLIST= ${NONEXISTENT} + +# This list is used to enable/disable gir modules in the configure script. +# So all girs should be here even if we don't use them. +_USE_GIR_ALL= dbus atk pango pangoxft poppler gtk gconf soup babl nautilusextension \ + gnomekeyring webkit notify gnio clutter clutter_gtk clutter_cairo \ + gstreamer gstbufferlist_h gstreamer_plugins_base gtksourceview vte \ + goocanvas gssdp gupnp avahi unique gmenu wnck + +.if ${GIR_NAME} == "atk" +USE_GNOME+= atk +GIR_FILES= Atk-1.0 +.endif + +.if ${GIR_NAME} == "pango" +USE_GNOME+= pango +GIR_FILES= Pango-1.0 PangoFT2-1.0 PangoCairo-1.0 PangoX-1.0 PangoXft-1.0 +DEP_NAMES+= pangoxft +.endif + +.if ${GIR_NAME} == "poppler" +LIB_DEPENDS+= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +USE_GIR= gtk20 pango +GIR_FILES= Poppler-0.8 +CLEAR_DEPS+= Gdk-2.0 +.endif + +.if ${GIR_NAME} == "gtk20" +USE_GNOME+= gtk20 +USE_GIR= atk pango +GIR_FILES= Gdk-2.0 Gtk-2.0 GdkPixbuf-2.0 +LIB_FILES= Gdk Gtk +DEP_NAMES= gtk +.endif + +.if ${GIR_NAME} == "webkit" +LIB_DEPENDS+= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 +USE_GIR= gtk20 libsoup +GIR_FILES= WebKit-1.0 JSCore-1.0 +.endif + +.if ${GIR_NAME} == "libsoup" +LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup +GIR_FILES= Soup-2.4 +DEP_NAMES= soup +.endif + +.if ${GIR_NAME} == "gconf2" +USE_GNOME+= gconf2 +GIR_FILES= GConf-2.0 +DEP_NAMES= gconf +.endif + +.if ${GIR_NAME} == "babl" +LIB_DEPENDS+= babl-0.0.0:${PORTSDIR}/x11/babl +GIR_FILES= Babl-0.0 +.endif + +.if ${GIR_NAME} == "nautilus" +USE_GNOME+= nautilus2 +USE_GIR= gtk20 +GIR_FILES= Nautilus-1.0 +DEP_NAMES= nautilusextension +.endif + +.if ${GIR_NAME} == "gnomekeyring" +LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring +GIR_FILES= GnomeKeyring-2.0 +.endif + +.if ${GIR_NAME} == "libnotify" +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +USE_GIR= gtk20 +GIR_FILES= Notify-0.4 +DEP_NAMES= notify +.endif + +.if ${GIR_NAME} == "dbus" +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +GIR_FILES= DBus-1.0 +LIB_FILES= DBus +.endif + +.if ${GIR_NAME} == "gtksourceview2" +USE_GNOME+= gtksourceview2 +USE_GIR= gtk20 +GIR_FILES= GtkSource-2.2 +DEP_NAMES= gtksourceview +.endif + +.if ${GIR_NAME} == "vte" +USE_GNOME+= vte +USE_GIR= gtk20 +GIR_FILES= Vte-1.0 +.endif + +.if ${GIR_NAME} == "avahi" +LIB_DEPENDS+= avahi-gobject.0:${PORTSDIR}/net/avahi-app +GIR_FILES= Avahi-0.6 AvahiCore-0.6 +.endif + +.if ${GIR_NAME} == "gnomemenus" +USE_GNOME+= gnomemenus +USE_GIR= gtk20 +GIR_FILES= GMenu-2.0 +DEP_NAMES= gmenu +.endif + +.if ${GIR_NAME} == "libwnck" +USE_GNOME+= libwnck +USE_GIR= gtk20 +GIR_FILES= Wnck-1.0 +DEP_NAMES= wnck +.endif + +.if ${GIR_NAME} == "goocanvas" +LIB_DEPENDS+= goocanvas.3:${PORTSDIR}/graphics/goocanvas +USE_GIR= gtk20 +GIR_FILES= GooCanvas-0.10 +.endif + +. for component in ${USE_GIR:C/^([^:]+).*/\1/} +CLEAR_DEPS+= ${${component}_GIR} +BUILD_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} +RUN_DEPENDS+= ${GIRDIR}/${${component}_GIR}.gir:${PORTSDIR}/${${component}_CATEGORY}/gir-repository-${component} +. endfor + +pre-patch: +# disable all components +.for component in ${_USE_GIR_ALL} + @${REINPLACE_CMD} -e 's|have_${component}=true|have_${component}=false|g' \ + ${WRKSRC}/configure +.endfor +.if defined(DEP_NAMES) +# enable components +.for component in ${DEP_NAMES} + @${REINPLACE_CMD} -e 's|have_${component}=false|have_${component}=true|g' \ + ${WRKSRC}/configure +.endfor +.endif + +post-configure: +.if defined(CLEAR_DEPS) +# clear Makefile targets +. for dep in ${CLEAR_DEPS} + @${REINPLACE_CMD} -e 's|${dep}.gir||g' \ + ${WRKSRC}/gir/Makefile +. endfor +.endif + +.if !target(post-install-script) +post-install-script: +# build plist +.for gir in ${GIR_FILES} + @${ECHO} ${TYPELIBDIR_REL}/${gir}.typelib >> ${TMPPLIST} + @${ECHO} ${GIRDIR_REL}/${gir}.gir >> ${TMPPLIST} +.endfor +.for lib in ${LIB_FILES} + @${ECHO} lib/libgirepo-${lib}-custom.a >> ${TMPPLIST} + @${ECHO} lib/libgirepo-${lib}-custom.la >> ${TMPPLIST} + @${ECHO} lib/libgirepo-${lib}-custom.so >> ${TMPPLIST} +.endfor + @${ECHO_CMD} "@unexec rmdir %D/${TYPELIBDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec rmdir %D/${GIRDIR_REL} 2>/dev/null || true" >> ${TMPPLIST} +.endif + +.endif + +.include <bsd.port.mk> diff --git a/devel/gir-repository/distinfo b/devel/gir-repository/distinfo new file mode 100644 index 000000000000..4854a4c38c10 --- /dev/null +++ b/devel/gir-repository/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gir-repository-0.6.5.tar.bz2) = f161fa1ae161e81117af6f4bb79bf344 +SHA256 (gnome2/gir-repository-0.6.5.tar.bz2) = cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1 +SIZE (gnome2/gir-repository-0.6.5.tar.bz2) = 264148 diff --git a/devel/gir-repository/files/patch-gir_Makefile.in b/devel/gir-repository/files/patch-gir_Makefile.in new file mode 100644 index 000000000000..0e35a1b80a26 --- /dev/null +++ b/devel/gir-repository/files/patch-gir_Makefile.in @@ -0,0 +1,39 @@ +--- gir/Makefile.in.orig 2009-09-10 16:15:05.000000000 -0400 ++++ gir/Makefile.in 2009-09-10 17:32:05.000000000 -0400 +@@ -413,7 +413,7 @@ libgirepo_DBus_custom_la_SOURCES = \ + + @BUILD_GCONF_TRUE@GCONF_INCLUDEDIR = `pkg-config --variable=includedir gconf-2.0`/gconf/2 + @BUILD_SOUP_TRUE@SOUP_INCLUDEDIR = `pkg-config --variable=includedir libsoup-2.4`/libsoup-2.4 +-@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -re 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') ++@BUILD_SOUP_TRUE@SOUP_HDRS = $(shell echo $(SOUP_INCLUDEDIR)/libsoup/*.h | sed -Ee 's,[^ \t]+/soup-(gnome[a-z-]*|cookie-jar-sqlite)\.h[ \t]?,,g') + @BUILD_GNOMEKEYRING_TRUE@GNOMEKEYRING_INCLUDEDIR = `pkg-config --variable=includedir gnome-keyring-1`/gnome-keyring-1 + + # pango +@@ -1384,16 +1384,16 @@ uninstall-am: uninstall-dist_girDATA uni + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTFFT_INCLUDEDIR)/gst/fft/*h + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstInterfaces-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) +-@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ ++@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) csh -c "$(INTROSPECTION_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstinterfaces-0.10 \ +-@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ ++@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool=\"$(LIBTOOL)\" \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-interfaces-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --output $@ \ +-@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h ++@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/{colorbalance,colorbalancechannel,interfaces-enumtypes,mixer,mixeroptions,mixertrack,navigation,propertyprobe,tuner,tunerchannel,tunernorm,videoorientation,xoverlay}*h" + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@GstNetbuffer-0.10.gir: Gst-0.10.gir $(INTROSPECTION_SCANNER) + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ $(DEBUG) $(INTROSPECTION_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --add-include-path=$(srcdir) --add-include-path=. \ +@@ -1479,6 +1479,7 @@ uninstall-am: uninstall-dist_girDATA uni + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=Gst-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --include=GstBase-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstvideo-0.10 \ ++@BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --library=gstbasevideo-0.10 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --libtool="$(LIBTOOL)" \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gobject-2.0 \ + @BUILD_GSTREAMER_PLUGINS_BASE_TRUE@ --pkg gstreamer-0.10 \ diff --git a/devel/gir-repository/pkg-descr b/devel/gir-repository/pkg-descr new file mode 100644 index 000000000000..8371c3027d98 --- /dev/null +++ b/devel/gir-repository/pkg-descr @@ -0,0 +1 @@ +This is a repository of GIR interface description files. diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 3324b19ee89d..2d9de63ed894 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.143 2009/03/27 18:52:46 marcus Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.155 2009/10/07 22:03:54 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! PORTNAME= glib -PORTVERSION= 2.20.5 +PORTVERSION= 2.22.2 PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index ef73e57d56ec..30b626bb630c 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glib-2.20.5.tar.bz2) = 4c178b91d82ef80a2da3c26b772569c0 -SHA256 (gnome2/glib-2.20.5.tar.bz2) = 88f092769df5ce9f784c1068a3055ede00ada503317653984101d5393de63655 -SIZE (gnome2/glib-2.20.5.tar.bz2) = 5037738 +MD5 (gnome2/glib-2.22.2.tar.bz2) = 846a86c74b74d5b16826aa5508940f9b +SHA256 (gnome2/glib-2.22.2.tar.bz2) = a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3 +SIZE (gnome2/glib-2.22.2.tar.bz2) = 5490926 diff --git a/devel/glib20/files/extra-patch-glib_Makefile.in b/devel/glib20/files/extra-patch-glib_Makefile.in index 4791780e29cc..01f856f74c03 100644 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ b/devel/glib20/files/extra-patch-glib_Makefile.in @@ -1,11 +1,11 @@ ---- glib/Makefile.in.orig 2008-12-01 16:15:34.000000000 -0500 -+++ glib/Makefile.in 2008-12-01 16:16:03.000000000 -0500 -@@ -272,7 +272,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P +--- glib/Makefile.in.orig 2009-05-31 13:14:18.000000000 +0200 ++++ glib/Makefile.in 2009-05-31 13:15:08.000000000 +0200 +@@ -272,7 +272,7 @@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ LD = @LD@ -LDFLAGS = @LDFLAGS@ +LDFLAGS = @LDFLAGS@ -licui18n + LIBASYNCNS_LIBADD = @LIBASYNCNS_LIBADD@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae index 0345b8acd046..4699afdbedd4 100644 --- a/devel/glib20/files/patch-ae +++ b/devel/glib20/files/patch-ae @@ -1,6 +1,6 @@ ---- configure.orig 2008-11-24 13:44:42.000000000 -0600 -+++ configure 2008-11-24 13:50:51.000000000 -0600 -@@ -29576,6 +29576,12 @@ +--- configure.orig 2009-09-05 10:54:38.000000000 +0200 ++++ configure 2009-09-05 10:56:40.000000000 +0200 +@@ -29571,6 +29571,12 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default @@ -13,16 +13,16 @@ int main () { -@@ -31407,7 +31413,7 @@ +@@ -31611,7 +31617,7 @@ done --for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname +-for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid ++for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -@@ -36810,6 +36816,8 @@ +@@ -39943,6 +39949,8 @@ fi ;; esac fi diff --git a/devel/glib20/files/patch-gio_libasyncns_asyncns.c b/devel/glib20/files/patch-gio_libasyncns_asyncns.c new file mode 100644 index 000000000000..966dd27a689b --- /dev/null +++ b/devel/glib20/files/patch-gio_libasyncns_asyncns.c @@ -0,0 +1,11 @@ +--- gio/libasyncns/asyncns.c.orig 2009-05-05 15:25:10.000000000 -0400 ++++ gio/libasyncns/asyncns.c 2009-05-05 15:25:51.000000000 -0400 +@@ -35,6 +35,8 @@ + #include <errno.h> + #include <sys/wait.h> + #include <sys/types.h> ++#include <sys/time.h> ++#include <sys/resource.h> + #include <pwd.h> + #include <netinet/in.h> + #include <arpa/nameser.h> diff --git a/devel/glib20/files/patch-glib_Makefile.in b/devel/glib20/files/patch-glib_Makefile.in new file mode 100644 index 000000000000..8dd7ae74bb82 --- /dev/null +++ b/devel/glib20/files/patch-glib_Makefile.in @@ -0,0 +1,22 @@ +--- glib/Makefile.in.orig 2009-09-30 09:37:39.000000000 +0200 ++++ glib/Makefile.in 2009-09-30 09:38:48.000000000 +0200 +@@ -1396,7 +1396,7 @@ + + info-am: + +-install-data-am: install-data-local install-dist_gdbSCRIPTS \ ++install-data-am: install-data-local \ + install-glibincludeHEADERS install-glibsubincludeHEADERS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +@@ -1603,9 +1603,7 @@ + libglib-gdb.py: libglib-gdb.py.in + sed -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > libglib-gdb.py + +-install-data-hook: libglib-gdb.py +- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR) +- $(INSTALL) libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py ++install-data-hook: + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/files/patch-gobject_Makefile.in b/devel/glib20/files/patch-gobject_Makefile.in new file mode 100644 index 000000000000..b8842a6f46e4 --- /dev/null +++ b/devel/glib20/files/patch-gobject_Makefile.in @@ -0,0 +1,22 @@ +--- gobject/Makefile.in.orig 2009-09-30 09:39:51.000000000 +0200 ++++ gobject/Makefile.in 2009-09-30 09:40:17.000000000 +0200 +@@ -1186,7 +1186,7 @@ info: info-recursive + + info-am: + +-install-data-am: install-data-local install-dist_gdbSCRIPTS \ ++install-data-am: install-data-local \ + install-libgobjectincludeHEADERS + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook +@@ -1393,9 +1393,7 @@ libgobject-gdb.py: libgobject-gdb.py.in + uninstall-gdb: + -rm -r $(DESTDIR)$(datadir)/gdb + +-install-data-hook: libgobject-gdb.py +- mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR) +- $(INSTALL) libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py ++install-data-hook: + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) + @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0.$(LT_CURRENT).0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index b52b531e14c9..4e011916cd1a 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -5,10 +5,14 @@ bin/gobject-query bin/gtester bin/gtester-report include/gio-unix-2.0/gio/gdesktopappinfo.h +include/gio-unix-2.0/gio/gunixconnection.h +include/gio-unix-2.0/gio/gunixfdmessage.h include/gio-unix-2.0/gio/gunixinputstream.h include/gio-unix-2.0/gio/gunixmounts.h include/gio-unix-2.0/gio/gunixoutputstream.h +include/gio-unix-2.0/gio/gunixsocketaddress.h include/glib-2.0/gio/gappinfo.h +include/glib-2.0/gio/gasyncinitable.h include/glib-2.0/gio/gasyncresult.h include/glib-2.0/gio/gbufferedinputstream.h include/glib-2.0/gio/gbufferedoutputstream.h @@ -25,12 +29,16 @@ include/glib-2.0/gio/gfileenumerator.h include/glib-2.0/gio/gfileicon.h include/glib-2.0/gio/gfileinfo.h include/glib-2.0/gio/gfileinputstream.h +include/glib-2.0/gio/gfileiostream.h include/glib-2.0/gio/gfilemonitor.h include/glib-2.0/gio/gfilenamecompleter.h include/glib-2.0/gio/gfileoutputstream.h include/glib-2.0/gio/gfilterinputstream.h include/glib-2.0/gio/gfilteroutputstream.h include/glib-2.0/gio/gicon.h +include/glib-2.0/gio/ginetaddress.h +include/glib-2.0/gio/ginetsocketaddress.h +include/glib-2.0/gio/ginitable.h include/glib-2.0/gio/ginputstream.h include/glib-2.0/gio/gio.h include/glib-2.0/gio/gioenums.h @@ -38,6 +46,7 @@ include/glib-2.0/gio/gioenumtypes.h include/glib-2.0/gio/gioerror.h include/glib-2.0/gio/giomodule.h include/glib-2.0/gio/gioscheduler.h +include/glib-2.0/gio/giostream.h include/glib-2.0/gio/giotypes.h include/glib-2.0/gio/gloadableicon.h include/glib-2.0/gio/gmemoryinputstream.h @@ -45,10 +54,25 @@ include/glib-2.0/gio/gmemoryoutputstream.h include/glib-2.0/gio/gmount.h include/glib-2.0/gio/gmountoperation.h include/glib-2.0/gio/gnativevolumemonitor.h +include/glib-2.0/gio/gnetworkaddress.h +include/glib-2.0/gio/gnetworkservice.h include/glib-2.0/gio/goutputstream.h +include/glib-2.0/gio/gresolver.h include/glib-2.0/gio/gseekable.h include/glib-2.0/gio/gsimpleasyncresult.h +include/glib-2.0/gio/gsocket.h +include/glib-2.0/gio/gsocketaddress.h +include/glib-2.0/gio/gsocketaddressenumerator.h +include/glib-2.0/gio/gsocketclient.h +include/glib-2.0/gio/gsocketconnectable.h +include/glib-2.0/gio/gsocketconnection.h +include/glib-2.0/gio/gsocketcontrolmessage.h +include/glib-2.0/gio/gsocketlistener.h +include/glib-2.0/gio/gsocketservice.h +include/glib-2.0/gio/gsrvtarget.h +include/glib-2.0/gio/gtcpconnection.h include/glib-2.0/gio/gthemedicon.h +include/glib-2.0/gio/gthreadedsocketservice.h include/glib-2.0/gio/gvfs.h include/glib-2.0/gio/gvolume.h include/glib-2.0/gio/gvolumemonitor.h @@ -72,6 +96,7 @@ include/glib-2.0/glib/gerror.h include/glib-2.0/glib/gfileutils.h include/glib-2.0/glib/ghash.h include/glib-2.0/glib/ghook.h +include/glib-2.0/glib/ghostutils.h include/glib-2.0/glib/gi18n-lib.h include/glib-2.0/glib/gi18n.h include/glib-2.0/glib/giochannel.h diff --git a/devel/glibmm-reference/Makefile b/devel/glibmm-reference/Makefile index 374530532064..08cf80637676 100644 --- a/devel/glibmm-reference/Makefile +++ b/devel/glibmm-reference/Makefile @@ -18,8 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/glibmm-2.4 post-patch: @${FIND} ${WRKSRC}/examples -name Makefile.in \ | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-gmmproc_binSCRIPTS||' \ - ${WRKSRC}/docs/reference/Makefile.in post-build: @${TOUCH} ${WRKSRC}/docs/reference/html/index.html diff --git a/devel/glibmm-reference/pkg-plist b/devel/glibmm-reference/pkg-plist index 5c869b97fd41..47b85bb36caa 100644 --- a/devel/glibmm-reference/pkg-plist +++ b/devel/glibmm-reference/pkg-plist @@ -1,7 +1,10 @@ -%%PORTDOCS%%lib/glibmm-%%API_VERSION%%/proc/doxygen_to_devhelp.xsl -%%PORTDOCS%%share/devhelp/books/glibmm-%%API_VERSION%%/glibmm-%%API_VERSION%%.devhelp +%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doc-install.pl +%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doc-postprocess.pl +%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/doxygen.css +%%PORTDOCS%%share/glibmm-%%API_VERSION%%/doctool/tagfile-to-devhelp2.xsl +%%PORTDOCS%%share/devhelp/books/glibmm-%%API_VERSION%%/glibmm-%%API_VERSION%%.devhelp2 %%PORTDOCS%%@dirrmtry share/devhelp/books/glibmm-%%API_VERSION%% %%PORTDOCS%%@dirrmtry share/devhelp/books %%PORTDOCS%%@dirrmtry share/devhelp -%%PORTDOCS%%@dirrmtry lib/glibmm-%%API_VERSION%%/proc -%%PORTDOCS%%@dirrmtry lib/glibmm-%%API_VERSION%% +%%PORTDOCS%%@dirrmtry share/glibmm-%%API_VERSION%%/doctool +%%PORTDOCS%%@dirrmtry share/glibmm-%%API_VERSION%% diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index a933b8da6341..2ea3d95b2512 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.72 2009/03/16 08:23:53 kwm Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.82 2009/09/21 19:47:13 kwm Exp $ # PORTNAME= glibmm -PORTVERSION= 2.20.1 +PORTVERSION= 2.22.1 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= devel @@ -31,17 +31,13 @@ USE_GNOME= gnomehack glib20 ltverhack USE_PERL5= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static +CONFIGURE_ARGS= --enable-static --disable-documentation post-patch: .for d in docs examples tests @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in .endfor -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/docs/reference/beautify_docs.pl \ - ${PREFIX}/lib/glibmm-2.4/proc - .include <bsd.port.mk> .endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo index c24857233b1f..96ae66df32bd 100644 --- a/devel/glibmm/distinfo +++ b/devel/glibmm/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/glibmm-2.20.1.tar.bz2) = 6d5e3cf93543754881cd80df796ca358 -SHA256 (gnome2/glibmm-2.20.1.tar.bz2) = 8436e9f775a6ee0b4dd407fb6cb708a76e90e6255fe2fffffcd5f885d865651b -SIZE (gnome2/glibmm-2.20.1.tar.bz2) = 7608179 +MD5 (gnome2/glibmm-2.22.1.tar.bz2) = 1a96c7fde75ddbb421bc23fb4aa7adba +SHA256 (gnome2/glibmm-2.22.1.tar.bz2) = f105ff4afdcdf7da7f310affdbe698058958f01e94ab65ac1c35e46e20ecb6c0 +SIZE (gnome2/glibmm-2.22.1.tar.bz2) = 3480822 diff --git a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl b/devel/glibmm/files/patch-docs::reference::beautify_docs.pl deleted file mode 100644 index bbb320452629..000000000000 --- a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/reference/beautify_docs.pl.in.orig Thu Feb 12 02:52:02 2004 -+++ docs/reference/beautify_docs.pl.in Thu Feb 12 03:00:08 2004 -@@ -25,7 +25,7 @@ - my ($file) = @_; - my @outbuf; - -- open(FILE, '<', $file); -+ open(FILE, "<$file"); - - while(<FILE>) - { -@@ -71,7 +71,7 @@ - push(@outbuf, $_); - } - -- open(FILE, '>', $file); -+ open(FILE, ">$file"); - - # write the whole buffer back - print FILE "$_" foreach(@outbuf); diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist index f059558d4def..ba8a266b3414 100644 --- a/devel/glibmm/pkg-plist +++ b/devel/glibmm/pkg-plist @@ -20,6 +20,7 @@ include/giomm-%%API_VERSION%%/giomm/fileenumerator.h include/giomm-%%API_VERSION%%/giomm/fileicon.h include/giomm-%%API_VERSION%%/giomm/fileinfo.h include/giomm-%%API_VERSION%%/giomm/fileinputstream.h +include/giomm-%%API_VERSION%%/giomm/fileiostream.h include/giomm-%%API_VERSION%%/giomm/filemonitor.h include/giomm-%%API_VERSION%%/giomm/filenamecompleter.h include/giomm-%%API_VERSION%%/giomm/fileoutputstream.h @@ -28,6 +29,7 @@ include/giomm-%%API_VERSION%%/giomm/filteroutputstream.h include/giomm-%%API_VERSION%%/giomm/icon.h include/giomm-%%API_VERSION%%/giomm/init.h include/giomm-%%API_VERSION%%/giomm/inputstream.h +include/giomm-%%API_VERSION%%/giomm/iostream.h include/giomm-%%API_VERSION%%/giomm/loadableicon.h include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h @@ -54,6 +56,7 @@ include/giomm-%%API_VERSION%%/giomm/private/fileenumerator_p.h include/giomm-%%API_VERSION%%/giomm/private/fileicon_p.h include/giomm-%%API_VERSION%%/giomm/private/fileinfo_p.h include/giomm-%%API_VERSION%%/giomm/private/fileinputstream_p.h +include/giomm-%%API_VERSION%%/giomm/private/fileiostream_p.h include/giomm-%%API_VERSION%%/giomm/private/filemonitor_p.h include/giomm-%%API_VERSION%%/giomm/private/filenamecompleter_p.h include/giomm-%%API_VERSION%%/giomm/private/fileoutputstream_p.h @@ -61,6 +64,7 @@ include/giomm-%%API_VERSION%%/giomm/private/filterinputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/filteroutputstream_p.h include/giomm-%%API_VERSION%%/giomm/private/icon_p.h include/giomm-%%API_VERSION%%/giomm/private/inputstream_p.h +include/giomm-%%API_VERSION%%/giomm/private/iostream_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 @@ -80,6 +84,7 @@ include/giomm-%%API_VERSION%%/giomm/unixoutputstream.h include/giomm-%%API_VERSION%%/giomm/volume.h include/giomm-%%API_VERSION%%/giomm/volumemonitor.h include/giomm-%%API_VERSION%%/giomm/wrap_init.h +include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h include/glibmm-%%API_VERSION%%/glibmm.h include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h include/glibmm-%%API_VERSION%%/glibmm/checksum.h @@ -134,6 +139,7 @@ include/glibmm-%%API_VERSION%%/glibmm/private/spawn_p.h include/glibmm-%%API_VERSION%%/glibmm/private/thread_p.h include/glibmm-%%API_VERSION%%/glibmm/private/unicode_p.h include/glibmm-%%API_VERSION%%/glibmm/private/uriutils_p.h +include/glibmm-%%API_VERSION%%/glibmm/private/valuearray_p.h include/glibmm-%%API_VERSION%%/glibmm/property.h include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h @@ -160,54 +166,53 @@ include/glibmm-%%API_VERSION%%/glibmm/utility.h include/glibmm-%%API_VERSION%%/glibmm/value.h include/glibmm-%%API_VERSION%%/glibmm/value_basictypes.h include/glibmm-%%API_VERSION%%/glibmm/value_custom.h +include/glibmm-%%API_VERSION%%/glibmm/valuearray.h include/glibmm-%%API_VERSION%%/glibmm/wrap.h include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h lib/giomm-%%API_VERSION%%/include/giommconfig.h lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%API_VERSION%%/proc/beautify_docs.pl -lib/glibmm-%%API_VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%API_VERSION%%/proc/gmmproc -lib/glibmm-%%API_VERSION%%/proc/m4/base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gio.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/list.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/member.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/method.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/property.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%API_VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Function.pm -lib/glibmm-%%API_VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%API_VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Object.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Output.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Property.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Util.pm -lib/glibmm-%%API_VERSION%%/proc/pm/WrapParser.pm +lib/glibmm-%%VERSION%%/proc/generate_wrap_init.pl +lib/glibmm-%%VERSION%%/proc/gmmproc +lib/glibmm-%%VERSION%%/proc/m4/base.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype_static.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_generic.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_gobject.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_gtkobject.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_interface.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_opaque_copyable.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_opaque_refcounted.m4 +lib/glibmm-%%VERSION%%/proc/m4/class_shared.m4 +lib/glibmm-%%VERSION%%/proc/m4/compare.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_atk.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_base.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_gdk.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_gio.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_glib.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_gtk.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_gtkmm.m4 +lib/glibmm-%%VERSION%%/proc/m4/convert_pango.m4 +lib/glibmm-%%VERSION%%/proc/m4/ctor.m4 +lib/glibmm-%%VERSION%%/proc/m4/doc.m4 +lib/glibmm-%%VERSION%%/proc/m4/enum.m4 +lib/glibmm-%%VERSION%%/proc/m4/gerror.m4 +lib/glibmm-%%VERSION%%/proc/m4/list.m4 +lib/glibmm-%%VERSION%%/proc/m4/member.m4 +lib/glibmm-%%VERSION%%/proc/m4/method.m4 +lib/glibmm-%%VERSION%%/proc/m4/property.m4 +lib/glibmm-%%VERSION%%/proc/m4/signal.m4 +lib/glibmm-%%VERSION%%/proc/m4/vfunc.m4 +lib/glibmm-%%VERSION%%/proc/pm/DocsParser.pm +lib/glibmm-%%VERSION%%/proc/pm/Enum.pm +lib/glibmm-%%VERSION%%/proc/pm/Function.pm +lib/glibmm-%%VERSION%%/proc/pm/FunctionBase.pm +lib/glibmm-%%VERSION%%/proc/pm/GtkDefs.pm +lib/glibmm-%%VERSION%%/proc/pm/Object.pm +lib/glibmm-%%VERSION%%/proc/pm/Output.pm +lib/glibmm-%%VERSION%%/proc/pm/Property.pm +lib/glibmm-%%VERSION%%/proc/pm/Util.pm +lib/glibmm-%%VERSION%%/proc/pm/WrapParser.pm lib/libgiomm-%%VERSION%%.a lib/libgiomm-%%VERSION%%.la lib/libgiomm-%%VERSION%%.so @@ -223,16 +228,16 @@ lib/libglibmm_generate_extra_defs-%%VERSION%%.so.1 libdata/pkgconfig/giomm-%%API_VERSION%%.pc libdata/pkgconfig/glibmm-%%API_VERSION%%.pc share/aclocal/glibmm_check_perl.m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/pm @dirrm lib/glibmm-%%API_VERSION%%/proc/m4 +@dirrm lib/glibmm-%%API_VERSION%%/proc/pm @dirrm lib/glibmm-%%API_VERSION%%/proc @dirrm lib/glibmm-%%API_VERSION%%/include @dirrm lib/glibmm-%%API_VERSION%% @dirrm lib/giomm-%%API_VERSION%%/include @dirrm lib/giomm-%%API_VERSION%% -@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs @dirrm include/glibmm-%%API_VERSION%%/glibmm/private @dirrm include/glibmm-%%API_VERSION%%/glibmm +@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs @dirrm include/glibmm-%%API_VERSION%% @dirrm include/giomm-%%API_VERSION%%/giomm/private @dirrm include/giomm-%%API_VERSION%%/giomm diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index 9ad6ec753637..76fd94e90ff3 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.12 2009/03/20 00:12:35 kwm Exp $ +# $MCom: ports/devel/gnome-common/Makefile,v 1.15 2009/09/26 13:41:58 marcus Exp $ # PORTNAME= gnome-common -PORTVERSION= 2.26.0 +PORTVERSION= 2.28.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index e580c92f4826..44876af2b061 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (gnome2/gnome-common-2.28.0.tar.bz2) = 30daabb0ca4898fea2647999e7813e8f +SHA256 (gnome2/gnome-common-2.28.0.tar.bz2) = dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1 +SIZE (gnome2/gnome-common-2.28.0.tar.bz2) = 151535 diff --git a/devel/gnome-js-common/Makefile b/devel/gnome-js-common/Makefile new file mode 100644 index 000000000000..ab20f1719349 --- /dev/null +++ b/devel/gnome-js-common/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnome-js-common +# Date created: 19 July 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gnome-js-common/Makefile,v 1.1 2009/07/30 02:40:56 avl Exp $ +# + +PORTNAME= gnome-js-common +PORTVERSION= 0.1.1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME JavaScript common modules and tests + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_GNOME= gnomehack intltool + +PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog + +post-patch: + @${REINPLACE_CMD} -e 's|== x|= x|g' \ + ${WRKSRC}/configure +.if !defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's|$${prefix}/doc/gnome_js_common|$${datarootdir}/doc/${PORTNAME}|' \ + ${WRKSRC}/Makefile.in +.else + @${REINPLACE_CMD} -e 's|install-gnome_js_commondocDATA ||g' ${WRKSRC}/Makefile.in +.endif + +.include <bsd.port.mk> diff --git a/devel/gnome-js-common/distinfo b/devel/gnome-js-common/distinfo new file mode 100644 index 000000000000..ff081cb56a13 --- /dev/null +++ b/devel/gnome-js-common/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 4f1c409a0be66d0df9dcdf15e9cf70ff +SHA256 (gnome2/gnome-js-common-0.1.1.tar.bz2) = 6cad015cda5abfd2bccd6b95714ca39c83ca69ca7e6f7326dc75763a758dc8db +SIZE (gnome2/gnome-js-common-0.1.1.tar.bz2) = 274010 diff --git a/devel/gnome-js-common/pkg-descr b/devel/gnome-js-common/pkg-descr new file mode 100644 index 000000000000..c4c542fcb006 --- /dev/null +++ b/devel/gnome-js-common/pkg-descr @@ -0,0 +1,2 @@ +gnome-js-common is a module holding tests and JavaScript code useful +or common to both Seed and gjs. diff --git a/devel/gnome-js-common/pkg-plist b/devel/gnome-js-common/pkg-plist new file mode 100644 index 000000000000..ad5ece3c146d --- /dev/null +++ b/devel/gnome-js-common/pkg-plist @@ -0,0 +1,10 @@ +lib/gnome-js/ArrayUtils.js +lib/gnome-js/JSON.js +lib/gnome-js/lang.js +lib/gnome-js/signals.js +lib/gnome-js/tweener/equations.js +lib/gnome-js/tweener/tweenList.js +lib/gnome-js/tweener/tweener.js +libdata/pkgconfig/gnome-js-common.pc +@dirrm lib/gnome-js/tweener +@dirrm lib/gnome-js diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 71376861d658..82041177a925 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.185 2008/09/22 10:26:54 kwm Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.187 2009/10/10 16:04:54 marcus Exp $ # PORTNAME= gnome-vfs -PORTVERSION= 2.24.1 -PORTREVISION?= 1 +PORTVERSION= 2.24.2 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo index ea83731f7f7e..63d1710811e0 100644 --- a/devel/gnome-vfs/distinfo +++ b/devel/gnome-vfs/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-vfs-2.24.1.tar.bz2) = 100f9af16dc659e375ee8da45175a28d -SHA256 (gnome2/gnome-vfs-2.24.1.tar.bz2) = bc59144e303b152b84b86f209347a3e87a91d5ed7172d8503ee19c232dcabeb6 -SIZE (gnome2/gnome-vfs-2.24.1.tar.bz2) = 1936704 +MD5 (gnome2/gnome-vfs-2.24.2.tar.bz2) = 371d13e7306eb82e3fe3748a7584c440 +SHA256 (gnome2/gnome-vfs-2.24.2.tar.bz2) = 50ecf5f37d377492e8943a3c359ffe64176d4e7f045e9980790eca999a1c6856 +SIZE (gnome2/gnome-vfs-2.24.2.tar.bz2) = 1859173 diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure index df7bc5e67603..7865fc3fbb2c 100644 --- a/devel/gnome-vfs/files/patch-configure +++ b/devel/gnome-vfs/files/patch-configure @@ -1,41 +1,41 @@ ---- configure.orig Mon Feb 12 14:15:37 2007 -+++ configure Mon Feb 12 14:15:37 2007 -@@ -5708,7 +5708,7 @@ fi +--- configure.orig 2009-10-10 11:55:11.000000000 -0400 ++++ configure 2009-10-10 11:55:14.000000000 -0400 +@@ -8433,7 +8433,7 @@ fi for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h + inttypes.h stdint.h unistd.h sys/sysmacros.h do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -22101,6 +22101,8 @@ echo $ECHO_N "checking for LC_MESSAGES.. + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +@@ -14864,6 +14864,8 @@ $as_echo_n "checking for LC_MESSAGES... if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + ac_check_lib_save_LIBS=$LIBS + LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -22147,6 +22149,7 @@ am_cv_val_LC_MESSAGES=no - fi - rm -f conftest.err conftest.$ac_objext \ +@@ -14911,6 +14913,7 @@ fi + rm -rf conftest.dSYM + rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS fi - echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 - echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 -@@ -23612,6 +23615,7 @@ if test `eval echo '${'$as_ac_var'}'` = + { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 + $as_echo "$am_cv_val_LC_MESSAGES" >&6; } +@@ -16395,6 +16398,7 @@ as_val=`eval 'as_val=${'$as_ac_var'} cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 + #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF + LIBS="-lintl $LIBS" have_ngettext=yes else - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -33364,7 +33368,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&6 + { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 +@@ -26068,7 +26072,7 @@ if test "${openssl_libs+set}" = set; the + $as_echo_n "(cached) " >&6 else - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" @@ -43,8 +43,8 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -33662,7 +33666,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -26363,7 +26367,7 @@ if test "${openssl_libs+set}" = set; the + $as_echo_n "(cached) " >&6 else - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c index c7fb1cf36dba..90fb33a41d77 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c @@ -1,11 +1,18 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2007-09-17 14:48:45.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 14:50:06.000000000 -0400 -@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = { - { "msdosfs" , N_("MSDOS Volume"), 0 }, +--- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2009-10-08 10:03:36.000000000 -0400 ++++ libgnomevfs/gnome-vfs-filesystem-type.c 2009-10-10 11:57:06.000000000 -0400 +@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = { { "nfs" , N_("NFS Network Volume"), 1 }, { "ntfs" , N_("Windows NT Volume"), 0 }, + { "ntfs-3g" , N_("Windows NT Volume"), 1 }, + { "nullfs" , N_("BSD Loopback Volume"), 1 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, + { "nilfs2" , N_("NILFS Linux Volume"), 1 }, { "nwfs" , N_("Netware Volume"), 0 }, { "proc" , N_("System Volume"), 0 }, - { "procfs" , N_("System Volume"), 0 }, +@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = { + { "xenix" , N_("Xenix Volume"), 0 }, + { "xfs" , N_("XFS Linux Volume"), 1 }, + { "xiafs" , N_("XIAFS Volume"), 0 }, ++ { "zfs" , N_("ZFS Volume"), 1 }, + { "cifs" , N_("CIFS Volume"), 1 }, + }; + diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in index 402f3449c6f9..0b97e9c55c64 100644 --- a/devel/gnome-vfs/pkg-deinstall.in +++ b/devel/gnome-vfs/pkg-deinstall.in @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.20 2008/08/06 04:22:49 mezz Exp $ +# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.23 2009/11/28 05:58:59 mezz Exp $ # # Restore gconf keys of libgnome. diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in index 19bf94479dab..018b36eccbf9 100644 --- a/devel/gnome-vfs/pkg-install.in +++ b/devel/gnome-vfs/pkg-install.in @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.20 2008/08/06 04:22:49 mezz Exp $ +# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.23 2009/11/28 05:58:59 mezz Exp $ # # Restore gconf keys of libgnome. diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 3a4d8fcbb7fe..31ce344648e6 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -120,6 +120,7 @@ share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo @@ -235,6 +236,8 @@ share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/ast/LC_MESSAGES diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile new file mode 100644 index 000000000000..65c75bb77d53 --- /dev/null +++ b/devel/gobject-introspection/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gobject-introspection +# Date created: 19 July 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.3 2009/09/06 07:37:44 avl Exp $ +# + +PORTNAME= gobject-introspection +PORTVERSION= 0.6.5 +CATEGORIES= devel +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Generate interface introspection data for GObject libraries + +BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack glib20 +USE_PYTHON= yes +USE_BISON= both +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:22 +USE_LDCONFIG= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1 + +.include <bsd.port.mk> diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo new file mode 100644 index 000000000000..e0e1e85cd07d --- /dev/null +++ b/devel/gobject-introspection/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gobject-introspection-0.6.5.tar.bz2) = c946cddf10f02a3aea483967ab6de605 +SHA256 (gnome2/gobject-introspection-0.6.5.tar.bz2) = fe1702200d45958cdfe3707952d64c3a541628b1203a9b2644db0ee2c6d5df79 +SIZE (gnome2/gobject-introspection-0.6.5.tar.bz2) = 608305 diff --git a/devel/gobject-introspection/files/patch-gir_Makefile.in b/devel/gobject-introspection/files/patch-gir_Makefile.in new file mode 100644 index 000000000000..87ed2f06b2b8 --- /dev/null +++ b/devel/gobject-introspection/files/patch-gir_Makefile.in @@ -0,0 +1,14 @@ +--- gir/Makefile.in.orig 2009-08-29 18:41:56.000000000 -0400 ++++ gir/Makefile.in 2009-08-29 18:49:29.000000000 -0400 +@@ -737,10 +737,9 @@ GLib-2.0.gir: $(SCANNER_BIN) $(SCANNER_L + --pkg glib-2.0 \ + $(CPPFLAGS) \ + -I$(GLIB_INCLUDEDIR) \ +- -I$(GLIB_LIBDIR)/glib-2.0/include \ + -DGETTEXT_PACKAGE=Dummy \ + -D__G_I18N_LIB_H__ \ +- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ ++ $(GLIB_INCLUDEDIR)/glibconfig.h \ + $(srcdir)/glib-2.0.c \ + -DGLIB_COMPILATION \ + $(GLIB_INCLUDEDIR)/glib/*.h diff --git a/devel/gobject-introspection/pkg-descr b/devel/gobject-introspection/pkg-descr new file mode 100644 index 000000000000..9416d171f6da --- /dev/null +++ b/devel/gobject-introspection/pkg-descr @@ -0,0 +1,9 @@ +GObject Introspection is a project for providing machine readable introspection +data of the API of C libraries. This introspection data can be used in several +different use cases, for example automatic code generation for bindings, API +verification and documentation generation. + +GObject Introspection contains tools to generate and handle the introspection +data. + +WWW: http://live.gnome.org/GObjectIntrospection diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist new file mode 100644 index 000000000000..7c39f85b51f8 --- /dev/null +++ b/devel/gobject-introspection/pkg-plist @@ -0,0 +1,109 @@ +bin/g-ir-compiler +bin/g-ir-generate +bin/g-ir-scanner +include/gobject-introspection-1.0/girepository.h +include/gobject-introspection-1.0/girffi.h +lib/girepository-1.0/Everything-1.0.typelib +lib/girepository-1.0/GIRepository-2.0.typelib +lib/girepository-1.0/GL-1.0.typelib +lib/girepository-1.0/GLib-2.0.typelib +lib/girepository-1.0/GModule-2.0.typelib +lib/girepository-1.0/GObject-2.0.typelib +lib/girepository-1.0/Gio-2.0.typelib +lib/girepository-1.0/cairo-1.0.typelib +lib/girepository-1.0/fontconfig-2.0.typelib +lib/girepository-1.0/freetype2-2.0.typelib +lib/girepository-1.0/libxml2-2.0.typelib +lib/girepository-1.0/xfixes-4.0.typelib +lib/girepository-1.0/xft-2.0.typelib +lib/girepository-1.0/xlib-2.0.typelib +lib/gobject-introspection/giscanner/__init__.py +lib/gobject-introspection/giscanner/__init__.pyc +lib/gobject-introspection/giscanner/__init__.pyo +lib/gobject-introspection/giscanner/_giscanner.a +lib/gobject-introspection/giscanner/_giscanner.la +lib/gobject-introspection/giscanner/_giscanner.so +lib/gobject-introspection/giscanner/annotationparser.py +lib/gobject-introspection/giscanner/annotationparser.pyc +lib/gobject-introspection/giscanner/annotationparser.pyo +lib/gobject-introspection/giscanner/ast.py +lib/gobject-introspection/giscanner/ast.pyc +lib/gobject-introspection/giscanner/ast.pyo +lib/gobject-introspection/giscanner/cachestore.py +lib/gobject-introspection/giscanner/cachestore.pyc +lib/gobject-introspection/giscanner/cachestore.pyo +lib/gobject-introspection/giscanner/config.py +lib/gobject-introspection/giscanner/config.pyc +lib/gobject-introspection/giscanner/config.pyo +lib/gobject-introspection/giscanner/dumper.py +lib/gobject-introspection/giscanner/dumper.pyc +lib/gobject-introspection/giscanner/dumper.pyo +lib/gobject-introspection/giscanner/girparser.py +lib/gobject-introspection/giscanner/girparser.pyc +lib/gobject-introspection/giscanner/girparser.pyo +lib/gobject-introspection/giscanner/girwriter.py +lib/gobject-introspection/giscanner/girwriter.pyc +lib/gobject-introspection/giscanner/girwriter.pyo +lib/gobject-introspection/giscanner/glibast.py +lib/gobject-introspection/giscanner/glibast.pyc +lib/gobject-introspection/giscanner/glibast.pyo +lib/gobject-introspection/giscanner/glibtransformer.py +lib/gobject-introspection/giscanner/glibtransformer.pyc +lib/gobject-introspection/giscanner/glibtransformer.pyo +lib/gobject-introspection/giscanner/libtoolimporter.py +lib/gobject-introspection/giscanner/libtoolimporter.pyc +lib/gobject-introspection/giscanner/libtoolimporter.pyo +lib/gobject-introspection/giscanner/minixpath.py +lib/gobject-introspection/giscanner/minixpath.pyc +lib/gobject-introspection/giscanner/minixpath.pyo +lib/gobject-introspection/giscanner/odict.py +lib/gobject-introspection/giscanner/odict.pyc +lib/gobject-introspection/giscanner/odict.pyo +lib/gobject-introspection/giscanner/scannermain.py +lib/gobject-introspection/giscanner/scannermain.pyc +lib/gobject-introspection/giscanner/scannermain.pyo +lib/gobject-introspection/giscanner/shlibs.py +lib/gobject-introspection/giscanner/shlibs.pyc +lib/gobject-introspection/giscanner/shlibs.pyo +lib/gobject-introspection/giscanner/sourcescanner.py +lib/gobject-introspection/giscanner/sourcescanner.pyc +lib/gobject-introspection/giscanner/sourcescanner.pyo +lib/gobject-introspection/giscanner/transformer.py +lib/gobject-introspection/giscanner/transformer.pyc +lib/gobject-introspection/giscanner/transformer.pyo +lib/gobject-introspection/giscanner/utils.py +lib/gobject-introspection/giscanner/utils.pyc +lib/gobject-introspection/giscanner/utils.pyo +lib/gobject-introspection/giscanner/xmlwriter.py +lib/gobject-introspection/giscanner/xmlwriter.pyc +lib/gobject-introspection/giscanner/xmlwriter.pyo +lib/libgirepository-1.0.a +lib/libgirepository-1.0.la +lib/libgirepository-1.0.so +lib/libgirepository-1.0.so.0 +lib/libgirepository-everything-1.0.a +lib/libgirepository-everything-1.0.la +lib/libgirepository-everything-1.0.so +lib/libgirepository-everything-1.0.so.1 +libdata/pkgconfig/gobject-introspection-1.0.pc +libdata/pkgconfig/gobject-introspection-no-export-1.0.pc +share/aclocal/introspection.m4 +share/gir-1.0/Everything-1.0.gir +share/gir-1.0/GIRepository-2.0.gir +share/gir-1.0/GL-1.0.gir +share/gir-1.0/GLib-2.0.gir +share/gir-1.0/GModule-2.0.gir +share/gir-1.0/GObject-2.0.gir +share/gir-1.0/Gio-2.0.gir +share/gir-1.0/cairo-1.0.gir +share/gir-1.0/fontconfig-2.0.gir +share/gir-1.0/freetype2-2.0.gir +share/gir-1.0/libxml2-2.0.gir +share/gir-1.0/xfixes-4.0.gir +share/gir-1.0/xft-2.0.gir +share/gir-1.0/xlib-2.0.gir +@dirrm include/gobject-introspection-1.0 +@dirrmtry lib/girepository-1.0 +@dirrm lib/gobject-introspection/giscanner +@dirrm lib/gobject-introspection +@dirrmtry share/gir-1.0 diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index 7e6774502fa5..e0a5d7acdc20 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -3,12 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/devel/gvfs/Makefile,v 1.2 2009/04/24 04:38:36 marcus Exp $ +# $MCom: ports/devel/gvfs/Makefile,v 1.54 2009/10/19 19:42:40 kwm Exp $ # PORTNAME= gvfs -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo index 27474efc6b6c..36690bfa939d 100644 --- a/devel/gvfs/distinfo +++ b/devel/gvfs/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gvfs-1.2.3.tar.bz2) = 04a7f9c892b962cfedf0637dd2b01196 -SHA256 (gnome2/gvfs-1.2.3.tar.bz2) = 395d480c1b64504ba75a8deb70ef6790f2ff07538fca73ef1d26a996223e5879 -SIZE (gnome2/gvfs-1.2.3.tar.bz2) = 1041079 +MD5 (gnome2/gvfs-1.4.1.tar.bz2) = 6eff809d50e618f289d5192724a049de +SHA256 (gnome2/gvfs-1.4.1.tar.bz2) = e281b1d173cecd53948317b73b458b3cffcf0cdaa7ee1568aa71db30c4e31ea5 +SIZE (gnome2/gvfs-1.4.1.tar.bz2) = 1249982 diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist index a10939f60b43..77685a582e98 100644 --- a/devel/gvfs/pkg-plist +++ b/devel/gvfs/pkg-plist @@ -12,6 +12,7 @@ bin/gvfs-open bin/gvfs-rename bin/gvfs-rm bin/gvfs-save +bin/gvfs-set-attribute bin/gvfs-trash bin/gvfs-tree etc/profile.d/gvfs-bash-completion.sh @@ -43,12 +44,14 @@ libexec/gvfsd-ftp %%GPHOTO2%%libexec/gvfsd-gphoto2 libexec/gvfsd-http libexec/gvfsd-localtest +libexec/gvfsd-metadata libexec/gvfsd-network libexec/gvfsd-sftp %%SMB%%libexec/gvfsd-smb %%SMB%%libexec/gvfsd-smb-browse libexec/gvfsd-trash share/dbus-1/services/gvfs-daemon.service +share/dbus-1/services/gvfs-metadata.service %%GPHOTO2%%share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service %%ARCHIVE%%share/gvfs/mounts/archive.mount @@ -73,8 +76,10 @@ 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/LC_MESSAGES/gvfs.mo share/locale/bn_IN/LC_MESSAGES/gvfs.mo share/locale/ca/LC_MESSAGES/gvfs.mo +share/locale/ca@valencia/LC_MESSAGES/gvfs.mo share/locale/cs/LC_MESSAGES/gvfs.mo share/locale/da/LC_MESSAGES/gvfs.mo share/locale/de/LC_MESSAGES/gvfs.mo @@ -98,6 +103,7 @@ 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/mai/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 @@ -140,8 +146,12 @@ share/locale/zh_TW/LC_MESSAGES/gvfs.mo @dirrmtry share/locale/sr@latin @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile index 37d5331423db..ad53b2667d02 100644 --- a/devel/json-glib/Makefile +++ b/devel/json-glib/Makefile @@ -3,20 +3,22 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/json-glib/Makefile,v 1.5 2009/10/30 11:35:48 kwm Exp $ # PORTNAME= json-glib -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= devel -MASTER_SITES= http://folks.o-hand.com/~ebassi/sources/ \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= marcus:local +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= JSON (RFC 4627) interface for Glib +BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection +RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection + USE_GMAKE= yes +USE_BZIP2= yes USE_GNOME= glib20 gnomehack gnomeprefix ltverhack USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo index 8068b304c217..6d40520cedca 100644 --- a/devel/json-glib/distinfo +++ b/devel/json-glib/distinfo @@ -1,3 +1,3 @@ -MD5 (json-glib-0.6.2.tar.gz) = d98f5580035ad0b37fa11896053a57af -SHA256 (json-glib-0.6.2.tar.gz) = 7befca7f7d7d65cbb260eacd86eff2c1dcae8d859ae2c3e3002e2536d02b2c49 -SIZE (json-glib-0.6.2.tar.gz) = 453865 +MD5 (json-glib-0.8.2.tar.bz2) = 5fcd08da526a60d28d0ced4524799231 +SHA256 (json-glib-0.8.2.tar.bz2) = 51d64ee2f70e7d8d67eca4c1b35575dd7aa2a08dad7662e53d6c6c60af7a3dde +SIZE (json-glib-0.8.2.tar.bz2) = 392020 diff --git a/devel/json-glib/files/patch-json-glib_json-object.c b/devel/json-glib/files/patch-json-glib_json-object.c deleted file mode 100644 index b01ae9261354..000000000000 --- a/devel/json-glib/files/patch-json-glib_json-object.c +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/json-glib/json-gobject.c b/json-glib/json-gobject.c -index 15e9ed5..eeb571c 100644 ---- json-glib/json-gobject.c -+++ json-glib/json-gobject.c -@@ -189,7 +189,7 @@ json_deserialize_pspec (GValue *value, - { - JsonArray *array = json_node_get_array (node); - guint i, array_len = json_array_get_length (array); -- GPtrArray *str_array = g_ptr_array_sized_new (array_len); -+ GPtrArray *str_array = g_ptr_array_sized_new (array_len + 1); - - for (i = 0; i < array_len; i++) - { -@@ -201,6 +201,7 @@ json_deserialize_pspec (GValue *value, - if (json_node_get_string (val) != NULL); - g_ptr_array_add (str_array, (gpointer) json_node_get_string (val)); - } -+ g_ptr_array_add (str_array, NULL); - - g_value_set_boxed (value, str_array->pdata); - diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist index 41dae00996b1..9a9ef319cbb6 100644 --- a/devel/json-glib/pkg-plist +++ b/devel/json-glib/pkg-plist @@ -5,6 +5,7 @@ include/json-glib-1.0/json-glib/json-gobject.h include/json-glib-1.0/json-glib/json-parser.h include/json-glib-1.0/json-glib/json-types.h include/json-glib-1.0/json-glib/json-version.h +lib/girepository-1.0/Json-1.0.typelib lib/libjson-glib-1.0.a lib/libjson-glib-1.0.la lib/libjson-glib-1.0.so @@ -12,20 +13,25 @@ lib/libjson-glib-1.0.so.0 libdata/pkgconfig/json-glib-1.0.pc %%DOCSDIR%%/JsonGenerator.html %%DOCSDIR%%/JsonParser.html +%%DOCSDIR%%/annotation-glossary.html %%DOCSDIR%%/ch01.html %%DOCSDIR%%/ch02.html %%DOCSDIR%%/ch03.html +%%DOCSDIR%%/ch04.html %%DOCSDIR%%/home.png %%DOCSDIR%%/index.html %%DOCSDIR%%/index.sgml %%DOCSDIR%%/ix01.html %%DOCSDIR%%/ix02.html +%%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html %%DOCSDIR%%/json-advanced.html %%DOCSDIR%%/json-base.html %%DOCSDIR%%/json-glib-GObject-integration.html -%%DOCSDIR%%/json-glib-JsonArray.html -%%DOCSDIR%%/json-glib-JsonNode.html -%%DOCSDIR%%/json-glib-JsonObject.html +%%DOCSDIR%%/json-glib-JSON-Array.html +%%DOCSDIR%%/json-glib-JSON-Node.html +%%DOCSDIR%%/json-glib-JSON-Object.html %%DOCSDIR%%/json-glib-Versioning-information.html %%DOCSDIR%%/json-glib.devhelp %%DOCSDIR%%/json-glib.devhelp2 @@ -37,6 +43,7 @@ libdata/pkgconfig/json-glib-1.0.pc %%DOCSDIR%%/right.png %%DOCSDIR%%/style.css %%DOCSDIR%%/up.png +share/gir-1.0/Json-1.0.gir @dirrm %%DOCSDIR%% @dirrm include/json-glib-1.0/json-glib @dirrm include/json-glib-1.0 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index bb6585a84f0b..cb8647126e7b 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.76 2008/09/22 15:01:51 kwm Exp $ +# $MCom: ports/devel/libbonobo/Makefile,v 1.79 2009/09/26 13:41:58 marcus Exp $ # PORTNAME= libbonobo -PORTVERSION= 2.24.1 +PORTVERSION= 2.24.2 PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 86b00a131c95..866b1d4cbf5b 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libbonobo-2.24.1.tar.bz2) = 8868b6083392964a6969547ceb8d7cd1 -SHA256 (gnome2/libbonobo-2.24.1.tar.bz2) = 42b2ac58b86b2cc93fbbc65f94a3d1fcf5e8f33f728384653b30dbe456e91274 -SIZE (gnome2/libbonobo-2.24.1.tar.bz2) = 1464385 +MD5 (gnome2/libbonobo-2.24.2.tar.bz2) = 5c7c5ea9c2f78a3c1e9ff2f1e27ad751 +SHA256 (gnome2/libbonobo-2.24.2.tar.bz2) = 95c0230a31a657e1873fc601318bbaa16722986699219317053f1cd1aa2a28bf +SIZE (gnome2/libbonobo-2.24.2.tar.bz2) = 1435635 diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist index 6242f7f60d4c..da47a7f20a8b 100644 --- a/devel/libbonobo/pkg-plist +++ b/devel/libbonobo/pkg-plist @@ -103,8 +103,10 @@ share/locale/be/LC_MESSAGES/libbonobo-2.0.mo share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo +share/locale/br/LC_MESSAGES/libbonobo-2.0.mo share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo +share/locale/ca@valencia/LC_MESSAGES/libbonobo-2.0.mo share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo share/locale/da/LC_MESSAGES/libbonobo-2.0.mo @@ -132,6 +134,7 @@ share/locale/is/LC_MESSAGES/libbonobo-2.0.mo share/locale/it/LC_MESSAGES/libbonobo-2.0.mo share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo +share/locale/kn/LC_MESSAGES/libbonobo-2.0.mo share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo share/locale/li/LC_MESSAGES/libbonobo-2.0.mo @@ -212,6 +215,8 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/as/LC_MESSAGES diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index d0d65267908c..b29e951f4ba3 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/libgdata/Makefile,v 1.3 2009/11/22 20:17:49 kwm Exp $ # PORTNAME= libgdata -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo index 5abc3becc4fd..f04c6f721466 100644 --- a/devel/libgdata/distinfo +++ b/devel/libgdata/distinfo @@ -1,3 +1,3 @@ -MD5 (libgdata-0.3.0.tar.bz2) = 54c4de90fd00cd6685cbdd8c5054abb7 -SHA256 (libgdata-0.3.0.tar.bz2) = 3f1eafefe20edb0f62bde8de4449702e2e0d4ae3323e5ec546543401bf372972 -SIZE (libgdata-0.3.0.tar.bz2) = 520977 +MD5 (libgdata-0.5.1.tar.bz2) = fc9be11d2f823bb16d6e03e2a0dda85d +SHA256 (libgdata-0.5.1.tar.bz2) = 2b90f206063405ae6cf579ed3a090b0130e849e1ead02b2ad2ed4fc6d7f585a0 +SIZE (libgdata-0.5.1.tar.bz2) = 956689 diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist index b8c377bae37e..93d8dd06c693 100644 --- a/devel/libgdata/pkg-plist +++ b/devel/libgdata/pkg-plist @@ -1,17 +1,36 @@ +include/libgdata/gdata/atom/gdata-author.h +include/libgdata/gdata/atom/gdata-category.h +include/libgdata/gdata/atom/gdata-generator.h +include/libgdata/gdata/atom/gdata-link.h +include/libgdata/gdata/exif/gdata-exif-tags.h +include/libgdata/gdata/gd/gdata-gd-email-address.h +include/libgdata/gdata/gd/gdata-gd-im-address.h +include/libgdata/gdata/gd/gdata-gd-name.h +include/libgdata/gdata/gd/gdata-gd-organization.h +include/libgdata/gdata/gd/gdata-gd-phone-number.h +include/libgdata/gdata/gd/gdata-gd-postal-address.h +include/libgdata/gdata/gd/gdata-gd-reminder.h +include/libgdata/gdata/gd/gdata-gd-when.h +include/libgdata/gdata/gd/gdata-gd-where.h +include/libgdata/gdata/gd/gdata-gd-who.h include/libgdata/gdata/gdata-access-handler.h include/libgdata/gdata/gdata-access-rule.h -include/libgdata/gdata/gdata-atom.h +include/libgdata/gdata/gdata-download-stream.h include/libgdata/gdata/gdata-entry.h include/libgdata/gdata/gdata-enums.h include/libgdata/gdata/gdata-feed.h -include/libgdata/gdata/gdata-gdata.h -include/libgdata/gdata/gdata-media-rss.h include/libgdata/gdata/gdata-parsable.h -include/libgdata/gdata/gdata-parser.h include/libgdata/gdata/gdata-query.h include/libgdata/gdata/gdata-service.h include/libgdata/gdata/gdata-types.h +include/libgdata/gdata/gdata-upload-stream.h include/libgdata/gdata/gdata.h +include/libgdata/gdata/georss/gdata-georss-where.h +include/libgdata/gdata/media/gdata-media-category.h +include/libgdata/gdata/media/gdata-media-content.h +include/libgdata/gdata/media/gdata-media-credit.h +include/libgdata/gdata/media/gdata-media-enums.h +include/libgdata/gdata/media/gdata-media-thumbnail.h include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h include/libgdata/gdata/services/calendar/gdata-calendar-event.h include/libgdata/gdata/services/calendar/gdata-calendar-feed.h @@ -20,33 +39,83 @@ include/libgdata/gdata/services/calendar/gdata-calendar-service.h include/libgdata/gdata/services/contacts/gdata-contacts-contact.h include/libgdata/gdata/services/contacts/gdata-contacts-query.h include/libgdata/gdata/services/contacts/gdata-contacts-service.h +include/libgdata/gdata/services/documents/gdata-documents-entry.h +include/libgdata/gdata/services/documents/gdata-documents-enums.h +include/libgdata/gdata/services/documents/gdata-documents-feed.h +include/libgdata/gdata/services/documents/gdata-documents-folder.h +include/libgdata/gdata/services/documents/gdata-documents-presentation.h +include/libgdata/gdata/services/documents/gdata-documents-query.h +include/libgdata/gdata/services/documents/gdata-documents-service.h +include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h +include/libgdata/gdata/services/documents/gdata-documents-text.h +include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h +include/libgdata/gdata/services/picasaweb/gdata-picasaweb-enums.h +include/libgdata/gdata/services/picasaweb/gdata-picasaweb-file.h +include/libgdata/gdata/services/picasaweb/gdata-picasaweb-query.h +include/libgdata/gdata/services/picasaweb/gdata-picasaweb-service.h +include/libgdata/gdata/services/youtube/gdata-youtube-content.h +include/libgdata/gdata/services/youtube/gdata-youtube-credit.h include/libgdata/gdata/services/youtube/gdata-youtube-enums.h include/libgdata/gdata/services/youtube/gdata-youtube-query.h include/libgdata/gdata/services/youtube/gdata-youtube-service.h +include/libgdata/gdata/services/youtube/gdata-youtube-state.h include/libgdata/gdata/services/youtube/gdata-youtube-video.h -include/libgdata/gdata/services/youtube/gdata-youtube.h lib/libgdata.a lib/libgdata.la lib/libgdata.so -lib/libgdata.so.4 +lib/libgdata.so.6 libdata/pkgconfig/libgdata.pc share/doc/gdata/GDataAccessHandler.html share/doc/gdata/GDataAccessRule.html +share/doc/gdata/GDataAuthor.html share/doc/gdata/GDataCalendarCalendar.html share/doc/gdata/GDataCalendarEvent.html share/doc/gdata/GDataCalendarFeed.html share/doc/gdata/GDataCalendarQuery.html share/doc/gdata/GDataCalendarService.html +share/doc/gdata/GDataCategory.html share/doc/gdata/GDataContactsContact.html share/doc/gdata/GDataContactsQuery.html share/doc/gdata/GDataContactsService.html +share/doc/gdata/GDataDocumentsEntry.html +share/doc/gdata/GDataDocumentsFeed.html +share/doc/gdata/GDataDocumentsFolder.html +share/doc/gdata/GDataDocumentsPresentation.html +share/doc/gdata/GDataDocumentsQuery.html +share/doc/gdata/GDataDocumentsService.html +share/doc/gdata/GDataDocumentsSpreadsheet.html +share/doc/gdata/GDataDocumentsText.html +share/doc/gdata/GDataDownloadStream.html share/doc/gdata/GDataEntry.html share/doc/gdata/GDataFeed.html +share/doc/gdata/GDataGDEmailAddress.html +share/doc/gdata/GDataGDIMAddress.html +share/doc/gdata/GDataGDOrganization.html +share/doc/gdata/GDataGDPhoneNumber.html +share/doc/gdata/GDataGDPostalAddress.html +share/doc/gdata/GDataGDReminder.html +share/doc/gdata/GDataGDWhen.html +share/doc/gdata/GDataGDWhere.html +share/doc/gdata/GDataGDWho.html +share/doc/gdata/GDataGenerator.html +share/doc/gdata/GDataLink.html +share/doc/gdata/GDataMediaCategory.html +share/doc/gdata/GDataMediaContent.html +share/doc/gdata/GDataMediaCredit.html +share/doc/gdata/GDataMediaThumbnail.html share/doc/gdata/GDataParsable.html +share/doc/gdata/GDataPicasaWebAlbum.html +share/doc/gdata/GDataPicasaWebFile.html +share/doc/gdata/GDataPicasaWebQuery.html +share/doc/gdata/GDataPicasaWebService.html share/doc/gdata/GDataQuery.html share/doc/gdata/GDataService.html +share/doc/gdata/GDataUploadStream.html +share/doc/gdata/GDataYouTubeContent.html +share/doc/gdata/GDataYouTubeCredit.html share/doc/gdata/GDataYouTubeQuery.html share/doc/gdata/GDataYouTubeService.html +share/doc/gdata/GDataYouTubeState.html share/doc/gdata/GDataYouTubeVideo.html share/doc/gdata/api-index-full.html share/doc/gdata/ch01.html @@ -56,11 +125,13 @@ share/doc/gdata/ch04.html share/doc/gdata/ch05.html share/doc/gdata/ch06.html share/doc/gdata/ch07.html -share/doc/gdata/gdata-Atom-API.html -share/doc/gdata/gdata-GData-API.html +share/doc/gdata/ch08.html +share/doc/gdata/ch09.html +share/doc/gdata/ch10.html +share/doc/gdata/ch11.html +share/doc/gdata/ch12.html +share/doc/gdata/data-flow.png share/doc/gdata/gdata-GData-Types.html -share/doc/gdata/gdata-Media-RSS-API.html -share/doc/gdata/gdata-YouTube-API.html share/doc/gdata/gdata-overview.html share/doc/gdata/gdata.devhelp share/doc/gdata/gdata.devhelp2 @@ -70,26 +141,58 @@ share/doc/gdata/index.sgml share/doc/gdata/ix02.html share/doc/gdata/ix03.html share/doc/gdata/ix04.html +share/doc/gdata/ix05.html share/doc/gdata/left.png -share/doc/gdata/object-tree.html +share/doc/gdata/pt01.html +share/doc/gdata/pt02.html +share/doc/gdata/pt03.html +share/doc/gdata/pt04.html +share/doc/gdata/pt05.html share/doc/gdata/right.png share/doc/gdata/structure.png share/doc/gdata/style.css share/doc/gdata/up.png +share/locale/ca/LC_MESSAGES/gdata.mo share/locale/de/LC_MESSAGES/gdata.mo share/locale/el/LC_MESSAGES/gdata.mo share/locale/en_GB/LC_MESSAGES/gdata.mo share/locale/es/LC_MESSAGES/gdata.mo +share/locale/eu/LC_MESSAGES/gdata.mo +share/locale/fr/LC_MESSAGES/gdata.mo share/locale/gl/LC_MESSAGES/gdata.mo +share/locale/hu/LC_MESSAGES/gdata.mo +share/locale/nb/LC_MESSAGES/gdata.mo +share/locale/pa/LC_MESSAGES/gdata.mo +share/locale/pl/LC_MESSAGES/gdata.mo +share/locale/pt/LC_MESSAGES/gdata.mo +share/locale/pt_BR/LC_MESSAGES/gdata.mo share/locale/sv/LC_MESSAGES/gdata.mo +share/locale/uk/LC_MESSAGES/gdata.mo +share/locale/zh_HK/LC_MESSAGES/gdata.mo +share/locale/zh_TW/LC_MESSAGES/gdata.mo +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk @dirrmtry share/locale/gl/LC_MESSAGES @dirrmtry share/locale/gl @dirrmtry share/locale/el/LC_MESSAGES @dirrmtry share/locale/el +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca @dirrm share/doc/gdata @dirrm include/libgdata/gdata/services/youtube +@dirrm include/libgdata/gdata/services/picasaweb +@dirrm include/libgdata/gdata/services/documents @dirrm include/libgdata/gdata/services/contacts @dirrm include/libgdata/gdata/services/calendar @dirrm include/libgdata/gdata/services +@dirrm include/libgdata/gdata/media +@dirrm include/libgdata/gdata/georss +@dirrm include/libgdata/gdata/gd +@dirrm include/libgdata/gdata/exif +@dirrm include/libgdata/gdata/atom @dirrm include/libgdata/gdata @dirrm include/libgdata diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 261e52bda9ff..df81a5e98a3f 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/devel/libgtop/Makefile,v 1.1 2009/04/15 13:33:33 kwm Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.52 2009/09/21 09:27:35 kwm Exp $ # PORTNAME= libgtop -PORTVERSION= 2.26.1 +PORTVERSION= 2.28.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo index c104c4de753c..be335ea4e84c 100644 --- a/devel/libgtop/distinfo +++ b/devel/libgtop/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgtop-2.26.1.tar.bz2) = 49fe5c91a6bbc103a0a05c6854a6cc11 -SHA256 (gnome2/libgtop-2.26.1.tar.bz2) = 7762730a99c652695d8e2137a90519ce86fa245e22217dbf8d660ab4ed464385 -SIZE (gnome2/libgtop-2.26.1.tar.bz2) = 767089 +MD5 (gnome2/libgtop-2.28.0.tar.bz2) = f74fabd765452e9a6893852afa93a7c7 +SHA256 (gnome2/libgtop-2.28.0.tar.bz2) = 22a9c6241c5a65e267a995a4a60ba483dcc629a4873e746b463e6eb6466975b3 +SIZE (gnome2/libgtop-2.28.0.tar.bz2) = 793153 diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist index 0424bed88b3a..bb4b9e1d1580 100644 --- a/devel/libgtop/pkg-plist +++ b/devel/libgtop/pkg-plist @@ -48,6 +48,10 @@ lib/libgtop-2.0.la lib/libgtop-2.0.so lib/libgtop-2.0.so.7 libdata/pkgconfig/libgtop-2.0.pc +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png %%DOCSDIR%%/libgtop-Close.html %%DOCSDIR%%/libgtop-Command.html %%DOCSDIR%%/libgtop-GlibTop-Server.html @@ -57,9 +61,17 @@ libdata/pkgconfig/libgtop-2.0.pc %%DOCSDIR%%/libgtop-PPP.html %%DOCSDIR%%/libgtop-Shared-Memory-Limits.html %%DOCSDIR%%/libgtop-Uptime.html +%%DOCSDIR%%/libgtop-cpu.html +%%DOCSDIR%%/libgtop-fsusage.html +%%DOCSDIR%%/libgtop-lib.html +%%DOCSDIR%%/libgtop-loadavg.html +%%DOCSDIR%%/libgtop-mem.html +%%DOCSDIR%%/libgtop-mountlist.html +%%DOCSDIR%%/libgtop-msg-limits.html %%DOCSDIR%%/libgtop-open.html %%DOCSDIR%%/libgtop-parameter.html %%DOCSDIR%%/libgtop-procargs.html +%%DOCSDIR%%/libgtop-prockernel.html %%DOCSDIR%%/libgtop-proclist.html %%DOCSDIR%%/libgtop-procmap.html %%DOCSDIR%%/libgtop-procmem.html @@ -71,12 +83,18 @@ libdata/pkgconfig/libgtop-2.0.pc %%DOCSDIR%%/libgtop-procuid.html %%DOCSDIR%%/libgtop-sem-limits.html %%DOCSDIR%%/libgtop-signal.html +%%DOCSDIR%%/libgtop-swap.html %%DOCSDIR%%/libgtop-sysdeps.html %%DOCSDIR%%/libgtop-sysinfo.html %%DOCSDIR%%/libgtop-union.html %%DOCSDIR%%/libgtop-version.html %%DOCSDIR%%/libgtop-white-paper-overview.html %%DOCSDIR%%/libgtop-white-paper.html +%%DOCSDIR%%/libgtop.devhelp +%%DOCSDIR%%/libgtop.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/locale/am/LC_MESSAGES/libgtop-2.0.mo share/locale/ar/LC_MESSAGES/libgtop-2.0.mo share/locale/as/LC_MESSAGES/libgtop-2.0.mo @@ -87,6 +105,7 @@ share/locale/bn/LC_MESSAGES/libgtop-2.0.mo share/locale/bn_IN/LC_MESSAGES/libgtop-2.0.mo share/locale/bs/LC_MESSAGES/libgtop-2.0.mo share/locale/ca/LC_MESSAGES/libgtop-2.0.mo +share/locale/ca@valencia/LC_MESSAGES/libgtop-2.0.mo share/locale/cs/LC_MESSAGES/libgtop-2.0.mo share/locale/cy/LC_MESSAGES/libgtop-2.0.mo share/locale/da/LC_MESSAGES/libgtop-2.0.mo @@ -120,6 +139,7 @@ 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/mai/LC_MESSAGES/libgtop-2.0.mo share/locale/mg/LC_MESSAGES/libgtop-2.0.mo share/locale/mi/LC_MESSAGES/libgtop-2.0.mo share/locale/mk/LC_MESSAGES/libgtop-2.0.mo @@ -177,6 +197,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/mai/LC_MESSAGES +@dirrmtry share/locale/mai @dirrmtry share/locale/la/LC_MESSAGES @dirrmtry share/locale/la @dirrmtry share/locale/ky/LC_MESSAGES @@ -185,6 +207,8 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN @dirrmtry share/locale/as/LC_MESSAGES diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index 340410688a8e..5e775e6678a1 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.35 2008/03/09 18:52:59 mezz Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.38 2009/11/28 05:59:00 mezz Exp $ # PORTNAME= liboobs @@ -15,10 +15,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Wrapping library to the System Tools Backends -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends +BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ hal.1:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends +RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf:${PORTSDIR}/sysutils/system-tools-backends USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 9775387b1fd0..95a0b70ae139 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -7,6 +7,7 @@ PORTNAME= libpthread-stubs PORTVERSION= 0.3 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://xcb.freedesktop.org/dist/ diff --git a/devel/libpthread-stubs/files/patch-stubs.c b/devel/libpthread-stubs/files/patch-stubs.c new file mode 100644 index 000000000000..4290eb2e6987 --- /dev/null +++ b/devel/libpthread-stubs/files/patch-stubs.c @@ -0,0 +1,28 @@ +XXX This is a big hack as we cannot define pthread_condattr_{init,destroy} +here, or we will conflict with the weak symbols in libthr. The way our linker +works, the weak symbols will be resolved here, and pthread_condattr functions +will not work even in threaded applications. + +I am working to get these symbols added to libc, but in the meantime, this +is needed to avoid crashes in threaded applications which make use of +pthread_condattr*. +--- stubs.c.orig 2009-11-27 17:15:30.000000000 -0500 ++++ stubs.c 2009-11-27 17:16:29.000000000 -0500 +@@ -91,7 +91,7 @@ int pthread_cond_destroy() __attribute__ + # endif + #endif + +-#ifndef HAVE_PTHREAD_CONDATTR_INIT ++#if 0 + #define NEED_ZERO_STUB + # ifdef SUPPORT_ATTRIBUTE_ALIAS + int pthread_condattr_init() __attribute__ ((weak, alias ("__pthread_zero_stub"))); +@@ -100,7 +100,7 @@ int pthread_condattr_init() __attribute_ + # endif + #endif + +-#ifndef HAVE_PTHREAD_CONDATTR_DESTROY ++#if 0 + #define NEED_ZERO_STUB + # ifdef SUPPORT_ATTRIBUTE_ALIAS + int pthread_condattr_destroy() __attribute__ ((weak, alias ("__pthread_zero_stub"))); diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 3daa76db37bb..b53aa9cb5327 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/devel/libsoup/Makefile,v 1.9 2009/04/15 21:49:46 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.71 2009/10/20 00:22:57 kwm Exp $ # PORTNAME= libsoup -PORTVERSION= 2.26.3 -PORTREVISION?= 2 +PORTVERSION= 2.28.1 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,6 +22,7 @@ USE_BZIP2= yes LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ proxy.0:${PORTSDIR}/net/libproxy \ + gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2 diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index c554558dec6b..c1c072c0f167 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libsoup-2.26.3.tar.bz2) = 19f15636380a9a08a0f071cc53069b80 -SHA256 (gnome2/libsoup-2.26.3.tar.bz2) = e6662e56e6987124891db62325622bc46fd5dcd42458285d5ead5afc6d5be1dc -SIZE (gnome2/libsoup-2.26.3.tar.bz2) = 686248 +MD5 (gnome2/libsoup-2.28.1.tar.bz2) = 6c303cae11bde065497992d2444cc96a +SHA256 (gnome2/libsoup-2.28.1.tar.bz2) = 615f154998a65c1d9611a0e6c16c1f30df799da83437f1ff7b4baa57e5067a80 +SIZE (gnome2/libsoup-2.28.1.tar.bz2) = 703258 diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist index dae15588f582..08c75d5f119b 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-content-sniffer.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 @@ -17,9 +18,10 @@ 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-password-manager.h include/libsoup-%%VERSION%%/libsoup/soup-portability.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-resolver.h include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h +include/libsoup-%%VERSION%%/libsoup/soup-proxy-uri-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 diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile new file mode 100644 index 000000000000..f0a1f4f15d88 --- /dev/null +++ b/devel/mm-common/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mm-common +# Date Created: 27 Aug 2009 +# Whom: Koop Mast<kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/mm-common/Makefile,v 1.6 2009/09/21 18:58:15 kwm Exp $ +# + +PORTNAME= mm-common +PORTVERSION= 0.8 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common build infrastructure for the GNOME C++ binding libraries + +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl + +USE_GNOME= gnomehack +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= mm-common-prepare.1 + +.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo new file mode 100644 index 000000000000..5d13a0e23209 --- /dev/null +++ b/devel/mm-common/distinfo @@ -0,0 +1,3 @@ +MD5 (mm-common-0.8.tar.bz2) = 2a335530f02c35dec1deea4b3627b725 +SHA256 (mm-common-0.8.tar.bz2) = 604c9b94629a4300e399ba72b497bedf1bf3c92b33ab8e688c32f70afe38e3c8 +SIZE (mm-common-0.8.tar.bz2) = 529592 diff --git a/devel/mm-common/pkg-descr b/devel/mm-common/pkg-descr new file mode 100644 index 000000000000..ec53b63e0baa --- /dev/null +++ b/devel/mm-common/pkg-descr @@ -0,0 +1,14 @@ +This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. + +The mm-common module provides the build infrastructure and utilities +shared among the GNOME C++ binding libraries. It is only a required +dependency for building the C++ bindings from the gnome.org version +control repository. An installation of mm-common is not required for +building tarball releases, unless configured to use maintainer-mode. + +Release archives of mm-common include the Doxygen tag file for the +GNU C++ Library reference documentation. It is covered by the same +licence as the source code it was extracted from. More information +is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>. + +WWW: http://www.gtkmm.org diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist new file mode 100644 index 000000000000..b5ea4637b363 --- /dev/null +++ b/devel/mm-common/pkg-plist @@ -0,0 +1,77 @@ +bin/mm-common-prepare +share/aclocal/mm-common.m4 +share/aclocal/mm-dietlib.m4 +share/aclocal/mm-doc.m4 +share/aclocal/mm-module.m4 +share/aclocal/mm-pkg.m4 +share/aclocal/mm-warnings.m4 +share/doc/mm-common/README +share/doc/mm-common/skeletonmm/.gitignore +share/doc/mm-common/skeletonmm/AUTHORS +share/doc/mm-common/skeletonmm/COPYING +share/doc/mm-common/skeletonmm/ChangeLog +share/doc/mm-common/skeletonmm/Makefile.am +share/doc/mm-common/skeletonmm/README +share/doc/mm-common/skeletonmm/autogen.sh +share/doc/mm-common/skeletonmm/build/.gitignore +share/doc/mm-common/skeletonmm/codegen/Makefile.am +share/doc/mm-common/skeletonmm/codegen/extradefs/generate_extra_defs_skeleton.cc +share/doc/mm-common/skeletonmm/codegen/m4/convert.m4 +share/doc/mm-common/skeletonmm/codegen/m4/convert_skeleton.m4 +share/doc/mm-common/skeletonmm/codegen/m4/filelist.am +share/doc/mm-common/skeletonmm/configure.ac +share/doc/mm-common/skeletonmm/doc/Makefile.am +share/doc/mm-common/skeletonmm/doc/reference/.gitignore +share/doc/mm-common/skeletonmm/doc/reference/Doxyfile.in +share/doc/mm-common/skeletonmm/examples/.gitignore +share/doc/mm-common/skeletonmm/examples/Makefile.am +share/doc/mm-common/skeletonmm/examples/example/example.cc +share/doc/mm-common/skeletonmm/skeleton/.gitignore +share/doc/mm-common/skeletonmm/skeleton/skeletonmm-uninstalled.pc.in +share/doc/mm-common/skeletonmm/skeleton/skeletonmm.h +share/doc/mm-common/skeletonmm/skeleton/skeletonmm.pc.in +share/doc/mm-common/skeletonmm/skeleton/skeletonmm/Makefile.am +share/doc/mm-common/skeletonmm/skeleton/skeletonmm/filelist.am +share/doc/mm-common/skeletonmm/skeleton/skeletonmm/private/.gitignore +share/doc/mm-common/skeletonmm/skeleton/skeletonmm/wrap_init.h +share/doc/mm-common/skeletonmm/skeleton/skeletonmmconfig.h.in +share/doc/mm-common/skeletonmm/skeleton/src/Makefile.am +share/doc/mm-common/skeletonmm/skeleton/src/filelist.am +share/doc/mm-common/skeletonmm/skeleton/src/skeleton.ccg +share/doc/mm-common/skeletonmm/skeleton/src/skeleton.defs +share/doc/mm-common/skeletonmm/skeleton/src/skeleton.hg +share/doc/mm-common/skeletonmm/skeleton/src/skeleton_docs.xml +share/doc/mm-common/skeletonmm/skeleton/src/skeleton_docs_override.xml +share/doc/mm-common/skeletonmm/skeleton/src/skeleton_enum.defs +share/doc/mm-common/skeletonmm/skeleton/src/skeleton_extra.defs +share/doc/mm-common/skeletonmm/skeleton/src/skeleton_method.defs +share/doc/mm-common/skeletonmm/skeletonmm.doap +share/mm-common/build/compile-binding.am +share/mm-common/build/dist-changelog.am +share/mm-common/build/doc-reference.am +share/mm-common/build/generate-binding.am +share/mm-common/doctags/libstdc++.tag +share/mm-common/doctool/doc-install.pl +share/mm-common/doctool/doc-postprocess.pl +share/mm-common/doctool/doxygen.css +share/mm-common/doctool/tagfile-to-devhelp2.xsl +libdata/pkgconfig/mm-common-libstdc++.pc +@dirrm share/mm-common/doctool +@dirrm share/mm-common/doctags +@dirrm share/mm-common/build +@dirrm share/mm-common +@dirrm share/doc/mm-common/skeletonmm/skeleton/src +@dirrm share/doc/mm-common/skeletonmm/skeleton/skeletonmm/private +@dirrm share/doc/mm-common/skeletonmm/skeleton/skeletonmm +@dirrm share/doc/mm-common/skeletonmm/skeleton +@dirrm share/doc/mm-common/skeletonmm/doc/reference +@dirrm share/doc/mm-common/skeletonmm/doc +@dirrm share/doc/mm-common/skeletonmm/examples/example +@dirrm share/doc/mm-common/skeletonmm/examples +@dirrm share/doc/mm-common/skeletonmm/build +@dirrm share/doc/mm-common/skeletonmm/codegen/m4 +@dirrm share/doc/mm-common/skeletonmm/codegen/extradefs +@dirrm share/doc/mm-common/skeletonmm/codegen +@dirrm share/doc/mm-common/skeletonmm +@dirrm share/doc/mm-common +@dirrmtry share/aclocal diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 0a6f1c55a573..b7c2855cac04 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.29 2009/01/04 22:11:03 marcus Exp $ +# $MCom: ports/devel/py-gobject/Makefile,v 1.35 2009/09/23 21:44:30 kwm Exp $ # PORTNAME= gobject -PORTVERSION= 2.16.1 +PORTVERSION= 2.20.0 CATEGORIES= devel python MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,6 +18,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for GObject +LIB_DEPENDS= girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 @@ -27,5 +29,10 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-docs CONFLICTS= py*-gtk-0* +PLIST_SUB= PYTHON_VER="${PYTHON_VER}" + +post-install: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + ${PREFIX}/share/pygobject/2.0/codegen .include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo index abf2aa2dd37c..1e5e2e37b052 100644 --- a/devel/py-gobject/distinfo +++ b/devel/py-gobject/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pygobject-2.16.1.tar.bz2) = 8e26f2572e6b72dbd2591677055f8d30 -SHA256 (gnome2/pygobject-2.16.1.tar.bz2) = ee229c642759470a242c7f6ce3bd969a7484496f95570a8783859b03d6d79cc5 -SIZE (gnome2/pygobject-2.16.1.tar.bz2) = 522347 +MD5 (gnome2/pygobject-2.20.0.tar.bz2) = 10e1fb79be3d698476a28b1e1b0c5640 +SHA256 (gnome2/pygobject-2.20.0.tar.bz2) = 41e923a3f4426a3e19f6d154c424e3dac6f39defca77af602ac6272ce270fa81 +SIZE (gnome2/pygobject-2.20.0.tar.bz2) = 666287 diff --git a/devel/py-gobject/files/patch-pygobject-2.0.pc.in b/devel/py-gobject/files/patch-pygobject-2.0.pc.in new file mode 100644 index 000000000000..76ee71ccdca0 --- /dev/null +++ b/devel/py-gobject/files/patch-pygobject-2.0.pc.in @@ -0,0 +1,11 @@ +--- pygobject-2.0.pc.in.orig 2008-09-03 15:31:23.000000000 +0000 ++++ pygobject-2.0.pc.in 2008-09-03 15:31:43.000000000 +0000 +@@ -10,7 +10,7 @@ + # install additional headers. + pygtkincludedir=${includedir}/pygtk-2.0 + fixxref=${datadir}/pygobject/xsl/fixxref.py +-pygdocs=${datadir}/gtk-doc/html/pygobject ++pygdocs=${datadir}/doc/pygobject + defsdir=${datadir}/pygobject/2.0/defs + codegendir=${datadir}/pygobject/2.0/codegen + diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist index 63a4cceb85d4..c6b65ccf14e2 100644 --- a/devel/py-gobject/pkg-plist +++ b/devel/py-gobject/pkg-plist @@ -1,9 +1,10 @@ bin/pygobject-codegen-2.0 +include/pygobject/bank.h include/pygtk-2.0/pyglib.h include/pygtk-2.0/pygobject.h -lib/libpyglib-2.0.la -lib/libpyglib-2.0.so -lib/libpyglib-2.0.so.0 +lib/libpyglib-2.0-python%%PYTHON_VER%%.la +lib/libpyglib-2.0-python%%PYTHON_VER%%.so +lib/libpyglib-2.0-python%%PYTHON_VER%%.so.0 %%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py %%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc %%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo @@ -14,6 +15,32 @@ lib/libpyglib-2.0.so.0 %%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.so %%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.la %%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/btypes.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/importer.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/module.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gdk.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/Gtk.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repo.la +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repo.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/repository.pyo %%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.py %%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyc %%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyo @@ -38,12 +65,53 @@ lib/libpyglib-2.0.so.0 %%PYTHON_SITELIBDIR%%/pygtk.pyc %%PYTHON_SITELIBDIR%%/pygtk.pyo libdata/pkgconfig/pygobject-2.0.pc +share/doc/pygobject/class-gioappinfo.html +share/doc/pygobject/class-gioapplaunchcontext.html +share/doc/pygobject/class-gioasyncresult.html +share/doc/pygobject/class-giobufferedinputstream.html +share/doc/pygobject/class-giobufferedoutputstream.html +share/doc/pygobject/class-giocancellable.html +share/doc/pygobject/class-giodatainputstream.html +share/doc/pygobject/class-giodataoutputstream.html +share/doc/pygobject/class-giodrive.html +share/doc/pygobject/class-gioemblem.html +share/doc/pygobject/class-gioemblemedicon.html +share/doc/pygobject/class-giofile.html +share/doc/pygobject/class-giofileattributeinfo.html +share/doc/pygobject/class-giofileenumerator.html +share/doc/pygobject/class-giofileicon.html +share/doc/pygobject/class-giofileinfo.html +share/doc/pygobject/class-giofileinputstream.html +share/doc/pygobject/class-giofilemonitor.html +share/doc/pygobject/class-giofileoutputstream.html +share/doc/pygobject/class-giofilterinputstream.html +share/doc/pygobject/class-giofilteroutputstream.html +share/doc/pygobject/class-gioicon.html +share/doc/pygobject/class-gioinputstream.html +share/doc/pygobject/class-gioloadableicon.html +share/doc/pygobject/class-giomemoryinputstream.html +share/doc/pygobject/class-giomemoryoutputstream.html +share/doc/pygobject/class-giomount.html +share/doc/pygobject/class-giomountoperation.html +share/doc/pygobject/class-giooutputstream.html +share/doc/pygobject/class-gioseekable.html +share/doc/pygobject/class-giosimpleasyncresult.html +share/doc/pygobject/class-giothemedicon.html +share/doc/pygobject/class-giounixinputstream.html +share/doc/pygobject/class-giounixoutputstream.html +share/doc/pygobject/class-giovolume.html +share/doc/pygobject/class-giovolumemonitor.html share/doc/pygobject/class-glibmaincontext.html share/doc/pygobject/class-glibmainloop.html share/doc/pygobject/class-gobject.html share/doc/pygobject/class-gobjectgboxed.html share/doc/pygobject/class-gobjectginterface.html share/doc/pygobject/class-gobjectgpointer.html +share/doc/pygobject/gio-class-reference.html +share/doc/pygobject/gio-constants.html +share/doc/pygobject/gio-functions.html +share/doc/pygobject/giounix-class-reference.html +share/doc/pygobject/glib-class-reference.html share/doc/pygobject/glib-constants.html share/doc/pygobject/glib-functions.html share/doc/pygobject/gobject-class-reference.html @@ -60,53 +128,66 @@ share/pygobject/2.0/codegen/__init__.pyo share/pygobject/2.0/codegen/argtypes.py share/pygobject/2.0/codegen/argtypes.pyc share/pygobject/2.0/codegen/argtypes.pyo +share/pygobject/2.0/codegen/code-coverage.py +share/pygobject/2.0/codegen/code-coverage.pyc share/pygobject/2.0/codegen/codegen.py share/pygobject/2.0/codegen/codegen.pyc -share/pygobject/2.0/codegen/codegen.pyo share/pygobject/2.0/codegen/createdefs.py share/pygobject/2.0/codegen/createdefs.pyc -share/pygobject/2.0/codegen/createdefs.pyo share/pygobject/2.0/codegen/definitions.py share/pygobject/2.0/codegen/definitions.pyc share/pygobject/2.0/codegen/definitions.pyo +share/pygobject/2.0/codegen/defsconvert.py +share/pygobject/2.0/codegen/defsconvert.pyc +share/pygobject/2.0/codegen/defsgen.py +share/pygobject/2.0/codegen/defsgen.pyc share/pygobject/2.0/codegen/defsparser.py share/pygobject/2.0/codegen/defsparser.pyc share/pygobject/2.0/codegen/defsparser.pyo share/pygobject/2.0/codegen/docextract.py share/pygobject/2.0/codegen/docextract.pyc share/pygobject/2.0/codegen/docextract.pyo +share/pygobject/2.0/codegen/docextract_to_xml.py +share/pygobject/2.0/codegen/docextract_to_xml.pyc share/pygobject/2.0/codegen/docgen.py share/pygobject/2.0/codegen/docgen.pyc -share/pygobject/2.0/codegen/docgen.pyo share/pygobject/2.0/codegen/h2def.py share/pygobject/2.0/codegen/h2def.pyc -share/pygobject/2.0/codegen/h2def.pyo share/pygobject/2.0/codegen/mergedefs.py share/pygobject/2.0/codegen/mergedefs.pyc -share/pygobject/2.0/codegen/mergedefs.pyo +share/pygobject/2.0/codegen/missingdefs.py +share/pygobject/2.0/codegen/missingdefs.pyc share/pygobject/2.0/codegen/mkskel.py share/pygobject/2.0/codegen/mkskel.pyc -share/pygobject/2.0/codegen/mkskel.pyo share/pygobject/2.0/codegen/override.py share/pygobject/2.0/codegen/override.pyc share/pygobject/2.0/codegen/override.pyo share/pygobject/2.0/codegen/reversewrapper.py share/pygobject/2.0/codegen/reversewrapper.pyc share/pygobject/2.0/codegen/reversewrapper.pyo +share/pygobject/2.0/codegen/scanvirtuals.py +share/pygobject/2.0/codegen/scanvirtuals.pyc share/pygobject/2.0/codegen/scmexpr.py share/pygobject/2.0/codegen/scmexpr.pyc -share/pygobject/2.0/codegen/scmexpr.pyo share/pygobject/2.0/defs/gappinfo.override share/pygobject/2.0/defs/gapplaunchcontext.override +share/pygobject/2.0/defs/gbufferedinputstream.override +share/pygobject/2.0/defs/gdatainputstream.override +share/pygobject/2.0/defs/gdrive.override share/pygobject/2.0/defs/gfile.override share/pygobject/2.0/defs/gfileattribute.override share/pygobject/2.0/defs/gfileenumerator.override share/pygobject/2.0/defs/gfileinfo.override +share/pygobject/2.0/defs/gfileinputstream.override +share/pygobject/2.0/defs/gfileoutputstream.override share/pygobject/2.0/defs/gicon.override share/pygobject/2.0/defs/ginputstream.override share/pygobject/2.0/defs/gio-types.defs share/pygobject/2.0/defs/gio.defs share/pygobject/2.0/defs/gio.override +share/pygobject/2.0/defs/gmemoryinputstream.override +share/pygobject/2.0/defs/gmemoryoutputstream.override +share/pygobject/2.0/defs/gmount.override share/pygobject/2.0/defs/goutputstream.override share/pygobject/2.0/defs/gvolume.override share/pygobject/2.0/defs/gvolumemonitor.override @@ -128,6 +209,9 @@ share/pygobject/xsl/ref-html-style.xsl @dirrm share/doc/pygobject @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/glib +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/girepository/overrides +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/girepository @dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gio @dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 @dirrmtry include/pygtk-2.0 +@dirrm include/pygobject diff --git a/devel/seed/Makefile b/devel/seed/Makefile new file mode 100644 index 000000000000..98cda886ac78 --- /dev/null +++ b/devel/seed/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: seed +# Date created: 19 July 2009 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/seed/Makefile,v 1.8 2009/10/19 19:33:26 kwm Exp $ +# + +PORTNAME= seed +PORTVERSION= 2.28.1 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject JavaScriptCore bridge + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-js-common.pc:${PORTSDIR}/devel/gnome-js-common +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ + webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \ + girepository-1.0.0:${PORTSDIR}/devel/gobject-introspection \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + mpfr.3:${PORTSDIR}/math/mpfr + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GNOME= gnomehack gtk20 intltool libxml2 +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--enable-gtk-doc=no + +MAN1= seed.1 + +post-patch: + @${REINPLACE_CMD} -e 's|== x|= x|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in + @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ + 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' +.if defined(NOPORTEXAMPLES) + @${REINPLACE_CMD} -e 's|examples||g' \ + ${WRKSRC}/Makefile.in +.endif +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ + ${WRKSRC}/Makefile.in +.endif + +.include <bsd.port.mk> diff --git a/devel/seed/distinfo b/devel/seed/distinfo new file mode 100644 index 000000000000..3733f839437a --- /dev/null +++ b/devel/seed/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/seed-2.28.1.tar.bz2) = ac2b3e2789528510632154ed08380790 +SHA256 (gnome2/seed-2.28.1.tar.bz2) = c5018a9e4267d7b52c690ceb088f8c4573670460d6d5bc413afcc13510d4f4f2 +SIZE (gnome2/seed-2.28.1.tar.bz2) = 839512 diff --git a/devel/seed/files/patch-libseed_seed-importer.c b/devel/seed/files/patch-libseed_seed-importer.c new file mode 100644 index 000000000000..c216fa88c4a2 --- /dev/null +++ b/devel/seed/files/patch-libseed_seed-importer.c @@ -0,0 +1,49 @@ +--- libseed/seed-importer.c.orig 2009-08-10 16:23:35.000000000 -0400 ++++ libseed/seed-importer.c 2009-08-22 14:36:00.000000000 -0400 +@@ -22,6 +22,8 @@ + + #include <gio/gio.h> + #include <string.h> ++#include <stdlib.h> ++#include <unistd.h> + + #include "seed-private.h" + +@@ -637,8 +639,9 @@ seed_importer_handle_file (JSContextRef + JSValueRef js_file_dirname; + JSObjectRef global, c_global; + JSStringRef file_contents, file_name; +- gchar *contents, *walk, *file_path, *canonical, *absolute_path; ++ gchar *contents, *walk, *file_path, *canonical, *absolute_path, *normalp; + gchar *normalized_path; ++ gsize path_max; + + file_path = g_build_filename (dir, file, NULL); + canonical = seed_importer_canonicalize_path (file_path); +@@ -692,15 +695,24 @@ seed_importer_handle_file (JSContextRef + g_path_get_dirname (file_path), NULL); + } + +- normalized_path = canonicalize_file_name (absolute_path); ++#ifdef PATH_MAX ++ path_max = PATH_MAX; ++#else ++ path_max = pathconf (absolute_path, _PC_PATH_MAX); ++ if (path_max <= 0) ++ path_max = 4096; ++#endif ++ normalized_path = (gchar *) g_malloc (path_max); ++ normalp = realpath (absolute_path, normalized_path); + +- js_file_dirname = seed_value_from_string (ctx, normalized_path, NULL); ++ js_file_dirname = seed_value_from_string (ctx, normalp, NULL); + + seed_object_set_property (nctx, global, "__script_path__", js_file_dirname); + + g_hash_table_insert (file_imports, canonical, global); + g_free (file_path); + g_free (absolute_path); ++ g_free (normalized_path); + + JSEvaluateScript (nctx, file_contents, NULL, file_name, 0, exception); + diff --git a/devel/seed/files/patch-modules_gettext_seed-gettext.c b/devel/seed/files/patch-modules_gettext_seed-gettext.c new file mode 100644 index 000000000000..999f1d97a905 --- /dev/null +++ b/devel/seed/files/patch-modules_gettext_seed-gettext.c @@ -0,0 +1,27 @@ +--- modules/gettext/seed-gettext.c.orig 2009-07-26 19:23:31.000000000 -0400 ++++ modules/gettext/seed-gettext.c 2009-07-26 19:25:12.000000000 -0400 +@@ -293,12 +293,24 @@ seed_module_init(SeedEngine *local_eng) + DEFINE_ENUM_MEMBER(ns_ref, LC_MONETARY); + DEFINE_ENUM_MEMBER(ns_ref, LC_MESSAGES); + DEFINE_ENUM_MEMBER(ns_ref, LC_ALL); ++#ifdef LC_PAPER + DEFINE_ENUM_MEMBER(ns_ref, LC_PAPER); ++#endif ++#ifdef LC_NAME + DEFINE_ENUM_MEMBER(ns_ref, LC_NAME); ++#endif ++#ifdef LC_ADDRESS + DEFINE_ENUM_MEMBER(ns_ref, LC_ADDRESS); ++#endif ++#ifdef LC_TELEPHONE + DEFINE_ENUM_MEMBER(ns_ref, LC_TELEPHONE); ++#endif ++#ifdef LC_MEASUREMENT + DEFINE_ENUM_MEMBER(ns_ref, LC_MEASUREMENT); ++#endif ++#ifdef LC_IDENTIFICATION + DEFINE_ENUM_MEMBER(ns_ref, LC_IDENTIFICATION); ++#endif + DEFINE_ENUM_MEMBER(ns_ref, LC_CTYPE); + + return ns_ref; diff --git a/devel/seed/files/patch-modules_os_seed-os.c b/devel/seed/files/patch-modules_os_seed-os.c new file mode 100644 index 000000000000..1aec71b71988 --- /dev/null +++ b/devel/seed/files/patch-modules_os_seed-os.c @@ -0,0 +1,77 @@ +--- modules/os/seed-os.c.orig 2009-08-10 16:23:35.000000000 -0400 ++++ modules/os/seed-os.c 2009-08-22 14:43:42.000000000 -0400 +@@ -31,6 +31,10 @@ + #include <sys/utsname.h> + + #include <sys/types.h> ++#include <sys/ioctl.h> ++#include <termios.h> ++#include <libutil.h> ++#include <unistd.h> + + #include <fcntl.h> + +@@ -54,18 +58,32 @@ seed_os_realpath (SeedContext ctx, + const SeedValue arguments[], + SeedException * exception) + { ++ SeedValue sv; + gchar *arg; ++ gchar *resolved_path; + gchar *ret; ++ gsize path_max; + + if (argument_count != 1) + { + EXPECTED_EXCEPTION("os.realpath", "1 argument"); + } + arg = seed_value_to_string (ctx, arguments[0], exception); +- ret = canonicalize_file_name(arg); ++#ifdef PATH_MAX ++ path_max = PATH_MAX; ++#else ++ path_max = pathconf (arg, _PC_PATH_MAX); ++ if (path_max <= 0) ++ path_max = 4096; ++#endif ++ resolved_path = (gchar *) g_malloc (path_max); ++ ret = realpath(arg, resolved_path); + g_free (arg); + +- return seed_value_from_string (ctx, ret, exception); ++ sv = seed_value_from_string (ctx, ret, exception); ++ g_free (resolved_path); ++ ++ return sv; + } + + SeedValue +@@ -702,6 +720,7 @@ seed_os_fdatasync (SeedContext ctx, + const SeedValue arguments[], + SeedException * exception) + { ++#if !defined(__FreeBSD__) + gint fd; + + if (argument_count != 1) +@@ -711,6 +730,10 @@ seed_os_fdatasync (SeedContext ctx, + fd = seed_value_to_int (ctx, arguments[0], exception); + + return seed_value_from_int (ctx, fdatasync (fd), exception); ++#else ++ errno = ENOSYS; ++ return seed_value_from_int (ctx, -1, exception); ++#endif + } + + SeedValue +@@ -1112,7 +1135,9 @@ seed_module_init(SeedEngine * eng) + #if defined (O_DIRECT) + OS_DEFINE_QUICK_ENUM (O_DIRECT); + #endif ++#if defined (O_DIRECTORY) + OS_DEFINE_QUICK_ENUM (O_DIRECTORY); ++#endif + OS_DEFINE_QUICK_ENUM (O_NOFOLLOW); + #if defined (O_NOATIME) + OS_DEFINE_QUICK_ENUM (O_NOATIME); diff --git a/devel/seed/pkg-descr b/devel/seed/pkg-descr new file mode 100644 index 000000000000..ffc081bb3543 --- /dev/null +++ b/devel/seed/pkg-descr @@ -0,0 +1,7 @@ +Seed is a library and interpreter, dynamically bridging (through +GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME +platform. Seed serves as something which enables you to write standalone +applications in JavaScript, or easily enable your application to be extensible +in JavaScript. + +WWW: http://live.gnome.org/Seed diff --git a/devel/seed/pkg-plist b/devel/seed/pkg-plist new file mode 100644 index 000000000000..54621017c52a --- /dev/null +++ b/devel/seed/pkg-plist @@ -0,0 +1,187 @@ +bin/seed +include/seed/seed-debug.h +include/seed/seed-module.h +include/seed/seed.h +lib/libseed.a +lib/libseed.la +lib/libseed.so +lib/libseed.so.0 +lib/seed/libseed_cairo.a +lib/seed/libseed_cairo.la +lib/seed/libseed_cairo.so +lib/seed/libseed_canvas.a +lib/seed/libseed_canvas.la +lib/seed/libseed_canvas.so +lib/seed/libseed_dbusnative.a +lib/seed/libseed_dbusnative.la +lib/seed/libseed_dbusnative.so +lib/seed/libseed_example.a +lib/seed/libseed_example.la +lib/seed/libseed_example.so +lib/seed/libseed_ffi.a +lib/seed/libseed_ffi.la +lib/seed/libseed_ffi.so +lib/seed/libseed_gettext.a +lib/seed/libseed_gettext.la +lib/seed/libseed_gettext.so +lib/seed/libseed_gtkbuilder.a +lib/seed/libseed_gtkbuilder.la +lib/seed/libseed_gtkbuilder.so +lib/seed/libseed_libxml.a +lib/seed/libseed_libxml.la +lib/seed/libseed_libxml.so +lib/seed/libseed_mpfr.a +lib/seed/libseed_mpfr.la +lib/seed/libseed_mpfr.so +lib/seed/libseed_multiprocessing.a +lib/seed/libseed_multiprocessing.la +lib/seed/libseed_multiprocessing.so +lib/seed/libseed_os.a +lib/seed/libseed_os.la +lib/seed/libseed_os.so +lib/seed/libseed_readline.a +lib/seed/libseed_readline.la +lib/seed/libseed_readline.so +lib/seed/libseed_sandbox.a +lib/seed/libseed_sandbox.la +lib/seed/libseed_sandbox.so +lib/seed/libseed_sqlite.a +lib/seed/libseed_sqlite.la +lib/seed/libseed_sqlite.so +libdata/pkgconfig/seed.pc +%%DATADIR%%/dbus.js +%%DATADIR%%/extensions/Clutter.js +%%DATADIR%%/extensions/GObject.js +%%DATADIR%%/extensions/Gio.js +%%DATADIR%%/extensions/Gst.js +%%DATADIR%%/extensions/Gtk.js +%%DATADIR%%/extensions/Seed.js +%%DATADIR%%/extensions/xml.js +%%DATADIR%%/lang.js +%%PORTEXAMPLES%%%%DATADIR%%/repl.js +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE +%%PORTDOCS%%%%DOCSDIR%%/conventions.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Gnio-server.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Gnio.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HACKING +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/accelgroup.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/actions.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async-quine.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserSettings.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserStatusbar.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserTab.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserToolbar.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/BrowserView.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/COPYING +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/TabbedBrowser.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browser/main.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator-mpfr.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-1.0.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-cairo-1.0.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-cogl-1.0.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/clutter-pad.ui +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/animated-rectangle.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/box2d.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/cairo.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/pink-stage.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/examples/spring.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/main.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-pad/redhand.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/ShaderEditor.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/ShaderView.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/bob.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/default.glsl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clutter-shader/main.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-banshee.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-consolekit.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/dbus-networkmanager.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dbus/networkManagerIfaces.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gconf.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gdkpixbufloader.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/env.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/pretty.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/thread.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/timeout.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/timer.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glib/twitter.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkplug.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtktextview.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtktreeview.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-packing.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-reddit.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ls.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-oscillator.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify-test.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/glut-teapot.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/seed-gears.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opengl/triangle-actor.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango-fontset.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pango.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poppler.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quine.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/repl.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soup.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threaded-repl.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/video.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vte-test.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/sample.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/weather.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-dom.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-tree.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml/xml-xpath.js +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/mapping/enum-mapping.png +%%PORTDOCS%%%%DOCSDIR%%/mapping/mapping.html +%%PORTDOCS%%%%DOCSDIR%%/modules/canvas.html +%%PORTDOCS%%%%DOCSDIR%%/modules/gtkbuilder/html/gtkbuilder-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/multiprocessing.html +%%PORTDOCS%%%%DOCSDIR%%/modules/readline/html/readline-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/sandbox/html/sandbox-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/modules/sqlite/html/sqlite-funcs.xml +%%PORTDOCS%%%%DOCSDIR%%/runtime.html +%%PORTDOCS%%%%DOCSDIR%%/sh.css +%%PORTDOCS%%%%DOCSDIR%%/sh.js +%%PORTDOCS%%%%DOCSDIR%%/sh_js.js +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/1.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/2.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.js +%%PORTDOCS%%%%DOCSDIR%%/tutorial/3.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/4.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.png +%%PORTDOCS%%%%DOCSDIR%%/tutorial/packing.svg +%%PORTDOCS%%%%DOCSDIR%%/tutorial/tutorial.html +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/browser +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-pad/examples +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-pad +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/clutter-shader +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dbus +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glib +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/opengl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xml +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapping +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/gtkbuilder +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/readline +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sandbox +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite/html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules/sqlite +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/seed +@dirrm lib/seed +@dirrm %%DATADIR%%/extensions +@dirrm %%DATADIR%% |