diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
commit | 58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch) | |
tree | 3d921b9d8836f0a4c0ba361d4581a70d202545ad /devel | |
parent | f33c5fb61cfe4c8856817db7f2c84041a862250b (diff) | |
download | marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip |
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
102 files changed, 0 insertions, 6027 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index a75d10280..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta/Makefile,v 1.36 2009/03/17 23:52:29 kwm Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.26.0.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated Development Environment for C and C++ - -BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ - bash:${PORTSDIR}/shells/bash \ - neato:${PORTSDIR}/graphics/graphviz -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gladeui-1.9:${PORTSDIR}/devel/glade3 \ - neon.28:${PORTSDIR}/www/neon28 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - autogen:${PORTSDIR}/devel/autogen \ - neato:${PORTSDIR}/graphics/graphviz \ - libtool:${PORTSDIR}/devel/libtool15 \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 libgda4 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_LDCONFIG= yes -GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ - anjuta-cvs-plugin.schemas \ - anjuta-document-manager.schemas \ - anjuta-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 - -MAN1= anjuta.1 anjuta_launcher.1 - -OPTIONS= SVN "Build subversion plugin" off \ - DEVHELP "Build devhelp plugin" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion -USE_APACHE= 2.0+ - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib \ - --with-apr-config=${LOCALBASE}/bin/apr-1-config \ - --with-apu-config=${LOCALBASE}/bin/apu-1-config -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -.if defined(WITH_DEVHELP) -LIB_DEPENDS+= devhelp-1.0:${PORTSDIR}/devel/devhelp -PLIST_SUB+= DEVHELP="" -.else -CONFIGURE_ARGS+=--disable-plugin-devhelp -PLIST_SUB+= DEVHELP="@comment " -.endif - -post-configure: - @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|"make|"gmake|g' \ - ${WRKSRC}/plugins/build-basic-autotools/plugin.c - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ - doc/ScintillaDoc.html TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo deleted file mode 100644 index a52aeb6d5..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/anjuta-2.26.0.1.tar.bz2) = 84d3aae494f9866ca7d2a906be82a8df -SHA256 (gnome2/anjuta-2.26.0.1.tar.bz2) = 9e4778cfd9bdf364ebccdedb9305cbe49fb7bc215ef7b12f9f07db4dfb1e1e1f -SIZE (gnome2/anjuta-2.26.0.1.tar.bz2) = 7703345 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index 132cd2755..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- 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: - rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \ - done - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -- @list='$(anjutadoc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -+# @list='$(anjutadoc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -+# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -+# done - - uninstall-anjutadocDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in deleted file mode 100644 index a567fda33..000000000 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 -+++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 -@@ -540,7 +540,7 @@ - - info-am: - --install-data-am: install-anjuta_docDATA install-man -+install-data-am: install-man - - install-dvi: install-dvi-am - diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 0235ff1e8..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,71 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig 2008-05-29 22:37:02.000000000 +0200 -+++ libanjuta/anjuta-launcher.c 2008-06-05 16:12:17.000000000 +0200 -@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is output */ - { - gchar *utf8_chars = NULL; -@@ -789,6 +790,13 @@ anjuta_launcher_scan_output (GIOChannel - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stdout_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ ret = FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -818,7 +826,8 @@ anjuta_launcher_scan_error (GIOChannel * - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -844,6 +853,13 @@ anjuta_launcher_scan_error (GIOChannel * - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stderr_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ ret = FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -873,7 +889,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -902,6 +919,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch - { - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ ret = FALSE; -+ } - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); 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 a7165a47d..000000000 --- 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/pkg-descr b/devel/anjuta/pkg-descr deleted file mode 100644 index eff552164..000000000 --- a/devel/anjuta/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Anjuta is a very versatile Integrated development environment for -C and C++. Written in GTK/GNOME and written for GTK+/GNOME, -it features many advanced programming tools and utilities. It is -basically a GUI interface for the bunch of command line programming -utilities and tools available for FreeBSD, which are usually run in console -and are very user unfriendly. - -WWW: http://anjuta.org/ diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist deleted file mode 100644 index 9652918a5..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,1239 +0,0 @@ -bin/anjuta -bin/anjuta_launcher -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/libanjuta-1.0/libanjuta/anjuta-async-command.h -include/libanjuta-1.0/libanjuta/anjuta-async-notify.h -include/libanjuta-1.0/libanjuta/anjuta-command.h -include/libanjuta-1.0/libanjuta/anjuta-convert.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-enum-types.h -include/libanjuta-1.0/libanjuta/anjuta-error.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-message-area.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-handle.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h -include/libanjuta-1.0/libanjuta/anjuta-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h -include/libanjuta-1.0/libanjuta/anjuta-preferences.h -include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h -include/libanjuta-1.0/libanjuta/anjuta-profile.h -include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h -include/libanjuta-1.0/libanjuta/anjuta-serializer.h -include/libanjuta-1.0/libanjuta/anjuta-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-sync-command.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h -include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h -include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/gbf-project.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-environment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -%%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 -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-language-cpp-java.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-macro.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-run-program.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin -lib/anjuta/anjuta-search.plugin -lib/anjuta/anjuta-starter.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/file-manager.plugin -lib/anjuta/gbf-am.plugin -lib/anjuta/gbf-mkfile.plugin -lib/anjuta/git.plugin -lib/anjuta/language-manager.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-debug-manager.so -%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la -%%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 -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-git.la -lib/anjuta/libanjuta-git.so -lib/anjuta/libanjuta-glade.la -lib/anjuta/libanjuta-glade.so -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-language-cpp-java.la -lib/anjuta/libanjuta-language-cpp-java.so -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-macro.la -lib/anjuta/libanjuta-macro.so -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-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 -lib/anjuta/libanjuta-sourceview.so -lib/anjuta/libanjuta-starter.la -lib/anjuta/libanjuta-starter.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-db.la -lib/anjuta/libanjuta-symbol-db.so -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -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 -lib/glade3/modules/libgladeanjuta.so -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -share/anjuta/AUTHORS -share/anjuta/GBF/AmFiles.pm -share/anjuta/GBF/General.pm -share/anjuta/GBF/Make.pm -share/anjuta/anjuta_project.template -share/anjuta/build/automake-c.filters -share/anjuta/class-templates/cc-header.tpl -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-glade.glade -share/anjuta/glade/anjuta-language-cpp-java.glade -share/anjuta/glade/anjuta-macro.glade -share/anjuta/glade/anjuta-message-manager-plugin.glade -share/anjuta/glade/anjuta-project-wizard.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/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/start-with-import.png -share/anjuta/glade/start-with-open.png -share/anjuta/glade/start-with-wizard.png -share/anjuta/gtodo/gtodo.css -share/anjuta/gtodo/gtodo.xsl -share/anjuta/gtodo/gtodo-plain.xsl -share/anjuta/languages.xml -share/anjuta/layout.xml -share/anjuta/macros.xml -share/anjuta/profiles/default.profile -share/anjuta/project/anjuta-plugin-logo.png -share/anjuta/project/anjuta-plugin.wiz -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/appwiz_sdl.png -share/anjuta/project/cpp-logo.png -share/anjuta/project/cpp.wiz -share/anjuta/project/cpp/configure.ac.tpl -share/anjuta/project/cpp/po/POTFILES.in -share/anjuta/project/cpp/src/Makefile.am.tpl -share/anjuta/project/cpp/src/cvsignore -share/anjuta/project/cpp/src/main.cc -share/anjuta/project/django-logo.png -share/anjuta/project/django.wiz -share/anjuta/project/gcj-logo.png -share/anjuta/project/gcj.wiz -share/anjuta/project/gcj/configure.ac.tpl -share/anjuta/project/gcj/src/Makefile.am.tpl -share/anjuta/project/gnome-applet.wiz -share/anjuta/project/gnome-applet/HACKING -share/anjuta/project/gnome-applet/Makefile.am.tpl -share/anjuta/project/gnome-applet/autogen.sh -share/anjuta/project/gnome-applet/configure.ac.tpl -share/anjuta/project/gnome-applet/src/GNOME_Applet.server.in.in -share/anjuta/project/gnome-applet/src/Makefile.am.tpl -share/anjuta/project/gnome-applet/src/main.c -share/anjuta/project/gnome-logo.png -share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gtk-logo.png -share/anjuta/project/gtk.wiz -share/anjuta/project/gtk/po/POTFILES.in -share/anjuta/project/gtk/src/Makefile.am.tpl -share/anjuta/project/gtk/src/callbacks.c -share/anjuta/project/gtk/src/callbacks.h -share/anjuta/project/gtk/src/main.c -share/anjuta/project/gtk/src/project.glade -share/anjuta/project/gtkmm-logo.png -share/anjuta/project/gtkmm.wiz -share/anjuta/project/gtkmm/po/POTFILES.in -share/anjuta/project/gtkmm/src/Makefile.am.tpl -share/anjuta/project/gtkmm/src/main.cc -share/anjuta/project/gtkmm/src/project.glade -share/anjuta/project/java-logo.png -share/anjuta/project/java.wiz -share/anjuta/project/java/configure.ac.tpl -share/anjuta/project/java/po/POTFILES.in -share/anjuta/project/java/project.anjuta -share/anjuta/project/java/src/Makefile.am.tpl -share/anjuta/project/java/src/main.java -share/anjuta/project/licenses/BSD -share/anjuta/project/licenses/GPL -share/anjuta/project/licenses/LGPL -share/anjuta/project/licenses/None -share/anjuta/project/m4/as-ac-expand.m4 -share/anjuta/project/minimal.wiz -share/anjuta/project/minimal/Makefile.am.tpl -share/anjuta/project/minimal/autogen.sh -share/anjuta/project/minimal/configure.ac.tpl -share/anjuta/project/minimal/project.anjuta -share/anjuta/project/mkfile-logo.png -share/anjuta/project/mkfile.wiz -share/anjuta/project/mkfile/po/ChangeLog -share/anjuta/project/mkfile/po/POTFILES.in -share/anjuta/project/mkfile/project.anjuta -share/anjuta/project/mkfile/src/Makefile.tpl -share/anjuta/project/mkfile/src/main.c -share/anjuta/project/python-logo.png -share/anjuta/project/python.wiz -share/anjuta/project/python/configure.ac.tpl -share/anjuta/project/python/po/POTFILES.in -share/anjuta/project/python/project.anjuta -share/anjuta/project/python/src/Makefile.am.tpl -share/anjuta/project/python/src/main.py -share/anjuta/project/sdl.wiz -share/anjuta/project/sdl/acinclude.m4.tpl -share/anjuta/project/sdl/configure.ac.tpl -share/anjuta/project/sdl/po/POTFILES.in -share/anjuta/project/sdl/src/Makefile.am.tpl -share/anjuta/project/sdl/src/main.c -share/anjuta/project/terminal-logo.png -share/anjuta/project/terminal.wiz -share/anjuta/project/terminal/AUTHORS -share/anjuta/project/terminal/ChangeLog -share/anjuta/project/terminal/Makefile.am.tpl -share/anjuta/project/terminal/NEWS -share/anjuta/project/terminal/README -share/anjuta/project/terminal/autogen.sh -share/anjuta/project/terminal/configure.ac.tpl -share/anjuta/project/terminal/cvsignore -share/anjuta/project/terminal/po/ChangeLog -share/anjuta/project/terminal/po/LINGUAS -share/anjuta/project/terminal/po/POTFILES.in -share/anjuta/project/terminal/po/cvsignore -share/anjuta/project/terminal/project.anjuta -share/anjuta/project/terminal/src/Makefile.am.tpl -share/anjuta/project/terminal/src/cvsignore -share/anjuta/project/terminal/src/main.c -share/anjuta/project/wxwin-logo.png -share/anjuta/project/wxwin.wiz -share/anjuta/project/wxwin/configure.ac.tpl -share/anjuta/project/wxwin/po/POTFILES.in -share/anjuta/project/wxwin/src/Makefile.am.tpl -share/anjuta/project/wxwin/src/main.cc -share/anjuta/project/xlib-dock.wiz -share/anjuta/project/xlib-dock/po/POTFILES.in -share/anjuta/project/xlib-dock/src/Makefile.am.tpl -share/anjuta/project/xlib-dock/src/main.c -share/anjuta/project/xlib-dock/src/pixmaps.h -share/anjuta/project/xlib-dock/src/wmgeneral.c -share/anjuta/project/xlib-dock/src/wmgeneral.h -share/anjuta/project/xlib-logo.png -share/anjuta/project/xlib.wiz -share/anjuta/project/xlib/configure.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.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-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-glade.ui -share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.ui -share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-macro.ui -share/anjuta/ui/anjuta-message-manager.ui -share/anjuta/ui/anjuta-patch.ui -share/anjuta/ui/anjuta-project-manager.ui -share/anjuta/ui/anjuta-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.ui -share/anjuta/ui/file-manager.ui -share/anjuta/ui/profiler.ui -share/anjuta/welcome.txt -share/applications/anjuta.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FUTURE -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%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 -share/doc/libanjuta/AnjutaPlugin.html -share/doc/libanjuta/AnjutaPluginHandle.html -share/doc/libanjuta/AnjutaPluginManager.html -share/doc/libanjuta/AnjutaPreferences.html -share/doc/libanjuta/AnjutaPreferencesDialog.html -share/doc/libanjuta/AnjutaProfile.html -share/doc/libanjuta/AnjutaProfileManager.html -share/doc/libanjuta/AnjutaSavePrompt.html -share/doc/libanjuta/AnjutaSerializer.html -share/doc/libanjuta/AnjutaSession.html -share/doc/libanjuta/AnjutaStatus.html -share/doc/libanjuta/AnjutaSyncCommand.html -share/doc/libanjuta/AnjutaVcsStatusTreeView.html -share/doc/libanjuta/AnjutaUI.html -share/doc/libanjuta/action-block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content-block.html -share/doc/libanjuta/debugger-states.png -share/doc/libanjuta/header-block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-ESplash.html -share/doc/libanjuta/libanjuta-anjuta-c-module.html -share/doc/libanjuta/libanjuta-anjuta-c-plugin-factory.html -share/doc/libanjuta/libanjuta-anjuta-convert.html -share/doc/libanjuta/libanjuta-anjuta-debug.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-enum-types.html -share/doc/libanjuta/libanjuta-anjuta-error.html -share/doc/libanjuta/libanjuta-anjuta-marshal.html -share/doc/libanjuta/libanjuta-anjuta-plugin-description.html -share/doc/libanjuta/libanjuta-anjuta-shell.html -share/doc/libanjuta/libanjuta-anjuta-utils-priv.html -share/doc/libanjuta/libanjuta-anjuta-utils.html -share/doc/libanjuta/libanjuta-anjuta-version.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-ianjuta-bookmark.html -share/doc/libanjuta/libanjuta-ianjuta-buildable.html -share/doc/libanjuta/libanjuta-ianjuta-builder.html -share/doc/libanjuta/libanjuta-ianjuta-debug-manager.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-breakpoint.html -share/doc/libanjuta/libanjuta-ianjuta-environment.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-instruction.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-memory.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-register.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-variable.html -share/doc/libanjuta/libanjuta-ianjuta-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-document-manager.html -share/doc/libanjuta/libanjuta-ianjuta-document.html -share/doc/libanjuta/libanjuta-ianjuta-editor-assist.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell-style.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell.html -share/doc/libanjuta/libanjuta-ianjuta-editor-comment.html -share/doc/libanjuta/libanjuta-ianjuta-editor-convert.html -share/doc/libanjuta/libanjuta-ianjuta-editor-factory.html -share/doc/libanjuta/libanjuta-ianjuta-editor-folds.html -share/doc/libanjuta/libanjuta-ianjuta-editor-goto.html -share/doc/libanjuta/libanjuta-ianjuta-editor-hover.html -share/doc/libanjuta/libanjuta-ianjuta-editor-language.html -share/doc/libanjuta/libanjuta-ianjuta-editor-line-mode.html -share/doc/libanjuta/libanjuta-ianjuta-editor-search.html -share/doc/libanjuta/libanjuta-ianjuta-editor-selection.html -share/doc/libanjuta/libanjuta-ianjuta-editor-view.html -share/doc/libanjuta/libanjuta-ianjuta-editor-zoom.html -share/doc/libanjuta/libanjuta-ianjuta-editor.html -share/doc/libanjuta/libanjuta-ianjuta-file-loader.html -share/doc/libanjuta/libanjuta-ianjuta-file-manager.html -share/doc/libanjuta/libanjuta-ianjuta-file-savable.html -share/doc/libanjuta/libanjuta-ianjuta-file.html -share/doc/libanjuta/libanjuta-ianjuta-help.html -share/doc/libanjuta/libanjuta-ianjuta-indicable.html -share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html -share/doc/libanjuta/libanjuta-ianjuta-iterable.html -share/doc/libanjuta/libanjuta-ianjuta-language-support.html -share/doc/libanjuta/libanjuta-ianjuta-language.html -share/doc/libanjuta/libanjuta-ianjuta-loader.html -share/doc/libanjuta/libanjuta-ianjuta-macro.html -share/doc/libanjuta/libanjuta-ianjuta-markable.html -share/doc/libanjuta/libanjuta-ianjuta-message-manager.html -share/doc/libanjuta/libanjuta-ianjuta-message-view.html -share/doc/libanjuta/libanjuta-ianjuta-plugin-factory.html -share/doc/libanjuta/libanjuta-ianjuta-preferences.html -share/doc/libanjuta/libanjuta-ianjuta-print.html -share/doc/libanjuta/libanjuta-ianjuta-project-manager.html -share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html -share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html -share/doc/libanjuta/libanjuta-ianjuta-stream.html -share/doc/libanjuta/libanjuta-ianjuta-symbol-manager.html -share/doc/libanjuta/libanjuta-ianjuta-symbol.html -share/doc/libanjuta/libanjuta-ianjuta-terminal.html -share/doc/libanjuta/libanjuta-ianjuta-todo.html -share/doc/libanjuta/libanjuta-ianjuta-vcs.html -share/doc/libanjuta/libanjuta-ianjuta-wizard.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta-resources.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page-block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/glade3/catalogs/anjuta-glade.xml -share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml -share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png -share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png -share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png -share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png -share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png -share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml -share/gnome/help/anjuta-faqs/C/legal.xml -share/gnome/help/anjuta-manual/C/anjuta-manual.xml -share/gnome/help/anjuta-manual/C/authors.xml -share/gnome/help/anjuta-manual/C/build.xml -share/gnome/help/anjuta-manual/C/debugger.xml -share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/C/figures/attach.png -share/gnome/help/anjuta-manual/C/figures/brk_add.png -share/gnome/help/anjuta-manual/C/figures/brk_dlg.png -share/gnome/help/anjuta-manual/C/figures/configure_dlg.png -share/gnome/help/anjuta-manual/C/figures/display_macro.png -share/gnome/help/anjuta-manual/C/figures/editor_guides.png -share/gnome/help/anjuta-manual/C/figures/editor_margins.png -share/gnome/help/anjuta-manual/C/figures/editor_markers.png -share/gnome/help/anjuta-manual/C/figures/file_menu.png -share/gnome/help/anjuta-manual/C/figures/insert_text.png -share/gnome/help/anjuta-manual/C/figures/keyword_macro.png -share/gnome/help/anjuta-manual/C/figures/local_variables.png -share/gnome/help/anjuta-manual/C/figures/menubar.png -share/gnome/help/anjuta-manual/C/figures/message_win.png -share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/C/figures/open_file.png -share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/C/figures/prefs_print.png -share/gnome/help/anjuta-manual/C/figures/print_dlg.png -share/gnome/help/anjuta-manual/C/figures/print_preview.png -share/gnome/help/anjuta-manual/C/figures/project-window.png -share/gnome/help/anjuta-manual/C/figures/project_group.png -share/gnome/help/anjuta-manual/C/figures/project_info.png -share/gnome/help/anjuta-manual/C/figures/project_target.png -share/gnome/help/anjuta-manual/C/figures/project_target_details.png -share/gnome/help/anjuta-manual/C/figures/registers.png -share/gnome/help/anjuta-manual/C/figures/save_as_file.png -share/gnome/help/anjuta-manual/C/figures/search_expr.png -share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/C/figures/search_replace.png -share/gnome/help/anjuta-manual/C/figures/search_setting.png -share/gnome/help/anjuta-manual/C/figures/search_target.png -share/gnome/help/anjuta-manual/C/figures/search_target_action.png -share/gnome/help/anjuta-manual/C/figures/search_target_in.png -share/gnome/help/anjuta-manual/C/figures/sharedlibs.png -share/gnome/help/anjuta-manual/C/figures/signals.png -share/gnome/help/anjuta-manual/C/figures/stack.png -share/gnome/help/anjuta-manual/C/figures/symbol_browser.png -share/gnome/help/anjuta-manual/C/figures/tool-editor.png -share/gnome/help/anjuta-manual/C/fileoperations.xml -share/gnome/help/anjuta-manual/C/glade.xml -share/gnome/help/anjuta-manual/C/interface.xml -share/gnome/help/anjuta-manual/C/introduction.xml -share/gnome/help/anjuta-manual/C/legal.xml -share/gnome/help/anjuta-manual/C/license.xml -share/gnome/help/anjuta-manual/C/preferences.xml -share/gnome/help/anjuta-manual/C/projects.xml -share/gnome/help/anjuta-manual/C/template.xml -share/gnome/help/anjuta-manual/C/tools.xml -share/gnome/help/anjuta-manual/de/anjuta-manual.xml -share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/de/figures/attach.png -share/gnome/help/anjuta-manual/de/figures/brk_add.png -share/gnome/help/anjuta-manual/de/figures/brk_dlg.png -share/gnome/help/anjuta-manual/de/figures/configure_dlg.png -share/gnome/help/anjuta-manual/de/figures/display_macro.png -share/gnome/help/anjuta-manual/de/figures/editor_guides.png -share/gnome/help/anjuta-manual/de/figures/editor_margins.png -share/gnome/help/anjuta-manual/de/figures/editor_markers.png -share/gnome/help/anjuta-manual/de/figures/file_menu.png -share/gnome/help/anjuta-manual/de/figures/insert_text.png -share/gnome/help/anjuta-manual/de/figures/keyword_macro.png -share/gnome/help/anjuta-manual/de/figures/local_variables.png -share/gnome/help/anjuta-manual/de/figures/menubar.png -share/gnome/help/anjuta-manual/de/figures/message_win.png -share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/de/figures/open_file.png -share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/de/figures/prefs_print.png -share/gnome/help/anjuta-manual/de/figures/print_dlg.png -share/gnome/help/anjuta-manual/de/figures/print_preview.png -share/gnome/help/anjuta-manual/de/figures/project-window.png -share/gnome/help/anjuta-manual/de/figures/project_group.png -share/gnome/help/anjuta-manual/de/figures/project_info.png -share/gnome/help/anjuta-manual/de/figures/project_target.png -share/gnome/help/anjuta-manual/de/figures/project_target_details.png -share/gnome/help/anjuta-manual/de/figures/registers.png -share/gnome/help/anjuta-manual/de/figures/save_as_file.png -share/gnome/help/anjuta-manual/de/figures/search_expr.png -share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/de/figures/search_replace.png -share/gnome/help/anjuta-manual/de/figures/search_setting.png -share/gnome/help/anjuta-manual/de/figures/search_target.png -share/gnome/help/anjuta-manual/de/figures/search_target_action.png -share/gnome/help/anjuta-manual/de/figures/search_target_in.png -share/gnome/help/anjuta-manual/de/figures/sharedlibs.png -share/gnome/help/anjuta-manual/de/figures/signals.png -share/gnome/help/anjuta-manual/de/figures/stack.png -share/gnome/help/anjuta-manual/de/figures/symbol_browser.png -share/gnome/help/anjuta-manual/de/figures/tool-editor.png -share/gnome/help/anjuta-manual/el/anjuta-manual.xml -share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/el/figures/attach.png -share/gnome/help/anjuta-manual/el/figures/brk_add.png -share/gnome/help/anjuta-manual/el/figures/brk_dlg.png -share/gnome/help/anjuta-manual/el/figures/configure_dlg.png -share/gnome/help/anjuta-manual/el/figures/display_macro.png -share/gnome/help/anjuta-manual/el/figures/editor_guides.png -share/gnome/help/anjuta-manual/el/figures/editor_margins.png -share/gnome/help/anjuta-manual/el/figures/editor_markers.png -share/gnome/help/anjuta-manual/el/figures/file_menu.png -share/gnome/help/anjuta-manual/el/figures/insert_text.png -share/gnome/help/anjuta-manual/el/figures/keyword_macro.png -share/gnome/help/anjuta-manual/el/figures/local_variables.png -share/gnome/help/anjuta-manual/el/figures/menubar.png -share/gnome/help/anjuta-manual/el/figures/message_win.png -share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/el/figures/open_file.png -share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/el/figures/prefs_print.png -share/gnome/help/anjuta-manual/el/figures/print_dlg.png -share/gnome/help/anjuta-manual/el/figures/print_preview.png -share/gnome/help/anjuta-manual/el/figures/project-window.png -share/gnome/help/anjuta-manual/el/figures/project_group.png -share/gnome/help/anjuta-manual/el/figures/project_info.png -share/gnome/help/anjuta-manual/el/figures/project_target.png -share/gnome/help/anjuta-manual/el/figures/project_target_details.png -share/gnome/help/anjuta-manual/el/figures/registers.png -share/gnome/help/anjuta-manual/el/figures/save_as_file.png -share/gnome/help/anjuta-manual/el/figures/search_expr.png -share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/el/figures/search_replace.png -share/gnome/help/anjuta-manual/el/figures/search_setting.png -share/gnome/help/anjuta-manual/el/figures/search_target.png -share/gnome/help/anjuta-manual/el/figures/search_target_action.png -share/gnome/help/anjuta-manual/el/figures/search_target_in.png -share/gnome/help/anjuta-manual/el/figures/sharedlibs.png -share/gnome/help/anjuta-manual/el/figures/signals.png -share/gnome/help/anjuta-manual/el/figures/stack.png -share/gnome/help/anjuta-manual/el/figures/symbol_browser.png -share/gnome/help/anjuta-manual/el/figures/tool-editor.png -share/gnome/help/anjuta-manual/es/anjuta-manual.xml -share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/es/figures/attach.png -share/gnome/help/anjuta-manual/es/figures/brk_add.png -share/gnome/help/anjuta-manual/es/figures/brk_dlg.png -share/gnome/help/anjuta-manual/es/figures/configure_dlg.png -share/gnome/help/anjuta-manual/es/figures/display_macro.png -share/gnome/help/anjuta-manual/es/figures/editor_guides.png -share/gnome/help/anjuta-manual/es/figures/editor_margins.png -share/gnome/help/anjuta-manual/es/figures/editor_markers.png -share/gnome/help/anjuta-manual/es/figures/file_menu.png -share/gnome/help/anjuta-manual/es/figures/insert_text.png -share/gnome/help/anjuta-manual/es/figures/keyword_macro.png -share/gnome/help/anjuta-manual/es/figures/local_variables.png -share/gnome/help/anjuta-manual/es/figures/menubar.png -share/gnome/help/anjuta-manual/es/figures/message_win.png -share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/es/figures/open_file.png -share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/es/figures/prefs_print.png -share/gnome/help/anjuta-manual/es/figures/print_dlg.png -share/gnome/help/anjuta-manual/es/figures/print_preview.png -share/gnome/help/anjuta-manual/es/figures/project-window.png -share/gnome/help/anjuta-manual/es/figures/project_group.png -share/gnome/help/anjuta-manual/es/figures/project_info.png -share/gnome/help/anjuta-manual/es/figures/project_target.png -share/gnome/help/anjuta-manual/es/figures/project_target_details.png -share/gnome/help/anjuta-manual/es/figures/registers.png -share/gnome/help/anjuta-manual/es/figures/save_as_file.png -share/gnome/help/anjuta-manual/es/figures/search_expr.png -share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/es/figures/search_replace.png -share/gnome/help/anjuta-manual/es/figures/search_setting.png -share/gnome/help/anjuta-manual/es/figures/search_target.png -share/gnome/help/anjuta-manual/es/figures/search_target_action.png -share/gnome/help/anjuta-manual/es/figures/search_target_in.png -share/gnome/help/anjuta-manual/es/figures/sharedlibs.png -share/gnome/help/anjuta-manual/es/figures/signals.png -share/gnome/help/anjuta-manual/es/figures/stack.png -share/gnome/help/anjuta-manual/es/figures/symbol_browser.png -share/gnome/help/anjuta-manual/es/figures/tool-editor.png -share/gnome/help/anjuta-manual/eu/anjuta-manual.xml -share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/eu/figures/attach.png -share/gnome/help/anjuta-manual/eu/figures/brk_add.png -share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png -share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png -share/gnome/help/anjuta-manual/eu/figures/display_macro.png -share/gnome/help/anjuta-manual/eu/figures/editor_guides.png -share/gnome/help/anjuta-manual/eu/figures/editor_margins.png -share/gnome/help/anjuta-manual/eu/figures/editor_markers.png -share/gnome/help/anjuta-manual/eu/figures/file_menu.png -share/gnome/help/anjuta-manual/eu/figures/insert_text.png -share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png -share/gnome/help/anjuta-manual/eu/figures/local_variables.png -share/gnome/help/anjuta-manual/eu/figures/menubar.png -share/gnome/help/anjuta-manual/eu/figures/message_win.png -share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/eu/figures/open_file.png -share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/eu/figures/prefs_print.png -share/gnome/help/anjuta-manual/eu/figures/print_dlg.png -share/gnome/help/anjuta-manual/eu/figures/print_preview.png -share/gnome/help/anjuta-manual/eu/figures/project-window.png -share/gnome/help/anjuta-manual/eu/figures/project_info.png -share/gnome/help/anjuta-manual/eu/figures/project_group.png -share/gnome/help/anjuta-manual/eu/figures/project_target.png -share/gnome/help/anjuta-manual/eu/figures/project_target_details.png -share/gnome/help/anjuta-manual/eu/figures/registers.png -share/gnome/help/anjuta-manual/eu/figures/save_as_file.png -share/gnome/help/anjuta-manual/eu/figures/search_expr.png -share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/eu/figures/search_replace.png -share/gnome/help/anjuta-manual/eu/figures/search_setting.png -share/gnome/help/anjuta-manual/eu/figures/search_target.png -share/gnome/help/anjuta-manual/eu/figures/search_target_action.png -share/gnome/help/anjuta-manual/eu/figures/search_target_in.png -share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png -share/gnome/help/anjuta-manual/eu/figures/signals.png -share/gnome/help/anjuta-manual/eu/figures/stack.png -share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png -share/gnome/help/anjuta-manual/eu/figures/tool-editor.png -share/gnome/help/anjuta-manual/oc/anjuta-manual.xml -share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/oc/figures/attach.png -share/gnome/help/anjuta-manual/oc/figures/brk_add.png -share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png -share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png -share/gnome/help/anjuta-manual/oc/figures/display_macro.png -share/gnome/help/anjuta-manual/oc/figures/editor_guides.png -share/gnome/help/anjuta-manual/oc/figures/editor_margins.png -share/gnome/help/anjuta-manual/oc/figures/editor_markers.png -share/gnome/help/anjuta-manual/oc/figures/file_menu.png -share/gnome/help/anjuta-manual/oc/figures/insert_text.png -share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png -share/gnome/help/anjuta-manual/oc/figures/local_variables.png -share/gnome/help/anjuta-manual/oc/figures/menubar.png -share/gnome/help/anjuta-manual/oc/figures/message_win.png -share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/oc/figures/open_file.png -share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/oc/figures/prefs_print.png -share/gnome/help/anjuta-manual/oc/figures/print_dlg.png -share/gnome/help/anjuta-manual/oc/figures/print_preview.png -share/gnome/help/anjuta-manual/oc/figures/project-window.png -share/gnome/help/anjuta-manual/oc/figures/project_info.png -share/gnome/help/anjuta-manual/oc/figures/project_group.png -share/gnome/help/anjuta-manual/oc/figures/project_target.png -share/gnome/help/anjuta-manual/oc/figures/project_target_details.png -share/gnome/help/anjuta-manual/oc/figures/registers.png -share/gnome/help/anjuta-manual/oc/figures/save_as_file.png -share/gnome/help/anjuta-manual/oc/figures/search_expr.png -share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/oc/figures/search_replace.png -share/gnome/help/anjuta-manual/oc/figures/search_setting.png -share/gnome/help/anjuta-manual/oc/figures/search_target.png -share/gnome/help/anjuta-manual/oc/figures/search_target_action.png -share/gnome/help/anjuta-manual/oc/figures/search_target_in.png -share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png -share/gnome/help/anjuta-manual/oc/figures/signals.png -share/gnome/help/anjuta-manual/oc/figures/stack.png -share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png -share/gnome/help/anjuta-manual/oc/figures/tool-editor.png -share/gnome/help/anjuta-manual/sv/anjuta-manual.xml -share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/sv/figures/attach.png -share/gnome/help/anjuta-manual/sv/figures/brk_add.png -share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png -share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png -share/gnome/help/anjuta-manual/sv/figures/display_macro.png -share/gnome/help/anjuta-manual/sv/figures/editor_guides.png -share/gnome/help/anjuta-manual/sv/figures/editor_margins.png -share/gnome/help/anjuta-manual/sv/figures/editor_markers.png -share/gnome/help/anjuta-manual/sv/figures/file_menu.png -share/gnome/help/anjuta-manual/sv/figures/insert_text.png -share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png -share/gnome/help/anjuta-manual/sv/figures/local_variables.png -share/gnome/help/anjuta-manual/sv/figures/menubar.png -share/gnome/help/anjuta-manual/sv/figures/message_win.png -share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/sv/figures/open_file.png -share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/sv/figures/prefs_print.png -share/gnome/help/anjuta-manual/sv/figures/print_dlg.png -share/gnome/help/anjuta-manual/sv/figures/print_preview.png -share/gnome/help/anjuta-manual/sv/figures/project-window.png -share/gnome/help/anjuta-manual/sv/figures/project_info.png -share/gnome/help/anjuta-manual/sv/figures/project_group.png -share/gnome/help/anjuta-manual/sv/figures/project_target.png -share/gnome/help/anjuta-manual/sv/figures/project_target_details.png -share/gnome/help/anjuta-manual/sv/figures/registers.png -share/gnome/help/anjuta-manual/sv/figures/save_as_file.png -share/gnome/help/anjuta-manual/sv/figures/search_expr.png -share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/sv/figures/search_replace.png -share/gnome/help/anjuta-manual/sv/figures/search_setting.png -share/gnome/help/anjuta-manual/sv/figures/search_target.png -share/gnome/help/anjuta-manual/sv/figures/search_target_action.png -share/gnome/help/anjuta-manual/sv/figures/search_target_in.png -share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png -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/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 -share/icons/hicolor/scalable/apps/anjuta.svg -share/locale/ar/LC_MESSAGES/anjuta.mo -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/be@latin/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/dz/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/eu/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/gu/LC_MESSAGES/anjuta.mo -share/locale/he/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/id/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/kn/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/lt/LC_MESSAGES/anjuta.mo -share/locale/lv/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/LC_MESSAGES/anjuta.mo -share/locale/mr/LC_MESSAGES/anjuta.mo -share/locale/ms/LC_MESSAGES/anjuta.mo -share/locale/nb/LC_MESSAGES/anjuta.mo -share/locale/ne/LC_MESSAGES/anjuta.mo -share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/oc/LC_MESSAGES/anjuta.mo -share/locale/or/LC_MESSAGES/anjuta.mo -share/locale/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/si/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sl/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@latin/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/te/LC_MESSAGES/anjuta.mo -share/locale/th/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/vi/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_HK/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/application/x-anjuta.xml -share/mime/packages/anjuta.xml -share/omf/anjuta-manual/anjuta-manual-C.omf -share/omf/anjuta-manual/anjuta-manual-de.omf -share/omf/anjuta-manual/anjuta-manual-el.omf -share/omf/anjuta-manual/anjuta-manual-es.omf -share/omf/anjuta-manual/anjuta-manual-eu.omf -share/omf/anjuta-manual/anjuta-manual-oc.omf -share/omf/anjuta-manual/anjuta-manual-sv.omf -share/pixmaps/anjuta/anjuta-attach-16.png -share/pixmaps/anjuta/anjuta-attach-24.png -share/pixmaps/anjuta/anjuta-block-end-16.png -share/pixmaps/anjuta/anjuta-block-end-24.png -share/pixmaps/anjuta/anjuta-block-select-16.png -share/pixmaps/anjuta/anjuta-block-select-24.png -share/pixmaps/anjuta/anjuta-block-start-16.png -share/pixmaps/anjuta/anjuta-block-start-24.png -share/pixmaps/anjuta/anjuta-bookmark-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-16.png -share/pixmaps/anjuta/anjuta-bookmark-clear-24.png -share/pixmaps/anjuta/anjuta-bookmark-first-16.png -share/pixmaps/anjuta/anjuta-bookmark-first-24.png -share/pixmaps/anjuta/anjuta-bookmark-last-16.png -share/pixmaps/anjuta/anjuta-bookmark-last-24.png -share/pixmaps/anjuta/anjuta-bookmark-next-16.png -share/pixmaps/anjuta/anjuta-bookmark-next-24.png -share/pixmaps/anjuta/anjuta-bookmark-prev-16.png -share/pixmaps/anjuta/anjuta-bookmark-prev-24.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png -share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png -share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png -share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png -share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png -share/pixmaps/anjuta/anjuta-build-16.png -share/pixmaps/anjuta/anjuta-build-24.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg -share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png -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 -share/pixmaps/anjuta/anjuta-complete-auto-24.png -share/pixmaps/anjuta/anjuta-cvs-plugin-48.png -share/pixmaps/anjuta/anjuta-cvs-plugin.svg -share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg -share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg -share/pixmaps/anjuta/element-class-16.png -share/pixmaps/anjuta/element-delegate-16.png -share/pixmaps/anjuta/element-enumeration-16.png -share/pixmaps/anjuta/element-event-16.png -share/pixmaps/anjuta/element-field-16.png -share/pixmaps/anjuta/element-interface-16.png -share/pixmaps/anjuta/element-interface-24.png -share/pixmaps/anjuta/element-literal-16.png -share/pixmaps/anjuta/element-method-16.png -share/pixmaps/anjuta/element-method-24.png -share/pixmaps/anjuta/element-namespace-16.png -share/pixmaps/anjuta/element-property-16.png -share/pixmaps/anjuta/element-structure-16.png -share/pixmaps/anjuta/anjuta-editor-sourceview-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-file-manager-plugin.svg -share/pixmaps/anjuta/anjuta-file-wizard-plugin.png -share/pixmaps/anjuta/anjuta-fold-close-16.png -share/pixmaps/anjuta/anjuta-fold-close-24.png -share/pixmaps/anjuta/anjuta-fold-open-16.png -share/pixmaps/anjuta/anjuta-fold-open-24.png -share/pixmaps/anjuta/anjuta-fold-toggle-16.png -share/pixmaps/anjuta/anjuta-fold-toggle-24.png -share/pixmaps/anjuta/anjuta-gdb.plugin.png -share/pixmaps/anjuta/anjuta-git-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin-48.png -share/pixmaps/anjuta/anjuta-glade-plugin.svg -share/pixmaps/anjuta/anjuta-go-history-next-16.png -share/pixmaps/anjuta/anjuta-go-history-next-24.png -share/pixmaps/anjuta/anjuta-go-history-prev-16.png -share/pixmaps/anjuta/anjuta-go-history-prev-24.png -share/pixmaps/anjuta/anjuta-go-line-16.png -share/pixmaps/anjuta/anjuta-go-line-24.png -share/pixmaps/anjuta/anjuta-go-message-next-16.png -share/pixmaps/anjuta/anjuta-go-message-next-24.png -share/pixmaps/anjuta/anjuta-go-message-prev-16.png -share/pixmaps/anjuta/anjuta-go-message-prev-24.png -share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png -share/pixmaps/anjuta/anjuta-gtodo-plugin.svg -share/pixmaps/anjuta/anjuta-indent-auto-16.png -share/pixmaps/anjuta/anjuta-indent-auto-24.png -share/pixmaps/anjuta/anjuta-indent-less-16.png -share/pixmaps/anjuta/anjuta-indent-less-24.png -share/pixmaps/anjuta/anjuta-indent-more-16.png -share/pixmaps/anjuta/anjuta-indent-more-24.png -share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png -share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-language-manager-plugin.svg -share/pixmaps/anjuta/anjuta-linemark-16.png -share/pixmaps/anjuta/anjuta-loader-plugin-48.png -share/pixmaps/anjuta/anjuta-loader-plugin.svg -share/pixmaps/anjuta/anjuta-macro.png -share/pixmaps/anjuta/anjuta-messages-plugin-48.png -share/pixmaps/anjuta/anjuta-messages-plugin.svg -share/pixmaps/anjuta/anjuta-patch-plugin-48.png -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 -share/pixmaps/anjuta/anjuta-project-manager-plugin.svg -share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png -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 -share/pixmaps/anjuta/anjuta-step-into-24.png -share/pixmaps/anjuta/anjuta-step-out-16.png -share/pixmaps/anjuta/anjuta-step-out-24.png -share/pixmaps/anjuta/anjuta-step-over-16.png -share/pixmaps/anjuta/anjuta-step-over-24.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin-48.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg -share/pixmaps/anjuta/anjuta-swap-16.png -share/pixmaps/anjuta/anjuta-swap-24.png -share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin-48.png -share/pixmaps/anjuta/anjuta-terminal-plugin.svg -share/pixmaps/anjuta/anjuta-tools-plugin-48.png -share/pixmaps/anjuta/anjuta-tools-plugin.svg -share/pixmaps/anjuta/anjuta-watch-16.png -share/pixmaps/anjuta/anjuta-watch-24.png -share/pixmaps/anjuta/anjuta-watch.svg -share/pixmaps/anjuta/anjuta.png -share/pixmaps/anjuta/anjuta.svg -share/pixmaps/anjuta/anjuta_logo.png -share/pixmaps/anjuta/anjuta_splash.png -share/pixmaps/anjuta/breakpoint.png -share/pixmaps/anjuta/class_logo.xpm -share/pixmaps/anjuta/directory-accept.png -share/pixmaps/anjuta/directory.png -share/pixmaps/anjuta/gbf-am-plugin-48.png -share/pixmaps/anjuta/gbf-build.png -share/pixmaps/anjuta/gbf-install.png -share/pixmaps/anjuta/gbf-mkfile-plugin-48.png -share/pixmaps/anjuta/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/locals.png -share/pixmaps/anjuta/madeinanjuta.xcf -share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.png -share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/stack.png -share/pixmaps/anjuta/start-with-import.png -share/pixmaps/anjuta/starter_logo.png -share/pixmaps/anjuta/vcs-added.png -share/pixmaps/anjuta/vcs-conflict.png -share/pixmaps/anjuta/vcs-deleted.png -share/pixmaps/anjuta/vcs-ignored.png -share/pixmaps/anjuta/vcs-modified.png -share/pixmaps/anjuta/vcs-unversioned.png -share/pixmaps/anjuta/vcs-updated.png -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@dirrm share/gnome/help/anjuta-manual/sv/figures -@dirrm share/gnome/help/anjuta-manual/sv -@dirrm share/gnome/help/anjuta-manual/oc/figures -@dirrm share/gnome/help/anjuta-manual/oc -@dirrm share/gnome/help/anjuta-manual/eu/figures -@dirrm share/gnome/help/anjuta-manual/eu -@dirrm share/gnome/help/anjuta-manual/es/figures -@dirrm share/gnome/help/anjuta-manual/es -@dirrm share/gnome/help/anjuta-manual/el/figures -@dirrm share/gnome/help/anjuta-manual/el -@dirrm share/gnome/help/anjuta-manual/de/figures -@dirrm share/gnome/help/anjuta-manual/de -@dirrm share/gnome/help/anjuta-manual/C/figures -@dirrm share/gnome/help/anjuta-manual/C -@dirrm share/gnome/help/anjuta-manual -@dirrm share/gnome/help/anjuta-faqs/C -@dirrm share/gnome/help/anjuta-faqs -@dirrm share/gnome/help/anjuta-build-tutorial/C/figures -@dirrm share/gnome/help/anjuta-build-tutorial/C -@dirrm share/gnome/help/anjuta-build-tutorial -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/properties -@dirrm share/anjuta/project/xlib/src -@dirrm share/anjuta/project/xlib/po -@dirrm share/anjuta/project/xlib-dock/src -@dirrm share/anjuta/project/xlib-dock/po -@dirrm share/anjuta/project/xlib-dock -@dirrm share/anjuta/project/xlib -@dirrm share/anjuta/project/wxwin/src -@dirrm share/anjuta/project/wxwin/po -@dirrm share/anjuta/project/wxwin -@dirrm share/anjuta/project/terminal/src -@dirrm share/anjuta/project/terminal/po -@dirrm share/anjuta/project/terminal -@dirrm share/anjuta/project/sdl/src -@dirrm share/anjuta/project/sdl/po -@dirrm share/anjuta/project/sdl -@dirrm share/anjuta/project/python/src -@dirrm share/anjuta/project/python/po -@dirrm share/anjuta/project/python -@dirrm share/anjuta/project/mkfile/src -@dirrm share/anjuta/project/mkfile/po -@dirrm share/anjuta/project/mkfile -@dirrm share/anjuta/project/minimal -@dirrm share/anjuta/project/m4 -@dirrm share/anjuta/project/licenses -@dirrm share/anjuta/project/java/src -@dirrm share/anjuta/project/java/po -@dirrm share/anjuta/project/java -@dirrm share/anjuta/project/gtkmm/src -@dirrm share/anjuta/project/gtkmm/po -@dirrm share/anjuta/project/gtkmm -@dirrm share/anjuta/project/gtk/src -@dirrm share/anjuta/project/gtk/po -@dirrm share/anjuta/project/gtk -@dirrm share/anjuta/project/gnome-applet/src -@dirrm share/anjuta/project/gnome-applet -@dirrm share/anjuta/project/gnome/po -@dirrm share/anjuta/project/gnome -@dirrm share/anjuta/project/gcj/src -@dirrm share/anjuta/project/gcj -@dirrm share/anjuta/project/cpp/src -@dirrm share/anjuta/project/cpp/po -@dirrm share/anjuta/project/cpp -@dirrm share/anjuta/project/anjuta-plugin-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 -@dirrm share/anjuta/project -@dirrm share/anjuta/profiles -@dirrm share/anjuta/gtodo -@dirrm share/anjuta/glade -@dirrm share/anjuta/class-templates -@dirrm share/anjuta/build -@dirrm share/anjuta/GBF -@dirrm share/anjuta -@dirrm share/doc/libanjuta -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/anjuta -@dirrm include/libanjuta-1.0/libanjuta/interfaces -@dirrm include/libanjuta-1.0/libanjuta -@dirrm include/libanjuta-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index af4e8cfaa..000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.73 2009/02/22 15:31:03 kwm Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.26.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemenus \ - gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -MAN1= bug-buddy.1 - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/src/bugzilla.c - @${REINPLACE_CMD} -e 's|libelf.h||g ; \ - s|gelf.h||g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index a00a22b53..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.26.0.tar.bz2) = f92663a1a819f83e3eb3004f9e8a687a -SHA256 (gnome2/bug-buddy-2.26.0.tar.bz2) = 91780659fb3f360ed2f2b0804ceb619d9cbc7754115bf50f442bdd2c7dca224c -SIZE (gnome2/bug-buddy-2.26.0.tar.bz2) = 1051956 diff --git a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc b/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc deleted file mode 100644 index 7007a9101..000000000 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ /dev/null @@ -1,55 +0,0 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2009-02-16 15:24:48.000000000 +0100 -+++ gnome-breakpad/gnome-breakpad.cc 2009-02-22 16:25:50.000000000 +0100 -@@ -25,8 +25,14 @@ - #include <cassert> - #include <cstring> - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - #include <libelf.h> - #include <gelf.h> -+#endif - - #include <sys/types.h> - #include <sys/stat.h> -@@ -264,6 +270,7 @@ find_in_debug_path (const char *filename - } - - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - static gboolean - elf_has_debug_symbols (const char *filename) - { -@@ -316,7 +323,7 @@ elf_has_debug_symbols (const char *filen - elf_end (elf); - return false; - } -- -+#endif - - - -@@ -429,11 +436,18 @@ check_if_gdb () - _exit (1); - _exit(0); - } -- -+ -+#if !defined(__FreeBSD__) - mypath = g_file_read_link ("/proc/self/exe", NULL); -+#else -+ mypath = g_file_read_link ("/proc/curproc/file", NULL); -+#endif - if (mypath) -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - has_debug_symbols = elf_has_debug_symbols (mypath); -- -+#else -+ has_debug_symbols = TRUE; -+#endif - g_free (mypath); - - if (bugbuddy && gdb && has_debug_symbols) { diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index 641480473..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,139 +0,0 @@ -bin/bug-buddy -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 -share/icons/hicolor/22x22/apps/bug-buddy.png -share/icons/hicolor/24x24/apps/bug-buddy.png -share/icons/hicolor/32x32/apps/bug-buddy.png -share/icons/hicolor/48x48/apps/bug-buddy.png -share/icons/hicolor/scalable/apps/bug-buddy.svg -share/locale/af/LC_MESSAGES/bug-buddy.mo -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/as/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/be@latin/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -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/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/dz/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ka/LC_MESSAGES/bug-buddy.mo -share/locale/kn/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -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/mg/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/oc/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/ps/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/si/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@latin/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/te/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/uz@cyrillic/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_HK/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrmtry share/icons/HighContrastLargePrint/48x48/apps -@dirrmtry share/icons/HighContrastLargePrint/48x48 -@dirrmtry share/icons/HighContrastLargePrint -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index 5a9a9d772..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/devhelp/Makefile,v 1.10 2009/01/09 22:20:28 kwm Exp $ - -PORTNAME= devhelp -PORTVERSION= 0.22 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 - -USE_BZIP2= yes -USE_XORG= x11 -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck -USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" - -OPTIONS= GEDIT "Enable GEdit plug-in support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -.else -PLIST_SUB+= GEDIT="@comment " -.endif - -post-patch: -.if defined(WITHOUT_GEDIT) - @${REINPLACE_CMD} -e 's|gedit-plugin||' \ - ${WRKSRC}/misc/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index 8c21dd82e..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-0.22.tar.bz2) = 7cdd0688dba0184b6dd2688532af24cb -SHA256 (gnome2/devhelp-0.22.tar.bz2) = 1fa4b69c99b10de0e27374e18eea7988e3e8f9243020a22a47f79c9ccad92947 -SIZE (gnome2/devhelp-0.22.tar.bz2) = 517581 diff --git a/devel/devhelp/files/patch-src_dh-base.c b/devel/devhelp/files/patch-src_dh-base.c deleted file mode 100644 index 3dbf1c71c..000000000 --- a/devel/devhelp/files/patch-src_dh-base.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/dh-base.c.orig 2008-10-11 00:00:18.000000000 +0200 -+++ src/dh-base.c 2009-01-09 23:10:12.000000000 +0100 -@@ -214,6 +214,11 @@ base_add_books_in_data_dir (DhBase - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - base_add_books (base, dir); - g_free (dir); -+ -+ dir = g_build_filename (data_dir, "doc", NULL); -+ base_add_books (base, dir); -+ g_free (dir); -+ - } - - static void diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr deleted file mode 100644 index 2d617b391..000000000 --- a/devel/devhelp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -devhelp is a developer's help browser for GNOME 2. It is a GUI -frontend to books about GNOME development, providing cross-referenced, -easily searchable information. Many books are available, and can -be found through the project's website. - -WWW: http://www.imendio.com/projects/devhelp/ - --Adam Weinberger <adamw@FreeBSD.org> diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist deleted file mode 100644 index 83649fae2..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/devhelp -include/devhelp-1.0/devhelp/dh-assistant-view.h -include/devhelp-1.0/devhelp/dh-assistant.h -include/devhelp-1.0/devhelp/dh-base.h -include/devhelp-1.0/devhelp/dh-book-tree.h -include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-keyword-model.h -include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.0/devhelp/dh-window.h -%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyo -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc -%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo -lib/libdevhelp-1.a -lib/libdevhelp-1.la -lib/libdevhelp-1.so -lib/libdevhelp-1.so.0 -libdata/pkgconfig/libdevhelp-1.0.pc -share/applications/devhelp.desktop -share/devhelp/assistant/assistant.css -share/devhelp/assistant/assistant.js -share/devhelp/devhelp.defaults -share/devhelp/dtd/devhelp-1.dtd -share/devhelp/ui/devhelp.builder -share/devhelp/ui/window.ui -share/icons/hicolor/16x16/apps/devhelp.png -share/icons/hicolor/22x22/apps/devhelp.png -share/icons/hicolor/24x24/apps/devhelp.png -share/icons/hicolor/32x32/apps/devhelp.png -share/icons/hicolor/48x48/apps/devhelp.png -share/icons/hicolor/scalable/apps/devhelp.svg -share/locale/am/LC_MESSAGES/devhelp.mo -share/locale/ar/LC_MESSAGES/devhelp.mo -share/locale/az/LC_MESSAGES/devhelp.mo -share/locale/be/LC_MESSAGES/devhelp.mo -share/locale/be@latin/LC_MESSAGES/devhelp.mo -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/cs/LC_MESSAGES/devhelp.mo -share/locale/da/LC_MESSAGES/devhelp.mo -share/locale/de/LC_MESSAGES/devhelp.mo -share/locale/dz/LC_MESSAGES/devhelp.mo -share/locale/el/LC_MESSAGES/devhelp.mo -share/locale/en_CA/LC_MESSAGES/devhelp.mo -share/locale/en_GB/LC_MESSAGES/devhelp.mo -share/locale/es/LC_MESSAGES/devhelp.mo -share/locale/et/LC_MESSAGES/devhelp.mo -share/locale/fi/LC_MESSAGES/devhelp.mo -share/locale/fr/LC_MESSAGES/devhelp.mo -share/locale/gl/LC_MESSAGES/devhelp.mo -share/locale/gu/LC_MESSAGES/devhelp.mo -share/locale/he/LC_MESSAGES/devhelp.mo -share/locale/hi/LC_MESSAGES/devhelp.mo -share/locale/hr/LC_MESSAGES/devhelp.mo -share/locale/hu/LC_MESSAGES/devhelp.mo -share/locale/is/LC_MESSAGES/devhelp.mo -share/locale/it/LC_MESSAGES/devhelp.mo -share/locale/ja/LC_MESSAGES/devhelp.mo -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/mk/LC_MESSAGES/devhelp.mo -share/locale/ml/LC_MESSAGES/devhelp.mo -share/locale/ms/LC_MESSAGES/devhelp.mo -share/locale/nb/LC_MESSAGES/devhelp.mo -share/locale/ne/LC_MESSAGES/devhelp.mo -share/locale/nl/LC_MESSAGES/devhelp.mo -share/locale/nn/LC_MESSAGES/devhelp.mo -share/locale/oc/LC_MESSAGES/devhelp.mo -share/locale/or/LC_MESSAGES/devhelp.mo -share/locale/pa/LC_MESSAGES/devhelp.mo -share/locale/pl/LC_MESSAGES/devhelp.mo -share/locale/ps/LC_MESSAGES/devhelp.mo -share/locale/pt/LC_MESSAGES/devhelp.mo -share/locale/pt_BR/LC_MESSAGES/devhelp.mo -share/locale/ru/LC_MESSAGES/devhelp.mo -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/sv/LC_MESSAGES/devhelp.mo -share/locale/ta/LC_MESSAGES/devhelp.mo -share/locale/te/LC_MESSAGES/devhelp.mo -share/locale/th/LC_MESSAGES/devhelp.mo -share/locale/tr/LC_MESSAGES/devhelp.mo -share/locale/uk/LC_MESSAGES/devhelp.mo -share/locale/vi/LC_MESSAGES/devhelp.mo -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 -@dirrm include/devhelp-1.0/devhelp -@dirrm include/devhelp-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@Latn/LC_MESSAGES -@dirrmtry share/locale/sr@Latn -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/applications diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 910eb3a52..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.105 2009/03/06 22:17:01 marcus Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.26.0 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - polkit.2:${PORTSDIR}/sysutils/policykit - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) || exists(${LOCALBASE}/include/ldap.h) -USE_OPENLDAP= yes - -PLIST_SUB+= LDAP="" -.else -PLIST_SUB+= LDAP="@comment " -.endif - -pre-everything:: -.if !defined(WITH_LDAP) - @${ECHO_MSG} - @${ECHO_MSG} "You can enable ldap support by defining" - @${ECHO_MSG} "WITH_LDAP" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index 4330c8a58..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.26.0.tar.bz2) = b010f0de356ea093c6a73778b13de956 -SHA256 (gnome2/GConf-2.26.0.tar.bz2) = 2b9fe741f84d78d7c4f18835728facce81f7db656c2c37f669ee61785911da10 -SIZE (gnome2/GConf-2.26.0.tar.bz2) = 1490741 diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in deleted file mode 100644 index 0b60822c7..000000000 --- a/devel/gconf2/files/patch-gconf_default.path.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 -+++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 -@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" - xml:readwrite:$(HOME)/.gconf - - # Location for system-wide settings that are set by the defaults mechanism --xml:readonly:/etc/gconf/gconf.xml.system -+xml:readonly:@sysgconfdir@/gconf.xml.system - - # To read in any defaults settings that the Sys Admin may have created - # prior to a desktop system upgrade. The SysAdmin can stick default values diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index 85be04736..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf -%%LDAP%%etc/gconf/2/evoldap.conf -etc/gconf/2/path -include/gconf/2/gconf/gconf-changeset.h -include/gconf/2/gconf/gconf-client.h -include/gconf/2/gconf/gconf-engine.h -include/gconf/2/gconf/gconf-enum-types.h -include/gconf/2/gconf/gconf-error.h -include/gconf/2/gconf/gconf-listeners.h -include/gconf/2/gconf/gconf-schema.h -include/gconf/2/gconf/gconf-value.h -include/gconf/2/gconf/gconf.h -libexec/gconf-defaults-mechanism -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so -lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la -lib/GConf/2/libgconfbackend-xml.so -lib/libgconf-2.a -lib/libgconf-2.la -lib/libgconf-2.so -lib/libgconf-2.so.4 -libdata/pkgconfig/gconf-2.0.pc -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 -share/locale/ar/LC_MESSAGES/GConf2.mo -share/locale/as/LC_MESSAGES/GConf2.mo -share/locale/az/LC_MESSAGES/GConf2.mo -share/locale/be/LC_MESSAGES/GConf2.mo -share/locale/bg/LC_MESSAGES/GConf2.mo -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/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/LC_MESSAGES/GConf2.mo -share/locale/da/LC_MESSAGES/GConf2.mo -share/locale/de/LC_MESSAGES/GConf2.mo -share/locale/dz/LC_MESSAGES/GConf2.mo -share/locale/el/LC_MESSAGES/GConf2.mo -share/locale/en_CA/LC_MESSAGES/GConf2.mo -share/locale/en_GB/LC_MESSAGES/GConf2.mo -share/locale/es/LC_MESSAGES/GConf2.mo -share/locale/et/LC_MESSAGES/GConf2.mo -share/locale/eu/LC_MESSAGES/GConf2.mo -share/locale/fa/LC_MESSAGES/GConf2.mo -share/locale/fi/LC_MESSAGES/GConf2.mo -share/locale/fr/LC_MESSAGES/GConf2.mo -share/locale/ga/LC_MESSAGES/GConf2.mo -share/locale/gl/LC_MESSAGES/GConf2.mo -share/locale/gu/LC_MESSAGES/GConf2.mo -share/locale/he/LC_MESSAGES/GConf2.mo -share/locale/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/id/LC_MESSAGES/GConf2.mo -share/locale/is/LC_MESSAGES/GConf2.mo -share/locale/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ka/LC_MESSAGES/GConf2.mo -share/locale/kn/LC_MESSAGES/GConf2.mo -share/locale/ko/LC_MESSAGES/GConf2.mo -share/locale/ku/LC_MESSAGES/GConf2.mo -share/locale/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mai/LC_MESSAGES/GConf2.mo -share/locale/mg/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/LC_MESSAGES/GConf2.mo -share/locale/mn/LC_MESSAGES/GConf2.mo -share/locale/mr/LC_MESSAGES/GConf2.mo -share/locale/ms/LC_MESSAGES/GConf2.mo -share/locale/nb/LC_MESSAGES/GConf2.mo -share/locale/ne/LC_MESSAGES/GConf2.mo -share/locale/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/oc/LC_MESSAGES/GConf2.mo -share/locale/or/LC_MESSAGES/GConf2.mo -share/locale/pa/LC_MESSAGES/GConf2.mo -share/locale/pl/LC_MESSAGES/GConf2.mo -share/locale/pt/LC_MESSAGES/GConf2.mo -share/locale/pt_BR/LC_MESSAGES/GConf2.mo -share/locale/ro/LC_MESSAGES/GConf2.mo -share/locale/ru/LC_MESSAGES/GConf2.mo -share/locale/rw/LC_MESSAGES/GConf2.mo -share/locale/si/LC_MESSAGES/GConf2.mo -share/locale/sk/LC_MESSAGES/GConf2.mo -share/locale/sl/LC_MESSAGES/GConf2.mo -share/locale/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@latin/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/LC_MESSAGES/GConf2.mo -share/locale/te/LC_MESSAGES/GConf2.mo -share/locale/th/LC_MESSAGES/GConf2.mo -share/locale/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/xh/LC_MESSAGES/GConf2.mo -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/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -%%LDAP%%@dirrm share/GConf/schema -%%LDAP%%@dirrm share/GConf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile deleted file mode 100644 index 178be407d..000000000 --- a/devel/gio-fam-backend/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gio-fam-backend -# Date Created: 22 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.29 2009/03/13 15:15:11 kwm Exp $ -# - -PORTNAME= gio-fam-backend -PORTVERSION= 2.20.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= glib-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= FAM backend for GLib's GIO library - -USE_BZIP2= yes -BUILD_WRKSRC= ${WRKSRC}/gio/fam -INSTALL_WRKSRC= ${BUILD_WRKSRC} -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig _glib20 -USE_FAM= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/gio-fam-backend/distinfo b/devel/gio-fam-backend/distinfo deleted file mode 100644 index 975758280..000000000 --- a/devel/gio-fam-backend/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.20.0.tar.bz2) = 05188e560dbd8bddd568e24ce10dd003 -SHA256 (gnome2/glib-2.20.0.tar.bz2) = 6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631 -SIZE (gnome2/glib-2.20.0.tar.bz2) = 4956969 diff --git a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in b/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in deleted file mode 100644 index 0f6a9e25e..000000000 --- a/devel/gio-fam-backend/files/patch-gio_fam_Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- gio/fam/Makefile.in.orig 2008-01-07 19:40:38.000000000 -0500 -+++ gio/fam/Makefile.in 2008-01-07 19:41:53.000000000 -0500 -@@ -59,9 +59,8 @@ am__installdirs = "$(DESTDIR)$(giomodule - giomoduleLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(giomodule_LTLIBRARIES) - am__DEPENDENCIES_1 = --libgiofam_la_DEPENDENCIES = $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1) \ -+libgiofam_la_DEPENDENCIES = \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am__objects_1 = - am_libgiofam_la_OBJECTS = libgiofam_la-fam-helper.lo \ -@@ -321,9 +320,9 @@ libgiofam_la_CFLAGS = \ - - libgiofam_la_LDFLAGS = $(module_flags) - libgiofam_la_LIBADD = \ -- $(top_builddir)/gio/libgio-2.0.la \ -- $(top_builddir)/gobject/libgobject-2.0.la \ -- $(top_builddir)/glib/libglib-2.0.la \ -+ -lgio-2.0 \ -+ -lgobject-2.0 \ -+ -lglib-2.0 \ - $(GLIB_LIBS) \ - $(FAM_LIBS) \ - $(NULL) diff --git a/devel/gio-fam-backend/pkg-descr b/devel/gio-fam-backend/pkg-descr deleted file mode 100644 index b44b5d557..000000000 --- a/devel/gio-fam-backend/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -gio-fam-backend provides a file Alteration Monitor (FAM) backend module for -GLib's GIO subsystem. diff --git a/devel/gio-fam-backend/pkg-plist b/devel/gio-fam-backend/pkg-plist deleted file mode 100644 index 7e06d5a98..000000000 --- a/devel/gio-fam-backend/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/gio/modules/libgiofam.a -lib/gio/modules/libgiofam.la -lib/gio/modules/libgiofam.so diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile deleted file mode 100644 index 5d6d487cc..000000000 --- a/devel/glade3/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: glade3 -# Date created: Sun May 22 17:22:53 CEST 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glade3/Makefile,v 1.41 2009/03/17 17:00:36 kwm Exp $ -# - -PORTNAME= glade3 -PORTVERSION= 3.6.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack \ - gnomedocutils desktopfileutils ltverhack -WANT_GNOME= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -DOCSDIR= ${PREFIX}/share/doc/gladeui - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome -.else -CONFIGURE_ARGS+=--disable-gnome -.endif - -#.if ${HAVE_GNOME:Mpygtk2}!="" -#USE_PYTHON= yes -#.include "${PORTSDIR}/Mk/bsd.python.mk" -#USE_GNOME+= pygtk2 -#PLIST_SUB+= PYTHON:="" -#CONFIGURE_ARGS+=--enable-python -#.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON:="@comment " -#.endif - -post-install: - ${MKDIR} ${PREFIX}/lib/glade3/bindings - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/devel/glade3/distinfo b/devel/glade3/distinfo deleted file mode 100644 index b2f41be4d..000000000 --- a/devel/glade3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glade3-3.6.1.tar.bz2) = b145889e43319dabffe6ae4ac74b2d42 -SHA256 (gnome2/glade3-3.6.1.tar.bz2) = e105d09e8098a0d6d541a7a84a841f8b28b48828236ebed1af6963bf1270feba -SIZE (gnome2/glade3-3.6.1.tar.bz2) = 2265057 diff --git a/devel/glade3/pkg-descr b/devel/glade3/pkg-descr deleted file mode 100644 index b74a7247c..000000000 --- a/devel/glade3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Glade is a RAD tool to enable quick & easy development of user interfaces -for GTK+/GNOME. It can generate the C source code needed to create -the interfaces designed within Glade's interface editor. - -WWW: http://glade.gnome.org/ diff --git a/devel/glade3/pkg-plist b/devel/glade3/pkg-plist deleted file mode 100644 index 4a1793fc1..000000000 --- a/devel/glade3/pkg-plist +++ /dev/null @@ -1,568 +0,0 @@ -bin/glade-3 -include/libgladeui-1.0/gladeui/glade-accels.h -include/libgladeui-1.0/gladeui/glade-activatable-editor.h -include/libgladeui-1.0/gladeui/glade-app.h -include/libgladeui-1.0/gladeui/glade-attributes.h -include/libgladeui-1.0/gladeui/glade-base-editor.h -include/libgladeui-1.0/gladeui/glade-builtins.h -include/libgladeui-1.0/gladeui/glade-button-editor.h -include/libgladeui-1.0/gladeui/glade-catalog.h -include/libgladeui-1.0/gladeui/glade-cell-renderer-button.h -include/libgladeui-1.0/gladeui/glade-cell-renderer-editor.h -include/libgladeui-1.0/gladeui/glade-clipboard-view.h -include/libgladeui-1.0/gladeui/glade-clipboard.h -include/libgladeui-1.0/gladeui/glade-column-types.h -include/libgladeui-1.0/gladeui/glade-command.h -include/libgladeui-1.0/gladeui/glade-cursor.h -include/libgladeui-1.0/gladeui/glade-custom.h -include/libgladeui-1.0/gladeui/glade-debug.h -include/libgladeui-1.0/gladeui/glade-design-layout.h -include/libgladeui-1.0/gladeui/glade-design-view.h -include/libgladeui-1.0/gladeui/glade-displayable-values.h -include/libgladeui-1.0/gladeui/glade-editable.h -include/libgladeui-1.0/gladeui/glade-editor-property.h -include/libgladeui-1.0/gladeui/glade-editor-table.h -include/libgladeui-1.0/gladeui/glade-editor.h -include/libgladeui-1.0/gladeui/glade-entry-editor.h -include/libgladeui-1.0/gladeui/glade-fixed.h -include/libgladeui-1.0/gladeui/glade-gtk.h -include/libgladeui-1.0/gladeui/glade-icon-factory-editor.h -include/libgladeui-1.0/gladeui/glade-icon-sources.h -include/libgladeui-1.0/gladeui/glade-image-editor.h -include/libgladeui-1.0/gladeui/glade-image-item-editor.h -include/libgladeui-1.0/gladeui/glade-inspector.h -include/libgladeui-1.0/gladeui/glade-label-editor.h -include/libgladeui-1.0/gladeui/glade-model-data.h -include/libgladeui-1.0/gladeui/glade-name-context.h -include/libgladeui-1.0/gladeui/glade-palette-item.h -include/libgladeui-1.0/gladeui/glade-palette.h -include/libgladeui-1.0/gladeui/glade-parameter.h -include/libgladeui-1.0/gladeui/glade-placeholder.h -include/libgladeui-1.0/gladeui/glade-project.h -include/libgladeui-1.0/gladeui/glade-property-class.h -include/libgladeui-1.0/gladeui/glade-property.h -include/libgladeui-1.0/gladeui/glade-signal-editor.h -include/libgladeui-1.0/gladeui/glade-signal.h -include/libgladeui-1.0/gladeui/glade-store-editor.h -include/libgladeui-1.0/gladeui/glade-text-button.h -include/libgladeui-1.0/gladeui/glade-tool-button-editor.h -include/libgladeui-1.0/gladeui/glade-treeview-editor.h -include/libgladeui-1.0/gladeui/glade-utils.h -include/libgladeui-1.0/gladeui/glade-widget-action.h -include/libgladeui-1.0/gladeui/glade-widget-adaptor.h -include/libgladeui-1.0/gladeui/glade-widget.h -include/libgladeui-1.0/gladeui/glade-xml-utils.h -include/libgladeui-1.0/gladeui/glade.h -%%GNOME:%%lib/glade3/modules/libgladegnome.a -%%GNOME:%%lib/glade3/modules/libgladegnome.la -%%GNOME:%%lib/glade3/modules/libgladegnome.so -lib/glade3/modules/libgladegtk.a -lib/glade3/modules/libgladegtk.la -lib/glade3/modules/libgladegtk.so -lib/libgladeui-1.a -lib/libgladeui-1.la -lib/libgladeui-1.so -lib/libgladeui-1.so.9 -libdata/pkgconfig/gladeui-1.0.pc -share/applications/glade-3.desktop -%%DOCSDIR%%/GladeApp.html -share/doc/gladeui/GladeBaseEditor.html -%%DOCSDIR%%/GladeClipboard.html -%%DOCSDIR%%/GladeClipboardView.html -%%DOCSDIR%%/GladeCommand.html -share/doc/gladeui/GladeDesignView.html -%%DOCSDIR%%/GladeEditor.html -%%DOCSDIR%%/GladeEditorProperty.html -%%DOCSDIR%%/GladeFixed.html -%%DOCSDIR%%/GladeInspector.html -%%DOCSDIR%%/GladePalette.html -%%DOCSDIR%%/GladePlaceholder.html -%%DOCSDIR%%/GladeProject.html -%%DOCSDIR%%/GladeWidget.html -share/doc/gladeui/GladeWidgetAction.html -%%DOCSDIR%%/catalog.html -%%DOCSDIR%%/catalogintro.html -%%DOCSDIR%%/core.html -%%DOCSDIR%%/dockables.html -%%DOCSDIR%%/gladeui-GladePropertyClass.html -%%DOCSDIR%%/gladeui-GladeWidgetAdaptor.html -%%DOCSDIR%%/gladeui-glade-parameter.html -%%DOCSDIR%%/gladeui-glade-property.html -%%DOCSDIR%%/gladeui-glade-signal-editor.html -%%DOCSDIR%%/gladeui-glade-utils.html -share/doc/gladeui/gladeui-glade-xml-utils.html -%%DOCSDIR%%/gladeui.devhelp -%%DOCSDIR%%/gladeui.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/misc.html -%%DOCSDIR%%/properties.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DOCSDIR%%/widgetclasses.html -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml.in -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml.in -%%DATADIR%%/catalogs/glade-catalog.dtd -%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml -%%GNOME:%%%%DATADIR%%/catalogs/gnome.xml.in -%%DATADIR%%/catalogs/gtk+.xml -%%DATADIR%%/catalogs/gtk+.xml.in -%%DATADIR%%/catalogs/gtkunixprint.xml -%%DATADIR%%/catalogs/gtkunixprint.xml.in -%%DATADIR%%/pixmaps/atk.png -%%DATADIR%%/pixmaps/devhelp.png -%%DATADIR%%/pixmaps/drag-resize.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dock.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-bonobo-dockitem.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-about.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-app.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-appbar.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-canvas.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-colorpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dateedit.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-dialog.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druid.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpageedge.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-druidpagestandard.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-entry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fileentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-fontpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-href.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconlist.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-iconselection.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-messagebox.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmap.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-pixmapentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gnome-propertybox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aboutdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-accellabel.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-action.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-actiongroup.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-alignment.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-arrow.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-aspectframe.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-assistant.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-button.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-calendar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendereraccel.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderercombo.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererpixbuf.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererprogress.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrendererspin.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertext.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-cellrenderertoggle.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-clist.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-colorselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combo.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-combobox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-comboboxentry.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-curve.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-custom.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-default.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-dialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-drawingarea.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entry.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-entrycompletion.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-eventbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-expander.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-filechooserwidget.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fileselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fixed.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontselection.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-fontselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-frame.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-gammacurve.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hpaned.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscale.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hscrollbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hseparator.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconfactory.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-iconview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-image.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-imagemenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-inputdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-label.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-layout.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-linkbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-list.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-listitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-liststore.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menu.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menubar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-menutoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-messagedialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-notebook.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-optionmenu.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-pagesetupdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-printdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-progressbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radioaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiobutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-radiotoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooser.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-recentchooserdialog.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-ruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scalebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-scrolledwindow.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatormenuitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-separatortoolitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-spinbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-statusbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-table.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-textview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggleaction.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-togglebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toggletoolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolbutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-toolitem.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treestore.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-treeviewcolumn.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-viewport.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-volumebutton.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vpaned.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vruler.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscale.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vscrollbar.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-vseparator.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-window.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-windowgroup.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dock.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-bonobo-dockitem.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-about.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-app.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-appbar.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-canvas.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-colorpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dateedit.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-dialog.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druid.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpageedge.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-druidpagestandard.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-entry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fileentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-fontpicker.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-href.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconlist.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-iconselection.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-messagebox.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmap.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-pixmapentry.png -%%GNOME:%%%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gnome-propertybox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aboutdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-accellabel.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-action.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-actiongroup.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-alignment.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-arrow.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-aspectframe.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-assistant.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-button.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-calendar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendereraccel.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderercombo.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererpixbuf.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererprogress.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrendererspin.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertext.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-cellrenderertoggle.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-checkmenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-clist.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-colorselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combo.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-combobox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-comboboxentry.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-curve.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-custom.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-default.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-dialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-drawingarea.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entry.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-entrycompletion.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-eventbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-expander.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-filechooserwidget.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fileselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fixed.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontselection.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-fontselectiondialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-frame.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-gammacurve.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-handlebox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hpaned.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscale.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hscrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-hseparator.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconfactory.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-iconview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-image.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-imagemenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-inputdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-label.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-layout.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-linkbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-list.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-listitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-liststore.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menu.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menubar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-menutoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-messagedialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-notebook.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-optionmenu.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-pagesetupdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-printdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-progressbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radioaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiobutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiomenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-radiotoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooser.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-recentchooserdialog.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-ruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scalebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-scrolledwindow.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatormenuitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-separatortoolitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-spinbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-statusbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-table.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-textview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggleaction.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-togglebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toggletoolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolbutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-toolitem.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treestore.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-treeview.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vbuttonbox.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-viewport.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-volumebutton.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vpaned.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vruler.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscale.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vscrollbar.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-vseparator.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-window.png -%%DATADIR%%/pixmaps/hicolor/22x22/actions/widget-gtk-windowgroup.png -%%DATADIR%%/pixmaps/plus.png -%%DATADIR%%/pixmaps/selector.png -share/gnome/help/glade/C/figures/main-window.png -share/gnome/help/glade/C/glade.xml -share/gnome/help/glade/C/legal.xml -share/gnome/help/glade/bg/figures/main-window.png -share/gnome/help/glade/bg/glade.xml -share/gnome/help/glade/bg/legal.xml -share/gnome/help/glade/de/figures/main-window.png -share/gnome/help/glade/de/glade.xml -share/gnome/help/glade/de/legal.xml -share/gnome/help/glade/el/figures/main-window.png -share/gnome/help/glade/el/glade.xml -share/gnome/help/glade/el/legal.xml -share/gnome/help/glade/en_GB/figures/main-window.png -share/gnome/help/glade/en_GB/glade.xml -share/gnome/help/glade/en_GB/legal.xml -share/gnome/help/glade/eu/figures/main-window.png -share/gnome/help/glade/eu/glade.xml -share/gnome/help/glade/eu/legal.xml -share/gnome/help/glade/es/figures/main-window.png -share/gnome/help/glade/es/glade.xml -share/gnome/help/glade/es/legal.xml -share/gnome/help/glade/fr/figures/main-window.png -share/gnome/help/glade/fr/glade.xml -share/gnome/help/glade/fr/legal.xml -share/gnome/help/glade/hi/figures/main-window.png -share/gnome/help/glade/hi/glade.xml -share/gnome/help/glade/hi/legal.xml -share/gnome/help/glade/it/figures/main-window.png -share/gnome/help/glade/it/glade.xml -share/gnome/help/glade/it/legal.xml -share/gnome/help/glade/oc/figures/main-window.png -share/gnome/help/glade/oc/glade.xml -share/gnome/help/glade/oc/legal.xml -share/gnome/help/glade/pt_BR/figures/main-window.png -share/gnome/help/glade/pt_BR/glade.xml -share/gnome/help/glade/pt_BR/legal.xml -share/gnome/help/glade/ru/figures/main-window.png -share/gnome/help/glade/ru/glade.xml -share/gnome/help/glade/ru/legal.xml -share/gnome/help/glade/sv/figures/main-window.png -share/gnome/help/glade/sv/glade.xml -share/gnome/help/glade/sv/legal.xml -share/icons/hicolor/16x16/apps/glade-3.png -share/icons/hicolor/22x22/apps/glade-3.png -share/icons/hicolor/24x24/apps/glade-3.png -share/icons/hicolor/32x32/apps/glade-3.png -share/icons/hicolor/48x48/apps/glade-3.png -share/icons/hicolor/scalable/apps/glade-3.svg -share/locale/ar/LC_MESSAGES/glade3.mo -share/locale/az/LC_MESSAGES/glade3.mo -share/locale/bg/LC_MESSAGES/glade3.mo -share/locale/bn/LC_MESSAGES/glade3.mo -share/locale/bn_IN/LC_MESSAGES/glade3.mo -share/locale/ca/LC_MESSAGES/glade3.mo -share/locale/cs/LC_MESSAGES/glade3.mo -share/locale/da/LC_MESSAGES/glade3.mo -share/locale/de/LC_MESSAGES/glade3.mo -share/locale/el/LC_MESSAGES/glade3.mo -share/locale/en_CA/LC_MESSAGES/glade3.mo -share/locale/en_GB/LC_MESSAGES/glade3.mo -share/locale/es/LC_MESSAGES/glade3.mo -share/locale/et/LC_MESSAGES/glade3.mo -share/locale/eu/LC_MESSAGES/glade3.mo -share/locale/fi/LC_MESSAGES/glade3.mo -share/locale/fr/LC_MESSAGES/glade3.mo -share/locale/gl/LC_MESSAGES/glade3.mo -share/locale/gu/LC_MESSAGES/glade3.mo -share/locale/he/LC_MESSAGES/glade3.mo -share/locale/hi/LC_MESSAGES/glade3.mo -share/locale/hu/LC_MESSAGES/glade3.mo -share/locale/it/LC_MESSAGES/glade3.mo -share/locale/ja/LC_MESSAGES/glade3.mo -share/locale/ko/LC_MESSAGES/glade3.mo -share/locale/lt/LC_MESSAGES/glade3.mo -share/locale/lv/LC_MESSAGES/glade3.mo -share/locale/mai/LC_MESSAGES/glade3.mo -share/locale/mk/LC_MESSAGES/glade3.mo -share/locale/ml/LC_MESSAGES/glade3.mo -share/locale/mr/LC_MESSAGES/glade3.mo -share/locale/ms/LC_MESSAGES/glade3.mo -share/locale/nb/LC_MESSAGES/glade3.mo -share/locale/nl/LC_MESSAGES/glade3.mo -share/locale/nn/LC_MESSAGES/glade3.mo -share/locale/oc/LC_MESSAGES/glade3.mo -share/locale/or/LC_MESSAGES/glade3.mo -share/locale/pa/LC_MESSAGES/glade3.mo -share/locale/pl/LC_MESSAGES/glade3.mo -share/locale/pt/LC_MESSAGES/glade3.mo -share/locale/pt_BR/LC_MESSAGES/glade3.mo -share/locale/ru/LC_MESSAGES/glade3.mo -share/locale/si/LC_MESSAGES/glade3.mo -share/locale/sk/LC_MESSAGES/glade3.mo -share/locale/sl/LC_MESSAGES/glade3.mo -share/locale/sq/LC_MESSAGES/glade3.mo -share/locale/sv/LC_MESSAGES/glade3.mo -share/locale/ta/LC_MESSAGES/glade3.mo -share/locale/te/LC_MESSAGES/glade3.mo -share/locale/th/LC_MESSAGES/glade3.mo -share/locale/tr/LC_MESSAGES/glade3.mo -share/locale/uk/LC_MESSAGES/glade3.mo -share/locale/vi/LC_MESSAGES/glade3.mo -share/locale/zh_CN/LC_MESSAGES/glade3.mo -share/locale/zh_HK/LC_MESSAGES/glade3.mo -share/locale/zh_TW/LC_MESSAGES/glade3.mo -share/omf/glade/glade-C.omf -share/omf/glade/glade-bg.omf -share/omf/glade/glade-de.omf -share/omf/glade/glade-el.omf -share/omf/glade/glade-en_GB.omf -share/omf/glade/glade-eu.omf -share/omf/glade/glade-es.omf -share/omf/glade/glade-fr.omf -share/omf/glade/glade-hi.omf -share/omf/glade/glade-it.omf -share/omf/glade/glade-oc.omf -share/omf/glade/glade-pt_BR.omf -share/omf/glade/glade-ru.omf -share/omf/glade/glade-sv.omf -@dirrm share/omf/glade -@dirrm share/gnome/help/glade/sv/figures -@dirrm share/gnome/help/glade/sv -@dirrm share/gnome/help/glade/ru/figures -@dirrm share/gnome/help/glade/ru -@dirrm share/gnome/help/glade/pt_BR/figures -@dirrm share/gnome/help/glade/pt_BR -@dirrm share/gnome/help/glade/oc/figures -@dirrm share/gnome/help/glade/oc -@dirrm share/gnome/help/glade/it/figures -@dirrm share/gnome/help/glade/it -@dirrm share/gnome/help/glade/hi/figures -@dirrm share/gnome/help/glade/hi -@dirrm share/gnome/help/glade/fr/figures -@dirrm share/gnome/help/glade/fr -@dirrm share/gnome/help/glade/es/figures -@dirrm share/gnome/help/glade/es -@dirrm share/gnome/help/glade/eu/figures -@dirrm share/gnome/help/glade/eu -@dirrm share/gnome/help/glade/en_GB/figures -@dirrm share/gnome/help/glade/en_GB -@dirrm share/gnome/help/glade/el/figures -@dirrm share/gnome/help/glade/el -@dirrm share/gnome/help/glade/de/figures -@dirrm share/gnome/help/glade/de -@dirrm share/gnome/help/glade/bg/figures -@dirrm share/gnome/help/glade/bg -@dirrm share/gnome/help/glade/C/figures -@dirrm share/gnome/help/glade/C -@dirrm share/gnome/help/glade -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22/actions -@dirrm %%DATADIR%%/pixmaps/hicolor/22x22 -@dirrm %%DATADIR%%/pixmaps/hicolor/16x16/actions -@dirrm %%DATADIR%%/pixmaps/hicolor/16x16 -@dirrm %%DATADIR%%/pixmaps/hicolor -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/catalogs -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm lib/glade3/modules -@dirrm lib/glade3/bindings -@dirrm lib/glade3 -@dirrm include/libgladeui-1.0/gladeui -@dirrm include/libgladeui-1.0 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index cf8ae24bd..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.142 2009/03/13 15:15:11 kwm Exp $ -# -# !! DON'T FORGET ABOUT devel/gio-fam-backend !! - -PORTNAME= glib -PORTVERSION= 2.20.0 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -LATEST_LINK= glib20 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre - -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_PYTHON= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog \ - --with-pcre=system \ - --disable-fam -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -OPTIONS= COLLATION_FIX "fix string collation" off - -.include <bsd.port.pre.mk> - -# Let glib use asm code for implementing atomic ops on i386 and amd64. -.if ${ARCH} == "i386" -GLIB_ARCH= i486 -.elif ${ARCH} == "amd64" -GLIB_ARCH= x86_64 -.else -GLIB_ARCH= ${ARCH} -.endif -CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} - -.if defined(WITH_COLLATION_FIX) -LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ - ${FILESDIR}/extra-patch-glib_gunicollate.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/glib/gutils.c - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 975758280..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.20.0.tar.bz2) = 05188e560dbd8bddd568e24ce10dd003 -SHA256 (gnome2/glib-2.20.0.tar.bz2) = 6fb4269a187bee6f7825c358fd6f0e0e99e6ad71f7f995ddcbfe9466ec8f6631 -SIZE (gnome2/glib-2.20.0.tar.bz2) = 4956969 diff --git a/devel/glib20/files/extra-patch-glib_Makefile.in b/devel/glib20/files/extra-patch-glib_Makefile.in deleted file mode 100644 index 4791780e2..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -licui18n - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ diff --git a/devel/glib20/files/extra-patch-glib_gunicollate.c b/devel/glib20/files/extra-patch-glib_gunicollate.c deleted file mode 100644 index dfcb99209..000000000 --- a/devel/glib20/files/extra-patch-glib_gunicollate.c +++ /dev/null @@ -1,116 +0,0 @@ ---- glib/gunicollate.c.orig Thu Jun 8 17:24:10 2006 -+++ glib/gunicollate.c Thu Oct 19 20:12:50 2006 -@@ -26,10 +26,57 @@ - #include <wchar.h> - #endif - -+#include <unicode/umachine.h> -+#include <unicode/ustring.h> -+#include <unicode/ucol.h> -+ - #include "glib.h" - #include "gunicodeprivate.h" - #include "galias.h" - -+static gboolean icu_collator_initialized = FALSE; -+static UCollator *icu_collator = NULL; -+G_LOCK_DEFINE_STATIC(icu_collator); -+ -+static void -+init_icu_collator (void) -+{ -+ G_LOCK(icu_collator); -+ if (! icu_collator_initialized) -+ { -+ UErrorCode error = U_ZERO_ERROR; -+ -+ icu_collator = ucol_open(NULL, &error); -+ if (icu_collator == NULL) -+ g_warning("unable to initialize the ICU collator (%s), FreeBSD collation routines will be used", u_errorName(error)); -+ -+ icu_collator_initialized = TRUE; -+ } -+ G_UNLOCK(icu_collator); -+} -+ -+static UChar * -+utf8_to_uchar (const char *str, int32_t len, int32_t *result_len) -+{ -+ UErrorCode error = U_ZERO_ERROR; -+ UChar *result = NULL; -+ -+ u_strFromUTF8(NULL, 0, result_len, str, len, &error); -+ if (error <= U_ZERO_ERROR || error == U_BUFFER_OVERFLOW_ERROR) -+ { -+ error = U_ZERO_ERROR; -+ result = g_new(UChar, *result_len); -+ u_strFromUTF8(result, *result_len, NULL, str, len, &error); -+ if (error > U_ZERO_ERROR) -+ { -+ g_free(result); -+ result = NULL; -+ } -+ } -+ -+ return result; -+} -+ - #ifdef _MSC_VER - /* Workaround for bug in MSVCR80.DLL */ - static size_t -@@ -94,6 +141,28 @@ - g_return_val_if_fail (str1 != NULL, 0); - g_return_val_if_fail (str2 != NULL, 0); - -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr1_len; -+ UChar *wstr1 = utf8_to_uchar(str1, -1, &wstr1_len); -+ if (wstr1 != NULL) -+ { -+ int32_t wstr2_len; -+ UChar *wstr2 = utf8_to_uchar(str2, -1, &wstr2_len); -+ if (wstr2 != NULL) -+ { -+ result = ucol_strcoll(icu_collator, wstr1, wstr1_len, wstr2, wstr2_len); -+ -+ g_free(wstr1); -+ g_free(wstr2); -+ -+ return result; -+ } -+ g_free(wstr1); -+ } -+ } -+ - str1_norm = g_utf8_normalize (str1, -1, G_NORMALIZE_ALL_COMPOSE); - str2_norm = g_utf8_normalize (str2, -1, G_NORMALIZE_ALL_COMPOSE); - -@@ -235,6 +304,26 @@ - gchar *str_norm; - - g_return_val_if_fail (str != NULL, NULL); -+ -+ init_icu_collator(); -+ if (icu_collator != NULL) -+ { -+ int32_t wstr_len; -+ UChar *wstr = utf8_to_uchar(str, len, &wstr_len); -+ if (wstr != NULL) -+ { -+ int32_t result_len; -+ -+ /* get size of result */ -+ result_len = ucol_getSortKey(icu_collator, wstr, wstr_len, NULL, 0); -+ -+ result = g_new(char, result_len); -+ ucol_getSortKey(icu_collator, wstr, wstr_len, result, result_len); -+ g_free(wstr); -+ -+ return result; -+ } -+ } - - str_norm = g_utf8_normalize (str, len, G_NORMALIZE_ALL_COMPOSE); - diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 0345b8acd..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig 2008-11-24 13:44:42.000000000 -0600 -+++ configure 2008-11-24 13:50:51.000000000 -0600 -@@ -29576,6 +29576,12 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif -+#ifdef HAVE_SYS_MOUNT_H -+#include <sys/mount.h> -+#endif - int - main () - { -@@ -31407,7 +31413,7 @@ - - - --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 - 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 @@ - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 5ee7fe3d5..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig 2008-02-12 00:16:23.000000000 +0100 -+++ Makefile.in 2008-02-12 00:16:23.000000000 +0100 -@@ -338,7 +338,7 @@ EXTRA_DIST = ChangeLog.pre-2-14 ChangeLo - gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in - TEST_PROGS = - AUTOMAKE_OPTIONS = 1.7 --SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs -+SUBDIRS = . m4macros glib gmodule gthread gobject gio po docs - DIST_SUBDIRS = $(SUBDIRS) build - bin_SCRIPTS = glib-gettextize - AM_CPPFLAGS = \ -@@ -356,7 +356,8 @@ BUILT_EXTRA_DIST = \ - config.h.win32 \ - gtk-doc.make - --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - configexecinclude_DATA = glibconfig.h - CONFIGURE_DEPENDENCIES = acglib.m4 - BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index 3784d16b8..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 16:54:10.000000000 -0500 -+++ docs/reference/Makefile.in 2007-12-21 16:54:40.000000000 -0500 -@@ -268,7 +268,7 @@ GTESTER_REPORT = $(top_builddir)/glib/gt - # initialize variables for unconditional += appending - EXTRA_DIST = - TEST_PROGS = --SUBDIRS = glib gobject gio -+SUBDIRS = #glib gobject gio - all: all-recursive - - .SUFFIXES: diff --git a/devel/glib20/files/patch-config.h.in b/devel/glib20/files/patch-config.h.in deleted file mode 100644 index 3c2bc5d26..000000000 --- a/devel/glib20/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400 -+++ config.h.in 2008-03-18 18:24:59.000000000 -0400 -@@ -197,6 +197,9 @@ - /* Define to 1 if you have the `getpwuid' function. */ - #undef HAVE_GETPWUID - -+/* Define to 1 if you have the `sysctlbyname' function. */ -+#undef HAVE_SYSCTLBYNAME -+ - /* Define if the GNU gettext() function is already present or preinstalled. */ - #undef HAVE_GETTEXT - diff --git a/devel/glib20/files/patch-gio_gunixmount.c b/devel/glib20/files/patch-gio_gunixmount.c deleted file mode 100644 index b9bfe143e..000000000 --- a/devel/glib20/files/patch-gio_gunixmount.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gio/gunixmount.c.orig 2007-12-23 15:53:50.000000000 -0500 -+++ gio/gunixmount.c 2007-12-23 15:52:52.000000000 -0500 -@@ -372,12 +372,18 @@ g_unix_mount_eject (GMount * - gpointer user_data) - { - GUnixMount *unix_mount = G_UNIX_MOUNT (mount); -+#ifndef __FreeBSD__ - char *argv[] = {"eject", NULL, NULL}; - - if (unix_mount->mount_path != NULL) - argv[1] = unix_mount->mount_path; - else - argv[1] = unix_mount->device_path; -+#else -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ -+ argv[2] = unix_mount->device_path; -+#endif - - return eject_unmount_do (mount, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_gunixmounts.c b/devel/glib20/files/patch-gio_gunixmounts.c deleted file mode 100644 index 9b6fa2df3..000000000 --- a/devel/glib20/files/patch-gio_gunixmounts.c +++ /dev/null @@ -1,148 +0,0 @@ ---- ggio/unixmounts.c.orig 2008-03-10 20:31:58.000000000 -0400 -+++ gio/gunixmounts.c 2008-03-19 22:31:23.000000000 -0400 -@@ -128,6 +128,9 @@ struct _GUnixMountMonitor { - - GFileMonitor *fstab_monitor; - GFileMonitor *mtab_monitor; -+ -+ guint mount_poller_source; -+ GList *mount_poller_mounts; - }; - - struct _GUnixMountMonitorClass { -@@ -139,6 +142,8 @@ static GUnixMountMonitor *the_mount_moni - static GList *_g_get_unix_mounts (void); - static GList *_g_get_unix_mount_points (void); - -+static guint64 mount_poller_time = 0; -+ - G_DEFINE_TYPE (GUnixMountMonitor, g_unix_mount_monitor, G_TYPE_OBJECT); - - #define MOUNT_POLL_INTERVAL 4000 -@@ -165,6 +170,7 @@ G_DEFINE_TYPE (GUnixMountMonitor, g_unix - #endif - - #if defined(HAVE_GETMNTINFO) && defined(HAVE_FSTAB_H) && defined(HAVE_SYS_MOUNT_H) -+#include <sys/param.h> - #include <sys/ucred.h> - #include <sys/mount.h> - #include <fstab.h> -@@ -215,20 +221,28 @@ g_unix_is_mount_path_system_internal (co - "/", /* we already have "Filesystem root" in Nautilus */ - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/X11R6", - "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", - "/var", - "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */ - "/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */ -@@ -988,6 +1002,10 @@ get_mounts_timestamp (void) - if (stat (monitor_file, &buf) == 0) - return (guint64)buf.st_mtime; - } -+ else -+ { -+ return mount_poller_time; -+ } - return 0; - } - -@@ -1129,6 +1147,13 @@ g_unix_mount_monitor_finalize (GObject * - g_object_unref (monitor->mtab_monitor); - } - -+ if (monitor->mount_poller_source > 0) -+ { -+ g_source_remove (monitor->mount_poller_source); -+ g_list_foreach (monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ g_list_free (monitor->mount_poller_mounts); -+ } -+ - the_mount_monitor = NULL; - - if (G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize) -@@ -1206,6 +1231,51 @@ mtab_file_changed (GFileMonitor *mo - g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); - } - -+static gboolean -+mount_change_poller (gpointer user_data) -+{ -+ GUnixMountMonitor *mount_monitor; -+ GList *current_mounts; -+ gboolean has_changed = FALSE; -+ -+ mount_monitor = user_data; -+ current_mounts = _g_get_unix_mounts (); -+ -+ if (g_list_length (current_mounts) != g_list_length (mount_monitor->mount_poller_mounts)) -+ { -+ g_list_foreach (mount_monitor->mount_poller_mounts, (GFunc)g_unix_mount_free, NULL); -+ has_changed = TRUE; -+ } -+ else -+ { -+ int i; -+ -+ for (i = 0; i < g_list_length (current_mounts); i++) -+ { -+ GUnixMountEntry *m1; -+ GUnixMountEntry *m2; -+ -+ m1 = (GUnixMountEntry *)g_list_nth_data (current_mounts, i); -+ m2 = (GUnixMountEntry *)g_list_nth_data (mount_monitor->mount_poller_mounts, i); -+ if (! has_changed && g_unix_mount_compare (m1, m2) != 0) -+ has_changed = TRUE; -+ -+ g_unix_mount_free (m2); -+ } -+ } -+ -+ g_list_free (mount_monitor->mount_poller_mounts); -+ mount_monitor->mount_poller_mounts = current_mounts; -+ -+ if (has_changed) -+ { -+ mount_poller_time = (guint64)time (NULL); -+ g_signal_emit (mount_monitor, signals[MOUNTS_CHANGED], 0); -+ } -+ -+ return TRUE; -+} -+ - static void - g_unix_mount_monitor_init (GUnixMountMonitor *monitor) - { -@@ -1228,6 +1298,12 @@ g_unix_mount_monitor_init (GUnixMountMon - - g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor); - } -+ else -+ { -+ monitor->mount_poller_mounts = _g_get_unix_mounts (); -+ mount_poller_time = (guint64)time (NULL); -+ monitor->mount_poller_source = g_timeout_add_seconds (3, (GSourceFunc)mount_change_poller, monitor); -+ } - } - - /** diff --git a/devel/glib20/files/patch-gio_gunixvolume.c b/devel/glib20/files/patch-gio_gunixvolume.c deleted file mode 100644 index 377a7d6b5..000000000 --- a/devel/glib20/files/patch-gio_gunixvolume.c +++ /dev/null @@ -1,17 +0,0 @@ ---- gio/gunixvolume.c.orig 2007-12-23 15:43:17.000000000 -0500 -+++ gio/gunixvolume.c 2007-12-23 15:47:08.000000000 -0500 -@@ -387,9 +387,13 @@ g_unix_volume_eject (GVolume *volume, - gpointer user_data) - { - GUnixVolume *unix_volume = G_UNIX_VOLUME (volume); -+#ifdef __FreeBSD__ -+ char *argv[] = {"cdcontrol", "-f", NULL, "eject", NULL}; -+ argv[2] = unix_volume->device_path; -+#else - char *argv[] = {"eject", NULL, NULL}; -- - argv[1] = unix_volume->device_path; -+#endif - - eject_mount_do (volume, cancellable, callback, user_data, argv); - } diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c b/devel/glib20/files/patch-gio_xdgmime_xdgmime.c deleted file mode 100644 index 8c36dc5d8..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gio/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004 -+++ gio/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004 -@@ -204,7 +204,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "/usr/local/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h b/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h deleted file mode 100644 index 039571d8b..000000000 --- a/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h +++ /dev/null @@ -1,12 +0,0 @@ ---- gio/xdgmime/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400 -+++ gio/xdgmime/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400 -@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach - #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon) - #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon) - #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump) -+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 352c0cf60..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig 2008-06-04 00:03:14.000000000 +0200 -+++ glib/libcharset/Makefile.in 2008-06-04 00:05:58.000000000 +0200 -@@ -278,7 +278,7 @@ EXTRA_DIST = README config.charset ref-a - codeset.m4 update.sh make-patch.sh libcharset-glib.patch - TEST_PROGS = - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -I$(top_srcdir) -+ -DLIBDIR=\"$(prefix)/libdata\" -I$(top_srcdir) - - noinst_LTLIBRARIES = libcharset.la - libcharset_la_SOURCES = \ -@@ -286,8 +286,8 @@ libcharset_la_SOURCES = \ - localcharset.h \ - localcharset.c - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - SUFFIXES = .sed .sin - CLEANFILES = charset.alias ref-add.sed ref-del.sed - all: all-am -@@ -498,7 +498,7 @@ install-data-am: - - install-dvi: install-dvi-am - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-html: install-html-am - diff --git a/devel/glib20/files/patch-glib_gregex.c b/devel/glib20/files/patch-glib_gregex.c deleted file mode 100644 index ef7f0a87b..000000000 --- a/devel/glib20/files/patch-glib_gregex.c +++ /dev/null @@ -1,13 +0,0 @@ ---- glib/gregex.c.orig 2007-09-09 18:35:32.000000000 -0400 -+++ glib/gregex.c 2007-09-09 18:36:05.000000000 -0400 -@@ -164,8 +164,10 @@ match_error (gint errcode) - case PCRE_ERROR_DFA_RECURSE: - case PCRE_ERROR_RECURSIONLIMIT: - return _("recursion limit reached"); -+#ifdef PCRE_ERROR_NULLWSLIMIT - case PCRE_ERROR_NULLWSLIMIT: - return _("workspace limit for empty substrings reached"); -+#endif - case PCRE_ERROR_BADNEWLINE: - return _("invalid combination of newline flags"); - default: diff --git a/devel/glib20/files/patch-glib_gutils.c b/devel/glib20/files/patch-glib_gutils.c deleted file mode 100644 index 95a02e475..000000000 --- a/devel/glib20/files/patch-glib_gutils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/gutils.c.orig Wed Mar 23 09:55:02 2005 -+++ glib/gutils.c Thu Apr 7 01:06:16 2005 -@@ -1929,7 +1929,7 @@ g_get_system_data_dirs (void) - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "/usr/local/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -1983,7 +1983,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "/usr/local/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index 586d7f80b..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gthread_gthread-posix.c b/devel/glib20/files/patch-gthread_gthread-posix.c deleted file mode 100644 index 47c5ab8f1..000000000 --- a/devel/glib20/files/patch-gthread_gthread-posix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gthread/gthread-posix.c.orig Mon Nov 1 13:47:12 2004 -+++ gthread/gthread-posix.c Wed Mar 9 14:21:20 2005 -@@ -125,7 +129,8 @@ - g_thread_impl_init(void) - { - #ifdef _SC_THREAD_STACK_MIN -- g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), 0); -+ g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), -+ g_thread_min_stack_size); - #endif /* _SC_THREAD_STACK_MIN */ - #ifdef HAVE_PRIORITIES - # ifdef G_THREADS_IMPL_POSIX -@@ -176,7 +181,7 @@ - result = pthread_mutex_trylock ((pthread_mutex_t *) mutex); - - #ifdef G_THREADS_IMPL_POSIX -- if (result == EBUSY) -+ if ((result == EBUSY) || (result == EDEADLK)) - return FALSE; - #else /* G_THREADS_IMPL_DCE */ - if (result == 0) diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index 327137a63..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,308 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -bin/gtester -bin/gtester-report -include/gio-unix-2.0/gio/gdesktopappinfo.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/glib-2.0/gio/gappinfo.h -include/glib-2.0/gio/gasyncresult.h -include/glib-2.0/gio/gbufferedinputstream.h -include/glib-2.0/gio/gbufferedoutputstream.h -include/glib-2.0/gio/gcancellable.h -include/glib-2.0/gio/gcontenttype.h -include/glib-2.0/gio/gdatainputstream.h -include/glib-2.0/gio/gdataoutputstream.h -include/glib-2.0/gio/gdrive.h -include/glib-2.0/gio/gemblem.h -include/glib-2.0/gio/gemblemedicon.h -include/glib-2.0/gio/gfile.h -include/glib-2.0/gio/gfileattribute.h -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/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/ginputstream.h -include/glib-2.0/gio/gio.h -include/glib-2.0/gio/gioenums.h -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/giotypes.h -include/glib-2.0/gio/gloadableicon.h -include/glib-2.0/gio/gmemoryinputstream.h -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/goutputstream.h -include/glib-2.0/gio/gseekable.h -include/glib-2.0/gio/gsimpleasyncresult.h -include/glib-2.0/gio/gthemedicon.h -include/glib-2.0/gio/gvfs.h -include/glib-2.0/gio/gvolume.h -include/glib-2.0/gio/gvolumemonitor.h -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gbase64.h -include/glib-2.0/glib/gbookmarkfile.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gchecksum.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -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/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/gkeyfile.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmappedfile.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/goption.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gpoll.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/gregex.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gsequence.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslice.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstdio.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gtestutils.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gurifuncs.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libgio-2.0.a -lib/libgio-2.0.la -lib/libgio-2.0.so -lib/libgio-2.0.so.0 -lib/libglib-2.0.a -lib/libglib-2.0.la -lib/libglib-2.0.so -lib/libglib-2.0.so.0 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.la -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.0 -lib/libgobject-2.0.a -lib/libgobject-2.0.la -lib/libgobject-2.0.so -lib/libgobject-2.0.so.0 -lib/libgthread-2.0.a -lib/libgthread-2.0.la -lib/libgthread-2.0.so -lib/libgthread-2.0.so.0 -libdata/pkgconfig/gio-2.0.pc -libdata/pkgconfig/gio-unix-2.0.pc -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/mkinstalldirs -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/as/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/be@latin/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/bn_IN/LC_MESSAGES/glib20.mo -share/locale/bs/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/dz/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/en_CA/LC_MESSAGES/glib20.mo -share/locale/en_GB/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/gu/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/hu/LC_MESSAGES/glib20.mo -share/locale/hy/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ka/LC_MESSAGES/glib20.mo -share/locale/kn/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/ku/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mai/LC_MESSAGES/glib20.mo -share/locale/mg/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/ml/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/mr/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nb/LC_MESSAGES/glib20.mo -share/locale/ne/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/oc/LC_MESSAGES/glib20.mo -share/locale/or/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/ps/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/rw/LC_MESSAGES/glib20.mo -share/locale/si/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sr@latin/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/te/LC_MESSAGES/glib20.mo -share/locale/th/LC_MESSAGES/glib20.mo -share/locale/tl/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/tt/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/wa/LC_MESSAGES/glib20.mo -share/locale/xh/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_HK/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@exec mkdir -p %D/lib/gio/modules -@dirrmtry lib/gio/modules -@dirrmtry lib/gio -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0/gio -@dirrm include/glib-2.0 -@dirrm include/gio-unix-2.0/gio -@dirrm include/gio-unix-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@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/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index 6db9cc01d..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.71 2009/03/05 06:48:37 marcus Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.20.0 -PORTREVISION?= 0 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_PERL5= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -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 deleted file mode 100644 index f4b636d0b..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.20.0.tar.bz2) = 38fa409b531144c238b6e2532e351799 -SHA256 (gnome2/glibmm-2.20.0.tar.bz2) = 573ee090bc1eb0ddb8a014021ca284f127d609f8bd1abdbc24cbb5b8287380b0 -SIZE (gnome2/glibmm-2.20.0.tar.bz2) = 4345802 diff --git a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl b/devel/glibmm/files/patch-docs::reference::beautify_docs.pl deleted file mode 100644 index bbb320452..000000000 --- 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-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index f059558d4..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,239 +0,0 @@ -include/giomm-%%API_VERSION%%/giomm.h -include/giomm-%%API_VERSION%%/giomm/appinfo.h -include/giomm-%%API_VERSION%%/giomm/asyncresult.h -include/giomm-%%API_VERSION%%/giomm/bufferedinputstream.h -include/giomm-%%API_VERSION%%/giomm/bufferedoutputstream.h -include/giomm-%%API_VERSION%%/giomm/cancellable.h -include/giomm-%%API_VERSION%%/giomm/contenttype.h -include/giomm-%%API_VERSION%%/giomm/datainputstream.h -include/giomm-%%API_VERSION%%/giomm/dataoutputstream.h -include/giomm-%%API_VERSION%%/giomm/desktopappinfo.h -include/giomm-%%API_VERSION%%/giomm/drive.h -include/giomm-%%API_VERSION%%/giomm/emblem.h -include/giomm-%%API_VERSION%%/giomm/emblemedicon.h -include/giomm-%%API_VERSION%%/giomm/enums.h -include/giomm-%%API_VERSION%%/giomm/error.h -include/giomm-%%API_VERSION%%/giomm/file.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfo.h -include/giomm-%%API_VERSION%%/giomm/fileattributeinfolist.h -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/filemonitor.h -include/giomm-%%API_VERSION%%/giomm/filenamecompleter.h -include/giomm-%%API_VERSION%%/giomm/fileoutputstream.h -include/giomm-%%API_VERSION%%/giomm/filterinputstream.h -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/loadableicon.h -include/giomm-%%API_VERSION%%/giomm/memoryinputstream.h -include/giomm-%%API_VERSION%%/giomm/memoryoutputstream.h -include/giomm-%%API_VERSION%%/giomm/mount.h -include/giomm-%%API_VERSION%%/giomm/mountoperation.h -include/giomm-%%API_VERSION%%/giomm/outputstream.h -include/giomm-%%API_VERSION%%/giomm/private/appinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/asyncresult_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/bufferedoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/cancellable_p.h -include/giomm-%%API_VERSION%%/giomm/private/datainputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/dataoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/desktopappinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/drive_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblem_p.h -include/giomm-%%API_VERSION%%/giomm/private/emblemedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/enums_p.h -include/giomm-%%API_VERSION%%/giomm/private/error_p.h -include/giomm-%%API_VERSION%%/giomm/private/file_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfo_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileattributeinfolist_p.h -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/filemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/private/filenamecompleter_p.h -include/giomm-%%API_VERSION%%/giomm/private/fileoutputstream_p.h -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/loadableicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/mount_p.h -include/giomm-%%API_VERSION%%/giomm/private/mountoperation_p.h -include/giomm-%%API_VERSION%%/giomm/private/outputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/seekable_p.h -include/giomm-%%API_VERSION%%/giomm/private/themedicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixinputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/unixoutputstream_p.h -include/giomm-%%API_VERSION%%/giomm/private/volume_p.h -include/giomm-%%API_VERSION%%/giomm/private/volumemonitor_p.h -include/giomm-%%API_VERSION%%/giomm/seekable.h -include/giomm-%%API_VERSION%%/giomm/themedicon.h -include/giomm-%%API_VERSION%%/giomm/unixinputstream.h -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.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%API_VERSION%%/glibmm/checksum.h -include/glibmm-%%API_VERSION%%/glibmm/class.h -include/glibmm-%%API_VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%API_VERSION%%/glibmm/containers.h -include/glibmm-%%API_VERSION%%/glibmm/convert.h -include/glibmm-%%API_VERSION%%/glibmm/date.h -include/glibmm-%%API_VERSION%%/glibmm/debug.h -include/glibmm-%%API_VERSION%%/glibmm/dispatcher.h -include/glibmm-%%API_VERSION%%/glibmm/error.h -include/glibmm-%%API_VERSION%%/glibmm/exception.h -include/glibmm-%%API_VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%API_VERSION%%/glibmm/fileutils.h -include/glibmm-%%API_VERSION%%/glibmm/helperlist.h -include/glibmm-%%API_VERSION%%/glibmm/i18n-lib.h -include/glibmm-%%API_VERSION%%/glibmm/i18n.h -include/glibmm-%%API_VERSION%%/glibmm/init.h -include/glibmm-%%API_VERSION%%/glibmm/interface.h -include/glibmm-%%API_VERSION%%/glibmm/iochannel.h -include/glibmm-%%API_VERSION%%/glibmm/keyfile.h -include/glibmm-%%API_VERSION%%/glibmm/listhandle.h -include/glibmm-%%API_VERSION%%/glibmm/main.h -include/glibmm-%%API_VERSION%%/glibmm/markup.h -include/glibmm-%%API_VERSION%%/glibmm/miscutils.h -include/glibmm-%%API_VERSION%%/glibmm/module.h -include/glibmm-%%API_VERSION%%/glibmm/nodetree.h -include/glibmm-%%API_VERSION%%/glibmm/object.h -include/glibmm-%%API_VERSION%%/glibmm/objectbase.h -include/glibmm-%%API_VERSION%%/glibmm/optioncontext.h -include/glibmm-%%API_VERSION%%/glibmm/optionentry.h -include/glibmm-%%API_VERSION%%/glibmm/optiongroup.h -include/glibmm-%%API_VERSION%%/glibmm/pattern.h -include/glibmm-%%API_VERSION%%/glibmm/priorities.h -include/glibmm-%%API_VERSION%%/glibmm/private/checksum_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/date_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/keyfile_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/module_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/nodetree_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/object_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optioncontext_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optionentry_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optiongroup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/regex_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/shell_p.h -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/property.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%API_VERSION%%/glibmm/quark.h -include/glibmm-%%API_VERSION%%/glibmm/random.h -include/glibmm-%%API_VERSION%%/glibmm/refptr.h -include/glibmm-%%API_VERSION%%/glibmm/regex.h -include/glibmm-%%API_VERSION%%/glibmm/sarray.h -include/glibmm-%%API_VERSION%%/glibmm/shell.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%API_VERSION%%/glibmm/slisthandle.h -include/glibmm-%%API_VERSION%%/glibmm/spawn.h -include/glibmm-%%API_VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%API_VERSION%%/glibmm/stringutils.h -include/glibmm-%%API_VERSION%%/glibmm/thread.h -include/glibmm-%%API_VERSION%%/glibmm/threadpool.h -include/glibmm-%%API_VERSION%%/glibmm/timer.h -include/glibmm-%%API_VERSION%%/glibmm/timeval.h -include/glibmm-%%API_VERSION%%/glibmm/unicode.h -include/glibmm-%%API_VERSION%%/glibmm/uriutils.h -include/glibmm-%%API_VERSION%%/glibmm/ustring.h -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/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/libgiomm-%%VERSION%%.a -lib/libgiomm-%%VERSION%%.la -lib/libgiomm-%%VERSION%%.so -lib/libgiomm-%%VERSION%%.so.1 -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.la -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.1 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.la -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -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 -@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%% -@dirrm include/giomm-%%API_VERSION%%/giomm/private -@dirrm include/giomm-%%API_VERSION%%/giomm -@dirrm include/giomm-%%API_VERSION%% diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index cd469a64f..000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-common -PORTVERSION= 2.26.0 -CATEGORIES= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Common automake macros for GNOME and GNOME 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo deleted file mode 100644 index e580c92f4..000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.26.0.tar.bz2) = 196daa38cb21d91da1d6ec085f1e158b -SHA256 (gnome2/gnome-common-2.26.0.tar.bz2) = f6233ee73886c5ac31890c1a9b9f216e5f14558467dea7b0a61ef3c4cf51d84d -SIZE (gnome2/gnome-common-2.26.0.tar.bz2) = 69278 diff --git a/devel/gnome-common/pkg-descr b/devel/gnome-common/pkg-descr deleted file mode 100644 index 4cf03f1e9..000000000 --- a/devel/gnome-common/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of automake macros used for developing new GNOME -or GNOME 2.0 applications. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist deleted file mode 100644 index 081a3d75e..000000000 --- a/devel/gnome-common/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gnome-autogen.sh -bin/gnome-doc-common -share/aclocal/gnome-common.m4 -share/aclocal/gnome-compiler-flags.m4 -%%DATADIR%%/data/omf.make -%%DATADIR%%/data/xmldocs.make -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index 3041a1480..000000000 --- a/devel/gnome-vfsmm/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.26.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gnomevfs2 library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomevfs2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples// ; \ - /^SUBDIRS =/s/docs//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo deleted file mode 100644 index 9521614dd..000000000 --- a/devel/gnome-vfsmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = d27d34b6a8722c557366729071c1baab -SHA256 (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = d6a89fc82238bbfd6d3f7e44bcaee73dc197be98635be482a2d2df38ec0446d3 -SIZE (gnome2/gnome-vfsmm-2.26.0.tar.bz2) = 628670 diff --git a/devel/gnome-vfsmm/pkg-descr b/devel/gnome-vfsmm/pkg-descr deleted file mode 100644 index da03091b1..000000000 --- a/devel/gnome-vfsmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GnomeVFS v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gnome-vfsmm/pkg-plist b/devel/gnome-vfsmm/pkg-plist deleted file mode 100644 index a117076e4..000000000 --- a/devel/gnome-vfsmm/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/address.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/application-registry.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/directory-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/dns-sd.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/drive.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/enums.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/exception.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/file-info.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/init.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-action.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-application.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-handlers.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/monitor-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/address_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle-2_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/drive_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/enums_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/file-info_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-action_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-application_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/resolve-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress-2_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/uri_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/resolve-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/types.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/uri.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/utils.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/wrap_init.h -lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert_gnome_vfsmm.m4 -lib/libgnomevfsmm-%%VERSION%%.a -lib/libgnomevfsmm-%%VERSION%%.la -lib/libgnomevfsmm-%%VERSION%%.so -lib/libgnomevfsmm-%%VERSION%%.so.1 -libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/include -@dirrm lib/gnome-vfsmm-%%API_VERSION%% -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm -@dirrm include/gnome-vfsmm-%%API_VERSION%% diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile deleted file mode 100644 index 657608644..000000000 --- a/devel/gnome2-hacker-tools/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnome2-hacker-tools -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.45 2007/09/19 23:27:28 marcus Exp $ -# - -PORTREVISION= 0 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -hacker-tools - -COMMENT= GNOME 2 development tools - -RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - glade-3:${PORTSDIR}/devel/glade3 \ - ghex2:${PORTSDIR}/editors/ghex \ - gob2:${PORTSDIR}/devel/gob2 \ - conglomerate:${PORTSDIR}/editors/conglomerate \ - meld:${PORTSDIR}/textproc/meld \ - gtranslator:${PORTSDIR}/devel/gtranslator \ - regexxer:${PORTSDIR}/devel/regexxer \ - anjuta:${PORTSDIR}/devel/anjuta \ - accerciser:${PORTSDIR}/accessibility/accerciser \ - valac:${PORTSDIR}/lang/vala - -MASTERDIR= ${.CURDIR}/../../x11/gnome2 -GNOME_SLAVE= yes - -DESCR= ${.CURDIR}/pkg-descr - -.include "${MASTERDIR}/Makefile" diff --git a/devel/gnome2-hacker-tools/pkg-descr b/devel/gnome2-hacker-tools/pkg-descr deleted file mode 100644 index 4c88310c8..000000000 --- a/devel/gnome2-hacker-tools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME 2 Hacker Tools - -The Hackers Tools are a collection of GNOME development applications. -This suite includes IDEs, interface builders, "hacker" editors, and other -applications to build and maintain GNOME (and other) code. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile deleted file mode 100644 index 634f70055..000000000 --- a/devel/gvfs/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: gvfs -# Date created: 2007-11-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gvfs/Makefile,v 1.42 2009/03/17 13:45:11 kwm Exp $ -# - -PORTNAME= gvfs -PORTVERSION= 1.2.1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME virtual file system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - hal.1:${PORTSDIR}/sysutils/hal \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - avahi-client.3:${PORTSDIR}/net/avahi-app -RUN_DEPENDS= gnome-mount:${PORTSDIR}/sysutils/gnome-mount - -USE_BZIP2= yes -USE_GNOME= glib20 gnomehack gnomeprefix intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-obexftp -OPTIONS= FUSE "Enable fuse" on \ - SAMBA "Enable Samba" on \ - GPHOTO2 "Enable Gphoto 2 camera support" on \ - CDDA "Enable CDDA" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_FUSE) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SMB="" -.else -CONFIGURE_ARGS+= --disable-samba -PLIST_SUB+= SMB="@comment " -.endif - -.if defined(WITH_CDDA) -LIB_DEPENDS+= cdio_paranoia.0:${PORTSDIR}/sysutils/libcdio -PLIST_SUB+= CDDA="" -.else -CONFIGURE_ARGS+= --disable-cdda -PLIST_SUB+= CDDA="@comment " -.endif - -.if defined(WITH_GPHOTO2) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -PLIST_SUB+= GPHOTO2="" -.else -CONFIGURE_ARGS+= --disable-gphoto2 -PLIST_SUB+= GPHOTO2="@comment " -.endif - -.if ${OSVERSION} < 602112 -CONFIGURE_ARGS+= --disable-archive -PLIST_SUB+= ARCHIVE="@comment " -.else -PLIST_SUB+= ARCHIVE="" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo deleted file mode 100644 index 5aa52eec0..000000000 --- a/devel/gvfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gvfs-1.2.1.tar.bz2) = df8f624587adfabe7009838ce6d8d5fd -SHA256 (gnome2/gvfs-1.2.1.tar.bz2) = 0e3c3469721ff1d4296bf4af7e1f131201d2dc6a36c772d99e1630f8cce31da2 -SIZE (gnome2/gvfs-1.2.1.tar.bz2) = 1048427 diff --git a/devel/gvfs/files/patch-Makefile.in b/devel/gvfs/files/patch-Makefile.in deleted file mode 100644 index 658cccd6a..000000000 --- a/devel/gvfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig 2008-07-22 23:17:58.000000000 -0400 -+++ Makefile.in 2008-07-22 23:18:24.000000000 -0400 -@@ -269,7 +269,6 @@ SUBDIRS = \ - gconf \ - po \ - programs \ -- test \ - $(NULL) - - EXTRA_DIST = \ diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in deleted file mode 100644 index ffbfd5878..000000000 --- a/devel/gvfs/files/patch-client_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.in.orig 2008-02-11 20:05:14.000000000 -0500 -+++ client/Makefile.in 2008-02-11 20:05:42.000000000 -0500 -@@ -152,7 +152,7 @@ EXEEXT = @EXEEXT@ - F77 = @F77@ - FFLAGS = @FFLAGS@ - FUSE_CFLAGS = @FUSE_CFLAGS@ --FUSE_LIBS = @FUSE_LIBS@ -+FUSE_LIBS = @FUSE_LIBS@ -lfuse - GCONF_CFLAGS = @GCONF_CFLAGS@ - GCONF_LIBS = @GCONF_LIBS@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ diff --git a/devel/gvfs/files/patch-client_gvfsfusedaemon.c b/devel/gvfs/files/patch-client_gvfsfusedaemon.c deleted file mode 100644 index 3733aa7e3..000000000 --- a/devel/gvfs/files/patch-client_gvfsfusedaemon.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client/gvfsfusedaemon.c.orig 2007-11-06 18:06:41.000000000 -0500 -+++ client/gvfsfusedaemon.c 2007-11-06 18:07:30.000000000 -0500 -@@ -28,7 +28,9 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> -+#ifdef __linux__ - #include <sys/vfs.h> -+#endif - #include <sys/time.h> - #include <unistd.h> - #include <stdlib.h> diff --git a/devel/gvfs/files/patch-configure b/devel/gvfs/files/patch-configure deleted file mode 100644 index a707a133b..000000000 --- a/devel/gvfs/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2009-03-02 17:50:05.000000000 -0500 -+++ configure 2009-03-02 17:50:44.000000000 -0500 -@@ -26973,6 +26973,9 @@ fi - *-linux*) - use_gphoto2=yes - ;; -+ *-freebsd*) -+ use_gphoto2=yes -+ ;; - *) - use_gphoto2=no - ;; diff --git a/devel/gvfs/files/patch-daemon_gvfswritechannel.c b/devel/gvfs/files/patch-daemon_gvfswritechannel.c deleted file mode 100644 index 54c421687..000000000 --- a/devel/gvfs/files/patch-daemon_gvfswritechannel.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/gvfswritechannel.c.orig 2007-12-22 18:50:10.000000000 -0500 -+++ daemon/gvfswritechannel.c 2007-12-22 18:50:20.000000000 -0500 -@@ -30,6 +30,7 @@ - #include <sys/un.h> - #include <unistd.h> - #include <fcntl.h> -+#include <string.h> - - #include <glib.h> - #include <glib-object.h> diff --git a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c b/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c deleted file mode 100644 index 6686b28ae..000000000 --- a/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c +++ /dev/null @@ -1,14 +0,0 @@ ---- monitor/gphoto2/ggphoto2volume.c.orig 2008-07-22 09:29:19.000000000 -0400 -+++ monitor/gphoto2/ggphoto2volume.c 2008-07-22 23:22:30.000000000 -0400 -@@ -277,7 +277,11 @@ g_gphoto2_volume_new (GVolumeMonitor * - return NULL; - - /* TODO: other OS'es? Will address this with DK aka HAL 2.0 */ -+#ifdef __FreeBSD__ -+ device_path = hal_device_get_property_string (drive_device, "freebsd.device_file"); -+#else - device_path = hal_device_get_property_string (drive_device, "linux.device_file"); -+#endif - if (strlen (device_path) == 0) - device_path = NULL; - diff --git a/devel/gvfs/pkg-descr b/devel/gvfs/pkg-descr deleted file mode 100644 index f6ea31130..000000000 --- a/devel/gvfs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GVFS allows applications and users to treat any number of file system -concepts as a part of the local filesystem. With GVFS, filesystems across -the internet, on connected devices, and in multiple formats are as simple -to access (and write code for) as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist deleted file mode 100644 index a10939f60..000000000 --- a/devel/gvfs/pkg-plist +++ /dev/null @@ -1,150 +0,0 @@ -bin/gvfs-cat -bin/gvfs-copy -bin/gvfs-info -bin/gvfs-less -bin/gvfs-ls -bin/gvfs-mkdir -bin/gvfs-monitor-dir -bin/gvfs-monitor-file -bin/gvfs-mount -bin/gvfs-move -bin/gvfs-open -bin/gvfs-rename -bin/gvfs-rm -bin/gvfs-save -bin/gvfs-trash -bin/gvfs-tree -etc/profile.d/gvfs-bash-completion.sh -include/gvfs-client/gvfs/gvfsurimapper.h -include/gvfs-client/gvfs/gvfsuriutils.h -lib/gio/modules/libgiogconf.la -lib/gio/modules/libgiogconf.so -lib/gio/modules/libgioremote-volume-monitor.la -lib/gio/modules/libgioremote-volume-monitor.so -lib/gio/modules/libgvfsdbus.la -lib/gio/modules/libgvfsdbus.so -lib/libgvfscommon-dnssd.la -lib/libgvfscommon-dnssd.so -lib/libgvfscommon-dnssd.so.0 -lib/libgvfscommon.la -lib/libgvfscommon.so -lib/libgvfscommon.so.0 -%%FUSE%%libexec/gvfs-fuse-daemon -%%GPHOTO2%%libexec/gvfs-gphoto2-volume-monitor -libexec/gvfs-hal-volume-monitor -libexec/gvfsd -%%ARCHIVE%%libexec/gvfsd-archive -libexec/gvfsd-burn -%%CDDA%%libexec/gvfsd-cdda -libexec/gvfsd-computer -libexec/gvfsd-dav -libexec/gvfsd-dnssd -libexec/gvfsd-ftp -%%GPHOTO2%%libexec/gvfsd-gphoto2 -libexec/gvfsd-http -libexec/gvfsd-localtest -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 -%%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 -share/gvfs/mounts/burn.mount -%%CDDA%%share/gvfs/mounts/cdda.mount -share/gvfs/mounts/computer.mount -share/gvfs/mounts/dav.mount -share/gvfs/mounts/dav+sd.mount -share/gvfs/mounts/dns-sd.mount -share/gvfs/mounts/ftp.mount -%%GPHOTO2%%share/gvfs/mounts/gphoto2.mount -share/gvfs/mounts/http.mount -share/gvfs/mounts/localtest.mount -share/gvfs/mounts/network.mount -share/gvfs/mounts/sftp.mount -%%SMB%%share/gvfs/mounts/smb-browse.mount -%%SMB%%share/gvfs/mounts/smb.mount -share/gvfs/mounts/trash.mount -%%GPHOTO2%%share/gvfs/remote-volume-monitors/gphoto2.monitor -share/gvfs/remote-volume-monitors/hal.monitor -share/locale/ar/LC_MESSAGES/gvfs.mo -share/locale/as/LC_MESSAGES/gvfs.mo -share/locale/be@latin/LC_MESSAGES/gvfs.mo -share/locale/bg/LC_MESSAGES/gvfs.mo -share/locale/bn_IN/LC_MESSAGES/gvfs.mo -share/locale/ca/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 -share/locale/el/LC_MESSAGES/gvfs.mo -share/locale/en_GB/LC_MESSAGES/gvfs.mo -share/locale/es/LC_MESSAGES/gvfs.mo -share/locale/et/LC_MESSAGES/gvfs.mo -share/locale/eu/LC_MESSAGES/gvfs.mo -share/locale/fi/LC_MESSAGES/gvfs.mo -share/locale/fr/LC_MESSAGES/gvfs.mo -share/locale/ga/LC_MESSAGES/gvfs.mo -share/locale/gl/LC_MESSAGES/gvfs.mo -share/locale/gu/LC_MESSAGES/gvfs.mo -share/locale/he/LC_MESSAGES/gvfs.mo -share/locale/hi/LC_MESSAGES/gvfs.mo -share/locale/hu/LC_MESSAGES/gvfs.mo -share/locale/it/LC_MESSAGES/gvfs.mo -share/locale/ja/LC_MESSAGES/gvfs.mo -share/locale/kn/LC_MESSAGES/gvfs.mo -share/locale/ko/LC_MESSAGES/gvfs.mo -share/locale/ku/LC_MESSAGES/gvfs.mo -share/locale/lt/LC_MESSAGES/gvfs.mo -share/locale/lv/LC_MESSAGES/gvfs.mo -share/locale/mk/LC_MESSAGES/gvfs.mo -share/locale/ml/LC_MESSAGES/gvfs.mo -share/locale/mr/LC_MESSAGES/gvfs.mo -share/locale/nb/LC_MESSAGES/gvfs.mo -share/locale/nl/LC_MESSAGES/gvfs.mo -share/locale/nn/LC_MESSAGES/gvfs.mo -share/locale/or/LC_MESSAGES/gvfs.mo -share/locale/pa/LC_MESSAGES/gvfs.mo -share/locale/pl/LC_MESSAGES/gvfs.mo -share/locale/pt/LC_MESSAGES/gvfs.mo -share/locale/pt_BR/LC_MESSAGES/gvfs.mo -share/locale/ro/LC_MESSAGES/gvfs.mo -share/locale/ru/LC_MESSAGES/gvfs.mo -share/locale/sk/LC_MESSAGES/gvfs.mo -share/locale/sl/LC_MESSAGES/gvfs.mo -share/locale/sq/LC_MESSAGES/gvfs.mo -share/locale/sr/LC_MESSAGES/gvfs.mo -share/locale/sr@latin/LC_MESSAGES/gvfs.mo -share/locale/sv/LC_MESSAGES/gvfs.mo -share/locale/ta/LC_MESSAGES/gvfs.mo -share/locale/te/LC_MESSAGES/gvfs.mo -share/locale/th/LC_MESSAGES/gvfs.mo -share/locale/tr/LC_MESSAGES/gvfs.mo -share/locale/uk/LC_MESSAGES/gvfs.mo -share/locale/vi/LC_MESSAGES/gvfs.mo -share/locale/zh_CN/LC_MESSAGES/gvfs.mo -share/locale/zh_HK/LC_MESSAGES/gvfs.mo -share/locale/zh_TW/LC_MESSAGES/gvfs.mo -@dirrm share/gvfs/remote-volume-monitors -@dirrm share/gvfs/mounts -@dirrm share/gvfs -@dirrm include/gvfs-client/gvfs -@dirrm include/gvfs-client -@dirrmtry etc/profile.d -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index 5ba509199..000000000 --- a/devel/libgtop/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.45 2009/01/10 01:59:21 mezz Exp $ -# - -PORTNAME= libgtop -PORTVERSION= 2.26.0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -PKGMESSAGE= ${FILESDIR}/pkg-message - -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} >= 800000 && ${OSVERSION} < 800019 ) || \ - ${OSVERSION} < 700104 -RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo deleted file mode 100644 index 6bcefcbda..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.26.0.tar.bz2) = a51ff49eddcce4573f7385e4be33158a -SHA256 (gnome2/libgtop-2.26.0.tar.bz2) = acc11d54614722a752a44237b5e11e9d6508da82c6d7ad25bf97156f5e28a7fd -SIZE (gnome2/libgtop-2.26.0.tar.bz2) = 791512 diff --git a/devel/libgtop/files/patch-config.h.in b/devel/libgtop/files/patch-config.h.in deleted file mode 100644 index 8fc4a10b1..000000000 --- a/devel/libgtop/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig 2008-12-06 16:05:23.000000000 -0500 -+++ config.h.in 2008-12-06 16:05:27.000000000 -0500 -@@ -115,6 +115,9 @@ - /* defined if you have linux/isdn.h */ - #undef HAVE_ISDN_H - -+/* Define if you have the kinfo_getfile function */ -+#undef HAVE_KINFO_GETFILE -+ - /* Define to 1 if you have the `lchown' function. */ - #undef HAVE_LCHOWN - diff --git a/devel/libgtop/files/patch-configure b/devel/libgtop/files/patch-configure deleted file mode 100644 index 800116d44..000000000 --- a/devel/libgtop/files/patch-configure +++ /dev/null @@ -1,81 +0,0 @@ ---- configure.orig 2009-01-13 01:39:39.000000000 -0500 -+++ configure 2009-01-13 01:45:25.000000000 -0500 -@@ -21745,6 +21745,78 @@ fi - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ { echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+echo $ECHO_N "checking for kinfo_getfile in -lutil... $ECHO_C" >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lutil $LIBS" -+cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+ -+/* Override any GCC internal prototype to avoid an error. -+ Use char because int might match the return type of a GCC -+ builtin and then its argument prototype would still apply. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+char kinfo_getfile (); -+int -+main () -+{ -+return kinfo_getfile (); -+ ; -+ return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (ac_try="$ac_link" -+case "(($ac_try" in -+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; -+ *) ac_try_echo=$ac_try;; -+esac -+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+ (eval "$ac_link") 2>conftest.er1 -+ ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } && { -+ test -z "$ac_c_werror_flag" || -+ test ! -s conftest.err -+ } && test -s conftest$ac_exeext && -+ $as_test_x conftest$ac_exeext; then -+ ac_cv_lib_util_kinfo_getfile=yes -+else -+ echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=no -+fi -+ -+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: $ac_cv_lib_util_kinfo_getfile" >&5 -+echo "${ECHO_T}$ac_cv_lib_util_kinfo_getfile" >&6; } -+if test $ac_cv_lib_util_kinfo_getfile = yes; then -+ EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ -+cat >>confdefs.h <<\_ACEOF -+#define HAVE_KINFO_GETFILE 1 -+_ACEOF -+ -+else -+ : -+fi -+ - ;; - esac - diff --git a/devel/libgtop/files/patch-libgtop-sysdeps.m4 b/devel/libgtop/files/patch-libgtop-sysdeps.m4 deleted file mode 100644 index 1805da02a..000000000 --- a/devel/libgtop/files/patch-libgtop-sysdeps.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- libgtop-sysdeps.m4.orig 2008-04-21 14:58:38.000000000 -0400 -+++ libgtop-sysdeps.m4 2008-12-06 16:16:00.000000000 -0500 -@@ -158,6 +160,9 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[ - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ AC_CHECK_LIB(util, kinfo_getfile, -+ [EXTRA_SYSDEPS_LIBS="${EXTRA_SYSDEPS_LIBS} -lutil" -+ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) - ;; - esac - diff --git a/devel/libgtop/files/patch-src_daemon_server.c b/devel/libgtop/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop/files/patch-src_daemon_server.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003 -+++ src/daemon/server.c Mon Feb 17 15:23:31 2003 -@@ -88,11 +88,12 @@ - if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) || - strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) || - strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) { -- fprintf (stderr, "Can only run on %s %s %s\n", -+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n", - LIBGTOP_COMPILE_SYSTEM, - LIBGTOP_COMPILE_RELEASE, - LIBGTOP_COMPILE_MACHINE); -- _exit (1); -+ fprintf (stderr, "If you see strange problems caused by it,\n"); -+ fprintf (stderr, "you should recompile libgtop and dependent applications\n"); - } - #endif - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am deleted file mode 100644 index 25ec1f7d7..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- sysdeps/freebsd/Makefile.am.orig 2008-09-29 17:21:56.000000000 -0400 -+++ sysdeps/freebsd/Makefile.am 2008-09-29 17:22:07.000000000 -0400 -@@ -7,12 +7,12 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in b/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index d60fe782e..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig 2009-01-13 01:49:02.172092000 -0500 -+++ sysdeps/freebsd/Makefile.in 2009-01-13 01:53:30.000000000 -0500 -@@ -50,7 +50,8 @@ libgtop_sysdeps_2_0_la_LIBADD = - am_libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo sysinfo.lo \ - shm_limits.lo cpu.lo msg_limits.lo sem_limits.lo loadavg.lo \ - uptime.lo netlist.lo fsusage.lo mem.lo mountlist.lo \ -- procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo -+ procopenfiles.lo procwd.lo procaffinity.lo glibtop_private.lo \ -+ open.lo - libgtop_sysdeps_2_0_la_OBJECTS = $(am_libgtop_sysdeps_2_0_la_OBJECTS) - libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -58,7 +59,7 @@ libgtop_sysdeps_2_0_la_LINK = $(LIBTOOL) - am__DEPENDENCIES_1 = - libgtop_sysdeps_suid_2_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) --am_libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo swap.lo \ -+am_libgtop_sysdeps_suid_2_0_la_OBJECTS = suid_open.lo close.lo swap.lo \ - proclist.lo procstate.lo procuid.lo proctime.lo procmem.lo \ - procsignal.lo prockernel.lo procsegment.lo procargs.lo \ - procmap.lo netload.lo ppp.lo -@@ -296,11 +297,11 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid. - cpu.c msg_limits.c sem_limits.c loadavg.c \ - uptime.c netlist.c fsusage.c mem.c \ - mountlist.c procopenfiles.c procwd.c \ -- procaffinity.c glibtop_private.c -+ procaffinity.c glibtop_private.c open.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) --libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c swap.c \ -+libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ - proclist.c procstate.c procuid.c \ - proctime.c procmem.c procsignal.c \ - prockernel.c procsegment.c procargs.c \ -@@ -375,6 +376,7 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netlist.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netload.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nosuid.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suid_open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppp.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procaffinity.Plo@am__quote@ diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c b/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c deleted file mode 100644 index acb327f98..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c +++ /dev/null @@ -1,19 +0,0 @@ ---- sysdeps/freebsd/nosuid.c.orig 2008-09-29 17:28:31.000000000 -0400 -+++ sysdeps/freebsd/nosuid.c 2008-09-29 17:28:39.000000000 -0400 -@@ -21,16 +21,8 @@ - - #include <config.h> - #include <glibtop.h> --#include <glibtop/open.h> - #include <glibtop/close.h> - - void --glibtop_open_s (glibtop *server, -- const char *program_name, -- const unsigned long features, -- const unsigned flags) --{ } -- --void - glibtop_close_s (glibtop *server) - { } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_open.c deleted file mode 100644 index f7bf0e3b1..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_open.c +++ /dev/null @@ -1,91 +0,0 @@ ---- sysdeps/freebsd/open.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/open.c 2008-09-29 17:23:22.000000000 -0400 -@@ -20,76 +20,33 @@ - */ - - #include <config.h> -+#include <sys/types.h> -+#include <sys/sysctl.h> - #include <glibtop.h> --#include <glibtop/error.h> - #include <glibtop/open.h> --#include <glibtop/init_hooks.h> -- --/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -- --void --glibtop_init_p (glibtop *server, const unsigned long features, -- const unsigned flags) --{ -- const _glibtop_init_func_t *init_fkt; -- -- if (server == NULL) -- glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -- -- /* Do the initialization, but only if not already initialized. */ -- -- if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -- glibtop_open_p (server, "glibtop", features, flags); -+#include <glibtop/cpu.h> -+#include <glibtop/error.h> - -- for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -- (*init_fkt) (server); -+#include <glibtop_private.h> - -- server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -- } --} - - void --glibtop_open_p (glibtop *server, const char *program_name, -+glibtop_open_s (glibtop *server, const char *program_name, - const unsigned long features, - const unsigned flags) - { --#ifdef DEBUG -- fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); --#endif -+ int ncpus; -+ size_t len; - -- /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ len = sizeof (ncpus); -+ sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ server->real_ncpu = ncpus - 1; -+ server->ncpu = MIN(GLIBTOP_NCPU - 1, server->real_ncpu); - -- server->machine.uid = getuid (); -- server->machine.euid = geteuid (); -- server->machine.gid = getgid (); -- server->machine.egid = getegid (); - #if defined(__FreeBSD_kernel__) - server->os_version_code = __FreeBSD_kernel_version; - #else - server->os_version_code = __FreeBSD_version; - #endif -- /* Setup machine-specific data */ -- server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open"); -- -- if (server->machine.kd == NULL) -- glibtop_error_io_r (server, "kvm_open"); -- -- /* Drop priviledges. */ -- -- if (setreuid (server->machine.euid, server->machine.uid)) -- _exit (1); -- -- if (setregid (server->machine.egid, server->machine.gid)) -- _exit (1); -- -- /* !!! END OF SUID ROOT PART !!! */ -- -- /* Our effective uid is now those of the user invoking the server, -- * so we do no longer have any priviledges. */ - -- /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -- * be sgid kmem. -- * -- * The server will only use setegid() to get back it's priviledges, -- * so it will fail if it is suid root and not sgid kmem. */ - } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c b/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c deleted file mode 100644 index e14dd39bd..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c +++ /dev/null @@ -1,59 +0,0 @@ ---- sysdeps/freebsd/procopenfiles.c.orig 2008-08-18 11:23:36.000000000 -0400 -+++ sysdeps/freebsd/procopenfiles.c 2008-12-07 00:17:26.000000000 -0500 -@@ -35,6 +35,9 @@ - #include <sys/user.h> - #include <netinet/in.h> - #include <arpa/inet.h> -+#ifdef HAVE_KINFO_PROC -+#include <libutil.h> -+#endif - #include <string.h> - #include <stdlib.h> - -@@ -263,8 +266,12 @@ glibtop_get_proc_open_files_s (glibtop * - { - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; -+#ifndef HAVE_KINFO_GETFILE - int name[4]; - size_t len; -+#else -+ int cnt; -+#endif - size_t i; - #else - char *output; -@@ -274,6 +281,7 @@ glibtop_get_proc_open_files_s (glibtop * - memset(buf, 0, sizeof (glibtop_proc_open_files)); - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -287,12 +295,25 @@ glibtop_get_proc_open_files_s (glibtop * - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - entries = g_array_new(FALSE, FALSE, sizeof(glibtop_open_files_entry)); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { - glibtop_open_files_entry entry = {0}; - -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ glibtop_open_files_entry entry = {0}; -+ -+ kif = &freep[i]; -+#endif -+ - if (kif->kf_fd < 0) - continue; - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c b/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c deleted file mode 100644 index 731fec120..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c +++ /dev/null @@ -1,58 +0,0 @@ ---- sysdeps/freebsd/procwd.c.orig 2008-08-18 11:23:36.000000000 -0400 -+++ sysdeps/freebsd/procwd.c 2008-12-07 00:19:44.000000000 -0500 -@@ -27,6 +27,9 @@ - #include <sys/sysctl.h> - #include <sys/param.h> - #include <sys/user.h> -+#ifdef HAVE_KINFO_GETFILE -+#include <libutil.h> -+#endif - #include <string.h> - - static const unsigned long _glibtop_sysdeps_proc_wd = -@@ -101,10 +104,14 @@ glibtop_get_proc_wd_s(glibtop *server, g - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) - struct kinfo_file *freep, *kif; - GPtrArray *dirs; -+#ifndef HAVE_KINFO_GETFILE - size_t len; -- int i; - int name[4]; - #else -+ int cnt; -+#endif -+ int i; -+#else - char *output; - #endif - -@@ -115,6 +122,7 @@ glibtop_get_proc_wd_s(glibtop *server, g - buf->flags |= (1 << GLIBTOP_PROC_WD_EXE); - - #if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) -+#ifndef HAVE_KINFO_GETFILE - name[0] = CTL_KERN; - name[1] = KERN_PROC; - name[2] = KERN_PROC_FILEDESC; -@@ -127,10 +135,21 @@ glibtop_get_proc_wd_s(glibtop *server, g - g_free(freep); - return NULL; - } -+#else -+ freep = kinfo_getfile(pid, &cnt); -+#endif - - dirs = g_ptr_array_sized_new(1); - -+#ifndef HAVE_KINFO_GETFILE - for (i = 0; i < len / sizeof(*kif); i++, kif++) { -+ if (kif->kf_structsize != sizeof(*kif)) -+ continue; -+#else -+ for (i = 0; i < cnt; i++) { -+ kif = &freep[i]; -+#endif -+ - switch (kif->kf_fd) { - case KF_FD_TYPE_ROOT: - g_strlcpy(buf->root, kif->kf_path, diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c b/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c deleted file mode 100644 index a188b364c..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c +++ /dev/null @@ -1,94 +0,0 @@ ---- sysdeps/freebsd/suid_open.c.orig 2008-09-29 17:22:12.000000000 -0400 -+++ sysdeps/freebsd/suid_open.c 2008-09-29 17:23:35.000000000 -0400 -@@ -0,0 +1,91 @@ -+/* Copyright (C) 1998 Joshua Sled -+ This file is part of LibGTop 1.0. -+ -+ Contributed by Joshua Sled <jsled@xcf.berkeley.edu>, July 1998. -+ -+ LibGTop is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, -+ or (at your option) any later version. -+ -+ LibGTop is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+ for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with LibGTop; see the file COPYING. If not, write to the -+ Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ Boston, MA 02111-1307, USA. -+*/ -+ -+#include <config.h> -+#include <glibtop.h> -+#include <glibtop/error.h> -+#include <glibtop/cpu.h> -+#include <glibtop/open.h> -+#include <glibtop/init_hooks.h> -+ -+ -+/* !!! THIS FUNCTION RUNS SUID ROOT - CHANGE WITH CAUTION !!! */ -+ -+void -+glibtop_init_p (glibtop *server, const unsigned long features, -+ const unsigned flags) -+{ -+ const _glibtop_init_func_t *init_fkt; -+ -+ if (server == NULL) -+ glibtop_error_r (NULL, "glibtop_init_p (server == NULL)"); -+ -+ /* Do the initialization, but only if not already initialized. */ -+ -+ if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { -+ glibtop_open_p (server, "glibtop", features, flags); -+ -+ for (init_fkt = _glibtop_init_hook_p; *init_fkt; init_fkt++) -+ (*init_fkt) (server); -+ -+ server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; -+ } -+} -+ -+void -+glibtop_open_p (glibtop *server, const char *program_name, -+ const unsigned long features, -+ const unsigned flags) -+{ -+#ifdef DEBUG -+ fprintf (stderr, "DEBUG (%d): glibtop_open_p ()\n", getpid ()); -+#endif -+ -+ /* !!! WE ARE ROOT HERE - CHANGE WITH CAUTION !!! */ -+ server->machine.uid = getuid (); -+ server->machine.euid = geteuid (); -+ server->machine.gid = getgid (); -+ server->machine.egid = getegid (); -+ /* Setup machine-specific data */ -+ server->machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "kvm_open"); -+ -+ if (server->machine.kd == NULL) -+ glibtop_error_io_r (server, "kvm_open"); -+ -+ /* Drop priviledges. */ -+ -+ if (setreuid (server->machine.euid, server->machine.uid)) -+ _exit (1); -+ -+ if (setregid (server->machine.egid, server->machine.gid)) -+ _exit (1); -+ -+ /* !!! END OF SUID ROOT PART !!! */ -+ -+ /* Our effective uid is now those of the user invoking the server, -+ * so we do no longer have any priviledges. */ -+ -+ /* NOTE: On FreeBSD, we do not need to be suid root, we just need to -+ * be sgid kmem. -+ * -+ * The server will only use setegid() to get back it's priviledges, -+ * so it will fail if it is suid root and not sgid kmem. */ -+} diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c b/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c deleted file mode 100644 index ab5fdd66d..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/sysinfo.c.orig 2008-05-23 18:13:23.000000000 -0400 -+++ sysdeps/freebsd/sysinfo.c 2008-09-29 14:35:25.000000000 -0400 -@@ -45,8 +45,8 @@ init_sysinfo (glibtop *server) - - glibtop_init_s (&server, GLIBTOP_SYSDEPS_CPU, 0); - -- len = sizeof (ncpus); -- sysctlbyname ("hw.ncpu", &ncpus, &len, NULL, 0); -+ ncpus = server->ncpu + 1; -+ - len = 0; - sysctlbyname ("hw.model", NULL, &len, NULL, 0); - model = g_malloc (len); diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message deleted file mode 100644 index dacaf62a9..000000000 --- a/devel/libgtop/files/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -=============================================================================== - -In order to use the File System read/write monitor, you must chmod -/dev/devstat so that all users can open it read-only. For example: - -# chmod 0444 /dev/devstat - -In order for this to persist across reboots, add the following to -/etc/devfs.conf: - -perm devstat 0444 - -=============================================================================== diff --git a/devel/libgtop/pkg-descr b/devel/libgtop/pkg-descr deleted file mode 100644 index f263f1127..000000000 --- a/devel/libgtop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library provides the backend for gtop2, a GNOME 2.0 version -of top(1) that allows display and manipulation of running -processes. diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist deleted file mode 100644 index cbba908c8..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop/close.h -include/libgtop-2.0/glibtop/command.h -include/libgtop-2.0/glibtop/cpu.h -include/libgtop-2.0/glibtop/fsusage.h -include/libgtop-2.0/glibtop/global.h -include/libgtop-2.0/glibtop/gnuserv.h -include/libgtop-2.0/glibtop/loadavg.h -include/libgtop-2.0/glibtop/mem.h -include/libgtop-2.0/glibtop/mountlist.h -include/libgtop-2.0/glibtop/msg_limits.h -include/libgtop-2.0/glibtop/netlist.h -include/libgtop-2.0/glibtop/netload.h -include/libgtop-2.0/glibtop/open.h -include/libgtop-2.0/glibtop/parameter.h -include/libgtop-2.0/glibtop/ppp.h -include/libgtop-2.0/glibtop/procaffinity.h -include/libgtop-2.0/glibtop/procargs.h -include/libgtop-2.0/glibtop/prockernel.h -include/libgtop-2.0/glibtop/proclist.h -include/libgtop-2.0/glibtop/procmap.h -include/libgtop-2.0/glibtop/procmem.h -include/libgtop-2.0/glibtop/procopenfiles.h -include/libgtop-2.0/glibtop/procsegment.h -include/libgtop-2.0/glibtop/procsignal.h -include/libgtop-2.0/glibtop/procstate.h -include/libgtop-2.0/glibtop/proctime.h -include/libgtop-2.0/glibtop/procuid.h -include/libgtop-2.0/glibtop/procwd.h -include/libgtop-2.0/glibtop/sem_limits.h -include/libgtop-2.0/glibtop/shm_limits.h -include/libgtop-2.0/glibtop/signal.h -include/libgtop-2.0/glibtop/swap.h -include/libgtop-2.0/glibtop/sysdeps.h -include/libgtop-2.0/glibtop/sysinfo.h -include/libgtop-2.0/glibtop/union.h -include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_private.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -include/libgtop-2.0/libgtopconfig.h -lib/libgtop-2.0.a -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 -%%DOCSDIR%%/libgtop-GlibTop.html -%%DOCSDIR%%/libgtop-Net-List.html -%%DOCSDIR%%/libgtop-Net-Load.html -%%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 -%%DOCSDIR%%/libgtop-procopenfiles.html -%%DOCSDIR%%/libgtop-procsegment.html -%%DOCSDIR%%/libgtop-procsignal.html -%%DOCSDIR%%/libgtop-procstate.html -%%DOCSDIR%%/libgtop-proctime.html -%%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/az/LC_MESSAGES/libgtop-2.0.mo -share/locale/be/LC_MESSAGES/libgtop-2.0.mo -share/locale/bg/LC_MESSAGES/libgtop-2.0.mo -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/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 -share/locale/de/LC_MESSAGES/libgtop-2.0.mo -share/locale/dz/LC_MESSAGES/libgtop-2.0.mo -share/locale/el/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgtop-2.0.mo -share/locale/eo/LC_MESSAGES/libgtop-2.0.mo -share/locale/es/LC_MESSAGES/libgtop-2.0.mo -share/locale/et/LC_MESSAGES/libgtop-2.0.mo -share/locale/eu/LC_MESSAGES/libgtop-2.0.mo -share/locale/fa/LC_MESSAGES/libgtop-2.0.mo -share/locale/fi/LC_MESSAGES/libgtop-2.0.mo -share/locale/fr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ga/LC_MESSAGES/libgtop-2.0.mo -share/locale/gl/LC_MESSAGES/libgtop-2.0.mo -share/locale/gu/LC_MESSAGES/libgtop-2.0.mo -share/locale/he/LC_MESSAGES/libgtop-2.0.mo -share/locale/hi/LC_MESSAGES/libgtop-2.0.mo -share/locale/hr/LC_MESSAGES/libgtop-2.0.mo -share/locale/hu/LC_MESSAGES/libgtop-2.0.mo -share/locale/id/LC_MESSAGES/libgtop-2.0.mo -share/locale/it/LC_MESSAGES/libgtop-2.0.mo -share/locale/ja/LC_MESSAGES/libgtop-2.0.mo -share/locale/ka/LC_MESSAGES/libgtop-2.0.mo -share/locale/ko/LC_MESSAGES/libgtop-2.0.mo -share/locale/ku/LC_MESSAGES/libgtop-2.0.mo -share/locale/ky/LC_MESSAGES/libgtop-2.0.mo -share/locale/la/LC_MESSAGES/libgtop-2.0.mo -share/locale/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/LC_MESSAGES/libgtop-2.0.mo -share/locale/mg/LC_MESSAGES/libgtop-2.0.mo -share/locale/mi/LC_MESSAGES/libgtop-2.0.mo -share/locale/mk/LC_MESSAGES/libgtop-2.0.mo -share/locale/ml/LC_MESSAGES/libgtop-2.0.mo -share/locale/mn/LC_MESSAGES/libgtop-2.0.mo -share/locale/mr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ms/LC_MESSAGES/libgtop-2.0.mo -share/locale/nb/LC_MESSAGES/libgtop-2.0.mo -share/locale/ne/LC_MESSAGES/libgtop-2.0.mo -share/locale/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/oc/LC_MESSAGES/libgtop-2.0.mo -share/locale/or/LC_MESSAGES/libgtop-2.0.mo -share/locale/pa/LC_MESSAGES/libgtop-2.0.mo -share/locale/pl/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo -share/locale/ro/LC_MESSAGES/libgtop-2.0.mo -share/locale/ru/LC_MESSAGES/libgtop-2.0.mo -share/locale/rw/LC_MESSAGES/libgtop-2.0.mo -share/locale/sk/LC_MESSAGES/libgtop-2.0.mo -share/locale/sl/LC_MESSAGES/libgtop-2.0.mo -share/locale/sq/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr@latin/LC_MESSAGES/libgtop-2.0.mo -share/locale/sv/LC_MESSAGES/libgtop-2.0.mo -share/locale/ta/LC_MESSAGES/libgtop-2.0.mo -share/locale/te/LC_MESSAGES/libgtop-2.0.mo -share/locale/th/LC_MESSAGES/libgtop-2.0.mo -share/locale/tr/LC_MESSAGES/libgtop-2.0.mo -share/locale/uk/LC_MESSAGES/libgtop-2.0.mo -share/locale/vi/LC_MESSAGES/libgtop-2.0.mo -share/locale/xh/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo -@dirrm %%DOCSDIR%% -@dirrm include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/la/LC_MESSAGES -@dirrmtry share/locale/la -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/devel/libical/Makefile b/devel/libical/Makefile deleted file mode 100644 index 4da57bc26..000000000 --- a/devel/libical/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libical -# Date created: 8 November 2002 -# Whom: Joe Kelsey -# -# $FreeBSD$ -# - -PORTNAME= libical -PORTVERSION= 0.43 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= freeassociation - -MAINTAINER= joe@zircon.seattle.wa.us -COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols - -USE_GNOME= gnomehack -USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_LDCONFIG= yes -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" - -.if !defined(WITHOUT_PYTHON) -CONFIGURE_ARGS= --enable-python=yes -USE_PYTHON= yes -.else -CONFIGURE_ARGS= --enable-python=no -.endif - -.include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" -.endif -.include <bsd.port.post.mk> diff --git a/devel/libical/distinfo b/devel/libical/distinfo deleted file mode 100644 index de9dfdee2..000000000 --- a/devel/libical/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libical-0.43.tar.gz) = 5f0a1feb60894d0be537aefea5647474 -SHA256 (libical-0.43.tar.gz) = 099f3e29a864de324477983eefaf17a4ef3b4ec8f075f95384db1ac67b6663a6 -SIZE (libical-0.43.tar.gz) = 1145724 diff --git a/devel/libical/pkg-descr b/devel/libical/pkg-descr deleted file mode 100644 index 3049d48d8..000000000 --- a/devel/libical/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Libical is an Open Source implementation of the IETF's iCalendar -Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It -parses iCal components and provides a C API for manipulating the -component properties, parameters, and subcomponents. - -WWW: http://freeassociation.sourceforge.net/ - -/Joe Kelsey -joe@zircon.seattle.wa.us diff --git a/devel/libical/pkg-plist b/devel/libical/pkg-plist deleted file mode 100644 index e944e299a..000000000 --- a/devel/libical/pkg-plist +++ /dev/null @@ -1,474 +0,0 @@ -include/ical.h -include/libical/ical.h -include/libical/icalarray.h -include/libical/icalattach.h -include/libical/icalcalendar.h -include/libical/icalclassify.h -include/libical/icalcluster.h -include/libical/icalcomponent.h -include/libical/icalderivedparameter.h -include/libical/icalderivedproperty.h -include/libical/icalderivedvalue.h -include/libical/icaldirset.h -include/libical/icaldirsetimpl.h -include/libical/icalduration.h -include/libical/icalenums.h -include/libical/icalerror.h -include/libical/icalfileset.h -include/libical/icalfilesetimpl.h -include/libical/icalgauge.h -include/libical/icalgaugeimpl.h -include/libical/icallangbind.h -include/libical/icalmemory.h -include/libical/icalmessage.h -include/libical/icalmime.h -include/libical/icalparameter.h -include/libical/icalparser.h -include/libical/icalperiod.h -include/libical/icalproperty.h -include/libical/icalrecur.h -include/libical/icalrestriction.h -include/libical/icalset.h -include/libical/icalspanlist.h -include/libical/icalss.h -include/libical/icalssyacc.h -include/libical/icaltime.h -include/libical/icaltimezone.h -include/libical/icaltypes.h -include/libical/icaltz-util.h -include/libical/icalvalue.h -include/libical/icalvcal.h -include/libical/port.h -include/libical/pvl.h -include/libical/sspm.h -include/libical/vcaltmp.h -include/libical/vcc.h -include/libical/vobject.h -lib/libical.a -lib/libical.la -lib/libical.so -lib/libical.so.43 -lib/libicalss.a -lib/libicalss.la -lib/libicalss.so -lib/libicalss.so.43 -lib/libicalvcal.a -lib/libicalvcal.la -lib/libicalvcal.so -lib/libicalvcal.so.43 -libdata/pkgconfig/libical.pc -share/libical/zoneinfo/Africa/Abidjan.ics -share/libical/zoneinfo/Africa/Accra.ics -share/libical/zoneinfo/Africa/Addis_Ababa.ics -share/libical/zoneinfo/Africa/Algiers.ics -share/libical/zoneinfo/Africa/Asmara.ics -share/libical/zoneinfo/Africa/Bamako.ics -share/libical/zoneinfo/Africa/Bangui.ics -share/libical/zoneinfo/Africa/Banjul.ics -share/libical/zoneinfo/Africa/Bissau.ics -share/libical/zoneinfo/Africa/Blantyre.ics -share/libical/zoneinfo/Africa/Brazzaville.ics -share/libical/zoneinfo/Africa/Bujumbura.ics -share/libical/zoneinfo/Africa/Cairo.ics -share/libical/zoneinfo/Africa/Casablanca.ics -share/libical/zoneinfo/Africa/Ceuta.ics -share/libical/zoneinfo/Africa/Conakry.ics -share/libical/zoneinfo/Africa/Dakar.ics -share/libical/zoneinfo/Africa/Dar_es_Salaam.ics -share/libical/zoneinfo/Africa/Djibouti.ics -share/libical/zoneinfo/Africa/Douala.ics -share/libical/zoneinfo/Africa/El_Aaiun.ics -share/libical/zoneinfo/Africa/Freetown.ics -share/libical/zoneinfo/Africa/Gaborone.ics -share/libical/zoneinfo/Africa/Harare.ics -share/libical/zoneinfo/Africa/Johannesburg.ics -share/libical/zoneinfo/Africa/Kampala.ics -share/libical/zoneinfo/Africa/Khartoum.ics -share/libical/zoneinfo/Africa/Kigali.ics -share/libical/zoneinfo/Africa/Kinshasa.ics -share/libical/zoneinfo/Africa/Lagos.ics -share/libical/zoneinfo/Africa/Libreville.ics -share/libical/zoneinfo/Africa/Lome.ics -share/libical/zoneinfo/Africa/Luanda.ics -share/libical/zoneinfo/Africa/Lubumbashi.ics -share/libical/zoneinfo/Africa/Lusaka.ics -share/libical/zoneinfo/Africa/Malabo.ics -share/libical/zoneinfo/Africa/Maputo.ics -share/libical/zoneinfo/Africa/Maseru.ics -share/libical/zoneinfo/Africa/Mbabane.ics -share/libical/zoneinfo/Africa/Mogadishu.ics -share/libical/zoneinfo/Africa/Monrovia.ics -share/libical/zoneinfo/Africa/Nairobi.ics -share/libical/zoneinfo/Africa/Ndjamena.ics -share/libical/zoneinfo/Africa/Niamey.ics -share/libical/zoneinfo/Africa/Nouakchott.ics -share/libical/zoneinfo/Africa/Ouagadougou.ics -share/libical/zoneinfo/Africa/Porto-Novo.ics -share/libical/zoneinfo/Africa/Sao_Tome.ics -share/libical/zoneinfo/Africa/Tripoli.ics -share/libical/zoneinfo/Africa/Tunis.ics -share/libical/zoneinfo/Africa/Windhoek.ics -share/libical/zoneinfo/America/Adak.ics -share/libical/zoneinfo/America/Anchorage.ics -share/libical/zoneinfo/America/Anguilla.ics -share/libical/zoneinfo/America/Antigua.ics -share/libical/zoneinfo/America/Araguaina.ics -share/libical/zoneinfo/America/Argentina/Buenos_Aires.ics -share/libical/zoneinfo/America/Argentina/Catamarca.ics -share/libical/zoneinfo/America/Argentina/Cordoba.ics -share/libical/zoneinfo/America/Argentina/Jujuy.ics -share/libical/zoneinfo/America/Argentina/La_Rioja.ics -share/libical/zoneinfo/America/Argentina/Mendoza.ics -share/libical/zoneinfo/America/Argentina/Rio_Gallegos.ics -share/libical/zoneinfo/America/Argentina/San_Juan.ics -share/libical/zoneinfo/America/Argentina/Tucuman.ics -share/libical/zoneinfo/America/Argentina/Ushuaia.ics -share/libical/zoneinfo/America/Aruba.ics -share/libical/zoneinfo/America/Asuncion.ics -share/libical/zoneinfo/America/Atikokan.ics -share/libical/zoneinfo/America/Bahia.ics -share/libical/zoneinfo/America/Barbados.ics -share/libical/zoneinfo/America/Belem.ics -share/libical/zoneinfo/America/Belize.ics -share/libical/zoneinfo/America/Blanc-Sablon.ics -share/libical/zoneinfo/America/Boa_Vista.ics -share/libical/zoneinfo/America/Bogota.ics -share/libical/zoneinfo/America/Boise.ics -share/libical/zoneinfo/America/Cambridge_Bay.ics -share/libical/zoneinfo/America/Campo_Grande.ics -share/libical/zoneinfo/America/Cancun.ics -share/libical/zoneinfo/America/Caracas.ics -share/libical/zoneinfo/America/Cayenne.ics -share/libical/zoneinfo/America/Cayman.ics -share/libical/zoneinfo/America/Chicago.ics -share/libical/zoneinfo/America/Chihuahua.ics -share/libical/zoneinfo/America/Costa_Rica.ics -share/libical/zoneinfo/America/Cuiaba.ics -share/libical/zoneinfo/America/Curacao.ics -share/libical/zoneinfo/America/Danmarkshavn.ics -share/libical/zoneinfo/America/Dawson.ics -share/libical/zoneinfo/America/Dawson_Creek.ics -share/libical/zoneinfo/America/Denver.ics -share/libical/zoneinfo/America/Detroit.ics -share/libical/zoneinfo/America/Dominica.ics -share/libical/zoneinfo/America/Edmonton.ics -share/libical/zoneinfo/America/Eirunepe.ics -share/libical/zoneinfo/America/El_Salvador.ics -share/libical/zoneinfo/America/Fortaleza.ics -share/libical/zoneinfo/America/Glace_Bay.ics -share/libical/zoneinfo/America/Godthab.ics -share/libical/zoneinfo/America/Goose_Bay.ics -share/libical/zoneinfo/America/Grand_Turk.ics -share/libical/zoneinfo/America/Grenada.ics -share/libical/zoneinfo/America/Guadeloupe.ics -share/libical/zoneinfo/America/Guatemala.ics -share/libical/zoneinfo/America/Guayaquil.ics -share/libical/zoneinfo/America/Guyana.ics -share/libical/zoneinfo/America/Halifax.ics -share/libical/zoneinfo/America/Havana.ics -share/libical/zoneinfo/America/Hermosillo.ics -share/libical/zoneinfo/America/Indiana/Indianapolis.ics -share/libical/zoneinfo/America/Indiana/Knox.ics -share/libical/zoneinfo/America/Indiana/Marengo.ics -share/libical/zoneinfo/America/Indiana/Petersburg.ics -share/libical/zoneinfo/America/Indiana/Vevay.ics -share/libical/zoneinfo/America/Indiana/Vincennes.ics -share/libical/zoneinfo/America/Indiana/Winamac.ics -share/libical/zoneinfo/America/Inuvik.ics -share/libical/zoneinfo/America/Iqaluit.ics -share/libical/zoneinfo/America/Jamaica.ics -share/libical/zoneinfo/America/Juneau.ics -share/libical/zoneinfo/America/Kentucky/Louisville.ics -share/libical/zoneinfo/America/Kentucky/Monticello.ics -share/libical/zoneinfo/America/La_Paz.ics -share/libical/zoneinfo/America/Lima.ics -share/libical/zoneinfo/America/Los_Angeles.ics -share/libical/zoneinfo/America/Maceio.ics -share/libical/zoneinfo/America/Managua.ics -share/libical/zoneinfo/America/Manaus.ics -share/libical/zoneinfo/America/Martinique.ics -share/libical/zoneinfo/America/Mazatlan.ics -share/libical/zoneinfo/America/Menominee.ics -share/libical/zoneinfo/America/Merida.ics -share/libical/zoneinfo/America/Mexico_City.ics -share/libical/zoneinfo/America/Miquelon.ics -share/libical/zoneinfo/America/Moncton.ics -share/libical/zoneinfo/America/Monterrey.ics -share/libical/zoneinfo/America/Montevideo.ics -share/libical/zoneinfo/America/Montreal.ics -share/libical/zoneinfo/America/Montserrat.ics -share/libical/zoneinfo/America/Nassau.ics -share/libical/zoneinfo/America/New_York.ics -share/libical/zoneinfo/America/Nipigon.ics -share/libical/zoneinfo/America/Nome.ics -share/libical/zoneinfo/America/Noronha.ics -share/libical/zoneinfo/America/North_Dakota/Center.ics -share/libical/zoneinfo/America/North_Dakota/New_Salem.ics -share/libical/zoneinfo/America/Panama.ics -share/libical/zoneinfo/America/Pangnirtung.ics -share/libical/zoneinfo/America/Paramaribo.ics -share/libical/zoneinfo/America/Phoenix.ics -share/libical/zoneinfo/America/Port-au-Prince.ics -share/libical/zoneinfo/America/Port_of_Spain.ics -share/libical/zoneinfo/America/Porto_Velho.ics -share/libical/zoneinfo/America/Puerto_Rico.ics -share/libical/zoneinfo/America/Rainy_River.ics -share/libical/zoneinfo/America/Rankin_Inlet.ics -share/libical/zoneinfo/America/Recife.ics -share/libical/zoneinfo/America/Regina.ics -share/libical/zoneinfo/America/Rio_Branco.ics -share/libical/zoneinfo/America/Santiago.ics -share/libical/zoneinfo/America/Santo_Domingo.ics -share/libical/zoneinfo/America/Sao_Paulo.ics -share/libical/zoneinfo/America/Scoresbysund.ics -share/libical/zoneinfo/America/Shiprock.ics -share/libical/zoneinfo/America/St_Johns.ics -share/libical/zoneinfo/America/St_Kitts.ics -share/libical/zoneinfo/America/St_Lucia.ics -share/libical/zoneinfo/America/St_Thomas.ics -share/libical/zoneinfo/America/St_Vincent.ics -share/libical/zoneinfo/America/Swift_Current.ics -share/libical/zoneinfo/America/Tegucigalpa.ics -share/libical/zoneinfo/America/Thule.ics -share/libical/zoneinfo/America/Thunder_Bay.ics -share/libical/zoneinfo/America/Tijuana.ics -share/libical/zoneinfo/America/Toronto.ics -share/libical/zoneinfo/America/Tortola.ics -share/libical/zoneinfo/America/Vancouver.ics -share/libical/zoneinfo/America/Whitehorse.ics -share/libical/zoneinfo/America/Winnipeg.ics -share/libical/zoneinfo/America/Yakutat.ics -share/libical/zoneinfo/America/Yellowknife.ics -share/libical/zoneinfo/Antarctica/Casey.ics -share/libical/zoneinfo/Antarctica/Davis.ics -share/libical/zoneinfo/Antarctica/DumontDUrville.ics -share/libical/zoneinfo/Antarctica/Mawson.ics -share/libical/zoneinfo/Antarctica/McMurdo.ics -share/libical/zoneinfo/Antarctica/Palmer.ics -share/libical/zoneinfo/Antarctica/Rothera.ics -share/libical/zoneinfo/Antarctica/South_Pole.ics -share/libical/zoneinfo/Antarctica/Syowa.ics -share/libical/zoneinfo/Antarctica/Vostok.ics -share/libical/zoneinfo/Arctic/Longyearbyen.ics -share/libical/zoneinfo/Asia/Aden.ics -share/libical/zoneinfo/Asia/Almaty.ics -share/libical/zoneinfo/Asia/Amman.ics -share/libical/zoneinfo/Asia/Anadyr.ics -share/libical/zoneinfo/Asia/Aqtau.ics -share/libical/zoneinfo/Asia/Aqtobe.ics -share/libical/zoneinfo/Asia/Ashgabat.ics -share/libical/zoneinfo/Asia/Baghdad.ics -share/libical/zoneinfo/Asia/Bahrain.ics -share/libical/zoneinfo/Asia/Baku.ics -share/libical/zoneinfo/Asia/Bangkok.ics -share/libical/zoneinfo/Asia/Beirut.ics -share/libical/zoneinfo/Asia/Bishkek.ics -share/libical/zoneinfo/Asia/Brunei.ics -share/libical/zoneinfo/Asia/Calcutta.ics -share/libical/zoneinfo/Asia/Choibalsan.ics -share/libical/zoneinfo/Asia/Chongqing.ics -share/libical/zoneinfo/Asia/Colombo.ics -share/libical/zoneinfo/Asia/Damascus.ics -share/libical/zoneinfo/Asia/Dhaka.ics -share/libical/zoneinfo/Asia/Dili.ics -share/libical/zoneinfo/Asia/Dubai.ics -share/libical/zoneinfo/Asia/Dushanbe.ics -share/libical/zoneinfo/Asia/Gaza.ics -share/libical/zoneinfo/Asia/Harbin.ics -share/libical/zoneinfo/Asia/Hong_Kong.ics -share/libical/zoneinfo/Asia/Hovd.ics -share/libical/zoneinfo/Asia/Irkutsk.ics -share/libical/zoneinfo/Asia/Istanbul.ics -share/libical/zoneinfo/Asia/Jakarta.ics -share/libical/zoneinfo/Asia/Jayapura.ics -share/libical/zoneinfo/Asia/Jerusalem.ics -share/libical/zoneinfo/Asia/Kabul.ics -share/libical/zoneinfo/Asia/Kamchatka.ics -share/libical/zoneinfo/Asia/Karachi.ics -share/libical/zoneinfo/Asia/Kashgar.ics -share/libical/zoneinfo/Asia/Katmandu.ics -share/libical/zoneinfo/Asia/Krasnoyarsk.ics -share/libical/zoneinfo/Asia/Kuala_Lumpur.ics -share/libical/zoneinfo/Asia/Kuching.ics -share/libical/zoneinfo/Asia/Kuwait.ics -share/libical/zoneinfo/Asia/Macau.ics -share/libical/zoneinfo/Asia/Magadan.ics -share/libical/zoneinfo/Asia/Makassar.ics -share/libical/zoneinfo/Asia/Manila.ics -share/libical/zoneinfo/Asia/Muscat.ics -share/libical/zoneinfo/Asia/Nicosia.ics -share/libical/zoneinfo/Asia/Novosibirsk.ics -share/libical/zoneinfo/Asia/Omsk.ics -share/libical/zoneinfo/Asia/Oral.ics -share/libical/zoneinfo/Asia/Phnom_Penh.ics -share/libical/zoneinfo/Asia/Pontianak.ics -share/libical/zoneinfo/Asia/Pyongyang.ics -share/libical/zoneinfo/Asia/Qatar.ics -share/libical/zoneinfo/Asia/Qyzylorda.ics -share/libical/zoneinfo/Asia/Rangoon.ics -share/libical/zoneinfo/Asia/Riyadh.ics -share/libical/zoneinfo/Asia/Saigon.ics -share/libical/zoneinfo/Asia/Sakhalin.ics -share/libical/zoneinfo/Asia/Samarkand.ics -share/libical/zoneinfo/Asia/Seoul.ics -share/libical/zoneinfo/Asia/Shanghai.ics -share/libical/zoneinfo/Asia/Singapore.ics -share/libical/zoneinfo/Asia/Taipei.ics -share/libical/zoneinfo/Asia/Tashkent.ics -share/libical/zoneinfo/Asia/Tbilisi.ics -share/libical/zoneinfo/Asia/Tehran.ics -share/libical/zoneinfo/Asia/Thimphu.ics -share/libical/zoneinfo/Asia/Tokyo.ics -share/libical/zoneinfo/Asia/Ulaanbaatar.ics -share/libical/zoneinfo/Asia/Urumqi.ics -share/libical/zoneinfo/Asia/Vientiane.ics -share/libical/zoneinfo/Asia/Vladivostok.ics -share/libical/zoneinfo/Asia/Yakutsk.ics -share/libical/zoneinfo/Asia/Yekaterinburg.ics -share/libical/zoneinfo/Asia/Yerevan.ics -share/libical/zoneinfo/Atlantic/Azores.ics -share/libical/zoneinfo/Atlantic/Bermuda.ics -share/libical/zoneinfo/Atlantic/Canary.ics -share/libical/zoneinfo/Atlantic/Cape_Verde.ics -share/libical/zoneinfo/Atlantic/Faroe.ics -share/libical/zoneinfo/Atlantic/Jan_Mayen.ics -share/libical/zoneinfo/Atlantic/Madeira.ics -share/libical/zoneinfo/Atlantic/Reykjavik.ics -share/libical/zoneinfo/Atlantic/South_Georgia.ics -share/libical/zoneinfo/Atlantic/St_Helena.ics -share/libical/zoneinfo/Atlantic/Stanley.ics -share/libical/zoneinfo/Australia/Adelaide.ics -share/libical/zoneinfo/Australia/Brisbane.ics -share/libical/zoneinfo/Australia/Broken_Hill.ics -share/libical/zoneinfo/Australia/Currie.ics -share/libical/zoneinfo/Australia/Darwin.ics -share/libical/zoneinfo/Australia/Eucla.ics -share/libical/zoneinfo/Australia/Hobart.ics -share/libical/zoneinfo/Australia/Lindeman.ics -share/libical/zoneinfo/Australia/Lord_Howe.ics -share/libical/zoneinfo/Australia/Melbourne.ics -share/libical/zoneinfo/Australia/Perth.ics -share/libical/zoneinfo/Australia/Sydney.ics -share/libical/zoneinfo/Europe/Amsterdam.ics -share/libical/zoneinfo/Europe/Andorra.ics -share/libical/zoneinfo/Europe/Athens.ics -share/libical/zoneinfo/Europe/Belgrade.ics -share/libical/zoneinfo/Europe/Berlin.ics -share/libical/zoneinfo/Europe/Bratislava.ics -share/libical/zoneinfo/Europe/Brussels.ics -share/libical/zoneinfo/Europe/Bucharest.ics -share/libical/zoneinfo/Europe/Budapest.ics -share/libical/zoneinfo/Europe/Chisinau.ics -share/libical/zoneinfo/Europe/Copenhagen.ics -share/libical/zoneinfo/Europe/Dublin.ics -share/libical/zoneinfo/Europe/Gibraltar.ics -share/libical/zoneinfo/Europe/Guernsey.ics -share/libical/zoneinfo/Europe/Helsinki.ics -share/libical/zoneinfo/Europe/Isle_of_Man.ics -share/libical/zoneinfo/Europe/Istanbul.ics -share/libical/zoneinfo/Europe/Jersey.ics -share/libical/zoneinfo/Europe/Kaliningrad.ics -share/libical/zoneinfo/Europe/Kiev.ics -share/libical/zoneinfo/Europe/Lisbon.ics -share/libical/zoneinfo/Europe/Ljubljana.ics -share/libical/zoneinfo/Europe/London.ics -share/libical/zoneinfo/Europe/Luxembourg.ics -share/libical/zoneinfo/Europe/Madrid.ics -share/libical/zoneinfo/Europe/Malta.ics -share/libical/zoneinfo/Europe/Mariehamn.ics -share/libical/zoneinfo/Europe/Minsk.ics -share/libical/zoneinfo/Europe/Monaco.ics -share/libical/zoneinfo/Europe/Moscow.ics -share/libical/zoneinfo/Europe/Nicosia.ics -share/libical/zoneinfo/Europe/Oslo.ics -share/libical/zoneinfo/Europe/Paris.ics -share/libical/zoneinfo/Europe/Podgorica.ics -share/libical/zoneinfo/Europe/Prague.ics -share/libical/zoneinfo/Europe/Riga.ics -share/libical/zoneinfo/Europe/Rome.ics -share/libical/zoneinfo/Europe/Samara.ics -share/libical/zoneinfo/Europe/San_Marino.ics -share/libical/zoneinfo/Europe/Sarajevo.ics -share/libical/zoneinfo/Europe/Simferopol.ics -share/libical/zoneinfo/Europe/Skopje.ics -share/libical/zoneinfo/Europe/Sofia.ics -share/libical/zoneinfo/Europe/Stockholm.ics -share/libical/zoneinfo/Europe/Tallinn.ics -share/libical/zoneinfo/Europe/Tirane.ics -share/libical/zoneinfo/Europe/Uzhgorod.ics -share/libical/zoneinfo/Europe/Vaduz.ics -share/libical/zoneinfo/Europe/Vatican.ics -share/libical/zoneinfo/Europe/Vienna.ics -share/libical/zoneinfo/Europe/Vilnius.ics -share/libical/zoneinfo/Europe/Volgograd.ics -share/libical/zoneinfo/Europe/Warsaw.ics -share/libical/zoneinfo/Europe/Zagreb.ics -share/libical/zoneinfo/Europe/Zaporozhye.ics -share/libical/zoneinfo/Europe/Zurich.ics -share/libical/zoneinfo/Indian/Antananarivo.ics -share/libical/zoneinfo/Indian/Chagos.ics -share/libical/zoneinfo/Indian/Christmas.ics -share/libical/zoneinfo/Indian/Cocos.ics -share/libical/zoneinfo/Indian/Comoro.ics -share/libical/zoneinfo/Indian/Kerguelen.ics -share/libical/zoneinfo/Indian/Mahe.ics -share/libical/zoneinfo/Indian/Maldives.ics -share/libical/zoneinfo/Indian/Mauritius.ics -share/libical/zoneinfo/Indian/Mayotte.ics -share/libical/zoneinfo/Indian/Reunion.ics -share/libical/zoneinfo/Pacific/Apia.ics -share/libical/zoneinfo/Pacific/Auckland.ics -share/libical/zoneinfo/Pacific/Chatham.ics -share/libical/zoneinfo/Pacific/Easter.ics -share/libical/zoneinfo/Pacific/Efate.ics -share/libical/zoneinfo/Pacific/Enderbury.ics -share/libical/zoneinfo/Pacific/Fakaofo.ics -share/libical/zoneinfo/Pacific/Fiji.ics -share/libical/zoneinfo/Pacific/Funafuti.ics -share/libical/zoneinfo/Pacific/Galapagos.ics -share/libical/zoneinfo/Pacific/Gambier.ics -share/libical/zoneinfo/Pacific/Guadalcanal.ics -share/libical/zoneinfo/Pacific/Guam.ics -share/libical/zoneinfo/Pacific/Honolulu.ics -share/libical/zoneinfo/Pacific/Johnston.ics -share/libical/zoneinfo/Pacific/Kiritimati.ics -share/libical/zoneinfo/Pacific/Kosrae.ics -share/libical/zoneinfo/Pacific/Kwajalein.ics -share/libical/zoneinfo/Pacific/Majuro.ics -share/libical/zoneinfo/Pacific/Marquesas.ics -share/libical/zoneinfo/Pacific/Midway.ics -share/libical/zoneinfo/Pacific/Nauru.ics -share/libical/zoneinfo/Pacific/Niue.ics -share/libical/zoneinfo/Pacific/Norfolk.ics -share/libical/zoneinfo/Pacific/Noumea.ics -share/libical/zoneinfo/Pacific/Pago_Pago.ics -share/libical/zoneinfo/Pacific/Palau.ics -share/libical/zoneinfo/Pacific/Pitcairn.ics -share/libical/zoneinfo/Pacific/Ponape.ics -share/libical/zoneinfo/Pacific/Port_Moresby.ics -share/libical/zoneinfo/Pacific/Rarotonga.ics -share/libical/zoneinfo/Pacific/Saipan.ics -share/libical/zoneinfo/Pacific/Tahiti.ics -share/libical/zoneinfo/Pacific/Tarawa.ics -share/libical/zoneinfo/Pacific/Tongatapu.ics -share/libical/zoneinfo/Pacific/Truk.ics -share/libical/zoneinfo/Pacific/Wake.ics -share/libical/zoneinfo/Pacific/Wallis.ics -share/libical/zoneinfo/zones.tab -@dirrm share/libical/zoneinfo/Pacific -@dirrm share/libical/zoneinfo/Indian -@dirrm share/libical/zoneinfo/Europe -@dirrm share/libical/zoneinfo/Australia -@dirrm share/libical/zoneinfo/Atlantic -@dirrm share/libical/zoneinfo/Asia -@dirrm share/libical/zoneinfo/Arctic -@dirrm share/libical/zoneinfo/Antarctica -@dirrm share/libical/zoneinfo/America/North_Dakota -@dirrm share/libical/zoneinfo/America/Kentucky -@dirrm share/libical/zoneinfo/America/Indiana -@dirrm share/libical/zoneinfo/America/Argentina -@dirrm share/libical/zoneinfo/America -@dirrm share/libical/zoneinfo/Africa -@dirrm share/libical/zoneinfo -@dirrm share/libical -@dirrm include/libical diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index 6285345e8..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.57 2009/03/17 14:10:46 kwm Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.26.0 -PORTREVISION= 1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - proxy.0:${PORTSDIR}/net/libproxy \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="2.4" - -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libsoup has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index a34d4ff80..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libsoup-2.26.0.tar.bz2) = 9df9d2b3304213641d3214a774d75ee1 -SHA256 (gnome2/libsoup-2.26.0.tar.bz2) = 47b749b20717df24393c83adcce9a3a10f0690517c18da8d0a1ddcb410a0ac1d -SIZE (gnome2/libsoup-2.26.0.tar.bz2) = 736527 diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr deleted file mode 100644 index 1ec2bfea4..000000000 --- a/devel/libsoup/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides a queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) for C -compilers which generates client stubs and server skeletons for easily -calling and implementing SOAP methods. It uses GLib and is designed to work -well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist deleted file mode 100644 index 7d6d2a3ed..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-basic.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h -include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h -include/libsoup-%%VERSION%%/libsoup/soup-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar-text.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie-jar.h -include/libsoup-%%VERSION%%/libsoup/soup-cookie.h -include/libsoup-%%VERSION%%/libsoup/soup-date.h -include/libsoup-%%VERSION%%/libsoup/soup-enum-types.h -include/libsoup-%%VERSION%%/libsoup/soup-form.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-logger.h -include/libsoup-%%VERSION%%/libsoup/soup-message-body.h -include/libsoup-%%VERSION%%/libsoup/soup-message-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-multipart.h -include/libsoup-%%VERSION%%/libsoup/soup-portability.h -include/libsoup-%%VERSION%%/libsoup/soup-proxy-resolver.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-feature.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h -include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h -include/libsoup-%%VERSION%%/libsoup/soup.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-cookie-jar-sqlite.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome-features.h -include/libsoup-gnome-%%VERSION%%/libsoup/soup-gnome.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.1 -lib/libsoup-gnome-%%VERSION%%.a -lib/libsoup-gnome-%%VERSION%%.la -lib/libsoup-gnome-%%VERSION%%.so -lib/libsoup-gnome-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -libdata/pkgconfig/libsoup-gnome-%%VERSION%%.pc -@dirrm include/libsoup-gnome-%%VERSION%%/libsoup -@dirrm include/libsoup-gnome-%%VERSION%% -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% |