diff options
Diffstat (limited to 'devel')
274 files changed, 0 insertions, 9986 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index 53141d863..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,85 +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.12 2007/09/03 22:53:37 marcus Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.2.1 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= anjuta - -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 \ - gbf-1.1:${PORTSDIR}/devel/gnome-build \ - gladeui-1.7:${PORTSDIR}/devel/glade3 \ - devhelp-1.0:${PORTSDIR}/devel/devhelp -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_XLIB= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte \ - gtksourceview -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_LDCONFIG= yes - -MAN1= anjuta.1 anjuta_launcher.1 - -OPTIONS= SVN "Build subversion plugins" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion -RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion -USE_APACHE= 2.0+ - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib \ - --with-apr-config=${LOCALBASE}/bin/apr-1-config \ - --with-apu-config=${LOCALBASE}/bin/apu-1-config -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -post-configure: - @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \ - s|/usr/local|${PREFIX}|' \ - ${WRKSRC}/global-tags/create_global_tags.sh - @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ - ${WRKSRC}/configure - -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 42efaca6c..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (anjuta-2.2.1.tar.bz2) = 7569935b1b498bd64ff05e38087e7189 -SHA256 (anjuta-2.2.1.tar.bz2) = e569dd0089bdbc333a2fd0342ead82154f44ad4d456165c801cde485756499aa -SIZE (anjuta-2.2.1.tar.bz2) = 5533408 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index 2aaa034b9..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig Sat Jul 7 20:39:34 2007 -+++ Makefile.in Sat Jul 7 20:40:39 2007 -@@ -493,14 +493,14 @@ uninstall-anjuta_dataDATA: - rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \ - done - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)" -- @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 5f8d4d6ca..000000000 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- doc/Makefile.in.orig Sat Jul 7 20:41:01 2007 -+++ doc/Makefile.in Sat Jul 7 20:41:29 2007 -@@ -433,14 +433,14 @@ uninstall-man1: - rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ - done - install-anjuta_docDATA: $(anjuta_doc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjuta_docdir)" || $(MKDIR_P) "$(DESTDIR)$(anjuta_docdir)" -- @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -- $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjuta_docdir)" || $(MKDIR_P) "$(DESTDIR)$(anjuta_docdir)" -+# @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -+# $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -+# done - - uninstall-anjuta_docDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-global-tags_create_global_tags.sh b/devel/anjuta/files/patch-global-tags_create_global_tags.sh deleted file mode 100644 index 206e390c2..000000000 --- a/devel/anjuta/files/patch-global-tags_create_global_tags.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- global-tags/create_global_tags.sh.orig Sun Jul 8 03:39:26 2007 -+++ global-tags/create_global_tags.sh Sun Jul 8 03:41:12 2007 -@@ -68,9 +68,9 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C - ## the packages, which we don't like. We only want cflags relevent - ## to the packages alone. - ## -- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` -+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/libdata\/pkgconfig'/` - PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" -- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib64\/pkgconfig'/` -+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` - PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" - - PKG_CONFIG_PATH_PROPER=`echo $PKG_CONFIG_PATH | sed -e 's/\:/ /g'` -@@ -88,7 +88,7 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C - for pkg_path in $PKG_CONFIG_PATH_PROPER; do - for pkg_file in `find "$pkg_path" -name '*.pc' 2>/dev/null`; do - # echo "Scanning package: $pkg_file" -- PKG_CFLAGS=`grep -e '^\(\w\+=\|\s*Cflags:\)' "$pkg_file"|sed -e 's/Cflags:\s*"\?\(.*\)"\?\s*/echo "\1"/' -e 's/^\(\w\+\)=\("\([^"]*\)"\|\(.*\)\)/\1="\3\4"/'|sh` -+ PKG_CFLAGS=`grep -E -e '^([a-zA-Z0-9_]+=|[[:space:]]*Cflags:)' "$pkg_file"|sed -E -e 's/Cflags:[[:space:]]*"?(.*)"?[[:space:]]*/echo "\1"/' -e 's/^([a-zA-Z0-9_]+)=("([^"]*)"|(.*))/\1="\3\4"/'|sh` - # echo $PKG_CFLAGS - package=`basename "$pkg_file" '.pc'` - # if [ ! -e $BASEDIR/tags/$package.anjutatags.gz ] ; then diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 73987d782..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,80 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig Mon Jun 11 13:22:08 2007 -+++ libanjuta/anjuta-launcher.c Sun Jul 8 03:39:07 2007 -@@ -37,7 +37,7 @@ - #include <signal.h> - - #if !defined(__sun) && !defined(__NetBSD__) --# ifndef FREEBSD -+# if !defined(__FreeBSD__) - # include <pty.h> - # else - # include <libutil.h> -@@ -713,7 +713,8 @@ anjuta_launcher_scan_output (GIOChannel - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0 && !err) /* There is output */ - { - gchar *utf8_chars; -@@ -733,6 +734,13 @@ anjuta_launcher_scan_output (GIOChannel - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stdout_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ ret = FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -762,7 +770,8 @@ anjuta_launcher_scan_error (GIOChannel * - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0 && !err) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -782,6 +791,13 @@ anjuta_launcher_scan_error (GIOChannel * - anjuta_launcher_synchronize (launcher); - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ launcher->priv->stderr_is_done = TRUE; -+ anjuta_launcher_synchronize (launcher); -+ ret = FALSE; -+ } -+ - /* Read next chars if buffer was too small - * (the maximum length of one character is 6 bytes) */ - } while (!err && (n > FILE_BUFFER_SIZE - 7)); -@@ -811,7 +827,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch - GError *err = NULL; - do - { -- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); -+ GIOStatus status; -+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err); - if (n > 0 && !err) /* There is stderr output */ - { - gchar *utf8_chars; -@@ -833,6 +850,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch - else if (err && errno != EAGAIN && errno != EINTR) - { - g_warning (_("launcher.c: Error while reading child pty\n")); -+ ret = FALSE; -+ } -+ else if (status == G_IO_STATUS_EOF) -+ { - ret = FALSE; - } - /* Read next chars if buffer was too small diff --git a/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c b/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c deleted file mode 100644 index 986d68057..000000000 --- a/devel/anjuta/files/patch-plugins_document-manager_anjuta-docman.c +++ /dev/null @@ -1,69 +0,0 @@ ---- plugins/document-manager/anjuta-docman.c.orig Thu Jun 7 14:56:53 2007 -+++ plugins/document-manager/anjuta-docman.c Fri Aug 31 16:53:19 2007 -@@ -902,6 +902,7 @@ - const gchar *linenum; - glong lineno; - gboolean is_local_uri; -+ gchar normalized_path_buf[PATH_MAX]; - gchar *normalized_path = NULL; - - IAnjutaEditor *te; -@@ -926,9 +927,11 @@ - /* Get the normalized file path for comparision */ - is_local_uri = gnome_vfs_uri_is_local (vfs_uri); - if (is_local_uri) -- normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), NULL); -- if (normalized_path == NULL) -- normalized_path = g_strdup (uri); -+ normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), normalized_path_buf); -+ if (normalized_path == NULL) { -+ (void) strlcpy (normalized_path_buf, uri, PATH_MAX); -+ normalized_path = normalized_path_buf; -+ } - - gnome_vfs_uri_unref (vfs_uri); - /* g_free(filename); */ -@@ -942,6 +945,7 @@ - AnjutaDocmanPage *page; - gboolean te_is_local_uri; - gchar *te_uri; -+ char te_normalized_path_buf[PATH_MAX]; - gchar *te_normalized_path = NULL; - - page = (AnjutaDocmanPage *) node->data; -@@ -959,9 +963,11 @@ - te_is_local_uri = gnome_vfs_uri_is_local (vfs_uri); - if (te_is_local_uri) - te_normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), -- NULL); -- if (te_normalized_path == NULL) -- te_normalized_path = g_strdup (te_uri); -+ te_normalized_path_buf); -+ if (te_normalized_path == NULL) { -+ (void) strlcpy (te_normalized_path_buf, te_uri, PATH_MAX); -+ te_normalized_path = te_normalized_path_buf; -+ } - gnome_vfs_uri_unref (vfs_uri); - - if (strcmp (normalized_path, te_normalized_path) == 0) -@@ -982,12 +988,9 @@ - an_file_history_push (te_uri, lineno); - g_free (uri); - g_free (te_uri); -- g_free (normalized_path); -- g_free (te_normalized_path); - return te; - } - g_free (te_uri); -- g_free (te_normalized_path); - node = g_list_next (node); - } - te = anjuta_docman_add_editor (docman, uri, NULL); -@@ -1006,7 +1009,6 @@ - } - } - g_free (uri); -- g_free (normalized_path); - return te ; - } - diff --git a/devel/anjuta/files/patch-plugins_glade_pluginc.c b/devel/anjuta/files/patch-plugins_glade_pluginc.c deleted file mode 100644 index 569bafe71..000000000 --- a/devel/anjuta/files/patch-plugins_glade_pluginc.c +++ /dev/null @@ -1,113 +0,0 @@ ---- plugins/glade/plugin.c 2007/06/20 02:18:37 3013 -+++ plugins/glade/plugin.c 2007/07/07 13:25:08 3048 -@@ -20,7 +20,7 @@ - - #include <config.h> - --#if (GLADEUI_VERSION <= 302) -+#if (GLADEUI_VERSION <= 303) - # include <glade.h> - #else - # if (GLADEUI_VERSION <= 314) -@@ -54,7 +54,7 @@ - GtkActionGroup *action_group; - GladeApp *gpw; - GtkWidget *inspector; --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - GtkWidget *design_notebook; - #endif - GtkWidget *view_box; -@@ -428,7 +428,7 @@ - static void - glade_do_close (GladePlugin *plugin, GladeProject *project) - { --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - GtkWidget *design_view; - - design_view = g_object_get_data (G_OBJECT (project), "design_view"); -@@ -459,7 +459,11 @@ - } - - #if (GLADEUI_VERSION >= 330) -- if (glade_project_get_has_unsaved_changes (project)) -+# if (GLADEUI_VERSION > 331) -+ if (glade_project_get_modified (project)) -+# else -+ if (glade_project_get_has_unsaved_changes (project)) -+# endif - #else - if (project->changed) - #endif -@@ -502,14 +506,14 @@ - { - GladeProject *project; - --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - GtkWidget *design_view; - gint design_pagenum; - #endif - gtk_tree_model_get (model, &iter, PROJECT_COL, &project, -1); - glade_app_set_project (project); - --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - design_view = g_object_get_data (G_OBJECT (project), "design_view"); - design_pagenum = gtk_notebook_page_num (GTK_NOTEBOOK (plugin->priv->design_notebook), - design_view); -@@ -713,7 +717,7 @@ - gtk_container_remove (GTK_CONTAINER (parent), wid); - } - --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - static void - glade_plugin_add_project (GladePlugin *glade_plugin, GladeProject *project) - { -@@ -796,7 +800,7 @@ - g_object_unref (G_OBJECT (store)); - gtk_box_pack_start (GTK_BOX (priv->view_box), priv->projects_combo, - FALSE, FALSE, 0); --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - # if (GLADEUI_VERSION >= 330) - priv->inspector = glade_inspector_new (); - -@@ -825,7 +829,7 @@ - gtk_notebook_popup_enable (GTK_NOTEBOOK (glade_app_get_editor ()->notebook)); - - --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - /* Create design_notebook */ - priv->design_notebook = gtk_notebook_new (); - gtk_notebook_set_show_tabs (GTK_NOTEBOOK (priv->design_notebook), FALSE); -@@ -862,7 +866,7 @@ - g_object_ref (glade_app_get_palette ()); - g_object_ref (glade_app_get_editor ()); - g_object_ref (priv->view_box); --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - g_object_ref (priv->design_notebook); - #endif - gtk_widget_show (GTK_WIDGET (glade_app_get_palette ())); -@@ -884,7 +888,7 @@ - "AnjutaGladeEditor", _("Properties"), - "glade-plugin-icon", - ANJUTA_SHELL_PLACEMENT_CENTER, NULL); --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - anjuta_shell_add_widget (ANJUTA_PLUGIN (plugin)->shell, - GTK_WIDGET (priv->design_notebook), - "AnjutaGladeDesigner", _("Designer"), -@@ -935,7 +939,7 @@ - anjuta_shell_remove_widget (plugin->shell, - GTK_WIDGET (priv->view_box), - NULL); --#if (GLADEUI_VERSION > 302) -+#if (GLADEUI_VERSION > 303) - anjuta_shell_remove_widget (plugin->shell, - GTK_WIDGET (priv->design_notebook), - NULL); diff --git a/devel/anjuta/files/patch-scripts::anjuta_import.sh.in b/devel/anjuta/files/patch-scripts::anjuta_import.sh.in deleted file mode 100644 index 94b1413d6..000000000 --- a/devel/anjuta/files/patch-scripts::anjuta_import.sh.in +++ /dev/null @@ -1,8 +0,0 @@ ---- scripts/anjuta_import.sh.in.orig Wed May 14 16:09:42 2003 -+++ scripts/anjuta_import.sh.in Wed May 14 16:11:15 2003 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # Shell script to automatically create an Anjuta 1.x project file - # Copyright: Biswapesh Chattopadhyay (biswapesh_chatterjee@tcscal.co.in) 2001-2002 diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr deleted file mode 100644 index a082bce7c..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 -utilites 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 ecc2d1832..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,863 +0,0 @@ -bin/anjuta -bin/anjuta-shell -bin/anjuta_import.sh -bin/anjuta_launcher -include/libanjuta-1.0/libanjuta/anjuta-children.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-enum-types.h -include/libanjuta-1.0/libanjuta/anjuta-glue-factory.h -include/libanjuta-1.0/libanjuta/anjuta-glue-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-manager.h -include/libanjuta-1.0/libanjuta/anjuta-plugin.h -include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h -include/libanjuta-1.0/libanjuta/anjuta-preferences.h -include/libanjuta-1.0/libanjuta/anjuta-profile-manager.h -include/libanjuta-1.0/libanjuta/anjuta-profile.h -include/libanjuta-1.0/libanjuta/anjuta-save-prompt.h -include/libanjuta-1.0/libanjuta/anjuta-serializer.h -include/libanjuta-1.0/libanjuta/anjuta-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-cpu-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-autocomplete.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-indicable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-language-support.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-variable-debugger.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-interfaces.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta.idl -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-editor.plugin -lib/anjuta/anjuta-file-manager.plugin -lib/anjuta/anjuta-file-wizard.plugin -lib/anjuta/anjuta-gdb.plugin -lib/anjuta/anjuta-glade.plugin -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-language-cpp-java.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-macro.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-search.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-symbol-browser.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-debug-manager.so -lib/anjuta/libanjuta-devhelp.la -lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so -lib/anjuta/libanjuta-file-manager.la -lib/anjuta/libanjuta-file-manager.so -lib/anjuta/libanjuta-file-wizard.la -lib/anjuta/libanjuta-file-wizard.so -lib/anjuta/libanjuta-gdb.la -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-glade.la -lib/anjuta/libanjuta-glade.so -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-language-cpp-java.la -lib/anjuta/libanjuta-language-cpp-java.so -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-macro.la -lib/anjuta/libanjuta-macro.so -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-profiler.la -lib/anjuta/libanjuta-profiler.so -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-browser.la -lib/anjuta/libanjuta-symbol-browser.so -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -lib/anjuta/libanjuta-tools.la -lib/anjuta/libanjuta-tools.so -lib/anjuta/profiler.plugin -lib/anjuta/sourceview.plugin -lib/libanjuta-ctags.la -lib/libanjuta-ctags.so -lib/libanjuta-ctags.so.0 -lib/libanjuta-egg.la -lib/libanjuta-egg.so -lib/libanjuta-egg.so.0 -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/FUTURE -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/doc/libanjuta/AnjutaLauncher.html -share/doc/libanjuta/AnjutaPlugin.html -share/doc/libanjuta/AnjutaPluginHandle.html -share/doc/libanjuta/AnjutaPluginManager.html -share/doc/libanjuta/AnjutaPreferences.html -share/doc/libanjuta/AnjutaPreferencesDialog.html -share/doc/libanjuta/AnjutaProfile.html -share/doc/libanjuta/AnjutaProfileManager.html -share/doc/libanjuta/AnjutaSavePrompt.html -share/doc/libanjuta/AnjutaSerializer.html -share/doc/libanjuta/AnjutaSession.html -share/doc/libanjuta/AnjutaStatus.html -share/doc/libanjuta/AnjutaUI.html -share/doc/libanjuta/action-block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content-block.html -share/doc/libanjuta/header-block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html -share/doc/libanjuta/libanjuta-ESplash.html -share/doc/libanjuta/libanjuta-GluePlugin.html -share/doc/libanjuta/libanjuta-anjuta-children.html -share/doc/libanjuta/libanjuta-anjuta-debug.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-enum-types.html -share/doc/libanjuta/libanjuta-anjuta-marshal.html -share/doc/libanjuta/libanjuta-anjuta-plugin-description.html -share/doc/libanjuta/libanjuta-anjuta-shell.html -share/doc/libanjuta/libanjuta-anjuta-utils.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-glue-cpp.html -share/doc/libanjuta/libanjuta-glue-factory.html -share/doc/libanjuta/libanjuta-ianjuta-bookmark.html -share/doc/libanjuta/libanjuta-ianjuta-buildable.html -share/doc/libanjuta/libanjuta-ianjuta-cpu-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-debug-manager.html -share/doc/libanjuta/libanjuta-ianjuta-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-document-manager.html -share/doc/libanjuta/libanjuta-ianjuta-editor-assist.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell-style.html -share/doc/libanjuta/libanjuta-ianjuta-editor-cell.html -share/doc/libanjuta/libanjuta-ianjuta-editor-comment.html -share/doc/libanjuta/libanjuta-ianjuta-editor-convert.html -share/doc/libanjuta/libanjuta-ianjuta-editor-factory.html -share/doc/libanjuta/libanjuta-ianjuta-editor-folds.html -share/doc/libanjuta/libanjuta-ianjuta-editor-goto.html -share/doc/libanjuta/libanjuta-ianjuta-editor-hover.html -share/doc/libanjuta/libanjuta-ianjuta-editor-language.html -share/doc/libanjuta/libanjuta-ianjuta-editor-line-mode.html -share/doc/libanjuta/libanjuta-ianjuta-editor-selection.html -share/doc/libanjuta/libanjuta-ianjuta-editor-view.html -share/doc/libanjuta/libanjuta-ianjuta-editor-zoom.html -share/doc/libanjuta/libanjuta-ianjuta-editor.html -share/doc/libanjuta/libanjuta-ianjuta-file-loader.html -share/doc/libanjuta/libanjuta-ianjuta-file-manager.html -share/doc/libanjuta/libanjuta-ianjuta-file-savable.html -share/doc/libanjuta/libanjuta-ianjuta-file.html -share/doc/libanjuta/libanjuta-ianjuta-help.html -share/doc/libanjuta/libanjuta-ianjuta-indicable.html -share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html -share/doc/libanjuta/libanjuta-ianjuta-iterable.html -share/doc/libanjuta/libanjuta-ianjuta-language-support.html -share/doc/libanjuta/libanjuta-ianjuta-loader.html -share/doc/libanjuta/libanjuta-ianjuta-macro.html -share/doc/libanjuta/libanjuta-ianjuta-markable.html -share/doc/libanjuta/libanjuta-ianjuta-message-manager.html -share/doc/libanjuta/libanjuta-ianjuta-message-view.html -share/doc/libanjuta/libanjuta-ianjuta-preferences.html -share/doc/libanjuta/libanjuta-ianjuta-print.html -share/doc/libanjuta/libanjuta-ianjuta-project-manager.html -share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html -share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html -share/doc/libanjuta/libanjuta-ianjuta-stream.html -share/doc/libanjuta/libanjuta-ianjuta-symbol-manager.html -share/doc/libanjuta/libanjuta-ianjuta-symbol.html -share/doc/libanjuta/libanjuta-ianjuta-terminal.html -share/doc/libanjuta/libanjuta-ianjuta-todo.html -share/doc/libanjuta/libanjuta-ianjuta-variable-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-vcs.html -share/doc/libanjuta/libanjuta-ianjuta-wizard.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta-resources.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page-block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/anjuta/AUTHORS -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-file-manager-plugin.glade -share/anjuta/glade/anjuta-file-wizard.glade -share/anjuta/glade/anjuta-gdb.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-import.glade -share/anjuta/glade/anjuta-project-wizard.glade -share/anjuta/glade/anjuta-search.glade -%%SVN%%share/anjuta/glade/anjuta-subversion.glade -share/anjuta/glade/anjuta-symbol-browser-plugin.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/editor.glade -share/anjuta/glade/layout.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/sourceview.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/indent_test.c -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/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-logo.png -share/anjuta/project/gnome.wiz -share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gnome/src/Makefile.am.tpl -share/anjuta/project/gnome/src/callbacks.c -share/anjuta/project/gnome/src/callbacks.h -share/anjuta/project/gnome/src/main.c -share/anjuta/project/gnome/src/project.glade -share/anjuta/project/gtk-logo.png -share/anjuta/project/gtk.wiz -share/anjuta/project/gtk/po/POTFILES.in -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/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/Embedded.properties -share/anjuta/properties/SciTEGlobal.properties -share/anjuta/properties/ada.properties -share/anjuta/properties/anjuta.properties -share/anjuta/properties/asm.properties -share/anjuta/properties/asn1.properties -share/anjuta/properties/au3.properties -share/anjuta/properties/ave.properties -share/anjuta/properties/baan.properties -share/anjuta/properties/bullant.properties -share/anjuta/properties/conf.properties -share/anjuta/properties/cpp.properties -share/anjuta/properties/css.properties -share/anjuta/properties/eiffel.properties -share/anjuta/properties/erlang.properties -share/anjuta/properties/escript.properties -share/anjuta/properties/forth.properties -share/anjuta/properties/fortran.properties -share/anjuta/properties/html.properties -share/anjuta/properties/kix.properties -share/anjuta/properties/latex.properties -share/anjuta/properties/lisp.properties -share/anjuta/properties/lot.properties -share/anjuta/properties/lout.properties -share/anjuta/properties/lua.properties -share/anjuta/properties/matlab.properties -share/anjuta/properties/metapost.properties -share/anjuta/properties/mmixal.properties -share/anjuta/properties/nncrontab.properties -share/anjuta/properties/nsis.properties -share/anjuta/properties/others.properties -share/anjuta/properties/pascal.properties -share/anjuta/properties/perl.properties -share/anjuta/properties/pov.properties -share/anjuta/properties/ps.properties -share/anjuta/properties/python.properties -share/anjuta/properties/ruby.properties -share/anjuta/properties/scriptol.properties -share/anjuta/properties/specman.properties -share/anjuta/properties/sql.properties -share/anjuta/properties/styles.properties -share/anjuta/properties/tcl.properties -share/anjuta/properties/tex.properties -share/anjuta/properties/user.properties -share/anjuta/properties/vb.properties -share/anjuta/properties/verilog.properties -share/anjuta/properties/vhdl.properties -share/anjuta/properties/yaml.properties -share/anjuta/scripts/anjuta-tags -share/anjuta/scripts/create_global_tags.sh -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 -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui -share/anjuta/ui/anjuta-document-manager.ui -share/anjuta/ui/anjuta-file-manager.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-sample.ui -share/anjuta/ui/anjuta-search.ui -share/anjuta/ui/anjuta-shell.ui -%%SVN%%share/anjuta/ui/anjuta-subversion.ui -share/anjuta/ui/anjuta-symbol-browser-plugin.ui -share/anjuta/ui/anjuta-tools.ui -share/anjuta/ui/anjuta.ui -share/anjuta/ui/profiler.ui -share/anjuta/welcome.txt -share/applications/anjuta.desktop -share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml -share/gnome/help/anjuta-faqs/C/legal.xml -share/gnome/help/anjuta-manual/C/anjuta-manual.xml -share/gnome/help/anjuta-manual/C/authors.xml -share/gnome/help/anjuta-manual/C/debugger.xml -share/gnome/help/anjuta-manual/C/figures/a2ps.png -share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png -share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png -share/gnome/help/anjuta-manual/C/figures/arguments.png -share/gnome/help/anjuta-manual/C/figures/attach.png -share/gnome/help/anjuta-manual/C/figures/brk_add.png -share/gnome/help/anjuta-manual/C/figures/brk_dlg.png -share/gnome/help/anjuta-manual/C/figures/brk_edit.png -share/gnome/help/anjuta-manual/C/figures/ccview.png -share/gnome/help/anjuta-manual/C/figures/ccview_class.png -share/gnome/help/anjuta-manual/C/figures/ccview_struct.png -share/gnome/help/anjuta-manual/C/figures/configure_dlg.png -share/gnome/help/anjuta-manual/C/figures/defines.png -share/gnome/help/anjuta-manual/C/figures/devt_menu.png -share/gnome/help/anjuta-manual/C/figures/display_macro.png -share/gnome/help/anjuta-manual/C/figures/doxygen.png -share/gnome/help/anjuta-manual/C/figures/editor_guides.png -share/gnome/help/anjuta-manual/C/figures/editor_margins.png -share/gnome/help/anjuta-manual/C/figures/editor_markers.png -share/gnome/help/anjuta-manual/C/figures/evaluate.png -share/gnome/help/anjuta-manual/C/figures/file_menu.png -share/gnome/help/anjuta-manual/C/figures/fileview.png -share/gnome/help/anjuta-manual/C/figures/frame.png -share/gnome/help/anjuta-manual/C/figures/includes.png -share/gnome/help/anjuta-manual/C/figures/insert_text.png -share/gnome/help/anjuta-manual/C/figures/inspect.png -share/gnome/help/anjuta-manual/C/figures/keyword_macro.png -share/gnome/help/anjuta-manual/C/figures/lib_paths.png -share/gnome/help/anjuta-manual/C/figures/libraries.png -share/gnome/help/anjuta-manual/C/figures/local_variables.png -share/gnome/help/anjuta-manual/C/figures/mainwin.png -share/gnome/help/anjuta-manual/C/figures/menu_detached.png -share/gnome/help/anjuta-manual/C/figures/menubar.png -share/gnome/help/anjuta-manual/C/figures/message_win.png -share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png -share/gnome/help/anjuta-manual/C/figures/open_file.png -share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png -share/gnome/help/anjuta-manual/C/figures/other_opts.png -share/gnome/help/anjuta-manual/C/figures/prefs_print.png -share/gnome/help/anjuta-manual/C/figures/print_preview.png -share/gnome/help/anjuta-manual/C/figures/project_info.png -share/gnome/help/anjuta-manual/C/figures/project_win.png -share/gnome/help/anjuta-manual/C/figures/registers.png -share/gnome/help/anjuta-manual/C/figures/save_as_file.png -share/gnome/help/anjuta-manual/C/figures/search_expr.png -share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png -share/gnome/help/anjuta-manual/C/figures/search_file_list.png -share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png -share/gnome/help/anjuta-manual/C/figures/search_replace.png -share/gnome/help/anjuta-manual/C/figures/search_setting.png -share/gnome/help/anjuta-manual/C/figures/search_target.png -share/gnome/help/anjuta-manual/C/figures/search_target_action.png -share/gnome/help/anjuta-manual/C/figures/search_target_in.png -share/gnome/help/anjuta-manual/C/figures/sharedlibs.png -share/gnome/help/anjuta-manual/C/figures/signal_mod.png -share/gnome/help/anjuta-manual/C/figures/signals.png -share/gnome/help/anjuta-manual/C/figures/stack.png -share/gnome/help/anjuta-manual/C/figures/supports.png -share/gnome/help/anjuta-manual/C/figures/symbol_browser.png -share/gnome/help/anjuta-manual/C/figures/tool-editor.png -share/gnome/help/anjuta-manual/C/figures/toolbar_browser.png -share/gnome/help/anjuta-manual/C/figures/toolbar_debug.png -share/gnome/help/anjuta-manual/C/figures/toolbar_main.png -share/gnome/help/anjuta-manual/C/figures/variable_tip.png -share/gnome/help/anjuta-manual/C/figures/warnings.png -share/gnome/help/anjuta-manual/C/figures/watch.png -share/gnome/help/anjuta-manual/C/figures/watch_add.png -share/gnome/help/anjuta-manual/C/fileoperations.xml -share/gnome/help/anjuta-manual/C/interface.xml -share/gnome/help/anjuta-manual/C/introduction.xml -share/gnome/help/anjuta-manual/C/legal.xml -share/gnome/help/anjuta-manual/C/license.xml -share/gnome/help/anjuta-manual/C/preferences.xml -share/gnome/help/anjuta-manual/C/projects.xml -share/gnome/help/anjuta-manual/C/template.xml -share/gnome/help/anjuta-manual/C/tools.xml -share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png -share/icons/gnome/scalable/mimetypes/gnome-mime-application-x-anjuta.svg -share/omf/anjuta-manual/anjuta-manual-C.omf -share/pixmaps/anjuta/Icons.16x16.Class -share/pixmaps/anjuta/Icons.16x16.Enum -share/pixmaps/anjuta/Icons.16x16.Field -share/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront -share/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack -share/pixmaps/anjuta/Icons.16x16.Interface -share/pixmaps/anjuta/Icons.16x16.InternalClass -share/pixmaps/anjuta/Icons.16x16.InternalDelegate -share/pixmaps/anjuta/Icons.16x16.InternalEnum -share/pixmaps/anjuta/Icons.16x16.InternalEvent -share/pixmaps/anjuta/Icons.16x16.InternalField -share/pixmaps/anjuta/Icons.16x16.InternalInterface -share/pixmaps/anjuta/Icons.16x16.InternalMethod -share/pixmaps/anjuta/Icons.16x16.InternalProperty -share/pixmaps/anjuta/Icons.16x16.InternalStruct -share/pixmaps/anjuta/Icons.16x16.Literal -share/pixmaps/anjuta/Icons.16x16.Method -share/pixmaps/anjuta/Icons.16x16.NameSpace -share/pixmaps/anjuta/Icons.16x16.PrivateClass -share/pixmaps/anjuta/Icons.16x16.PrivateDelegate -share/pixmaps/anjuta/Icons.16x16.PrivateEnum -share/pixmaps/anjuta/Icons.16x16.PrivateEvent -share/pixmaps/anjuta/Icons.16x16.PrivateField -share/pixmaps/anjuta/Icons.16x16.PrivateInterface -share/pixmaps/anjuta/Icons.16x16.PrivateMethod -share/pixmaps/anjuta/Icons.16x16.PrivateProperty -share/pixmaps/anjuta/Icons.16x16.PrivateStruct -share/pixmaps/anjuta/Icons.16x16.ProtectedClass -share/pixmaps/anjuta/Icons.16x16.ProtectedDelegate -share/pixmaps/anjuta/Icons.16x16.ProtectedEnum -share/pixmaps/anjuta/Icons.16x16.ProtectedEvent -share/pixmaps/anjuta/Icons.16x16.ProtectedField -share/pixmaps/anjuta/Icons.16x16.ProtectedInterface -share/pixmaps/anjuta/Icons.16x16.ProtectedMethod -share/pixmaps/anjuta/Icons.16x16.ProtectedProperty -share/pixmaps/anjuta/Icons.16x16.ProtectedStruct -share/pixmaps/anjuta/Icons.16x16.Reference -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.png -share/pixmaps/anjuta/anjuta-cvs-plugin.png -share/pixmaps/anjuta/anjuta-debug-manager.plugin.png -share/pixmaps/anjuta/anjuta-devhelp-plugin.png -share/pixmaps/anjuta/anjuta-document-manager.png -share/pixmaps/anjuta/anjuta-editor.png -share/pixmaps/anjuta/anjuta-file-manager-plugin.png -share/pixmaps/anjuta/anjuta-file-wizard-plugin.png -share/pixmaps/anjuta/anjuta-gdb.plugin.png -share/pixmaps/anjuta/anjuta-glade-plugin.png -share/pixmaps/anjuta/anjuta-gtodo-plugin.png -share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png -share/pixmaps/anjuta/anjuta-loader-plugin.png -share/pixmaps/anjuta/anjuta-macro.png -share/pixmaps/anjuta/anjuta-message-view.png -share/pixmaps/anjuta/anjuta-patch-plugin.png -share/pixmaps/anjuta/anjuta-project-import-plugin.png -share/pixmaps/anjuta/anjuta-project-manager-plugin.png -share/pixmaps/anjuta/anjuta-project-wizard-plugin.png -share/pixmaps/anjuta/anjuta-sample-plugin.png -share/pixmaps/anjuta/anjuta-search.png -%%SVN%%share/pixmaps/anjuta/anjuta-subversion.png -share/pixmaps/anjuta/anjuta-symbol-browser-plugin.png -share/pixmaps/anjuta/anjuta-terminal-plugin.png -share/pixmaps/anjuta/anjuta-tools-plugin.png -share/pixmaps/anjuta/anjuta.png -share/pixmaps/anjuta/anjuta_logo.png -share/pixmaps/anjuta/anjuta_splash.png -share/pixmaps/anjuta/autocomplete-16.png -share/pixmaps/anjuta/autocomplete.png -share/pixmaps/anjuta/block-end-16.png -share/pixmaps/anjuta/block-end.png -share/pixmaps/anjuta/block-start-16.png -share/pixmaps/anjuta/block-start.png -share/pixmaps/anjuta/block_select.xpm -share/pixmaps/anjuta/bookmark-clear.png -share/pixmaps/anjuta/bookmark-first.png -share/pixmaps/anjuta/bookmark-last.png -share/pixmaps/anjuta/bookmark-next.png -share/pixmaps/anjuta/bookmark-prev.png -share/pixmaps/anjuta/bookmark-toggle.png -share/pixmaps/anjuta/bookmark.png -share/pixmaps/anjuta/breakpoint-disabled.png -share/pixmaps/anjuta/breakpoint-enabled.png -share/pixmaps/anjuta/breakpoint.png -share/pixmaps/anjuta/class-inheritance.png -share/pixmaps/anjuta/class_logo.xpm -share/pixmaps/anjuta/detach-16.png -share/pixmaps/anjuta/detach.png -share/pixmaps/anjuta/directory-accept.png -share/pixmaps/anjuta/directory.png -share/pixmaps/anjuta/error-next-16.png -share/pixmaps/anjuta/error-next.png -share/pixmaps/anjuta/error-prev-16.png -share/pixmaps/anjuta/error-prev.png -share/pixmaps/anjuta/fold_close.xpm -share/pixmaps/anjuta/fold_open.xpm -share/pixmaps/anjuta/fold_toggle.xpm -share/pixmaps/anjuta/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/gtodo.png -share/pixmaps/anjuta/gtodo_tray.png -share/pixmaps/anjuta/indent.xpm -share/pixmaps/anjuta/indent_auto.xpm -share/pixmaps/anjuta/indent_dcr.xpm -share/pixmaps/anjuta/indent_inc.xpm -share/pixmaps/anjuta/indent_set.xpm -share/pixmaps/anjuta/linemarker.png -share/pixmaps/anjuta/locals.png -share/pixmaps/anjuta/messages.xpm -share/pixmaps/anjuta/password.png -share/pixmaps/anjuta/pointer.png -share/pixmaps/anjuta/preferences-editor.png -share/pixmaps/anjuta/preferences-general.png -share/pixmaps/anjuta/preferences-messages.png -share/pixmaps/anjuta/preferences-terminal.png -share/pixmaps/anjuta/profiler.png -share/pixmaps/anjuta/program-counter.png -share/pixmaps/anjuta/run-to-cursor.png -share/pixmaps/anjuta/sourceview.png -share/pixmaps/anjuta/stack.png -share/pixmaps/anjuta/step-into-16.png -share/pixmaps/anjuta/step-into.png -share/pixmaps/anjuta/step-out-16.png -share/pixmaps/anjuta/step-out.png -share/pixmaps/anjuta/step-over-16.png -share/pixmaps/anjuta/step-over.png -share/pixmaps/anjuta/swap.png -share/pixmaps/anjuta/watch.png -share/icons/hicolor/48x48/apps/anjuta.png -share/icons/hicolor/scalable/apps/anjuta.svg -share/locale/ar/LC_MESSAGES/anjuta.mo -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/dz/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/LC_MESSAGES/anjuta.mo -share/locale/ms/LC_MESSAGES/anjuta.mo -share/locale/nb/LC_MESSAGES/anjuta.mo -share/locale/ne/LC_MESSAGES/anjuta.mo -share/locale/nl/LC_MESSAGES/anjuta.mo -share/locale/oc/LC_MESSAGES/anjuta.mo -share/locale/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@Latn/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/application/x-anjuta.xml -share/mime/packages/anjuta.xml -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@dirrm share/gnome/help/anjuta-manual/C/figures -@dirrm share/gnome/help/anjuta-manual/C -@dirrm share/gnome/help/anjuta-manual -@dirrm share/gnome/help/anjuta-faqs/C -@dirrm share/gnome/help/anjuta-faqs -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/scripts -@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/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/src -@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/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 -@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/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile deleted file mode 100644 index 4010b0945..000000000 --- a/devel/bonobo-conf/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: bonobo-conf -# Date created: 9th February 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bonobo-conf -PORTVERSION= 0.16 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/bonobo-conf/0.16 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Bonobo configuration moniker - -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack bonobo gconf -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/bonobo-conf/distinfo b/devel/bonobo-conf/distinfo deleted file mode 100644 index 9611e264a..000000000 --- a/devel/bonobo-conf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bonobo-conf-0.16.tar.gz) = 03467d42b8a74d379cfef238017eb862 -SHA256 (bonobo-conf-0.16.tar.gz) = e873b60f5997d13a455f45d59721ef89b19908229b43a740854d513361793e37 -SIZE (bonobo-conf-0.16.tar.gz) = 459686 diff --git a/devel/bonobo-conf/files/patch-Makefile.in b/devel/bonobo-conf/files/patch-Makefile.in deleted file mode 100644 index aaecc0508..000000000 --- a/devel/bonobo-conf/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD: ports/devel/bonobo-conf/files/patch-Makefile.in,v 1.2 2002/07/10 07:57:54 sobomax Exp $ - ---- Makefile.in.orig Wed Jul 10 10:43:21 2002 -+++ Makefile.in Wed Jul 10 10:51:01 2002 -@@ -145,12 +145,12 @@ - XML_I18N_UPDATE = @XML_I18N_UPDATE@ - ZVT_LIBS = @ZVT_LIBS@ - --SUBDIRS = po intl bonobo-conf monikers examples cedit idl macros doc tests -+SUBDIRS = po intl bonobo-conf monikers examples cedit idl macros doc - - EXTRA_DIST = xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in bonobo_confConf.sh.in bonobo-conf.spec - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = bonobo_confConf.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/devel/bonobo-conf/files/patch-ab b/devel/bonobo-conf/files/patch-ab deleted file mode 100644 index 7472dc556..000000000 --- a/devel/bonobo-conf/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD: ports/devel/bonobo-conf/files/patch-ab,v 1.5 2002/01/22 19:04:10 sobomax Exp $ - ---- monikers/Makefile.in.orig Tue Jan 22 09:26:05 2002 -+++ monikers/Makefile.in Tue Jan 22 20:47:04 2002 -@@ -195,10 +195,10 @@ - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --libmoniker_config_la_LDFLAGS = -+libmoniker_config_la_LDFLAGS = -avoid-version -module - libmoniker_config_la_DEPENDENCIES = ../bonobo-conf/libbonobo_conf.la - libmoniker_config_la_OBJECTS = bonobo-moniker-config.lo --libmoniker_gconf_la_LDFLAGS = -+libmoniker_gconf_la_LDFLAGS = -avoid-version -module - @ENABLE_GCONF_TRUE@libmoniker_gconf_la_DEPENDENCIES = - @ENABLE_GCONF_TRUE@libmoniker_gconf_la_OBJECTS = \ - @ENABLE_GCONF_TRUE@bonobo-moniker-gconf.lo bonobo-config-gconfdb.lo -@@ -209,11 +209,11 @@ - bonobo_moniker_xmldb_OBJECTS = bonobo-config-xmldb.$(OBJEXT) \ - bonobo-config-dirdb.$(OBJEXT) bonobo-moniker-xmldb.$(OBJEXT) - bonobo_moniker_xmldb_DEPENDENCIES = ../bonobo-conf/libbonobo_conf.la --bonobo_moniker_xmldb_LDFLAGS = -+bonobo_moniker_xmldb_LDFLAGS = -avoid-version -module - test_xmldb_OBJECTS = test-xmldb.$(OBJEXT) bonobo-config-xmldb.$(OBJEXT) \ - bonobo-config-dirdb.$(OBJEXT) - test_xmldb_DEPENDENCIES = ../bonobo-conf/libbonobo_conf.la --test_xmldb_LDFLAGS = -+test_xmldb_LDFLAGS = -avoid-version -module - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) diff --git a/devel/bonobo-conf/files/patch-configure b/devel/bonobo-conf/files/patch-configure deleted file mode 100644 index d35455c33..000000000 --- a/devel/bonobo-conf/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ - -$FreeBSD: ports/devel/bonobo-conf/files/patch-configure,v 1.2 2002/07/10 07:57:54 sobomax Exp $ - ---- configure.orig Thu Nov 1 13:25:50 2001 -+++ configure Wed Jul 10 10:40:37 2002 -@@ -5694,6 +5694,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8717,7 +8718,7 @@ - fi - - -- CATOBJEXT=.gmo -+ CATOBJEXT=.mo - fi - - else -@@ -8924,7 +8925,7 @@ - fi - - for lang in $ALL_LINGUAS; do -- GMOFILES="$GMOFILES $lang.gmo" -+ GMOFILES="$GMOFILES $lang.mo" - POFILES="$POFILES $lang.po" - done - diff --git a/devel/bonobo-conf/files/patch-po::Makefile.in.in b/devel/bonobo-conf/files/patch-po::Makefile.in.in deleted file mode 100644 index 0d4658d92..000000000 --- a/devel/bonobo-conf/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/bonobo-conf/files/patch-po::Makefile.in.in,v 1.1 2001/11/09 16:33:03 sobomax Exp $ - ---- po/Makefile.in.in 2001/11/07 15:16:20 1.1 -+++ po/Makefile.in.in 2001/11/07 15:16:33 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/devel/bonobo-conf/pkg-descr b/devel/bonobo-conf/pkg-descr deleted file mode 100644 index de9f604f3..000000000 --- a/devel/bonobo-conf/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Bonobo configuration moniker is built on top of GConf and -provides a convenient way to handle configuration data. - -Features: - - provides persistent storage for configuration data - - able to store/edit arbitrary complex types - CORBA_any - - fully scriptable: everything is usable through the CORBA interfaces. - - easy to use - -WWW: http://www.gnome.org/ diff --git a/devel/bonobo-conf/pkg-plist b/devel/bonobo-conf/pkg-plist deleted file mode 100644 index 3090dfb6f..000000000 --- a/devel/bonobo-conf/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/bonobo-moniker-xmldb -bin/cedit -etc/bonobo_confConf.sh -include/bonobo-conf/Bonobo_Config.h -include/bonobo-conf/bonobo-config-control.h -include/bonobo-conf/bonobo-config-database.h -include/bonobo-conf/bonobo-config-subdir.h -include/bonobo-conf/bonobo-config-utils.h -include/bonobo-conf/bonobo-preferences.h -include/bonobo-conf/bonobo-property-bag-proxy.h -include/bonobo-conf/bonobo-property-editor.h -include/bonobo-conf/bonobo-property-frame.h -lib/bonobo/monikers/libmoniker_config.a -lib/bonobo/monikers/libmoniker_config.la -lib/bonobo/monikers/libmoniker_config.so -lib/bonobo/monikers/libmoniker_gconf.a -lib/bonobo/monikers/libmoniker_gconf.la -lib/bonobo/monikers/libmoniker_gconf.so -lib/libbonobo_conf.a -lib/libbonobo_conf.la -lib/libbonobo_conf.so -lib/libbonobo_conf.so.0 -share/idl/Bonobo_Config.idl -share/oaf/Bonobo_Moniker_config.oaf -share/oaf/Bonobo_Moniker_gconf.oaf -share/oaf/Bonobo_Moniker_xmldb.oaf -share/locale/az/LC_MESSAGES/bonobo-conf.mo -share/locale/da/LC_MESSAGES/bonobo-conf.mo -share/locale/de/LC_MESSAGES/bonobo-conf.mo -share/locale/el/LC_MESSAGES/bonobo-conf.mo -share/locale/es/LC_MESSAGES/bonobo-conf.mo -share/locale/fr/LC_MESSAGES/bonobo-conf.mo -share/locale/hu/LC_MESSAGES/bonobo-conf.mo -share/locale/it/LC_MESSAGES/bonobo-conf.mo -share/locale/nn/LC_MESSAGES/bonobo-conf.mo -share/locale/no/LC_MESSAGES/bonobo-conf.mo -share/locale/pl/LC_MESSAGES/bonobo-conf.mo -share/locale/pt/LC_MESSAGES/bonobo-conf.mo -share/locale/pt_BR/LC_MESSAGES/bonobo-conf.mo -share/locale/sk/LC_MESSAGES/bonobo-conf.mo -share/locale/sv/LC_MESSAGES/bonobo-conf.mo -share/locale/tr/LC_MESSAGES/bonobo-conf.mo -share/locale/zh_TW/LC_MESSAGES/bonobo-conf.mo -@dirrm share/doc/bonobo-conf -@dirrm include/bonobo-conf diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile deleted file mode 100644 index 9baad5bff..000000000 --- a/devel/bonobo/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: bonobo -# Date created: 8th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/devel/bonobo/Makefile,v 1.4 2007/05/02 20:47:57 mezz Exp $ -# - -PORTNAME= bonobo -PORTVERSION= 1.0.22 -PORTREVISION= 5 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The component and compound document system for GNOME - -USE_BZIP2= yes -USE_XLIB= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint -USE_GETTEXT= yes -GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/libefs/configure - -.include <bsd.port.mk> diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo deleted file mode 100644 index ca33840b8..000000000 --- a/devel/bonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/bonobo-1.0.22.tar.bz2) = 7718c374ed82911b24d95fa3ab55dda5 -SHA256 (gnome/bonobo-1.0.22.tar.bz2) = 02f02653c5ecf9a0f39df33b21087070ba6768a3147fcca10589950dfc778584 -SIZE (gnome/bonobo-1.0.22.tar.bz2) = 1186349 diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab deleted file mode 100644 index 7b67117dd..000000000 --- a/devel/bonobo/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Tue Oct 8 01:30:21 2002 -+++ Makefile.in Tue Oct 8 01:32:12 2002 -@@ -174,10 +174,10 @@ - monikers \ - components samples \ - gshell \ -- tests doc po -+ doc po - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh - - bonoboincludedir = $(includedir)/gnome-1.0 diff --git a/devel/bonobo/files/patch-ad b/devel/bonobo/files/patch-ad deleted file mode 100644 index 60a694ace..000000000 --- a/devel/bonobo/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000 -+++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000 -@@ -55,3 +55,3 @@ - --cflags) -- echo -I@includedir@ -+ echo -I@includedir@ @GLIB_CFLAGS@ - ;; -@@ -59,3 +59,3 @@ - --libs) -- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@ -+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@ - ;; diff --git a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in deleted file mode 100644 index d9fb254fb..000000000 --- a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD: ports/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in,v 1.3 2006/10/14 08:52:46 marcus Exp $ - ---- components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:17:50 1.1 -+++ components/audio-ulaw/doc/C/Makefile.in 2002/05/02 14:07:25 -@@ -168,7 +168,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --audio_ulaw_helpdir = $(datadir)/gnome/bonobo/docs/audio_ulaw/C -+audio_ulaw_helpdir = $(datadir)/gnome/help/bonobo/audio_ulaw/C - - # - # Module configuration information -@@ -288,7 +288,7 @@ - -cp $(module)/index.html . - - $(module)/$(module).html: $(SGML_FILES) -- -db2html $(srcdir)/$(main_module_file) -+ -db2html_foo $(srcdir)/$(main_module_file) - - dist-hook: - mkdir $(distdir)/$(module) diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh deleted file mode 100644 index ecc06ccd0..000000000 --- a/devel/bonobo/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Sat Nov 30 21:32:08 2002 -+++ ltmain.sh Tue Dec 3 22:59:51 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2405,7 +2413,7 @@ - # Rhapsody C library is in the System framework - deplibs="$deplibs -framework System" - ;; -- *-*-netbsd*) -+ *-*-netbsd* | *-*-freebsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; - *) -@@ -4175,10 +4183,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in deleted file mode 100644 index ed1a71440..000000000 --- a/devel/bonobo/files/patch-monikers::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- monikers/Makefile.in.orig Thu Apr 11 17:19:45 2002 -+++ monikers/Makefile.in Thu Apr 11 17:21:09 2002 -@@ -72,7 +72,7 @@ - BONOBO_LIBDIR = @BONOBO_LIBDIR@ - BONOBO_LIBS = @BONOBO_LIBS@ - BONOBO_REVISION = @BONOBO_REVISION@ --BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ -+BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@ - BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@ - BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ - CATALOGS = @CATALOGS@ diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in deleted file mode 100644 index a28a833bb..000000000 --- a/devel/bonobo/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/bonobo/files/patch-po::Makefile.in.in,v 1.2 2006/10/14 08:52:46 marcus Exp $ - ---- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 -+++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/devel/bonobo/files/patch-storage-modules::Makefile.in b/devel/bonobo/files/patch-storage-modules::Makefile.in deleted file mode 100644 index 783fba3fa..000000000 --- a/devel/bonobo/files/patch-storage-modules::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- storage-modules/Makefile.in.orig Tue Oct 8 02:07:53 2002 -+++ storage-modules/Makefile.in Tue Oct 8 02:09:33 2002 -@@ -196,8 +196,7 @@ - libstorage_efs_la_LDFLAGS = \ - $(common_ldflags) \ - -L$(top_builddir)/libefs/src \ -- -lefs -- -+ $(top_builddir)/libefs/src/libefs.la - - # - # File-system based storage diff --git a/devel/bonobo/pkg-descr b/devel/bonobo/pkg-descr deleted file mode 100644 index 3b8577a92..000000000 --- a/devel/bonobo/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Bonobo is a set of language and system independant CORBA -interfaces for creating reusable components and creating compound -documents. - -The Bonobo distribution includes a Gtk+ based implementation of the -Bonobo interfaces, enabling developers to create reusable components -and applications that can be used to form more complex documents. - -WWW: http://www.gnome.org/ diff --git a/devel/bonobo/pkg-plist b/devel/bonobo/pkg-plist deleted file mode 100644 index 927719f61..000000000 --- a/devel/bonobo/pkg-plist +++ /dev/null @@ -1,254 +0,0 @@ -bin/bonobo-application-x-mines -bin/bonobo-audio-ulaw -bin/bonobo-echo -bin/bonobo-moniker-gunzip -bin/bonobo-moniker-http -bin/bonobo-sample-canvas-item -bin/bonobo-sample-controls -bin/bonobo-sample-hello -bin/bonobo-sample-paint -bin/bonobo-selector -bin/bonobo-text-plain -bin/echo-client -bin/efstool -bin/gshell -bin/libefs-config -bin/moniker-test -bin/sample-container -bin/sample-control-container -etc/bonoboConf.sh -etc/bonoboxConf.sh -etc/bonobox_printConf.sh -include/efs.h -include/efs_error.h -include/gnome-1.0/bonobo.h -include/gnome-1.0/bonobo/Bonobo.h -include/gnome-1.0/bonobo/bonobo-arg.h -include/gnome-1.0/bonobo/bonobo-async.h -include/gnome-1.0/bonobo/bonobo-canvas-component.h -include/gnome-1.0/bonobo/bonobo-canvas-item.h -include/gnome-1.0/bonobo/bonobo-client-site.h -include/gnome-1.0/bonobo/bonobo-context.h -include/gnome-1.0/bonobo/bonobo-control-frame.h -include/gnome-1.0/bonobo/bonobo-control.h -include/gnome-1.0/bonobo/bonobo-desktop-window.h -include/gnome-1.0/bonobo/bonobo-embeddable.h -include/gnome-1.0/bonobo/bonobo-event-source.h -include/gnome-1.0/bonobo/bonobo-exception.h -include/gnome-1.0/bonobo/bonobo-generic-factory.h -include/gnome-1.0/bonobo/bonobo-item-container.h -include/gnome-1.0/bonobo/bonobo-item-handler.h -include/gnome-1.0/bonobo/bonobo-listener.h -include/gnome-1.0/bonobo/bonobo-main.h -include/gnome-1.0/bonobo/bonobo-moniker-extender.h -include/gnome-1.0/bonobo/bonobo-moniker-simple.h -include/gnome-1.0/bonobo/bonobo-moniker-util.h -include/gnome-1.0/bonobo/bonobo-moniker.h -include/gnome-1.0/bonobo/bonobo-object-client.h -include/gnome-1.0/bonobo/bonobo-object-directory.h -include/gnome-1.0/bonobo/bonobo-object-io.h -include/gnome-1.0/bonobo/bonobo-object.h -include/gnome-1.0/bonobo/bonobo-persist-file.h -include/gnome-1.0/bonobo/bonobo-persist-stream.h -include/gnome-1.0/bonobo/bonobo-persist.h -include/gnome-1.0/bonobo/bonobo-plug.h -include/gnome-1.0/bonobo/bonobo-print-client.h -include/gnome-1.0/bonobo/bonobo-print.h -include/gnome-1.0/bonobo/bonobo-progressive.h -include/gnome-1.0/bonobo/bonobo-property-bag-client.h -include/gnome-1.0/bonobo/bonobo-property-bag-xml.h -include/gnome-1.0/bonobo/bonobo-property-bag.h -include/gnome-1.0/bonobo/bonobo-property-control.h -include/gnome-1.0/bonobo/bonobo-property.h -include/gnome-1.0/bonobo/bonobo-selector-widget.h -include/gnome-1.0/bonobo/bonobo-selector.h -include/gnome-1.0/bonobo/bonobo-shlib-factory.h -include/gnome-1.0/bonobo/bonobo-socket.h -include/gnome-1.0/bonobo/bonobo-storage-plugin.h -include/gnome-1.0/bonobo/bonobo-storage.h -include/gnome-1.0/bonobo/bonobo-stream-client.h -include/gnome-1.0/bonobo/bonobo-stream-memory.h -include/gnome-1.0/bonobo/bonobo-stream.h -include/gnome-1.0/bonobo/bonobo-transient.h -include/gnome-1.0/bonobo/bonobo-ui-component.h -include/gnome-1.0/bonobo/bonobo-ui-config-widget.h -include/gnome-1.0/bonobo/bonobo-ui-container.h -include/gnome-1.0/bonobo/bonobo-ui-engine.h -include/gnome-1.0/bonobo/bonobo-ui-node.h -include/gnome-1.0/bonobo/bonobo-ui-sync.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/gnome-1.0/bonobo/bonobo-ui-util.h -include/gnome-1.0/bonobo/bonobo-view-frame.h -include/gnome-1.0/bonobo/bonobo-view.h -include/gnome-1.0/bonobo/bonobo-widget.h -include/gnome-1.0/bonobo/bonobo-win.h -include/gnome-1.0/bonobo/bonobo-wrapper.h -include/gnome-1.0/bonobo/bonobo-xobject.h -include/gnome-1.0/bonobo/bonobo-zoomable-frame.h -include/gnome-1.0/bonobo/bonobo-zoomable.h -lib/bonobo/monikers/libmoniker_std.so -lib/bonobo/plugin/libstorage_efs.so -lib/bonobo/plugin/libstorage_fs.so -lib/libbonobo-print.a -lib/libbonobo-print.so -lib/libbonobo-print.so.2 -lib/libbonobo.a -lib/libbonobo.so -lib/libbonobo.so.2 -lib/libbonobox.a -lib/libbonobox.so -lib/libbonobox.so.2 -lib/libefs.a -lib/libefs.so -lib/libefs.so.1 -libdata/pkgconfig/libefs.pc -%%DOCSDIR%%/bonobo-api.html -%%DOCSDIR%%/bonobo-api.sgml -%%DOCSDIR%%/bonobo-decl.txt -%%DOCSDIR%%/bonobo-sections.txt -%%DOCSDIR%%/bonobo.hierarchy -%%DOCSDIR%%/bonobo.signals -%%DOCSDIR%%/bonobo.types -%%DOCSDIR%%/bonobo/bonobo-bonobo-arg.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-async.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-component.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-item.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-client-site.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-context.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-control-frame.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-control.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-embeddable.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-event-source.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-exception.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-generic-factory.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-item-container.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-item-handler.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-listener.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-main.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-extender.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-simple.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-util.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-object-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-object.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-file.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-stream.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-plug.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-print-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-print.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-xml.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-control.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-selector.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-socket.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-storage-plugin.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-storage.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-memory.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-transient.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-component.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-container.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-engine.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-node.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-sync.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-util.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-view-frame.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-view.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-widget.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-win.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-wrapper.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-xobject.html -%%DOCSDIR%%/bonobo/bonobo-controls.html -%%DOCSDIR%%/bonobo/bonobo-core.html -%%DOCSDIR%%/bonobo/bonobo-documents.html -%%DOCSDIR%%/bonobo/bonobo-moniker-handlers.html -%%DOCSDIR%%/bonobo/bonobo-notification.html -%%DOCSDIR%%/bonobo/bonobo-object-activation.html -%%DOCSDIR%%/bonobo/bonobo-print.html -%%DOCSDIR%%/bonobo/bonobo-properties.html -%%DOCSDIR%%/bonobo/bonobo-storage.html -%%DOCSDIR%%/bonobo/bonobo-support-utilities.html -%%DOCSDIR%%/bonobo/bonobo-ui.html -%%DOCSDIR%%/bonobo/bonobo-view.html -%%DOCSDIR%%/bonobo/book1.html -share/gnome/help/bonobo/audio_ulaw/C/index.html -share/gnome/ui/gshell-ui.xml -share/idl/Bonobo.idl -share/idl/Bonobo_Advise.idl -share/idl/Bonobo_Canvas.idl -share/idl/Bonobo_ClientSite.idl -share/idl/Bonobo_Context.idl -share/idl/Bonobo_Control.idl -share/idl/Bonobo_Desktop.idl -share/idl/Bonobo_Embeddable.idl -share/idl/Bonobo_Exception.idl -share/idl/Bonobo_ItemContainer.idl -share/idl/Bonobo_Listener.idl -share/idl/Bonobo_Moniker.idl -share/idl/Bonobo_Persist.idl -share/idl/Bonobo_Print.idl -share/idl/Bonobo_Progressive.idl -share/idl/Bonobo_Property.idl -share/idl/Bonobo_Sample_Echo.idl -share/idl/Bonobo_Storage.idl -share/idl/Bonobo_UI.idl -share/idl/Bonobo_Unknown.idl -share/idl/Bonobo_Zoomable.idl -share/locale/az/LC_MESSAGES/bonobo.mo -share/locale/ca/LC_MESSAGES/bonobo.mo -share/locale/da/LC_MESSAGES/bonobo.mo -share/locale/de/LC_MESSAGES/bonobo.mo -share/locale/el/LC_MESSAGES/bonobo.mo -share/locale/en_GB/LC_MESSAGES/bonobo.mo -share/locale/es/LC_MESSAGES/bonobo.mo -share/locale/eu/LC_MESSAGES/bonobo.mo -share/locale/fi/LC_MESSAGES/bonobo.mo -share/locale/fr/LC_MESSAGES/bonobo.mo -share/locale/ga/LC_MESSAGES/bonobo.mo -share/locale/gl/LC_MESSAGES/bonobo.mo -share/locale/hu/LC_MESSAGES/bonobo.mo -share/locale/it/LC_MESSAGES/bonobo.mo -share/locale/ja/LC_MESSAGES/bonobo.mo -share/locale/ko/LC_MESSAGES/bonobo.mo -share/locale/lt/LC_MESSAGES/bonobo.mo -share/locale/nl/LC_MESSAGES/bonobo.mo -share/locale/no/LC_MESSAGES/bonobo.mo -share/locale/pl/LC_MESSAGES/bonobo.mo -share/locale/pt/LC_MESSAGES/bonobo.mo -share/locale/pt_BR/LC_MESSAGES/bonobo.mo -share/locale/ro/LC_MESSAGES/bonobo.mo -share/locale/ru/LC_MESSAGES/bonobo.mo -share/locale/sk/LC_MESSAGES/bonobo.mo -share/locale/sl/LC_MESSAGES/bonobo.mo -share/locale/sv/LC_MESSAGES/bonobo.mo -share/locale/tr/LC_MESSAGES/bonobo.mo -share/locale/uk/LC_MESSAGES/bonobo.mo -share/locale/wa/LC_MESSAGES/bonobo.mo -share/locale/zh_CN/LC_MESSAGES/bonobo.mo -share/locale/zh_TW/LC_MESSAGES/bonobo.mo -share/oaf/Bonobo_Moniker_gzip.oaf -share/oaf/Bonobo_Moniker_http.oaf -share/oaf/Bonobo_Moniker_std.oaf -share/oaf/Bonobo_Sample_Audio.oaf -share/oaf/Bonobo_Sample_CanvasItem.oaf -share/oaf/Bonobo_Sample_Controls.oaf -share/oaf/Bonobo_Sample_Echo.oaf -share/oaf/Bonobo_Sample_Hello.oafinfo -share/oaf/Bonobo_Sample_Mines.oaf -share/oaf/Bonobo_Sample_Paint.oaf -share/oaf/Bonobo_Sample_Text.oaf -share/oaf/Bonobo_Selector.oaf -@dirrm share/gnome/help/bonobo/audio_ulaw/C/images -@dirrm share/gnome/help/bonobo/audio_ulaw/C -@dirrm share/gnome/help/bonobo/audio_ulaw -@dirrm share/gnome/help/bonobo -@dirrm %%DOCSDIR%%/libefs -@dirrm %%DOCSDIR%%/bonobo -@dirrm %%DOCSDIR%% -@dirrm include/gnome-1.0/bonobo diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index d2627984d..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.54 2007/09/18 01:34:27 ahze Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.20.1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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.2.8:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \ - gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -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 b443c5b57..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.20.1.tar.bz2) = 6b9ea4c067674120bd93711b3b9a9e63 -SHA256 (gnome2/bug-buddy-2.20.1.tar.bz2) = cb0cb3f2400f201e2bf7afc6de81df6ab4b68c5a770ec0a132c300efe72d5f4e -SIZE (gnome2/bug-buddy-2.20.1.tar.bz2) = 1070862 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 801be1064..000000000 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ /dev/null @@ -1,52 +0,0 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2007-08-16 13:55:38.000000000 -0400 -+++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 19:21:10.000000000 -0400 -@@ -6,8 +6,14 @@ - #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> -@@ -114,6 +120,7 @@ find_in_debug_path (const char *filename - } - - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - static gboolean - elf_has_debug_symbols (const char *filename) - { -@@ -166,7 +173,7 @@ elf_has_debug_symbols (const char *filen - elf_end (elf); - return false; - } -- -+#endif - - - -@@ -269,9 +276,17 @@ check_if_gdb (void *callback_context) - _exit(0); - } - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - memset(mypath, 0, sizeof(mypath)); -+#ifndef __FreeBSD__ - readlink ("/proc/self/exe", mypath, sizeof(mypath)); -+#else -+ readlink ("/proc/curproc/file", mypath, sizeof(mypath)); -+#endif - has_debug_symbols = elf_has_debug_symbols (mypath); -+#else -+ has_debug_symbols = TRUE; -+#endif - - - 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 27f3b5fad..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,135 +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%%/bug-buddy.png -%%DATADIR%%/bugzilla/gnome.bugzilla -%%DATADIR%%/bugzilla/gnome/config -%%DATADIR%%/bugzilla/gnome/mostfreq -%%DATADIR%%/bugzilla/gnome/products -%%DATADIR%%/bugzilla/ximian.bugzilla -%%DATADIR%%/bugzilla/ximian/config -%%DATADIR%%/bugzilla/ximian/mostfreq -%%DATADIR%%/bugzilla/ximian/products -%%DATADIR%%/gdb-cmd -share/icons/hicolor/48x48/apps/bug-buddy.png -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/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/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@Latn/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 -@dirrm %%DATADIR%%/bugzilla/ximian -@dirrm %%DATADIR%%/bugzilla/gnome -@dirrm %%DATADIR%%/bugzilla -@dirrm %%DATADIR%% -@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/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/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 -@dirrmtry share/applications diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile deleted file mode 100644 index cc2b3d91a..000000000 --- a/devel/desktop-file-utils/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: desktop-file-utils -# Date created: 11 Jun 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# $MCom: ports/devel/desktop-file-utils/Makefile,v 1.7 2007/06/08 03:32:59 mezz Exp $ -# - -PORTNAME= desktop-file-utils -PORTVERSION= 0.14 -CATEGORIES= devel -MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A couple of command line utilities for working with desktop entries - -USE_GNOME= glib20 -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-lispdir -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" EMACS="no" - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -PORT_MIMEDIRS= ${LOCALBASE}/share/applications - -MIMEDIRS= ${PORT_MIMEDIRS} - -RMDIRS= ${PORT_MIMEDIRS} - -post-patch: - @${SED} -e 's|%%MIMEDIRS%%|${MIMEDIRS}| ;\ - s|%%RMDIRS%%|${RMDIRS}| ; \ - s|%%PORT_MIMEDIRS%%|${PORT_MIMEDIRS}|' \ - < ${FILESDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - @${SED} -e 's|%%PORT_MIMEDIRS%%|${PORT_MIMEDIRS}|' \ - < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} - -post-install: - ${INSTALL_DATA} ${WRKSRC}/misc/desktop-entry-mode.el \ - ${PREFIX}/share/emacs/site-lisp/desktop-entry-mode.el -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.mk> diff --git a/devel/desktop-file-utils/distinfo b/devel/desktop-file-utils/distinfo deleted file mode 100644 index d7cdd1430..000000000 --- a/devel/desktop-file-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (desktop-file-utils-0.14.tar.gz) = e0b5057a4e3166f34635ac6f27c712c0 -SHA256 (desktop-file-utils-0.14.tar.gz) = 97856d2621d4e3273340b7f1172c2e074c74263629b05bde0f0f077425ec0699 -SIZE (desktop-file-utils-0.14.tar.gz) = 348743 diff --git a/devel/desktop-file-utils/files/pkg-deinstall.in b/devel/desktop-file-utils/files/pkg-deinstall.in deleted file mode 100644 index dc9fbc711..000000000 --- a/devel/desktop-file-utils/files/pkg-deinstall.in +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Remove leftover mimeinfo.cache files. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -for mdir in %%MIMEDIRS%%; do - if [ -f ${mdir}/mimeinfo.cache ]; then - rm -f ${mdir}/mimeinfo.cache - fi -done - -for pmdir in $(echo %%RMDIRS%% | sort -r); do - rmdir ${pmdir} 2>/dev/null -done - -exit 0 diff --git a/devel/desktop-file-utils/files/pkg-install.in b/devel/desktop-file-utils/files/pkg-install.in deleted file mode 100644 index bafaa46a1..000000000 --- a/devel/desktop-file-utils/files/pkg-install.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Initialize the desktop directories and MIME cache. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -for pmdir in %%PORT_MIMEDIRS%%; do - mkdir -p ${pmdir} -done - -${PKG_PREFIX}/bin/update-desktop-database -q - -exit 0 diff --git a/devel/desktop-file-utils/pkg-descr b/devel/desktop-file-utils/pkg-descr deleted file mode 100644 index 23e223758..000000000 --- a/devel/desktop-file-utils/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -desktop-file-utils contains a couple of command line utilities for -working with desktop entries, aswell as a menu module for GnomeVFS. - -WWW: http://www.freedesktop.org/Software/desktop-file-utils - -- Jean-Yves Lefort -jylefort@brutele.be diff --git a/devel/desktop-file-utils/pkg-plist b/devel/desktop-file-utils/pkg-plist deleted file mode 100644 index 18d19eb05..000000000 --- a/devel/desktop-file-utils/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/desktop-file-install -bin/desktop-file-validate -bin/update-desktop-database -share/emacs/site-lisp/desktop-entry-mode.el diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index 7e5956a8c..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= devhelp -PORTVERSION= 0.16 -PORTREVISION= 1 -CATEGORIES?= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,} -DIST_SUBDIR= gnome2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} - -MOZILLA= firefox - -.if !defined(WITH_MOZILLA) -MOZILLA= firefox -.else -.if ${WITH_MOZILLA} == "xulrunner" -MOZILLA= xulrunner -.elif ${WITH_MOZILLA} == "seamonkey" -MOZILLA= seamonkey -.endif -.endif - -USE_BZIP2= yes -USE_XLIB= yes -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= ${LOCALBASE}/lib/${MOZILLA} -GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${MOZILLA} - -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 - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,^@dirrm share/((gnome/[^d]|pixmaps|application|locale).*|gnome$$),,;s,^@dirrm etc/gconf.*,,;s,^etc/gconf/gconf.*,,'|${TR} -s '\n') > temp-pkg-plist - -post-patch: -.if defined(WITHOUT_GEDIT) - @${REINPLACE_CMD} -e 's|gedit-plugin||' \ - ${WRKSRC}/misc/Makefile.in -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} " By default the port uses www/firefox for html rendering, but you can" - @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" - @${ECHO_MSG} - @${ECHO_MSG} " xulrunner seamonkey " - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index 8cf28f6b6..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-0.16.tar.bz2) = 61d2300ab657ab63c65a49311916a6d2 -SHA256 (gnome2/devhelp-0.16.tar.bz2) = 5faa6cd9e8daa95158f63d1d14e95b2027f31da4e4a107ceb1f6d510234a9c2f -SIZE (gnome2/devhelp-0.16.tar.bz2) = 466655 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 ffa3c3b54..000000000 --- a/devel/devhelp/files/patch-src_dh-base.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/dh-base.c.orig Tue May 15 13:00:24 2007 -+++ src/dh-base.c Sun Jul 8 03:48:13 2007 -@@ -233,6 +233,10 @@ base_add_books_in_data_dir (DhBase *base - dir = g_build_filename (data_dir, "devhelp", "books", NULL); - base_add_books (base, dir); - g_free (dir); -+ -+ 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 4269311da..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,116 +0,0 @@ -bin/devhelp -include/devhelp-1.0/devhelp/dh-base.h -include/devhelp-1.0/devhelp/dh-book-tree.h -include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-html.h -include/devhelp-1.0/devhelp/dh-keyword-model.h -include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-parser.h -include/devhelp-1.0/devhelp/dh-preferences.h -include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.0/devhelp/dh-util.h -include/devhelp-1.0/devhelp/dh-window.h -include/devhelp-1.0/devhelp/eggfindbar.h -%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py -%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc -%%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/default-prefs.js -share/devhelp/devhelp.glade -share/devhelp/dtd/devhelp-1.dtd -share/devhelp/images/book_closed.png -share/devhelp/images/book_open.png -share/devhelp/images/helpdoc.png -share/devhelp/ui/window.ui -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_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/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/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/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 -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@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/distcc/Makefile b/devel/distcc/Makefile deleted file mode 100644 index 1011ca429..000000000 --- a/devel/distcc/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: distcc -# Date created: 25 June 2002 -# Whom: Frerich Raabe <frerich.raabe@gmx.de> -# -# $FreeBSD$ -# $MCom: ports/devel/distcc/Makefile,v 1.2 2007/10/03 05:29:56 mezz Exp $ -# - -PORTNAME= distcc -PORTVERSION= 2.18.3 -PORTREVISION= 7 -CATEGORIES= devel -MASTER_SITES= http://distcc.samba.org/ftp/distcc/ -PATCH_SITES= http://0pointer.de/public/ - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Distribute compilation of C(++) code acrosss machines on a network - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-rfc2553 -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -DISTCCD_PIDFILE=/var/run/distccd.pid -USE_RC_SUBR= distccd.sh -SUB_LIST= DISTCCD_PIDFILE=${DISTCCD_PIDFILE} - -OPTIONS= AVAHI "Enable Avahi Zeroconf/mDNS/Bonjour support" Off \ - GNOME "Build GUI monitor based on GNOME" Off \ - GTK "Build GUI monitor based on GTK" Off \ - COMPILER_LINKS "Create symlinks to distcc" On - -.include <bsd.port.pre.mk> - -.if defined(WITH_AVAHI) -PATCHFILES+= distcc-avahi.patch -LIB_DEPENDS+= avahi-glib.1:${PORTSDIR}/net/avahi -PATCH_DIST_STRIP= -p1 -USE_AUTOTOOLS+= autoconf:261 -CFLAGS+= -DHAVE_AVAHI -.endif - -.if defined(WITH_COMPILER_LINKS) -CCLINKDIR?= libexec/distcc -PLIST_DIRS= ${CCLINKDIR} -GNU_COMPILERS= 295 32 33 34 40 41 42 43 -DISTCC_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} -.if ${ARCH} == "i386" -DISTCC_COMPILERS+= icc icpc -.endif -.if defined(EXTRA_COMPILERS) -DISTCC_COMPILERS+= ${EXTRA_COMPILERS} -.endif -PLIST_FILES+= ${DISTCC_COMPILERS:S|^|${CCLINKDIR}/|} -.endif - -.if defined(WITH_GNOME) -USE_GNOME= libgnomeui -CONFIGURE_ARGS+= --with-gnome -PKGNAMESUFFIX= -gnome -PLIST_SUB+= WITH_GNOME="" -.elif defined(WITH_GTK) -USE_GNOME= gtk20 -CONFIGURE_ARGS+= --with-gtk -PKGNAMESUFFIX= -gtk -PLIST_SUB+= WITH_GNOME="" -.else -PLIST_SUB+= WITH_GNOME="@comment " -.endif - -MAN1= distcc.1 distccd.1 -DOC_FILES= AUTHORS INSTALL NEWS README \ - doc/protocol-1.txt doc/status-1.txt \ - doc/protocol-2.txt doc/reporting-bugs.txt - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/distccmon-text ${PREFIX}/bin -.if defined(WITH_GNOME) || defined(WITH_GTK) - @${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${PREFIX}/bin -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin - -post-install: - @${TOUCH} ${DISTCCD_PIDFILE} -.if defined(WITH_COMPILER_LINKS) - @${MKDIR} ${PREFIX}/${CCLINKDIR} -.for link in ${DISTCC_COMPILERS} - ${LN} -sf ${PREFIX}/bin/distcc ${PREFIX}/${CCLINKDIR}/${link} -.endfor -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor -.endif -.for f in ${MAN1} - @${INSTALL_MAN} ${WRKSRC}/man/${f} ${MANPREFIX}/man/man1 -.endfor - @${CAT} ${PKGMESSAGE} -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.post.mk> diff --git a/devel/distcc/distinfo b/devel/distcc/distinfo deleted file mode 100644 index 1d8af34f3..000000000 --- a/devel/distcc/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (distcc-2.18.3.tar.bz2) = 0d6b80a1efc3a3d816c4f4175f63eaa2 -SHA256 (distcc-2.18.3.tar.bz2) = 6500f1bc2a30b1f044ebed79c6ce15457d1712263e65f0db7d6046af262ba434 -SIZE (distcc-2.18.3.tar.bz2) = 341601 -MD5 (distcc-avahi.patch) = 621dc7dc1e3b9b6770110117df45611a -SHA256 (distcc-avahi.patch) = e6651e3de7fee6d953b6ee56732eafa7d4666cb4070db5a925ba071626067c9a -SIZE (distcc-avahi.patch) = 54086 diff --git a/devel/distcc/files/distccd.sh.in b/devel/distcc/files/distccd.sh.in deleted file mode 100644 index 3e56ec4da..000000000 --- a/devel/distcc/files/distccd.sh.in +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom$ - -# PROVIDE: distccd -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable distccd: -# -# distccd_enable="YES" -# - -distccd_enable=${distccd_enable-"NO"} -distccd_flags=${distccd_flags-"-a 127.0.0.0/8 --user distcc --daemon -P %%DISTCCD_PIDFILE%%"} - -. %%RC_SUBR%% - -name=distccd -rcvar=`set_rcvar` - -command=%%PREFIX%%/sbin/${name} -# extract pid file from distccd_flags (if any) -pidfile="`echo ${distccd_flags} |sed -nE -e 's/^.*-P ([^ ]+).*$/\1/p'`" -# set default value -pidfile=${pidfile:-%%DISTCCD_PIDFILE%%} - -distccd_precmd() -{ - # distccd drops root privileges and then attempts to create the pid file - touch ${pidfile} - chown distcc:distcc ${pidfile} -} - -start_precmd="distccd_precmd" - -load_rc_config ${name} -run_rc_command "$1" diff --git a/devel/distcc/files/patch-src-dparent.c.diff b/devel/distcc/files/patch-src-dparent.c.diff deleted file mode 100644 index c7eee8e77..000000000 --- a/devel/distcc/files/patch-src-dparent.c.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dparent.c.orig Sun Oct 24 08:05:48 2004 -+++ src/dparent.c Fri Nov 4 17:35:09 2005 -@@ -285,6 +285,9 @@ - **/ - void dcc_remove_pid(void) - { -+ /* distcc user, we are running as, cannot delete files in /var/run -+ */ -+#if 0 - if (!arg_pid_file) - return; - -@@ -292,6 +295,7 @@ - rs_log_warning("failed to remove pid file %s: %s", - arg_pid_file, strerror(errno)); - } -+#endif - } - - diff --git a/devel/distcc/pkg-descr b/devel/distcc/pkg-descr deleted file mode 100644 index f38b8f570..000000000 --- a/devel/distcc/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -distcc is a program to distribute compilation of C code across -several machines on a network. distcc should always generate the -same results as a local compile, is simple to install and use, and -is often significantly faster than a local compile. - -Unlike other distributed build systems, distcc does not require all -machines to share a filesystem, have synchronized clocks, or to -have the same libraries or header files installed. Machines can be -running different operating systems, as long as they have compatible -binary formats or cross-compilers. - -distcc sends the complete preprocessed source code across the network -for each job, so all it requires of the volunteer machines is that -they be running the distccd daemon, and that they have an appropriate -compiler installed. - -This version also comes with a text-based as well as a GNOME-based monitor -to inspect the load on the cluster, and how it is distributed among the -various distcc nodes. - -WWW: http://distcc.samba.org/ - -- Frerich Raabe frerich.raabe@gmx.de diff --git a/devel/distcc/pkg-install b/devel/distcc/pkg-install deleted file mode 100644 index ac8a2625a..000000000 --- a/devel/distcc/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=distcc - GROUP=${USER} - UID=561 - GID=${UID} - PW=/usr/sbin/pw - CHOWN=/usr/sbin/chown - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "Distcc user" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - exit 0 - ;; -esac diff --git a/devel/distcc/pkg-message b/devel/distcc/pkg-message deleted file mode 100644 index 08bc97ee5..000000000 --- a/devel/distcc/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ -WARNING: distcc[d] performs NO AUTHENTICATION at all and should -ONLY be used in trusted networks! - -NEW in 2.18 -Distccd now requires the --allow (-a) argument when running -in daemon mode. This option restricts distcc to a specific -network, by default this port uses 127.0.0.0/8, you should -change this by specifying your own distccd_flags in -/etc/rc.conf, see the script in etc/rc.d/distccd.sh for a -template. - -Additionally it is recommended that you add entries to -/etc/syslog.conf to record all distccd log messages to a file -such as /var/log/distccd.log. - -Example syslog.conf entry: - -!distccd -*.* /var/log/distccd.log - -The daemon runs on port 3632 by default. You can change that -value by calling distccd with the -p parameter, e.g. -`distccd -p 4711'. Do not edit the rc.d script to achieve this -instead override the value of distccd_flags in /etc/rc.conf. - -Note that remote daemons currently won't work if they cannot -resolve the reverse DNS of the master machine diff --git a/devel/distcc/pkg-plist b/devel/distcc/pkg-plist deleted file mode 100644 index f625c9bd6..000000000 --- a/devel/distcc/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -@comment $FreeBSD: ports/devel/distcc/pkg-plist,v 1.15 2005/11/06 00:07:20 mnag Exp $ -bin/distcc -bin/distccmon-text -%%WITH_GNOME%%bin/distccmon-gnome -sbin/distccd -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/protocol-1.txt -%%PORTDOCS%%%%DOCSDIR%%/protocol-2.txt -%%PORTDOCS%%%%DOCSDIR%%/status-1.txt -%%PORTDOCS%%%%DOCSDIR%%/reporting-bugs.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile deleted file mode 100644 index 9d97b1571..000000000 --- a/devel/doxygen/Makefile +++ /dev/null @@ -1,132 +0,0 @@ -# New ports collection makefile for: doxygen -# Date created: 20 March 1998 -# Whom: Joep Grooten <joep@di.nl> -# -# $FreeBSD$ -# - -PORTNAME= doxygen -PORTVERSION= 1.5.2 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= mwisnicki+freebsd@gmail.com -COMMENT= A documentation system for C, C++ and other languages - -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake -LIB_DEPENDS= png:${PORTSDIR}/graphics/png - -USE_ICONV= yes -ALL_TARGET= all - -EXTRACT_AFTER_ARGS=|${TAR} -xpf - \ - --exclude '*/libmd5' \ - --exclude '*/libpng' \ - --exclude '*/tmake' - -CONFIGURE_ENV+= CXX="${CXX}" - -.if !defined(NOPORTDOCS) -ALL_TARGET+= docs -BUILD_DEPENDS+= python:${PORTSDIR}/lang/python # XXX: Replace with USE_PYTHON_BUILD -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz - -.if !defined(WITHOUT_LATEX) -ALL_TARGET+= pdf -BUILD_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \ - latex:${PORTSDIR}/print/teTeX -USE_GHOSTSCRIPT_BUILD= yes -MAKE_ARGS+= HAVE_LATEX=yes -.endif # !defined(WITHOUT_LATEX) -.endif # !defined(NOPORTDOCS) - -.if !defined(WITHOUT_DOXYWIZARD) -USE_QT_VER= 3 -QT_INC= ${X11BASE}/include -QTNAME= qt-mt -QT_OPENGL= -THREADLIBS= ${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} - -# Need this in env for build -QTDIR?= ${QT_PREFIX} -CONFIGURE_ENV+= QTDIR="${QTDIR}" -CONFIGURE_ARGS+=--with-doxywizard -.endif # !WITHOUT_DOXYWIZARD - -USE_PERL5= yes -HAS_CONFIGURE= yes -USE_GMAKE= yes -QT_NONSTANDARD= yes # non-standard configure arguments -CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ - --install "${INSTALL}" - -.if ${MACHINE_ARCH:L} == alpha -CONFIGURE_ARGS+= --enable-langs no -.endif - -PLIST= ${WRKDIR}/plist -TMPDOCDEST= ${WRKDIR}/tmpdocdest - -PLIST_FILES= bin/doxygen \ - bin/doxytag - -.ifndef WITHOUT_DOXYWIZARD -PLIST_FILES+= bin/doxywizard -.endif - -pre-configure: - @cd ${WRKSRC};for pro in src/*.pro.in addon/doxywizard/doxywizard.pro.in;do \ - ${ECHO} "unix:LIBS += -liconv" >> $$pro; done - -post-configure: - @${REINPLACE_CMD} -e 's|TMAKE *=.*|TMAKE=${LOCALBASE}/bin/tmake|' \ - -e 's|TMAKEPATH *=.*|TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++|' \ - ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \ - ${WRKSRC}/addon/doxywizard/Makefile - -post-build: - cd ${BUILD_WRKSRC}/examples; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all - -pre-install: - ${RM} -rf ${TMPDOCDEST} ${PLIST} - ${TOUCH} ${PLIST} -.ifndef NOPORTDOCS - ${MKDIR} ${TMPDOCDEST}/doxygen - ${RM} -f ${WRKSRC}/examples/diagrams/html/*.md5 \ - ${WRKSRC}/examples/diagrams/html/*.map - ${TAR} -C ${WRKSRC} --exclude '*/_*' -cf - html \ - | ${TAR} -C ${TMPDOCDEST}/doxygen --unlink -xf - - ${TAR} -C ${WRKSRC} --exclude '*/Makefile*' --exclude '*.dot' \ - -cf - examples \ - | ${TAR} -C ${TMPDOCDEST}/doxygen --unlink -xf - -.ifndef WITHOUT_LATEX - ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.dvi \ - ${WRKSRC}/latex/doxygen_manual.pdf \ - ${WRKSRC}/latex/doxygen_manual.ps \ - ${WRKSRC}/latex/archoverview.eps \ - ${WRKSRC}/latex/doxygen_logo.eps \ - ${TMPDOCDEST}/doxygen -.endif # WITHOUT_LATEX - @cd ${TMPDOCDEST} \ - && ${FIND} -s * -type f -o -type l \ - | ${SED} -e 's|^|share/doc/|'>> ${PLIST} \ - && ${FIND} -d * -type d \ - | ${SED} -e 's|^|@dirrm share/doc/|' >> ${PLIST} -.endif # ! NOPORTDOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxytag ${PREFIX}/bin -.ifndef WITHOUT_DOXYWIZARD - ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxywizard ${PREFIX}/bin -.endif -.ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/doxygen - ${TAR} -C ${TMPDOCDEST} -cf - doxygen \ - | ${TAR} -C ${PREFIX}/share/doc --unlink -xf - -.endif # ! NOPORTDOCS - -.include <bsd.port.mk> diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo deleted file mode 100644 index 1d0b0adce..000000000 --- a/devel/doxygen/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (doxygen-1.5.2.src.tar.gz) = f2782e5bd31a7d10b092500bf0d96ae2 -SHA256 (doxygen-1.5.2.src.tar.gz) = 496220360b92de6169458b282a8faa32065f71db26d33fb9dc291178fc75381d -SIZE (doxygen-1.5.2.src.tar.gz) = 3599976 diff --git a/devel/doxygen/files/patch-ah b/devel/doxygen/files/patch-ah deleted file mode 100644 index c94c1bc4a..000000000 --- a/devel/doxygen/files/patch-ah +++ /dev/null @@ -1,22 +0,0 @@ ---- doc/doxygen_manual.tex.orig Mon May 20 05:58:08 2002 -+++ doc/doxygen_manual.tex Sat May 25 09:28:15 2002 -@@ -12,8 +12,7 @@ - % Documents produced by Doxygen are derivative works derived from the - % input used in their production; they are not affected by this license. - --\documentclass[a4paper]{article} --\usepackage{a4wide} -+\documentclass{article} - \usepackage{makeidx} - \usepackage{fancyhdr} - \usepackage{float} -@@ -23,8 +22,7 @@ - \usepackage{multicol} - \usepackage{times} - \usepackage{alltt} --\usepackage[pdftex, -- pagebackref=true, -+\usepackage[pagebackref=true, - colorlinks=true, - linkcolor=blue - ]{hyperref} diff --git a/devel/doxygen/files/patch-configure b/devel/doxygen/files/patch-configure deleted file mode 100644 index 8ba6ca7fb..000000000 --- a/devel/doxygen/files/patch-configure +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig Sat Oct 28 18:20:11 2006 -+++ configure Sun Feb 25 15:23:52 2007 -@@ -525,7 +525,7 @@ - EOF - fi - --f_inmakefiles="Makefile.in qtools/Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/doxywizard/Makefile.in addon/doxmlparser/src/Makefile.in addon/doxmlparser/test/Makefile.in addon/doxmlparser/examples/metrics/Makefile.in libpng/Makefile.in libmd5/Makefile.in addon/doxyapp/Makefile.in" -+f_inmakefiles="Makefile.in qtools/Makefile.in src/Makefile.in examples/Makefile.in doc/Makefile.in addon/doxywizard/Makefile.in addon/doxmlparser/src/Makefile.in addon/doxmlparser/test/Makefile.in addon/doxmlparser/examples/metrics/Makefile.in addon/doxyapp/Makefile.in" - - for i in $f_inmakefiles ; do - SRC=$i -@@ -541,10 +541,8 @@ - if test $i = Makefile.in; then - echo "" >> $DST - echo "all: src/version.cpp " >> $DST -- echo " \$(MAKE) -C qtools" >> $DST -- echo " \$(MAKE) -C libpng" >> $DST -- echo " \$(MAKE) -C libmd5" >> $DST -- echo " \$(MAKE) -C src" >> $DST -+ echo " \$(MAKE) -j2 -C qtools" >> $DST -+ echo " \$(MAKE) -j2 -C src" >> $DST - if test $f_wizard = YES; then - echo " \$(MAKE) -C addon/doxywizard" >> $DST - fi -@@ -562,7 +560,7 @@ - echo " Created $DST from $SRC..." - done - --f_inprofiles="qtools/qtools.pro.in src/libdoxygen.pro.in src/libdoxycfg.pro.in src/doxygen.pro.in src/doxytag.pro.in addon/doxywizard/doxywizard.pro.in addon/doxmlparser/src/doxmlparser.pro.in addon/doxmlparser/test/xmlparse.pro.in addon/doxmlparser/examples/metrics/metrics.pro.in libpng/libpng.pro.in libmd5/libmd5.pro.in addon/doxyapp/doxyapp.pro.in" -+f_inprofiles="qtools/qtools.pro.in src/libdoxygen.pro.in src/libdoxycfg.pro.in src/doxygen.pro.in src/doxytag.pro.in addon/doxywizard/doxywizard.pro.in addon/doxmlparser/src/doxmlparser.pro.in addon/doxmlparser/test/xmlparse.pro.in addon/doxmlparser/examples/metrics/metrics.pro.in addon/doxyapp/doxyapp.pro.in" - - for i in $f_inprofiles ; do - SRC=$i diff --git a/devel/doxygen/files/patch-doc-Makefile.in b/devel/doxygen/files/patch-doc-Makefile.in deleted file mode 100644 index f994ab859..000000000 --- a/devel/doxygen/files/patch-doc-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- doc/Makefile.in.orig Mon Jul 8 15:59:59 2002 -+++ doc/Makefile.in Tue Oct 22 23:02:24 2002 -@@ -18,12 +18,14 @@ - VERSION=$(VERSION) ; \ - export VERSION; \ - $(DOXYGEN)/bin/doxygen -- @rm -f ../latex/refman.tex - @cp doxygen_logo*.gif ../html -+ifdef HAVE_LATEX -+ @rm -f ../latex/refman.tex - @cp Makefile.latex ../latex/Makefile - @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen_manual.tex >../latex/doxygen_manual.tex - @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen.sty >../latex/doxygen.sty - @epstopdf doxygen_logo.eps --outfile=../latex/doxygen_logo.pdf -+endif # HAVE_LATEX - - clean: - rm -rf ../html ../latex *.bak translator_report.txt diff --git a/devel/doxygen/files/patch-doc-Makefile.latex b/devel/doxygen/files/patch-doc-Makefile.latex deleted file mode 100644 index ffecc2c2b..000000000 --- a/devel/doxygen/files/patch-doc-Makefile.latex +++ /dev/null @@ -1,34 +0,0 @@ ---- doc/Makefile.latex Sun May 7 14:06:16 2006 -+++ doc/Makefile.latex Sun Jun 11 20:27:05 2006 -@@ -13,13 +13,27 @@ - # input used in their production; they are not affected by this license. - --all: doxygen_manual.pdf -+all: doxygen_manual.pdf doxygen_manual.ps - - doxygen_manual.pdf: doxygen_manual.tex doxygen.sty -- echo "Running latex..." -+ @echo "Running latex..." - pdflatex doxygen_manual.tex -- echo "Running makeindex..." -+ @echo "Running makeindex..." - makeindex doxygen_manual.idx -- echo "Rerunning latex...." -+ @echo "Rerunning latex...." - pdflatex doxygen_manual.tex -+ -+graphics: -+ ln -s ../doc/doxygen_logo.eps . -+ ln -s ../doc/doxygen_logo.gif . -+ -+doxygen_manual.dvi: doxygen_manual.pdf graphics -+ @echo "Running latex again to get a .dvi file..." -+ latex doxygen_manual.tex -+ -+doxygen_manual.ps: doxygen_manual.dvi -+ dvips -o doxygen_manual.ps doxygen_manual.dvi -+ - clean: - rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log doxygen_manual.pdf -+ -+.PHONY: graphics diff --git a/devel/doxygen/files/patch-fix_with_libiconv-1.11 b/devel/doxygen/files/patch-fix_with_libiconv-1.11 deleted file mode 100644 index 64c98676d..000000000 --- a/devel/doxygen/files/patch-fix_with_libiconv-1.11 +++ /dev/null @@ -1,11 +0,0 @@ ---- src/portable.cpp.orig 2007-10-11 14:27:23.000000000 -0500 -+++ src/portable.cpp 2007-10-11 14:28:15.000000000 -0500 -@@ -378,7 +378,7 @@ - #else - #define CASTNEEDED(x) (char **)(x) - #endif -- return iconv(cd,CASTNEEDED(inbuf),inbytesleft,outbuf,outbytesleft); -+ return iconv(cd,inbuf,inbytesleft,outbuf,outbytesleft); - } - - int portable_iconv_close (void *cd) diff --git a/devel/doxygen/files/patch-md5 b/devel/doxygen/files/patch-md5 deleted file mode 100644 index 27c21819f..000000000 --- a/devel/doxygen/files/patch-md5 +++ /dev/null @@ -1,153 +0,0 @@ -Every other package these days seems to come with its own MD5 -implementation. Try to trim this insanity, where we can... - - -mi - -diff -ruN src/dirdef.cpp src/dirdef.cpp ---- src/dirdef.cpp Sun Jan 28 13:28:50 2007 -+++ src/dirdef.cpp Mon Jun 11 18:32:26 2007 -@@ -1,3 +1,4 @@ -+#include <sys/types.h> - #include <md5.h> - - #include "dirdef.h" -@@ -73,10 +74,8 @@ - QCString result; - - // convert to md5 hash -- uchar md5_sig[16]; - QCString sigStr(33); -- MD5Buffer((const unsigned char *)anchor.data(),anchor.length(),md5_sig); -- MD5SigToString(md5_sig,sigStr.data(),33); -+ MD5Data((const unsigned char *)anchor.data(),anchor.length(),sigStr.data()); - return sigStr; - - // old algorithm -diff -ruN src/dot.cpp src/dot.cpp ---- src/dot.cpp Wed Mar 21 22:35:06 2007 -+++ src/dot.cpp Mon Jun 11 18:33:40 2007 -@@ -38,6 +38,7 @@ - #include <qdir.h> - #include <qfile.h> - #include <qtextstream.h> -+#include <sys/types.h> - #include <md5.h> - - #define MAP_CMD "cmap" -@@ -1204,10 +1205,8 @@ - } - writeGraphFooter(md5stream); - resetReNumbering(); -- uchar md5_sig[16]; - QCString sigStr(33); -- MD5Buffer((const unsigned char *)theGraph.ascii(),theGraph.length(),md5_sig); -- MD5SigToString(md5_sig,sigStr.data(),33); -+ MD5Data((const unsigned char *)theGraph.ascii(),theGraph.length(),sigStr.data()); - if (checkAndUpdateMd5Signature(baseName,sigStr) || - !QFileInfo(mapName).exists()) - { -@@ -1833,10 +1832,8 @@ - } - } - writeGraphFooter(md5stream); -- uchar md5_sig[16]; - QCString sigStr(33); -- MD5Buffer((const unsigned char *)buf.ascii(),buf.length(),md5_sig); -- MD5SigToString(md5_sig,sigStr.data(),33); -+ MD5Data((const unsigned char *)buf.ascii(),buf.length(),sigStr.data()); - if (reNumber) - { - resetReNumbering(); -diff -ruN src/doxygen.pro.in src/doxygen.pro.in ---- src/doxygen.pro.in Tue Feb 20 19:27:35 2007 -+++ src/doxygen.pro.in Mon Jun 11 18:34:03 2007 -@@ -18,7 +18,7 @@ - CONFIG = console warn_on $extraopts - HEADERS = doxygen.h - SOURCES = main.cpp --unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd5 -+unix:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd - win32:INCLUDEPATH += . - win32-mingw:LIBS += -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd5 - win32-msvc:LIBS += qtools.lib png.lib md5.lib doxygen.lib doxycfg.lib shell32.lib -@@ -28,7 +28,7 @@ - win32:TMAKE_CXXFLAGS += -DQT_NODLL - win32-g++:LIBS = -L../lib -ldoxygen -ldoxycfg -lqtools -lpng -lmd5 - win32-g++:TMAKE_CXXFLAGS += -fno-exceptions -fno-rtti --INCLUDEPATH += ../qtools ../libpng ../libmd5 . -+INCLUDEPATH += ../qtools . - #win32-g++:INCLUDEPATH -= ../libpng - DESTDIR = ../bin - TARGET = doxygen -diff -ruN src/memberdef.cpp src/memberdef.cpp ---- src/memberdef.cpp Wed Mar 14 15:49:45 2007 -+++ src/memberdef.cpp Mon Jun 11 18:32:26 2007 -@@ -17,6 +17,7 @@ - - #include <stdio.h> - #include <qregexp.h> -+#include <sys/types.h> - #include <assert.h> - #include <md5.h> - #include "memberdef.h" -@@ -2361,10 +2362,8 @@ - memAnchor.prepend(definition()); - - // convert to md5 hash -- uchar md5_sig[16]; - QCString sigStr(33); -- MD5Buffer((const unsigned char *)memAnchor.data(),memAnchor.length(),md5_sig); -- MD5SigToString(md5_sig,sigStr.data(),33); -+ MD5Data((const unsigned char *)memAnchor.data(),memAnchor.length(),sigStr.data()); - m_impl->anc = sigStr; - } - -diff -ruN src/util.cpp src/util.cpp ---- src/util.cpp Wed Mar 14 13:36:26 2007 -+++ src/util.cpp Mon Jun 11 18:32:26 2007 -@@ -19,6 +19,7 @@ - #include <ctype.h> - #include <errno.h> - -+#include <sys/types.h> - #include <md5.h> - - #include "qtbc.h" -@@ -4561,16 +4562,16 @@ - if (resultLen>=128) // prevent names that cannot be created! - { - // third algorithm based on MD5 hash -- uchar md5_sig[16]; - QCString sigStr(33); -- MD5Buffer((const unsigned char *)result.data(),resultLen,md5_sig); -- MD5SigToString(md5_sig,sigStr.data(),33); -+ MD5Data((const unsigned char *)result.data(),resultLen,sigStr.data()); - result=result.left(128-32)+sigStr; - } - } - if (createSubdirs) - { -+#if MAP_ALGO==ALGO_COUNT || MAP_ALGO==ALGO_CRC16 - int l1Dir=0,l2Dir=0; -+#endif - - #if MAP_ALGO==ALGO_COUNT - // old algorithm, has the problem that after regeneration the -@@ -4601,12 +4602,13 @@ - l2Dir = (dirNum>>4)&0xff; - #elif MAP_ALGO==ALGO_MD5 - // third algorithm based on MD5 hash -- uchar md5_sig[16]; -- MD5Buffer((const unsigned char *)result.data(),result.length(),md5_sig); -- l1Dir = md5_sig[14]&0xf; -- l2Dir = md5_sig[15]; -+ char md5[33]; -+ MD5Data((const unsigned char *)result.data(),result.length(),md5); -+ result.prepend(QCString().sprintf("d%c/d%c%c/",md5[29],md5[30],md5[31])); - #endif -+#if MAP_ALGO==ALGO_COUNT || MAP_ALGO==ALGO_CRC16 - result.prepend(QCString().sprintf("d%x/d%02x/",l1Dir,l2Dir)); -+#endif - } - return result; - }
\ No newline at end of file diff --git a/devel/doxygen/files/patch-png b/devel/doxygen/files/patch-png deleted file mode 100644 index d3dee411f..000000000 --- a/devel/doxygen/files/patch-png +++ /dev/null @@ -1,25 +0,0 @@ -Use the standard png-library instead of rolling our own. - - -mi - ---- src/pngenc.cpp Sun May 7 14:02:31 2006 -+++ src/pngenc.cpp Wed Jun 14 01:50:19 2006 -@@ -21,10 +21,5 @@ - */ - --#ifndef png_jmpbuf --# define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf) --#endif -- --#define ALL_STATIC --#include <../libpng/png.h> -+#include <png.h> - #include <stdio.h> - #include <stdlib.h> -@@ -33,6 +28,4 @@ - #include "pngenc.h" - #include "message.h" -- --#undef jmpbuf - - static void user_error_fn(png_structp, png_const_charp error_msg) diff --git a/devel/doxygen/files/patch-warnings b/devel/doxygen/files/patch-warnings deleted file mode 100644 index b2e50c9e7..000000000 --- a/devel/doxygen/files/patch-warnings +++ /dev/null @@ -1,15 +0,0 @@ ---- qtools/qgdict.cpp Wed Apr 13 15:51:44 2005 -+++ qtools/qgdict.cpp Wed Jun 14 01:43:49 2006 -@@ -41,4 +41,5 @@ - #include "qdatastream.h" - #include <ctype.h> -+#include <sys/types.h> - - // NOT REVISED -@@ -1005,5 +1006,5 @@ - case PtrKey: - { -- Q_UINT32 k; -+ uintptr_t k; - s >> k; - read( s, d ); diff --git a/devel/doxygen/pkg-descr b/devel/doxygen/pkg-descr deleted file mode 100644 index 6db98f4ef..000000000 --- a/devel/doxygen/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL -(Corba and Microsoft flavors) and to some extent PHP, C#, and D. It can -generate an on-line class browser (in HTML) and/or an off-line reference -manual (in LaTeX/ps/pdf) from a set of documented source files. -The documentation is extracted directly from the sources. - -WWW: http://www.doxygen.org/ diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile deleted file mode 100644 index 83e5036ac..000000000 --- a/devel/gconf/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gconf -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf/Makefile,v 1.4 2007/05/02 22:15:18 mezz Exp $ -# - -PORTNAME= gconf -PORTVERSION= 1.0.9 -PORTREVISION= 11 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/1.0 -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/gconf/distinfo b/devel/gconf/distinfo deleted file mode 100644 index f8346dd4f..000000000 --- a/devel/gconf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/GConf-1.0.9.tar.bz2) = 613aea1d9b7a9c504f52217451c7bf99 -SHA256 (gnome/GConf-1.0.9.tar.bz2) = 863c3dd3e72cf7d35eff7497b833978cc28a9f9d12d7caeb9d61ea785731cb19 -SIZE (gnome/GConf-1.0.9.tar.bz2) = 784363 diff --git a/devel/gconf/files/patch-backends::bdb-backend.c b/devel/gconf/files/patch-backends::bdb-backend.c deleted file mode 100644 index f786acc4a..000000000 --- a/devel/gconf/files/patch-backends::bdb-backend.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD: ports/devel/gconf/files/patch-backends::bdb-backend.c,v 1.2 2006/10/14 08:52:48 marcus Exp $ - ---- backends/bdb-backend.c 2001/08/02 17:59:13 1.1 -+++ backends/bdb-backend.c 2001/08/02 18:03:23 -@@ -25,10 +25,9 @@ - #include <gconf/gconf-internals.h> - #include <gconf/gconf.h> - -+#include "config.h" - #include "bdb.h" - #include "dir-utils.h" -- --#include <db.h> - - #include <stdio.h> - #include <time.h> diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure deleted file mode 100644 index ef88b8857..000000000 --- a/devel/gconf/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Thu Mar 14 23:10:03 2002 -+++ configure Thu Jul 17 21:08:37 2003 -@@ -6804,6 +6804,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7945,7 +7946,7 @@ - BDB_LIBS= - BDB_CFLAGS= - --for dblib in db-3.3 db-3.2 db-3.1 db-3; do -+for dblib in ""; do - as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` - echo "$as_me:7950: checking for db_env_create in -l$dblib" >&5 - echo $ECHO_N "checking for db_env_create in -l$dblib... $ECHO_C" >&6 diff --git a/devel/gconf/files/patch-gconf::gconf-internals.c b/devel/gconf/files/patch-gconf::gconf-internals.c deleted file mode 100644 index 3acab80ce..000000000 --- a/devel/gconf/files/patch-gconf::gconf-internals.c +++ /dev/null @@ -1,69 +0,0 @@ ---- gconf/gconf-internals.c.orig Mon Sep 29 22:35:14 2003 -+++ gconf/gconf-internals.c Mon Sep 29 22:35:16 2003 -@@ -28,6 +28,9 @@ - #include <string.h> - #include <sys/stat.h> - #include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <unistd.h> - #include <stdlib.h> - #include <stdio.h> -@@ -2948,7 +2951,21 @@ - char* - gconf_get_daemon_dir (void) - { -- return g_strconcat (g_get_home_dir (), "/.gconfd", NULL); -+ if (gconf_use_local_locks ()) -+ { -+ char *s; -+ char *subdir; -+ -+ subdir = g_strconcat ("gconfd-", g_get_user_name (), NULL); -+ -+ s = g_strconcat (g_get_tmp_dir (), G_DIR_SEPARATOR_S, subdir, NULL); -+ -+ g_free (subdir); -+ -+ return s; -+ } -+ else -+ return g_strconcat (g_get_home_dir (), "/.gconfd", NULL); - } - - char* -@@ -3040,6 +3057,8 @@ - - if (gconf_file_exists (GCONF_BINDIR"/gconfd-2")) - argv[0] = g_strconcat (GCONF_BINDIR, "/gconfd-2", NULL); -+ else if (gconf_file_exists (GCONF_PREFIX"/libexec/gconfd-2")) -+ argv[0] = g_strconcat (GCONF_PREFIX, "/libexec/gconfd-2", NULL); - else - argv[0] = g_strconcat (GCONF_BINDIR, "/" GCONFD, NULL); - -@@ -4357,4 +4376,24 @@ - return FALSE; - else - return TRUE; -+} -+ -+enum { UNKNOWN, LOCAL, NORMAL }; -+ -+gboolean -+gconf_use_local_locks (void) -+{ -+ static int local_locks = UNKNOWN; -+ -+ if (local_locks == UNKNOWN) -+ { -+ const char *l = -+ g_getenv ("GCONF_GLOBAL_LOCKS"); -+ -+ if (l && atoi (l) == 1) -+ local_locks = NORMAL; -+ else -+ local_locks = LOCAL; -+ } -+ return local_locks == LOCAL; - } diff --git a/devel/gconf/files/patch-gconf_Makefile.in b/devel/gconf/files/patch-gconf_Makefile.in deleted file mode 100644 index 3e7637f9f..000000000 --- a/devel/gconf/files/patch-gconf_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gconf/Makefile.in.orig Fri Sep 27 00:28:12 2002 -+++ gconf/Makefile.in Fri Sep 27 00:28:46 2002 -@@ -154,6 +154,7 @@ - -DGCONF_ETCDIR=\""$(sysconfdir)/gconf"\" \ - -DGCONF_BUILDDIR=\""$(top_builddir)"\" \ - -DGCONF_BINDIR=\""$(bindir)"\" \ -+ -DGCONF_PREFIX=\""$(prefix)"\" \ - -DGCONF_BACKEND_DIR=\""$(pkglibdir)/$(MAJOR_VERSION)"\" \ - -DVERSION=\""$(VERSION)"\" \ - -DIID=\""OAFIID:gconfd:19991118"\" \ diff --git a/devel/gconf/pkg-descr b/devel/gconf/pkg-descr deleted file mode 100644 index c4f8b27a2..000000000 --- a/devel/gconf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GConf is a configuration database system for the GNOME desktop, -functionally similar to the Windows registry but lots better :-) - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist deleted file mode 100644 index 7c2bad263..000000000 --- a/devel/gconf/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/gconf-config -bin/gconf-config-1 -bin/gconf-sanity-check-1 -bin/gconfd-1 -bin/gconftool -bin/gconftool-1 -etc/gconf/1/path -etc/gconf/schemas/desktop.schemas -include/gconf/1/gconf/gconf-changeset.h -include/gconf/1/gconf/gconf-client.h -include/gconf/1/gconf/gconf-engine.h -include/gconf/1/gconf/gconf-error.h -include/gconf/1/gconf/gconf-glib-public.h -include/gconf/1/gconf/gconf-listeners.h -include/gconf/1/gconf/gconf-schema.h -include/gconf/1/gconf/gconf-value.h -include/gconf/1/gconf/gconf.h -lib/GConf/1/libgconfbackend-xml.a -lib/GConf/1/libgconfbackend-xml.la -lib/GConf/1/libgconfbackend-xml.so -lib/libgconf-1.a -lib/libgconf-1.la -lib/libgconf-1.so -lib/libgconf-1.so.1 -lib/libgconf-gtk-1.a -lib/libgconf-gtk-1.la -lib/libgconf-gtk-1.so -lib/libgconf-gtk-1.so.1 -libdata/pkgconfig/gconf.pc -libdata/pkgconfig/gconfgtk.pc -share/aclocal/gconf-1.m4 -share/locale/az/LC_MESSAGES/GConf.mo -share/locale/ca/LC_MESSAGES/GConf.mo -share/locale/cs/LC_MESSAGES/GConf.mo -share/locale/da/LC_MESSAGES/GConf.mo -share/locale/de/LC_MESSAGES/GConf.mo -share/locale/el/LC_MESSAGES/GConf.mo -share/locale/es/LC_MESSAGES/GConf.mo -share/locale/eu/LC_MESSAGES/GConf.mo -share/locale/fi/LC_MESSAGES/GConf.mo -share/locale/fr/LC_MESSAGES/GConf.mo -share/locale/ga/LC_MESSAGES/GConf.mo -share/locale/gl/LC_MESSAGES/GConf.mo -share/locale/hu/LC_MESSAGES/GConf.mo -share/locale/it/LC_MESSAGES/GConf.mo -share/locale/ja/LC_MESSAGES/GConf.mo -share/locale/ko/LC_MESSAGES/GConf.mo -share/locale/nl/LC_MESSAGES/GConf.mo -share/locale/nn/LC_MESSAGES/GConf.mo -share/locale/no/LC_MESSAGES/GConf.mo -share/locale/pl/LC_MESSAGES/GConf.mo -share/locale/pt/LC_MESSAGES/GConf.mo -share/locale/pt_BR/LC_MESSAGES/GConf.mo -share/locale/ru/LC_MESSAGES/GConf.mo -share/locale/sk/LC_MESSAGES/GConf.mo -share/locale/sl/LC_MESSAGES/GConf.mo -share/locale/sv/LC_MESSAGES/GConf.mo -share/locale/tr/LC_MESSAGES/GConf.mo -share/locale/uk/LC_MESSAGES/GConf.mo -share/locale/zh_CN/LC_MESSAGES/GConf.mo -@dirrm %%DATADIR%%/1 -@dirrm %%DATADIR%% -@dirrm lib/GConf/1 -@dirrm include/gconf/1/gconf -@dirrm include/gconf/1 -@dirrm etc/gconf/1 diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index bd39de0e4..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,60 +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.86 2007/09/19 15:09:02 ahze Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.20.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_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) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \ - referencehack -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 d1bea0986..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.20.1.tar.bz2) = 646fc896c6282a8f103365af0fa2e303 -SHA256 (gnome2/GConf-2.20.1.tar.bz2) = 0fb446b87e71fe1089f43e671b5b7689ec91d781b5b2e8f0fc72d4a83a014838 -SIZE (gnome2/GConf-2.20.1.tar.bz2) = 1404919 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab deleted file mode 100644 index 6f25900e7..000000000 --- a/devel/gconf2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Aug 4 22:38:39 2002 -+++ Makefile.in Sun Aug 4 22:39:52 2002 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . diff --git a/devel/gconf2/files/patch-gconf_gconfd.c b/devel/gconf2/files/patch-gconf_gconfd.c deleted file mode 100644 index ef551cb28..000000000 --- a/devel/gconf2/files/patch-gconf_gconfd.c +++ /dev/null @@ -1,64 +0,0 @@ ---- gconf/gconfd.c.orig Fri May 5 12:40:23 2006 -+++ gconf/gconfd.c Fri May 5 12:41:43 2006 -@@ -124,12 +124,6 @@ - - static gboolean in_shutdown = FALSE; - --/* -- * Flag indicating we received a SIGHUP and we should reaload -- * all sources during the next periodic_cleanup() -- */ --static gboolean need_db_reload = FALSE; -- - /* - * CORBA goo - */ -@@ -410,6 +404,18 @@ - } - - static void -+reload_db (void) -+{ -+ gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -+ -+ logfile_save (); -+ shutdown_databases (); -+ init_databases (); -+ gconf_server_load_sources (); -+ logfile_read (); -+} -+ -+static void - signal_handler (int signo) - { - static gint in_fatal = 0; -@@ -482,8 +488,8 @@ - case SIGHUP: - --in_fatal; - -- /* reload sources during next periodic_cleanup() */ -- need_db_reload = TRUE; -+ /* reload sources immediately */ -+ reload_db (); - break; - #endif - -@@ -864,18 +870,6 @@ - static gboolean - periodic_cleanup_timeout(gpointer data) - { -- if (need_db_reload) -- { -- gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -- -- need_db_reload = FALSE; -- logfile_save (); -- shutdown_databases (); -- init_databases (); -- gconf_server_load_sources (); -- logfile_read (); -- } -- - gconf_log (GCL_DEBUG, "Performing periodic cleanup, expiring cache cruft"); - - drop_old_clients (); diff --git a/devel/gconf2/files/patch-gconf_gconftool.c b/devel/gconf2/files/patch-gconf_gconftool.c deleted file mode 100644 index f3c3d2fb0..000000000 --- a/devel/gconf2/files/patch-gconf_gconftool.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gconf/gconftool.c.orig Fri Mar 2 17:10:13 2007 -+++ gconf/gconftool.c Tue Mar 6 12:01:04 2007 -@@ -3781,6 +3781,13 @@ do_makefile_install(GConfEngine* conf, c - } - - retval |= do_sync (conf); -+ -+ /* -+ * Send all the gconfd-2 processes a SIGHUP so that they reload the -+ * databases and pick up the added/removed schemas. -+ */ -+ system("/usr/bin/killall -SIGHUP gconfd-2 >/dev/null 2>&1"); -+ - return retval; - } - diff --git a/devel/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 968ab8db4..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -%%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 -%%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/locale/am/LC_MESSAGES/GConf2.mo -share/locale/ar/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/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/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/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/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@Latn/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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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/gconfmm26/Makefile b/devel/gconfmm26/Makefile deleted file mode 100644 index 05c469fa1..000000000 --- a/devel/gconfmm26/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/gconfmm26/Makefile,v 1.16 2007/03/10 05:27:50 marcus Exp $ -# - -PORTNAME= gconfmm -PORTVERSION= 2.20.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gconf2 API library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -LATEST_LINK= gconfmm26 - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GCC= 3.4+ -USE_GNOME= gnomehack gconf2 -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//' \ - ${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/gconfmm26/distinfo b/devel/gconfmm26/distinfo deleted file mode 100644 index 1c8397b0a..000000000 --- a/devel/gconfmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconfmm-2.20.0.tar.bz2) = 24d7e01104394229f28e32a1dc17c819 -SHA256 (gnome2/gconfmm-2.20.0.tar.bz2) = 79fde1ed43605961b2526f6074a57fd7ddfaa1851c4e91609829e439cc1ef2e9 -SIZE (gnome2/gconfmm-2.20.0.tar.bz2) = 283074 diff --git a/devel/gconfmm26/pkg-descr b/devel/gconfmm26/pkg-descr deleted file mode 100644 index d161fcbb7..000000000 --- a/devel/gconfmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GConf v2 API library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gconfmm26/pkg-plist b/devel/gconfmm26/pkg-plist deleted file mode 100644 index b9959427d..000000000 --- a/devel/gconfmm26/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/gconfmm-%%API_VERSION%%/gconfmm.h -include/gconfmm-%%API_VERSION%%/gconfmm/callback.h -include/gconfmm-%%API_VERSION%%/gconfmm/changeset.h -include/gconfmm-%%API_VERSION%%/gconfmm/client.h -include/gconfmm-%%API_VERSION%%/gconfmm/entry.h -include/gconfmm-%%API_VERSION%%/gconfmm/init.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/changeset_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/client_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/entry_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/schema_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/value_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/schema.h -include/gconfmm-%%API_VERSION%%/gconfmm/setinterface.h -include/gconfmm-%%API_VERSION%%/gconfmm/value.h -include/gconfmm-%%API_VERSION%%/gconfmm/value_listhelpers.h -include/gconfmm-%%API_VERSION%%/gconfmm/wrap_init.h -lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h -lib/gconfmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gconfmm-%%API_VERSION%%/proc/m4/convert_gconfmm.m4 -lib/libgconfmm-%%VERSION%%.a -lib/libgconfmm-%%VERSION%%.la -lib/libgconfmm-%%VERSION%%.so -lib/libgconfmm-%%VERSION%%.so.1 -libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc -@dirrm lib/gconfmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gconfmm-%%API_VERSION%%/proc -@dirrm lib/gconfmm-%%API_VERSION%%/include -@dirrm lib/gconfmm-%%API_VERSION%% -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm/private -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm -@dirrm include/gconfmm-%%API_VERSION%% diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile deleted file mode 100644 index 4ca1abc43..000000000 --- a/devel/glade2/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: glade2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glade2/Makefile,v 1.19 2007/05/19 21:36:05 marcus Exp $ -# - -PORTNAME= glade -PORTVERSION= 2.12.1 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -PKGNAMESUFFIX= 2 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME - -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 desktopfileutils -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= GNOME "Enable gnome support" on #\ -# GNOMEDB "Enable libgnomedb support" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_GNOME) -CONFIGURE_ARGS+= --disable-gnome -.else -USE_GNOME+= libgailgnome libgnomeui -CONFIGURE_ARGS+= --enable-gnome -.endif - -#.if defined(WITH_GNOMEDB) -#USE_GNOME+= libgnomedb -#CONFIGURE_ARGS+= --enable-gnome-db -#.else -CONFIGURE_ARGS+= --disable-gnome-db -#.endif - -.include <bsd.port.post.mk> diff --git a/devel/glade2/distinfo b/devel/glade2/distinfo deleted file mode 100644 index b441c6fec..000000000 --- a/devel/glade2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glade-2.12.1.tar.bz2) = 4e7a25dbd30b8c9dc2cf3c593776c444 -SHA256 (gnome2/glade-2.12.1.tar.bz2) = b49ddb2fdb5ba6d75aa94d406eda84ac3a873c59137d02e17300be398f8acec7 -SIZE (gnome2/glade-2.12.1.tar.bz2) = 1689503 diff --git a/devel/glade2/pkg-descr b/devel/glade2/pkg-descr deleted file mode 100644 index b74a7247c..000000000 --- a/devel/glade2/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/glade2/pkg-plist b/devel/glade2/pkg-plist deleted file mode 100644 index b3c4cf12d..000000000 --- a/devel/glade2/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -bin/glade-2 -share/applications/glade-2.desktop -share/glade-2/gtk/autogen.sh -share/gnome/help/glade-2/C/figures/edit-menu.png -share/gnome/help/glade-2/C/figures/file-menu.png -share/gnome/help/glade-2/C/figures/glade-windows.png -share/gnome/help/glade-2/C/figures/grid-options.png -share/gnome/help/glade-2/C/figures/help-menu.png -share/gnome/help/glade-2/C/figures/menu.png -share/gnome/help/glade-2/C/figures/options-c.png -share/gnome/help/glade-2/C/figures/options-general.png -share/gnome/help/glade-2/C/figures/options-libglade.png -share/gnome/help/glade-2/C/figures/settings-menu.png -share/gnome/help/glade-2/C/figures/snap-options.png -share/gnome/help/glade-2/C/figures/toolbar.png -share/gnome/help/glade-2/C/figures/view-menu.png -share/gnome/help/glade-2/C/figures/window-main.png -share/gnome/help/glade-2/C/figures/window-palette-add.png -share/gnome/help/glade-2/C/figures/window-palette-basic.png -share/gnome/help/glade-2/C/figures/window-palette-gnome.png -share/gnome/help/glade-2/C/glade-faq.xml -share/gnome/help/glade-2/C/glade-user-guide.xml -share/gnome/help/glade-2/C/legal.xml -share/gnome/help/glade-2/ro/glade-faq.xml -share/gnome/help/glade-2/ro/legal.xml -share/omf/glade-2/glade-faq-C.omf -share/omf/glade-2/glade-faq-ro.omf -share/omf/glade-2/glade-user-guide-C.omf -share/pixmaps/glade-2.png -share/pixmaps/glade-2/glade_logo.png -share/locale/am/LC_MESSAGES/glade-2.0.mo -share/locale/az/LC_MESSAGES/glade-2.0.mo -share/locale/be/LC_MESSAGES/glade-2.0.mo -share/locale/ca/LC_MESSAGES/glade-2.0.mo -share/locale/cs/LC_MESSAGES/glade-2.0.mo -share/locale/da/LC_MESSAGES/glade-2.0.mo -share/locale/de/LC_MESSAGES/glade-2.0.mo -share/locale/el/LC_MESSAGES/glade-2.0.mo -share/locale/en_CA/LC_MESSAGES/glade-2.0.mo -share/locale/en_GB/LC_MESSAGES/glade-2.0.mo -share/locale/es/LC_MESSAGES/glade-2.0.mo -share/locale/fr/LC_MESSAGES/glade-2.0.mo -share/locale/ga/LC_MESSAGES/glade-2.0.mo -share/locale/gl/LC_MESSAGES/glade-2.0.mo -share/locale/hr/LC_MESSAGES/glade-2.0.mo -share/locale/hu/LC_MESSAGES/glade-2.0.mo -share/locale/it/LC_MESSAGES/glade-2.0.mo -share/locale/ja/LC_MESSAGES/glade-2.0.mo -share/locale/ko/LC_MESSAGES/glade-2.0.mo -share/locale/lv/LC_MESSAGES/glade-2.0.mo -share/locale/mk/LC_MESSAGES/glade-2.0.mo -share/locale/ml/LC_MESSAGES/glade-2.0.mo -share/locale/ms/LC_MESSAGES/glade-2.0.mo -share/locale/nb/LC_MESSAGES/glade-2.0.mo -share/locale/ne/LC_MESSAGES/glade-2.0.mo -share/locale/nl/LC_MESSAGES/glade-2.0.mo -share/locale/nn/LC_MESSAGES/glade-2.0.mo -share/locale/no/LC_MESSAGES/glade-2.0.mo -share/locale/pa/LC_MESSAGES/glade-2.0.mo -share/locale/pl/LC_MESSAGES/glade-2.0.mo -share/locale/pt/LC_MESSAGES/glade-2.0.mo -share/locale/pt_BR/LC_MESSAGES/glade-2.0.mo -share/locale/ro/LC_MESSAGES/glade-2.0.mo -share/locale/ru/LC_MESSAGES/glade-2.0.mo -share/locale/rw/LC_MESSAGES/glade-2.0.mo -share/locale/sk/LC_MESSAGES/glade-2.0.mo -share/locale/sq/LC_MESSAGES/glade-2.0.mo -share/locale/sr/LC_MESSAGES/glade-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/glade-2.0.mo -share/locale/sv/LC_MESSAGES/glade-2.0.mo -share/locale/tr/LC_MESSAGES/glade-2.0.mo -share/locale/uk/LC_MESSAGES/glade-2.0.mo -share/locale/vi/LC_MESSAGES/glade-2.0.mo -share/locale/yi/LC_MESSAGES/glade-2.0.mo -share/locale/zh_CN/LC_MESSAGES/glade-2.0.mo -share/locale/zh_TW/LC_MESSAGES/glade-2.0.mo -@dirrm share/pixmaps/glade-2 -@dirrm share/omf/glade-2 -@dirrm share/gnome/help/glade-2/C/figures -@dirrm share/gnome/help/glade-2/C -@dirrm share/gnome/help/glade-2/ro/figures -@dirrm share/gnome/help/glade-2/ro -@dirrm share/gnome/help/glade-2 -@dirrm share/glade-2/gtk -@dirrm share/glade-2 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/applications diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile deleted file mode 100644 index 33da0e642..000000000 --- a/devel/glade3/Makefile +++ /dev/null @@ -1,60 +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.37 2007/08/23 04:52:02 marcus Exp $ -# - -PORTNAME= glade3 -PORTVERSION= 3.4.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME - -INSTALLS_ICONS= yes -USE_XLIB= 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 7e9141cdf..000000000 --- a/devel/glade3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glade3-3.4.0.tar.bz2) = 7d9354a92d3d95417d1e2d0bc3ebf4f5 -SHA256 (gnome2/glade3-3.4.0.tar.bz2) = af16831ee69f4e323175e0d3710ddc081bbd598abad711cfa141f8a0a9e60331 -SIZE (gnome2/glade3-3.4.0.tar.bz2) = 1493286 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 472a2510c..000000000 --- a/devel/glade3/pkg-plist +++ /dev/null @@ -1,410 +0,0 @@ -bin/glade-3 -include/libgladeui-1.0/gladeui/glade-app.h -include/libgladeui-1.0/gladeui/glade-base-editor.h -include/libgladeui-1.0/gladeui/glade-builtins.h -include/libgladeui-1.0/gladeui/glade-clipboard-view.h -include/libgladeui-1.0/gladeui/glade-clipboard.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-editor-property.h -include/libgladeui-1.0/gladeui/glade-editor.h -include/libgladeui-1.0/gladeui/glade-fixed.h -include/libgladeui-1.0/gladeui/glade-gtk.h -include/libgladeui-1.0/gladeui/glade-inspector.h -include/libgladeui-1.0/gladeui/glade-palette-item.h -include/libgladeui-1.0/gladeui/glade-palette.h -include/libgladeui-1.0/gladeui/glade-parameter.h -include/libgladeui-1.0/gladeui/glade-parser.h -include/libgladeui-1.0/gladeui/glade-placeholder.h -include/libgladeui-1.0/gladeui/glade-project.h -include/libgladeui-1.0/gladeui/glade-property-class.h -include/libgladeui-1.0/gladeui/glade-property.h -include/libgladeui-1.0/gladeui/glade-signal-editor.h -include/libgladeui-1.0/gladeui/glade-signal.h -include/libgladeui-1.0/gladeui/glade-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.7 -libdata/pkgconfig/gladeui-1.0.pc -share/applications/glade-3.desktop -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml -%%GNOME:%%%%DATADIR%%/catalogs/bonobo.xml.in -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml -%%GNOME:%%%%DATADIR%%/catalogs/canvas.xml.in -%%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-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-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-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-gtktextview.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-handlebox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbox.png -%%DATADIR%%/pixmaps/hicolor/16x16/actions/widget-gtk-hbuttonbox.png -%%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-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-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-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-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-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-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-treeview.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-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 -%%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-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-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-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-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-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-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-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-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-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-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-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/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/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/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/oc/figures/main-window.png -share/gnome/help/glade/oc/glade.xml -share/gnome/help/glade/oc/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/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/fi/LC_MESSAGES/glade3.mo -share/locale/fr/LC_MESSAGES/glade3.mo -share/locale/gl/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/mk/LC_MESSAGES/glade3.mo -share/locale/ml/LC_MESSAGES/glade3.mo -share/locale/ms/LC_MESSAGES/glade3.mo -share/locale/nb/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-en_GB.omf -share/omf/glade/glade-es.omf -share/omf/glade/glade-fr.omf -share/omf/glade/glade-oc.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/oc/figures -@dirrm share/gnome/help/glade/oc -@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/en_GB/figures -@dirrm share/gnome/help/glade/en_GB -@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 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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/applications diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 02d3dca17..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.104 2007/09/16 20:32:53 ahze Exp $ -# - -PORTNAME= glib -PORTVERSION= 2.14.2 -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 gnometarget pkgconfig ltverhack -USE_GMAKE= 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 -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= --build=${GLIB_ARCH}-portbld-freebsd${OSREL} - -.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gthread_gthread-posix.c -.endif - -.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 650782e3b..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.14.2.tar.bz2) = fca5d26c8efea4e6e547c81c801bf67c -SHA256 (gnome2/glib-2.14.2.tar.bz2) = bd6767cc7c8d9551df0fb3e6d40706746723f6daa0ecd4a78facffc40f9d8a97 -SIZE (gnome2/glib-2.14.2.tar.bz2) = 3340273 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 3c5676d2e..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/Makefile.in.orig Wed Jul 19 01:08:13 2006 -+++ glib/Makefile.in Wed Jul 19 01:09:10 2006 -@@ -130,7 +130,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ --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/extra-patch-gthread_gthread-posix.c b/devel/glib20/files/extra-patch-gthread_gthread-posix.c deleted file mode 100644 index bde2862f6..000000000 --- a/devel/glib20/files/extra-patch-gthread_gthread-posix.c +++ /dev/null @@ -1,32 +0,0 @@ ---- gthread/gthread-posix.c.orig Thu Jun 9 11:25:01 2005 -+++ gthread/gthread-posix.c Fri Jun 10 20:23:17 2005 -@@ -115,7 +115,11 @@ static gint priority_normal_value; - # define PRIORITY_NORMAL_VALUE priority_normal_value - #endif /* POSIX_MIN_PRIORITY && POSIX_MAX_PRIORITY */ - -+#define G_THREAD_STACK_SIZE32 (1*1024*1024) -+#define G_THREAD_STACK_SIZE64 (2*1024*1024) -+ - static gulong g_thread_min_stack_size = 0; -+static gulong g_thread_default_stack_size = 0; - - #define G_MUTEX_SIZE (sizeof (pthread_mutex_t)) - -@@ -309,8 +313,16 @@ g_thread_create_posix_impl (GThreadFunc - stack_size = MAX (g_thread_min_stack_size, stack_size); - /* No error check here, because some systems can't do it and - * we simply don't want threads to fail because of that. */ -- pthread_attr_setstacksize (&attr, stack_size); - } -+ else -+ { -+ if (sizeof(void *) == 8) -+ g_thread_default_stack_size = G_THREAD_STACK_SIZE64; -+ else -+ g_thread_default_stack_size = G_THREAD_STACK_SIZE32; -+ stack_size = MAX (g_thread_min_stack_size, g_thread_default_stack_size); -+ } -+ pthread_attr_setstacksize (&attr, stack_size); - #endif /* HAVE_PTHREAD_ATTR_SETSTACKSIZE */ - - #ifdef PTHREAD_SCOPE_SYSTEM diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 46738f939..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Jan 29 13:06:22 2006 -+++ configure Sun Jan 29 13:06:48 2006 -@@ -34462,6 +34461,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 8a89b6e97..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Thu May 3 15:19:30 2007 -+++ Makefile.in Thu May 3 15:19:44 2007 -@@ -248,7 +248,7 @@ target_alias = @target_alias@ - - AUTOMAKE_OPTIONS = 1.7 - --SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs -+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs - - bin_SCRIPTS = glib-gettextize - -@@ -301,8 +301,8 @@ BUILT_EXTRA_DIST = \ - config.h.win32 \ - gtk-doc.make - -- --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - - CONFIGURE_DEPENDENCIES = acglib.m4 - diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index c339b76e2..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Fri Oct 24 18:05:32 2003 -+++ docs/reference/Makefile.in Fri Oct 24 18:06:00 2003 -@@ -226,7 +226,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glib gobject -+SUBDIRS = #glib gobject - subdir = docs/reference - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h 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 9afd57416..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig Fri Apr 30 12:10:27 2004 -+++ glib/libcharset/Makefile.in Fri Apr 30 12:12:01 2004 -@@ -225,7 +225,7 @@ - target_alias = @target_alias@ - - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -I$(top_srcdir) -+ -DLIBDIR=\"$(prefix)/libdata\" -I$(top_srcdir) - - - noinst_LTLIBRARIES = libcharset.la -@@ -246,8 +246,8 @@ - make-patch.sh - - --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 - -@@ -487,7 +487,7 @@ - - install-data-am: - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-info: install-info-am - diff --git a/devel/glib20/files/patch-glib_gatomic.c b/devel/glib20/files/patch-glib_gatomic.c deleted file mode 100644 index 93b29badd..000000000 --- a/devel/glib20/files/patch-glib_gatomic.c +++ /dev/null @@ -1,37 +0,0 @@ ---- glib/gatomic.c.orig Thu Jul 6 11:21:02 2006 -+++ glib/gatomic.c Thu Jul 6 11:18:48 2006 -@@ -414,14 +414,14 @@ - g_atomic_int_exchange_and_add (volatile gint *atomic, - gint val) - { -- return __sync_fetch_and_add (atomic, val); -+ return __sync_fetch_and_add_si (atomic, val); - } - - void - g_atomic_int_add (volatile gint *atomic, - gint val) - { -- __sync_fetch_and_add (atomic, val); -+ __sync_fetch_and_add_si (atomic, val); - } - - gboolean -@@ -429,7 +429,7 @@ - gint oldval, - gint newval) - { -- return __sync_bool_compare_and_swap (atomic, oldval, newval); -+ return __sync_bool_compare_and_swap_si (atomic, oldval, newval); - } - - gboolean -@@ -437,7 +437,7 @@ - gpointer oldval, - gpointer newval) - { -- return __sync_bool_compare_and_swap ((long *)atomic, -+ return __sync_bool_compare_and_swap_di ((long *)atomic, - (long)oldval, (long)newval); - } - 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 1caac4492..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,228 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -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/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/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/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/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/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/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/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/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/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/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@Latn/LC_MESSAGES/glib20.mo -share/locale/sr@ije/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 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-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@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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 2b72a870e..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,49 +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.47 2007/09/12 19:57:50 marcus Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.14.1 -PORTREVISION?= 0 -PORTEPOCH= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GCC= 3.4+ -USE_GNOME= gnomehack gnometarget glib20 -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -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 74627bfd2..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.14.1.tar.bz2) = b75877e454afa956a1e86a89ab1fa9b0 -SHA256 (gnome2/glibmm-2.14.1.tar.bz2) = 963b47b530a0cead2148295d8929b957db53578ca80dee362d1dbd675ea1b2d5 -SIZE (gnome2/glibmm-2.14.1.tar.bz2) = 9273164 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/files/patch-glib_glibmm_date.cc b/devel/glibmm/files/patch-glib_glibmm_date.cc deleted file mode 100644 index 539778d9a..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- glib/glibmm/date.cc.orig Sun May 6 00:19:51 2007 -+++ glib/glibmm/date.cc Sun May 6 00:21:36 2007 -@@ -72,12 +72,14 @@ void Date::set_parse(const Glib::ustring - } - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - void Date::set_time(GTime time) - { - //This method, and the C function that it wraps, are deprecated. - g_date_set_time(&gobject_, time); - } -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - diff --git a/devel/glibmm/files/patch-glib_glibmm_date.h b/devel/glibmm/files/patch-glib_glibmm_date.h deleted file mode 100644 index 12a66044f..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.h +++ /dev/null @@ -1,18 +0,0 @@ ---- glib/glibmm/date.h.orig Sun May 6 00:22:03 2007 -+++ glib/glibmm/date.h Sun May 6 00:22:31 2007 -@@ -120,6 +120,7 @@ enum DMY - void set_parse (const Glib::ustring& str); - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - /** Sets the value of a date from a GTime (time_t) value. - * -@@ -128,6 +129,7 @@ enum DMY - * @deprecated Please use set_time(time_t) or set_time(const GTimeVal&). - */ - void set_time(GTime time); -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - 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 f81638934..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -include/glibmm-%%API_VERSION%%/glibmm.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.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.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/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/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/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/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/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/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_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/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/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 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%% diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile deleted file mode 100644 index bb74c7376..000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomebuild -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-build/Makefile,v 1.4 2007/09/07 05:02:54 marcus Exp $ -# - -PORTNAME= gnome-build -PORTVERSION= 0.2.0 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME Build Framework (GBF) - -LIB_DEPENDS= gdl-gnome-1.0:${PORTSDIR}/x11-toolkits/gdl - -USE_XLIB= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_PERL5_RUN= yes -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" - -.include <bsd.port.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index e0d78df5e..000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-build-0.2.0.tar.bz2) = 97ba7c81f47c39b191d9aae9ea173084 -SHA256 (gnome2/gnome-build-0.2.0.tar.bz2) = 0af2760fe7bfc6b900df36068575e3fe391acf7aee11525b16f56fa2c82628f3 -SIZE (gnome2/gnome-build-0.2.0.tar.bz2) = 476382 diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c deleted file mode 100644 index 4c8380eb3..000000000 --- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003 -+++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003 -@@ -27,9 +27,9 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> --#include <regex.h> - #include "gbf-i18n.h" - #include "gbf-am-build.h" -+#include <gnuregex.h> - - /* FIXME: mark strings for translation and this file to POTFILES.in */ - diff --git a/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c b/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c deleted file mode 100644 index 698c8f484..000000000 --- a/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backends/libgbf_mkfile/gbf-mkfile-build.c.orig Mon May 15 18:06:23 2006 -+++ src/backends/libgbf_mkfile/gbf-mkfile-build.c Mon May 15 18:07:32 2006 -@@ -32,7 +32,7 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> --#include <regex.h> - #include "gbf-i18n.h" - #include "gbf-mkfile-build.h" -+#include <gnuregex.h> - diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr deleted file mode 100644 index 60385151a..000000000 --- a/devel/gnome-build/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a GNOME Build Framework (GBF). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist deleted file mode 100644 index 6820a0597..000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/gnome-build-1.0/gbf/gbf-backend.h -include/gnome-build-1.0/gbf/gbf-build-info.h -include/gnome-build-1.0/gbf/gbf-project-model.h -include/gnome-build-1.0/gbf/gbf-project-util.h -include/gnome-build-1.0/gbf/gbf-project-view.h -include/gnome-build-1.0/gbf/gbf-project.h -include/gnome-build-1.0/gbf/gbf-tree-data.h -include/gnome-build-1.0/gbf/gbf-widgets.h -include/gnome-build-1.0/gbf/glue-plugin.h -lib/gnome-build-1.0/backends/gbf-am.server -lib/gnome-build-1.0/backends/gbf-mkfile.server -lib/gnome-build-1.0/backends/libgbf-am.la -lib/gnome-build-1.0/backends/libgbf-am.so -lib/gnome-build-1.0/backends/libgbf-mkfile.la -lib/gnome-build-1.0/backends/libgbf-mkfile.so -lib/libgbf-1.la -lib/libgbf-1.so -lib/libgbf-1.so.1 -lib/libgbf-widgets-1.la -lib/libgbf-widgets-1.so -lib/libgbf-widgets-1.so.1 -libdata/pkgconfig/gnome-build-1.0.pc -share/gnome-build/GBF/AmFiles.pm -share/gnome-build/GBF/General.pm -share/gnome-build/GBF/Make.pm -share/gnome-build/glade/create_dialogs.glade -share/gnome-build/glade/gbf-am-dialogs.glade -share/pixmaps/gbf-build.png -share/pixmaps/gbf-install.png -share/locale/am/LC_MESSAGES/gbf-1.mo -share/locale/ar/LC_MESSAGES/gbf-1.mo -share/locale/az/LC_MESSAGES/gbf-1.mo -share/locale/be/LC_MESSAGES/gbf-1.mo -share/locale/ca/LC_MESSAGES/gbf-1.mo -share/locale/cs/LC_MESSAGES/gbf-1.mo -share/locale/de/LC_MESSAGES/gbf-1.mo -share/locale/dz/LC_MESSAGES/gbf-1.mo -share/locale/el/LC_MESSAGES/gbf-1.mo -share/locale/en_CA/LC_MESSAGES/gbf-1.mo -share/locale/en_GB/LC_MESSAGES/gbf-1.mo -share/locale/es/LC_MESSAGES/gbf-1.mo -share/locale/fi/LC_MESSAGES/gbf-1.mo -share/locale/fr/LC_MESSAGES/gbf-1.mo -share/locale/gl/LC_MESSAGES/gbf-1.mo -share/locale/hr/LC_MESSAGES/gbf-1.mo -share/locale/hu/LC_MESSAGES/gbf-1.mo -share/locale/it/LC_MESSAGES/gbf-1.mo -share/locale/ja/LC_MESSAGES/gbf-1.mo -share/locale/lv/LC_MESSAGES/gbf-1.mo -share/locale/mk/LC_MESSAGES/gbf-1.mo -share/locale/ml/LC_MESSAGES/gbf-1.mo -share/locale/ms/LC_MESSAGES/gbf-1.mo -share/locale/nb/LC_MESSAGES/gbf-1.mo -share/locale/ne/LC_MESSAGES/gbf-1.mo -share/locale/nl/LC_MESSAGES/gbf-1.mo -share/locale/pa/LC_MESSAGES/gbf-1.mo -share/locale/pl/LC_MESSAGES/gbf-1.mo -share/locale/pt/LC_MESSAGES/gbf-1.mo -share/locale/pt_BR/LC_MESSAGES/gbf-1.mo -share/locale/ru/LC_MESSAGES/gbf-1.mo -share/locale/rw/LC_MESSAGES/gbf-1.mo -share/locale/sk/LC_MESSAGES/gbf-1.mo -share/locale/sq/LC_MESSAGES/gbf-1.mo -share/locale/sr/LC_MESSAGES/gbf-1.mo -share/locale/sr@Latn/LC_MESSAGES/gbf-1.mo -share/locale/sv/LC_MESSAGES/gbf-1.mo -share/locale/uk/LC_MESSAGES/gbf-1.mo -share/locale/vi/LC_MESSAGES/gbf-1.mo -share/locale/zh_CN/LC_MESSAGES/gbf-1.mo -@dirrm share/gnome-build/glade -@dirrm share/gnome-build/GBF -@dirrm share/gnome-build -@dirrm lib/gnome-build-1.0/backends -@dirrm lib/gnome-build-1.0 -@dirrm include/gnome-build-1.0/gbf -@dirrm include/gnome-build-1.0 -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index bb6da7ec1..000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: gnomecommon -# Date created: 04 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnomecommon/Makefile,v 1.5 2005/09/20 09:39:51 ahze Exp $ -# - -PORTNAME= gnome-common -PORTVERSION= 2.20.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 gnometarget -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo deleted file mode 100644 index 394b5ed28..000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.20.0.tar.bz2) = 89e47677fb72695c75d2cefac84ff9f1 -SHA256 (gnome2/gnome-common-2.20.0.tar.bz2) = 0e807cfe74a684c494a0949b7f96d231660f323253a89053e3ec32c4f518c8d9 -SIZE (gnome2/gnome-common-2.20.0.tar.bz2) = 64309 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-crash/Makefile b/devel/gnome-crash/Makefile deleted file mode 100644 index 4d27d5d39..000000000 --- a/devel/gnome-crash/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: gnomecrash -# Date created: 3rd November 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-crash -PORTVERSION= 0.0.5 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-crash/0.0 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small coredump analysis tool for GNOME - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libglade gnomeprint -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/gnome-crash/distinfo b/devel/gnome-crash/distinfo deleted file mode 100644 index 51cda6cca..000000000 --- a/devel/gnome-crash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-crash-0.0.5.tar.gz) = 23795de0adc8e15f536dbb790aaf265a -SHA256 (gnome-crash-0.0.5.tar.gz) = 835d9b755dd89b0e82e870cf1552654991275fed68cae917b3c7f0ecc22c8e69 -SIZE (gnome-crash-0.0.5.tar.gz) = 214802 diff --git a/devel/gnome-crash/files/patch-src::Makefile.in b/devel/gnome-crash/files/patch-src::Makefile.in deleted file mode 100644 index fab997dbb..000000000 --- a/devel/gnome-crash/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in 2001/12/19 10:18:12 1.1 -+++ src/Makefile.in 2001/12/19 10:20:11 -@@ -129,7 +129,7 @@ - gdb_DATA = gdb-cmd - - #CFLAGS+=-Werror --INCLUDES = -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(EXTRA_GNOME_CFLAGS) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOME_CRASH_GLADE_DIR=\""$(gladedir)"\" -DGNOME_CRASH_GDB_DIR=\""$(gdbdir)"\" -DGNOME_CRASH_ICON_DIR=\""$(datadir)/pixmaps"\" -DGNOME_CRASH_DATA_DIR=\""$(datadir)/gnome-crash"\" -+INCLUDES = $(GNOME_PRINT_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(includedir) $(EXTRA_GNOME_CFLAGS) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNOME_CRASH_GLADE_DIR=\""$(gladedir)"\" -DGNOME_CRASH_GDB_DIR=\""$(gdbdir)"\" -DGNOME_CRASH_ICON_DIR=\""$(datadir)/pixmaps"\" -DGNOME_CRASH_DATA_DIR=\""$(datadir)/gnome-crash"\" - - - bin_PROGRAMS = gnome-crash diff --git a/devel/gnome-crash/pkg-descr b/devel/gnome-crash/pkg-descr deleted file mode 100644 index 6823fa2c2..000000000 --- a/devel/gnome-crash/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a small tool to use after a core dump. It can extract debugging -information from a core file or crashed application (via gnome_segv). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-crash/pkg-plist b/devel/gnome-crash/pkg-plist deleted file mode 100644 index 0fbb0a44e..000000000 --- a/devel/gnome-crash/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gnome-crash -share/apps/Utilities/gnome-crash.desktop -share/gnome-crash/gdb/gdb-cmd -share/gnome-crash/glade/about.glade -share/gnome-crash/glade/gnome-crash.glade -share/gnome-crash/gnome-crash-animation.png -share/mime-info/gnome-crash.keys -share/mime-info/gnome-crash.mime -share/pixmaps/gnome-crash-icon.png -@dirrm share/gnome-crash/glade -@dirrm share/gnome-crash/gdb -@dirrm share/gnome-crash diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index b3f204148..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.178 2007/09/17 18:53:21 marcus Exp $ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.20.0 -PORTREVISION?= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ - libbonobo ltverhack referencehack -USE_AUTOTOOLS= libtool:15 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --enable-hal \ - --with-hal-mount=/sbin/mount \ - --with-hal-umount=/sbin/umount -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include -DPTHREAD_LIB=\"${PTHREAD_LIBS}\"" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PTHREAD_LIB@|${PTHREAD_LIBS}|' \ - ${WRKSRC}/gnome-vfs-2.0.pc.in ${WRKSRC}/gnome-vfs-module-2.0.pc.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi -.if defined(WITHOUT_KERBEROS) - @${ECHO_CMD} "${PKGNAME}: KERBEROS is required." - @${FALSE} -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index dbfa59bea..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.20.0.tar.bz2) = b9fe0a066d0e693e74a000e55338235b -SHA256 (gnome2/gnome-vfs-2.20.0.tar.bz2) = cd95ec5a4808799f033dcb9daf37ed38436c594d4014e5804967fa9e5893e91f -SIZE (gnome2/gnome-vfs-2.20.0.tar.bz2) = 1918358 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 7213df2fa..000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Jul 11 09:30:02 2006 -+++ Makefile.in Tue Jul 11 09:30:32 2006 -@@ -352,7 +352,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - po - - EXTRA_DIST = \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 383987654..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ - $(CDDA_LTLIBS) \ diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in deleted file mode 100644 index 70edbcd45..000000000 --- a/devel/gnome-vfs/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Sun May 7 00:54:09 2006 -+++ config.h.in Sun May 7 00:54:46 2006 -@@ -121,6 +121,9 @@ - /* Define to 1 if you have the <fnmatch.h> header file. */ - #undef HAVE_FNMATCH_H - -+/* Define to 1 if you have the <sys/sysmacros.h> header file. */ -+#undef HAVE_SYS_SYSMACROS_H -+ - /* Define to 1 if you have the <fstab.h> header file. */ - #undef HAVE_FSTAB_H - diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure deleted file mode 100644 index df7bc5e67..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig Mon Feb 12 14:15:37 2007 -+++ configure Mon Feb 12 14:15:37 2007 -@@ -5708,7 +5708,7 @@ fi - - - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ -- inttypes.h stdint.h unistd.h -+ inttypes.h stdint.h unistd.h sys/sysmacros.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -22101,6 +22101,8 @@ echo $ECHO_N "checking for LC_MESSAGES.. - if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22147,6 +22149,7 @@ am_cv_val_LC_MESSAGES=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 - echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 -@@ -23612,6 +23615,7 @@ if test `eval echo '${'$as_ac_var'}'` = - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -33364,7 +33368,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33662,7 +33666,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index eb0f45920..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index 168fba882..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index 2747466f7..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - gnome_registry_dir.system_dir = TRUE; -+ -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user GNOME configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); - - user_registry_dir.dirname = g_build_filename (g_get_home_dir(), - ".gnome", diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c deleted file mode 100644 index c7fb1cf36..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2007-09-17 14:48:45.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 14:50:06.000000000 -0400 -@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = { - { "msdosfs" , N_("MSDOS Volume"), 0 }, - { "nfs" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, -+ { "nullfs" , N_("BSD Loopback Volume"), 1 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, - { "nwfs" , N_("Netware Volume"), 0 }, - { "proc" , N_("System Volume"), 0 }, - { "procfs" , N_("System Volume"), 0 }, diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c deleted file mode 100644 index f50e1cb81..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c +++ /dev/null @@ -1,33 +0,0 @@ ---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006 -+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006 -@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume - "/", - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", -+ "/usr/X11R6", - "/var", -+ "/var/tmp", - "/proc", - "/sbin", - NULL diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index a9879578a..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h deleted file mode 100644 index 69292f2f1..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h +++ /dev/null @@ -1,25 +0,0 @@ ---- libgnomevfs/xdgmimecache.h.orig Mon May 29 20:04:24 2006 -+++ libgnomevfs/xdgmimecache.h Mon May 29 20:11:42 2006 -@@ -32,9 +32,19 @@ - typedef struct _XdgMimeCache XdgMimeCache; - - #ifdef XDG_PREFIX --#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) --#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) --#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) -+#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) -+#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) -+#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) -+#define _xdg_mime_cache_get_mime_type_for_data XDG_ENTRY(cache_get_mime_type_for_data) -+#define _xdg_mime_cache_get_mime_type_for_file XDG_ENTRY(cache_get_mime_type_for_file) -+#define _xdg_mime_cache_get_mime_type_from_file_name XDG_ENTRY(cache_get_mime_type_from_file_name) -+#define _xdg_mime_cache_is_valid_mime_type XDG_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_ENTRY(cache_media_type_equal) -+#define _xdg_mime_cache_mime_type_subclass XDG_ENTRY(cache_mime_type_subclass) -+#define _xdg_mime_cache_list_mime_parents XDG_ENTRY(cache_list_mime_parents) -+#define _xdg_mime_cache_unalias_mime_type XDG_ENTRY(cache_unalias_mime_type) -+#define _xdg_mime_cache_get_max_buffer_extents XDG_ENTRY(cache_get_max_buffer_extents) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c deleted file mode 100644 index 7ec9a33b8..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006 -+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006 -@@ -45,7 +45,7 @@ - #endif - - #ifdef HAVE_POSIX_ACL --# include <acl/libacl.h> -+# include <sys/acl.h> - #define HAVE_ACL 1 - #endif - diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index 3e91697f4..000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.14 2007/04/26 16:52:39 mezz Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, 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/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index 5da213903..000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.14 2007/04/26 16:52:39 mezz Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index 606b21cb5..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@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@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile deleted file mode 100644 index 80b35314d..000000000 --- a/devel/gnome-vfs1/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: gnomevfs -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-vfs -PORTVERSION= 1.0.5 -PORTREVISION= 10 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/1.0 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_ICONV= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix glib12 libxml gtk12 orbit gconf \ - gnomemimedata gnomelibs -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -LATEST_LINK= gnome-vfs1 - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name 'xml-i18n-*' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|/usr/local/bin/perl|${PERL}|g' - @${REINPLACE_CMD} -e 's|\%\%LOCALBASE\%\%|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/libcharset/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/gnome-vfs1/distinfo b/devel/gnome-vfs1/distinfo deleted file mode 100644 index f4926b796..000000000 --- a/devel/gnome-vfs1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-vfs-1.0.5.tar.bz2) = e2a17a6b178f54c43968241258f3e729 -SHA256 (gnome/gnome-vfs-1.0.5.tar.bz2) = 656b31d8351ec2d8b266cb1201354a53b79dd02230c8c7a8235e745f2a712ba8 -SIZE (gnome/gnome-vfs-1.0.5.tar.bz2) = 781057 diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa deleted file mode 100644 index 7ee2454b2..000000000 --- a/devel/gnome-vfs1/files/patch-aa +++ /dev/null @@ -1,65 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-aa,v 1.13 2002/03/18 17:30:04 sobomax Exp $ - ---- configure.orig Sun Mar 17 15:24:47 2002 -+++ configure Sun Mar 17 15:25:13 2002 -@@ -5953,7 +5953,7 @@ - VFS_GNOME_LIBS="`gnome-config --libs gnome`" - VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" - VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" --VFS_GLIB_CONFIG="glib-config" -+VFS_GLIB_CONFIG="$GLIB_CONFIG" - - - -@@ -9856,8 +9856,8 @@ - done - fi - --echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:9861: checking for bzCompressInit in -lbz2" >&5 -+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:9861: checking for BZ2_bzCompressInit in -lbz2" >&5 - ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9870,10 +9870,10 @@ - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit(); -+char BZ2_bzCompressInit(); - - int main() { --bzCompressInit() -+BZ2_bzCompressInit() - ; return 0; } - EOF - if { (eval echo configure:9880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -10103,7 +10103,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo" - cat > conftest.$ac_ext <<EOF - #line 10109 "configure" - #include "confdefs.h" -@@ -10137,7 +10137,7 @@ - EOF - - msg_openssl="yes" -- OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl" -+ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcryptofoo" - - - if true; then -@@ -10897,7 +10897,7 @@ - s%@GTK_CFLAGS@%$GTK_CFLAGS%g - s%@GTK_LIBS@%$GTK_LIBS%g - s%@cflags_set@%$cflags_set%g --s%@PTHREAD_LIB@%$PTHREAD_LIB%g -+s%@PTHREAD_LIB@%$BSD_PTHREAD_LIBS%g - s%@ALLOCA@%$ALLOCA%g - s%@USE_NLS@%$USE_NLS%g - s%@MSGFMT@%$MSGFMT%g diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab deleted file mode 100644 index 400cf3e2d..000000000 --- a/devel/gnome-vfs1/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-ab,v 1.9 2002/03/17 16:08:33 sobomax Exp $ - ---- Makefile.in.orig Sun Mar 17 16:04:01 2002 -+++ Makefile.in Sun Mar 17 16:14:05 2002 -@@ -187,10 +187,10 @@ - cflags_set = @cflags_set@ - cxxflags_set = @cxxflags_set@ - l = @l@ --@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test -+@PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = - --SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules $(SUBDIRS_GNOME) po - - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in -@@ -198,7 +198,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -537,11 +537,13 @@ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ - -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ -+ -e 's?\@PTHREAD_LIB\@?$(PTHREAD_LIB)?g' \ - < $(srcdir)/vfsConf.sh.in > vfsConf.tmp \ - && mv vfsConf.tmp vfsConf.sh - - gnome-vfs-config: gnome-vfs-config.in Makefile - sed -e 's?\@LIBDIR\@?$(libdir)?g' \ -+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ - -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnome-vfs1/files/patch-ac b/devel/gnome-vfs1/files/patch-ac deleted file mode 100644 index 53175ace8..000000000 --- a/devel/gnome-vfs1/files/patch-ac +++ /dev/null @@ -1,40 +0,0 @@ ---- modules/Makefile.in.orig Thu Aug 26 21:10:36 2004 -+++ modules/Makefile.in Thu Aug 26 21:11:07 2004 -@@ -189,7 +189,7 @@ - l = @l@ - - NULL = --SUBDIRS = extfs -+SUBDIRS = - - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libgnomevfs -I$(top_builddir)/libgnomevfs -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GLIB_CFLAGS) $(XML_CFLAGS) $(LIBEFS_CFLAGS) $(GCONF_CFLAGS) $(VFS_GNOME_CFLAGS) $(VFS_CFLAGS) $(WERROR) -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSYSCONFDIR=\"$(sysconfdir)\" -DPREFIX=\"$(prefix)\" -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 - -@@ -199,10 +199,10 @@ - @HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la - @HAVE_CDDA_FALSE@CDDA_LTLIBS = - --module_flags = -export_dynamic -avoid-version -+module_flags = -export_dynamic -avoid-version -module $(PTHREAD_LIB) - modulesdir = $(libdir)/vfs/modules - --modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL) -+modules_LTLIBRARIES = $(CDDA_LTLIBS) libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL) - - - # Disabled for now -@@ -218,15 +218,8 @@ - - libcdda_la_SOURCES = cdda-method.c cdda-method.h cdda-cddb.c cdda-cddb.h cdda-cdrom-extensions.h - -- - libcdda_la_LDFLAGS = $(module_flags) - libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface -- --### `extfs' method -- --libextfs_la_SOURCES = extfs-method.c extfs-method.h -- --libextfs_la_LDFLAGS = $(module_flags) - - ### `file' method - diff --git a/devel/gnome-vfs1/files/patch-ag b/devel/gnome-vfs1/files/patch-ag deleted file mode 100644 index da795f940..000000000 --- a/devel/gnome-vfs1/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000 -+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000 -@@ -3,7 +3,7 @@ - usage="\ - Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]" - --config_file="@LIBDIR@/vfsConf.sh" -+config_file="@SYSCONFDIR@/vfsConf.sh" - . $config_file - - if test $# -eq 0; then diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c deleted file mode 100644 index 6ba85e4fc..000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-private-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-private-utils.c.orig Mon Jul 16 20:21:07 2001 -+++ libgnomevfs/gnome-vfs-private-utils.c Sat Aug 14 00:00:56 2004 -@@ -263,7 +263,7 @@ - * - * Return value: - **/ --GnomeVFSProcessResult -+GnomeVFSProcessRunResult - gnome_vfs_process_run_cancellable (const gchar *file_name, - const gchar * const argv[], - GnomeVFSProcessOptions options, diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c b/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c deleted file mode 100644 index 8fb98a428..000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-gnome-vfs-process.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-process.c.orig Mon Jul 16 20:21:07 2001 -+++ libgnomevfs/gnome-vfs-process.c Sat Aug 14 00:13:06 2004 -@@ -258,7 +258,7 @@ - * - * Return value: A numeric value reporting the result of the operation. - **/ --GnomeVFSProcessRunResult -+GnomeVFSProcessResult - gnome_vfs_process_signal (GnomeVFSProcess *process, - guint signal_number) - { diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in deleted file mode 100644 index f5f0d3e4f..000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-libgnomevfs-pthread::Makefile.in,v 1.1 2002/01/24 15:09:56 sobomax Exp $ - ---- libgnomevfs-pthread/Makefile.in 2002/01/24 08:42:41 1.1 -+++ libgnomevfs-pthread/Makefile.in 2002/01/24 08:43:37 -@@ -207,7 +207,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - LIBS = @LIBS@ --libgnomevfs_pthread_la_LIBADD = -+libgnomevfs_pthread_la_LIBADD = $(PTHREAD_LIB) - libgnomevfs_pthread_la_OBJECTS = gnome-vfs-pthread.lo \ - gnome-vfs-thread-pool.lo gnome-vfs-async-job-map.lo \ - gnome-vfs-async-ops.lo gnome-vfs-job-slave.lo gnome-vfs-job.lo diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index f02f39aaa..000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-libgnomevfs::Makefile.in,v 1.2 2002/03/17 16:08:33 sobomax Exp $ - ---- libgnomevfs/Makefile.in.orig Sun Mar 17 16:04:01 2002 -+++ libgnomevfs/Makefile.in Sun Mar 17 16:26:57 2002 -@@ -215,7 +215,7 @@ - - - # Platform specific includes --libgnomevfsplatofrmincludedir = $(libdir)/gnome-vfs-1.0/include -+libgnomevfsplatofrmincludedir = $(includedir)/gnome-vfs-1.0/libgnomevfs - libgnomevfsplatofrminclude_HEADERS = gnome-vfs-file-size.h - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in b/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in deleted file mode 100644 index b28eeb05f..000000000 --- a/devel/gnome-vfs1/files/patch-libgnomevfs::libcharset::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- libgnomevfs/libcharset/Makefile.in.orig Mon May 6 15:14:48 2002 -+++ libgnomevfs/libcharset/Makefile.in Mon May 6 15:33:22 2002 -@@ -188,7 +188,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --INCLUDES = -DLIBDIR=\"$(libdir)\" -+INCLUDES = -DLIBDIR=\"%%LOCALBASE%%/libdata\" - - - noinst_LTLIBRARIES = libcharset.la -@@ -351,7 +351,7 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-exec-local -+install-exec-am: - install-exec: install-exec-am - - install-data-am: diff --git a/devel/gnome-vfs1/files/patch-ltmain.sh b/devel/gnome-vfs1/files/patch-ltmain.sh deleted file mode 100644 index c2418c758..000000000 --- a/devel/gnome-vfs1/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-ltmain.sh,v 1.8 2002/02/03 07:16:38 sobomax Exp $ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/gnome-vfs1/files/patch-modules::file-method.c b/devel/gnome-vfs1/files/patch-modules::file-method.c deleted file mode 100644 index 1786e41ad..000000000 --- a/devel/gnome-vfs1/files/patch-modules::file-method.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method.c.orig Fri Nov 9 12:02:38 2001 -+++ modules/file-method.c Fri Nov 9 12:02:52 2001 -@@ -46,7 +46,7 @@ - #include <errno.h> - #include <fcntl.h> - #include <limits.h> --#include <malloc.h> -+#include <stdlib.h> - #include <sys/stat.h> - #include <sys/types.h> - #include <unistd.h> diff --git a/devel/gnome-vfs1/files/patch-modules_cdda-method.c b/devel/gnome-vfs1/files/patch-modules_cdda-method.c deleted file mode 100644 index d1692cc03..000000000 --- a/devel/gnome-vfs1/files/patch-modules_cdda-method.c +++ /dev/null @@ -1,26 +0,0 @@ ---- modules/cdda-method.c.orig Wed Jan 22 13:54:31 2003 -+++ modules/cdda-method.c Wed Jan 22 13:54:33 2003 -@@ -623,7 +623,11 @@ - // Check and see if we already have opened and stashed this drive - if (!use_base) { - if (global_context != NULL) { -+#ifdef Linux - if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) == 0) { -+#elif defined(__FreeBSD__) -+ if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) == 0) { -+#endif - use_cache = TRUE; - cdda_close (drive); - gnome_vfs_file_info_copy (file_info, global_context->file_info); -@@ -709,7 +713,11 @@ - if (!use_base) { - // Check for cache - if (global_context != NULL) { -+#ifdef Linux - if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) != 0) { -+#elif defined(__FreeBSD__) -+ if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) != 0) { -+#endif - // Clear old cache - cdda_context_free (global_context); - global_context = cdda_context_new (drive, uri); diff --git a/devel/gnome-vfs1/files/patch-modules_default-modules.conf b/devel/gnome-vfs1/files/patch-modules_default-modules.conf deleted file mode 100644 index 33830491e..000000000 --- a/devel/gnome-vfs1/files/patch-modules_default-modules.conf +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/default-modules.conf.orig Thu Aug 26 21:11:40 2004 -+++ modules/default-modules.conf Thu Aug 26 21:11:47 2004 -@@ -30,9 +30,6 @@ - - ssh: ssh - --# The various access methods implemented by the extfs system. --a ar arj cpio deb hp48 lha mailfs patchfs rar rpm rpms trpm zip zoo: extfs -- - # and the desktop module - preferences: libdesktop.so - system-settings: libdesktop.so diff --git a/devel/gnome-vfs1/files/patch-po::Makefile.in.in b/devel/gnome-vfs1/files/patch-po::Makefile.in.in deleted file mode 100644 index 3cd3df7c7..000000000 --- a/devel/gnome-vfs1/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-po::Makefile.in.in,v 1.1 2001/10/01 06:37:30 sobomax Exp $ - ---- po/Makefile.in.in 2001/09/17 14:26:57 1.1 -+++ po/Makefile.in.in 2001/09/17 14:27:14 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/devel/gnome-vfs1/files/patch-vfsConf.sh.in b/devel/gnome-vfs1/files/patch-vfsConf.sh.in deleted file mode 100644 index 5b4b5eab0..000000000 --- a/devel/gnome-vfs1/files/patch-vfsConf.sh.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD: ports/devel/gnome-vfs1/files/patch-vfsConf.sh.in,v 1.1 2001/10/01 06:37:30 sobomax Exp $ - ---- vfsConf.sh.in 2001/09/28 11:13:40 1.1 -+++ vfsConf.sh.in 2001/09/28 11:15:11 -@@ -2,6 +2,6 @@ - # Configuration file for using the gnome-vfs library - # - VFS_LIBDIR="@VFS_LIBDIR@" --VFS_LIBS="@VFS_LIBS@" -+VFS_LIBS="@VFS_LIBS@ @PTHREAD_LIB@" - VFS_INCLUDEDIR="@VFS_INCLUDEDIR@" - MODULE_VERSION="gnome-vfs-@VERSION@" diff --git a/devel/gnome-vfs1/pkg-descr b/devel/gnome-vfs1/pkg-descr deleted file mode 100644 index ec339735e..000000000 --- a/devel/gnome-vfs1/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is the GNOME Virtual File System. - -GnomeVFS is a filesystem abstraction library allowing applications -plugable transparent access to a variety of "real" filesystems, from -WebDAV to digital cameras, to the local filesystem. It also contains a -number of other convenient file utilities such as a comphrehensive MIME -database / Application registry, and a copy engine. Use of GnomeVFS -ensures that an application or component will be usable by Nautilus or -other GnomeVFS applications for handling the display of data from -various URIs, as well. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs1/pkg-plist b/devel/gnome-vfs1/pkg-plist deleted file mode 100644 index 7c2b57abc..000000000 --- a/devel/gnome-vfs1/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -bin/gnome-vfs-config -%%CDPARANOIA%%etc/vfs/modules/cdda-module.conf -etc/vfs/modules/default-modules.conf -etc/vfsConf.sh -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-configuration.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-iobuf.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-messages.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-magic.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private-utils.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-regexp-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-seekable.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-shellpattern-filter.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl-private.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-transform.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h -lib/libgnomevfs-pthread.so -lib/libgnomevfs.a -lib/libgnomevfs.so -lib/libgnomevfs.so.0 -lib/vfs/modules/libbzip2.so -%%CDPARANOIA%%lib/vfs/modules/libcdda.so -lib/vfs/modules/libdesktop.so -lib/vfs/modules/libfile.so -lib/vfs/modules/libftp.so -lib/vfs/modules/libgzip.so -lib/vfs/modules/libhttp.so -lib/vfs/modules/libnntp.so -lib/vfs/modules/libvfs-pipe.so -lib/vfs/modules/libvfs-test.so -lib/vfs/modules/libvfs-translate.so -share/locale/az/LC_MESSAGES/gnome-vfs.mo -share/locale/ca/LC_MESSAGES/gnome-vfs.mo -share/locale/da/LC_MESSAGES/gnome-vfs.mo -share/locale/de/LC_MESSAGES/gnome-vfs.mo -share/locale/el/LC_MESSAGES/gnome-vfs.mo -share/locale/es/LC_MESSAGES/gnome-vfs.mo -share/locale/eu/LC_MESSAGES/gnome-vfs.mo -share/locale/fi/LC_MESSAGES/gnome-vfs.mo -share/locale/fr/LC_MESSAGES/gnome-vfs.mo -share/locale/ga/LC_MESSAGES/gnome-vfs.mo -share/locale/gl/LC_MESSAGES/gnome-vfs.mo -share/locale/hu/LC_MESSAGES/gnome-vfs.mo -share/locale/it/LC_MESSAGES/gnome-vfs.mo -share/locale/ja/LC_MESSAGES/gnome-vfs.mo -share/locale/ko/LC_MESSAGES/gnome-vfs.mo -share/locale/lt/LC_MESSAGES/gnome-vfs.mo -share/locale/nl/LC_MESSAGES/gnome-vfs.mo -share/locale/nn/LC_MESSAGES/gnome-vfs.mo -share/locale/no/LC_MESSAGES/gnome-vfs.mo -share/locale/pl/LC_MESSAGES/gnome-vfs.mo -share/locale/pt/LC_MESSAGES/gnome-vfs.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo -share/locale/ro/LC_MESSAGES/gnome-vfs.mo -share/locale/ru/LC_MESSAGES/gnome-vfs.mo -share/locale/sk/LC_MESSAGES/gnome-vfs.mo -share/locale/sl/LC_MESSAGES/gnome-vfs.mo -share/locale/sv/LC_MESSAGES/gnome-vfs.mo -share/locale/tr/LC_MESSAGES/gnome-vfs.mo -share/locale/uk/LC_MESSAGES/gnome-vfs.mo -share/locale/wa/LC_MESSAGES/gnome-vfs.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo -@dirrm include/gnome-vfs-1.0/libgnomevfs -@dirrm include/gnome-vfs-1.0 diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index 73e20c56a..000000000 --- a/devel/gnome-vfsmm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.23 2007/03/10 05:33:01 marcus Exp $ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.20.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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_GCC= 3.4+ -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//' \ - ${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 b70b4da67..000000000 --- a/devel/gnome-vfsmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfsmm-2.20.0.tar.bz2) = 3da9908850655031a383998d0cda1f85 -SHA256 (gnome2/gnome-vfsmm-2.20.0.tar.bz2) = 5a2cdeab177278ccb8b2e55eb257d332d57c750ba698b4199b7798b45afa7690 -SIZE (gnome2/gnome-vfsmm-2.20.0.tar.bz2) = 344213 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 5a23e55b3..000000000 --- a/devel/gnome-vfsmm/pkg-plist +++ /dev/null @@ -1,56 +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-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_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_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-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 2930c7c6b..000000000 --- a/devel/gnome2-hacker-tools/Makefile +++ /dev/null @@ -1,32 +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.44 2007/09/19 04:23:33 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 - -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/goffice/Makefile b/devel/goffice/Makefile deleted file mode 100644 index 065c56365..000000000 --- a/devel/goffice/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.31 2007/07/30 19:55:01 mezz Exp $ -# -# !!! When updating goffice, don't forget to update science/gchempaint pkg-plists too! !!! - -PORTNAME= goffice -PORTVERSION= 0.4.3 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/goffice/distinfo b/devel/goffice/distinfo deleted file mode 100644 index fdd79a8cb..000000000 --- a/devel/goffice/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.4.3.tar.bz2) = f299e3a469e11609910d72d007420aa7 -SHA256 (goffice-0.4.3.tar.bz2) = 1687a01596888093b23a2c835e8c0c62af79d572fa3dfbf79b22625d056debba -SIZE (goffice-0.4.3.tar.bz2) = 1767305 diff --git a/devel/goffice/pkg-descr b/devel/goffice/pkg-descr deleted file mode 100644 index 0d48f5052..000000000 --- a/devel/goffice/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice/pkg-plist b/devel/goffice/pkg-plist deleted file mode 100644 index d74849541..000000000 --- a/devel/goffice/pkg-plist +++ /dev/null @@ -1,495 +0,0 @@ -include/libgoffice-0.4/goffice/app/error-info.h -include/libgoffice-0.4/goffice/app/file.h -include/libgoffice-0.4/goffice/app/go-cmd-context-impl.h -include/libgoffice-0.4/goffice/app/go-cmd-context.h -include/libgoffice-0.4/goffice/app/go-doc-control-impl.h -include/libgoffice-0.4/goffice/app/go-doc-control.h -include/libgoffice-0.4/goffice/app/go-doc-impl.h -include/libgoffice-0.4/goffice/app/go-doc.h -include/libgoffice-0.4/goffice/app/go-plugin-loader-module.h -include/libgoffice-0.4/goffice/app/go-plugin-loader.h -include/libgoffice-0.4/goffice/app/go-plugin-service-impl.h -include/libgoffice-0.4/goffice/app/go-plugin-service.h -include/libgoffice-0.4/goffice/app/go-plugin.h -include/libgoffice-0.4/goffice/app/goffice-app.h -include/libgoffice-0.4/goffice/app/io-context-priv.h -include/libgoffice-0.4/goffice/app/io-context.h -include/libgoffice-0.4/goffice/app/module-plugin-defs.h -include/libgoffice-0.4/goffice/component/go-component-factory.h -include/libgoffice-0.4/goffice/component/go-component.h -include/libgoffice-0.4/goffice/component/goffice-component.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-0.4/goffice/data/go-data-impl.h -include/libgoffice-0.4/goffice/data/go-data-simple.h -include/libgoffice-0.4/goffice/data/go-data.h -include/libgoffice-0.4/goffice/data/goffice-data.h -include/libgoffice-0.4/goffice/drawing/god-anchor.h -include/libgoffice-0.4/goffice/drawing/god-default-attributes.h -include/libgoffice-0.4/goffice/drawing/god-drawing-group.h -include/libgoffice-0.4/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-0.4/goffice/drawing/god-drawing-view.h -include/libgoffice-0.4/goffice/drawing/god-drawing.h -include/libgoffice-0.4/goffice/drawing/god-image-store.h -include/libgoffice-0.4/goffice/drawing/god-image.h -include/libgoffice-0.4/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-0.4/goffice/drawing/god-property-table.h -include/libgoffice-0.4/goffice/drawing/god-shape.h -include/libgoffice-0.4/goffice/drawing/god-text-model.h -include/libgoffice-0.4/goffice/goffice-features.h -include/libgoffice-0.4/goffice/goffice.h -include/libgoffice-0.4/goffice/graph/goffice-graph.h -include/libgoffice-0.4/goffice/graph/gog-axis-line-impl.h -include/libgoffice-0.4/goffice/graph/gog-axis-line.h -include/libgoffice-0.4/goffice/graph/gog-axis.h -include/libgoffice-0.4/goffice/graph/gog-chart-impl.h -include/libgoffice-0.4/goffice/graph/gog-chart.h -include/libgoffice-0.4/goffice/graph/gog-control-foocanvas.h -include/libgoffice-0.4/goffice/graph/gog-data-allocator.h -include/libgoffice-0.4/goffice/graph/gog-data-set.h -include/libgoffice-0.4/goffice/graph/gog-error-bar.h -include/libgoffice-0.4/goffice/graph/gog-graph-impl.h -include/libgoffice-0.4/goffice/graph/gog-graph.h -include/libgoffice-0.4/goffice/graph/gog-grid-line.h -include/libgoffice-0.4/goffice/graph/gog-grid.h -include/libgoffice-0.4/goffice/graph/gog-guru.h -include/libgoffice-0.4/goffice/graph/gog-label.h -include/libgoffice-0.4/goffice/graph/gog-legend.h -include/libgoffice-0.4/goffice/graph/gog-object-xml.h -include/libgoffice-0.4/goffice/graph/gog-object.h -include/libgoffice-0.4/goffice/graph/gog-outlined-object.h -include/libgoffice-0.4/goffice/graph/gog-plot-engine.h -include/libgoffice-0.4/goffice/graph/gog-plot-impl.h -include/libgoffice-0.4/goffice/graph/gog-plot.h -include/libgoffice-0.4/goffice/graph/gog-reg-curve.h -include/libgoffice-0.4/goffice/graph/gog-renderer-cairo.h -include/libgoffice-0.4/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-0.4/goffice/graph/gog-renderer-impl.h -include/libgoffice-0.4/goffice/graph/gog-renderer.h -include/libgoffice-0.4/goffice/graph/gog-series-impl.h -include/libgoffice-0.4/goffice/graph/gog-series-lines.h -include/libgoffice-0.4/goffice/graph/gog-series.h -include/libgoffice-0.4/goffice/graph/gog-smoothed-curve.h -include/libgoffice-0.4/goffice/graph/gog-style.h -include/libgoffice-0.4/goffice/graph/gog-styled-object.h -include/libgoffice-0.4/goffice/graph/gog-theme.h -include/libgoffice-0.4/goffice/graph/gog-trend-line.h -include/libgoffice-0.4/goffice/graph/gog-view.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-color.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-stack.h -include/libgoffice-0.4/goffice/gtk/go-action-combo-text.h -include/libgoffice-0.4/goffice/gtk/go-charmap-sel.h -include/libgoffice-0.4/goffice/gtk/go-color-group.h -include/libgoffice-0.4/goffice/gtk/go-color-palette.h -include/libgoffice-0.4/goffice/gtk/go-color-selector.h -include/libgoffice-0.4/goffice/gtk/go-combo-box.h -include/libgoffice-0.4/goffice/gtk/go-combo-color.h -include/libgoffice-0.4/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-0.4/goffice/gtk/go-combo-text.h -include/libgoffice-0.4/goffice/gtk/go-font-sel.h -include/libgoffice-0.4/goffice/gtk/go-format-sel.h -include/libgoffice-0.4/goffice/gtk/go-gradient-selector.h -include/libgoffice-0.4/goffice/gtk/go-graph-widget.h -include/libgoffice-0.4/goffice/gtk/go-line-selector.h -include/libgoffice-0.4/goffice/gtk/go-locale-sel.h -include/libgoffice-0.4/goffice/gtk/go-marker-selector.h -include/libgoffice-0.4/goffice/gtk/go-optionmenu.h -include/libgoffice-0.4/goffice/gtk/go-palette.h -include/libgoffice-0.4/goffice/gtk/go-pattern-selector.h -include/libgoffice-0.4/goffice/gtk/go-rotation-sel.h -include/libgoffice-0.4/goffice/gtk/go-selector.h -include/libgoffice-0.4/goffice/gtk/goffice-gtk.h -include/libgoffice-0.4/goffice/ms-compat/go-ms-parser.h -include/libgoffice-0.4/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-0.4/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-0.4/goffice/ms-compat/god-image-ms.h -include/libgoffice-0.4/goffice/utils/datetime.h -include/libgoffice-0.4/goffice/utils/go-color.h -include/libgoffice-0.4/goffice/utils/go-cspline.h -include/libgoffice-0.4/goffice/utils/go-file.h -include/libgoffice-0.4/goffice/utils/go-font.h -include/libgoffice-0.4/goffice/utils/go-format.h -include/libgoffice-0.4/goffice/utils/go-geometry.h -include/libgoffice-0.4/goffice/utils/go-glib-extras.h -include/libgoffice-0.4/goffice/utils/go-gradient.h -include/libgoffice-0.4/goffice/utils/go-image.h -include/libgoffice-0.4/goffice/utils/go-libxml-extras.h -include/libgoffice-0.4/goffice/utils/go-line.h -include/libgoffice-0.4/goffice/utils/go-locale.h -include/libgoffice-0.4/goffice/utils/go-marker.h -include/libgoffice-0.4/goffice/utils/go-math.h -include/libgoffice-0.4/goffice/utils/go-pattern.h -include/libgoffice-0.4/goffice/utils/go-rangefunc.h -include/libgoffice-0.4/goffice/utils/go-regression.h -include/libgoffice-0.4/goffice/utils/go-undo.h -include/libgoffice-0.4/goffice/utils/go-units.h -include/libgoffice-0.4/goffice/utils/goffice-utils.h -include/libgoffice-0.4/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.glade -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.glade -lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so -lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-0.a -lib/libgoffice-0.la -lib/libgoffice-0.so -lib/libgoffice-0.so.4 -libdata/pkgconfig/libgoffice-0.4.pc -%%DOCSDIR%%/GOData.html -%%DOCSDIR%%/GODataMatrix.html -%%DOCSDIR%%/GODataScalar.html -%%DOCSDIR%%/GODataVector.html -%%DOCSDIR%%/GogAxis.html -%%DOCSDIR%%/GogAxisLine.html -%%DOCSDIR%%/GogChart.html -%%DOCSDIR%%/GogDataAllocator.html -%%DOCSDIR%%/GogDataset.html -%%DOCSDIR%%/GogErrorBar.html -%%DOCSDIR%%/GogGraph.html -%%DOCSDIR%%/GogGrid.html -%%DOCSDIR%%/GogGridLine.html -%%DOCSDIR%%/GogLabel.html -%%DOCSDIR%%/GogLegend.html -%%DOCSDIR%%/GogObject.html -%%DOCSDIR%%/GogOutlinedObject.html -%%DOCSDIR%%/GogPersist.html -%%DOCSDIR%%/GogPlot.html -%%DOCSDIR%%/GogRegCurve.html -%%DOCSDIR%%/GogRegEqn.html -%%DOCSDIR%%/GogRenderer.html -%%DOCSDIR%%/GogSeries.html -%%DOCSDIR%%/GogSeriesLines.html -%%DOCSDIR%%/GogStyle.html -%%DOCSDIR%%/GogStyledObject.html -%%DOCSDIR%%/GogView.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/ch09.html -%%DOCSDIR%%/ch10.html -%%DOCSDIR%%/ch11.html -%%DOCSDIR%%/goffice-GOComboBox.html -%%DOCSDIR%%/goffice-GOComboColor.html -%%DOCSDIR%%/goffice-GOComponent.html -%%DOCSDIR%%/goffice-GODoc.html -%%DOCSDIR%%/goffice-GODocControl.html -%%DOCSDIR%%/goffice-GOPluginLoader.html -%%DOCSDIR%%/goffice-GOPluginService.html -%%DOCSDIR%%/goffice-GOService.html -%%DOCSDIR%%/goffice-GoApp.html -%%DOCSDIR%%/goffice-GoCharmapSel.html -%%DOCSDIR%%/goffice-GoCmdContext.html -%%DOCSDIR%%/goffice-GoColor.html -%%DOCSDIR%%/goffice-GoComboPixmaps.html -%%DOCSDIR%%/goffice-GoComboText.html -%%DOCSDIR%%/goffice-GoComponentFactory.html -%%DOCSDIR%%/goffice-GoFontSel.html -%%DOCSDIR%%/goffice-GoFormatSel.html -%%DOCSDIR%%/goffice-GoGeometry.html -%%DOCSDIR%%/goffice-GoGlibExtras.html -%%DOCSDIR%%/goffice-GoLibxmlExtras.html -%%DOCSDIR%%/goffice-GoLocaleSel.html -%%DOCSDIR%%/goffice-GoObject.html -%%DOCSDIR%%/goffice-GoOptionMenu.html -%%DOCSDIR%%/goffice-GoPluginLoaderModule.html -%%DOCSDIR%%/goffice-GoRotationSel.html -%%DOCSDIR%%/goffice-GoSearchReplace.html -%%DOCSDIR%%/goffice-GogAxisMap.html -%%DOCSDIR%%/goffice-GogChartMap.html -%%DOCSDIR%%/goffice-GogControlFooCanvas.html -%%DOCSDIR%%/goffice-GogEditor.html -%%DOCSDIR%%/goffice-GogGuru.html -%%DOCSDIR%%/goffice-GogPlotEngine.html -%%DOCSDIR%%/goffice-GogTool.html -%%DOCSDIR%%/goffice-Math.html -%%DOCSDIR%%/goffice-Ranges.html -%%DOCSDIR%%/goffice-RegUTF8.html -%%DOCSDIR%%/goffice-Regressions.html -%%DOCSDIR%%/goffice-Units.html -%%DOCSDIR%%/goffice-go-format.html -%%DOCSDIR%%/goffice-go-gradient.html -%%DOCSDIR%%/goffice-go-line.html -%%DOCSDIR%%/goffice-go-marker.html -%%DOCSDIR%%/goffice-go-pattern.html -%%DOCSDIR%%/goffice-go-plugin.html -%%DOCSDIR%%/goffice-gog-theme.html -%%DOCSDIR%%/goffice.devhelp -%%DOCSDIR%%/goffice.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/pt01.html -%%DOCSDIR%%/pt02.html -%%DOCSDIR%%/pt03.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/%%VERSION%%/glade/go-font-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-format-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-save-dialog-extra.glade -%%DATADIR%%/%%VERSION%%/glade/go-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/gog-axis-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-error-bar-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-graph-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru-type-selector.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru.glade -%%DATADIR%%/%%VERSION%%/glade/gog-object-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-plot-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-curve-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-series-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-style-prefs.glade -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/boxplot.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/hist.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrm share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-0.4/goffice/utils -@dirrm include/libgoffice-0.4/goffice/ms-compat -@dirrm include/libgoffice-0.4/goffice/gtk -@dirrm include/libgoffice-0.4/goffice/graph -@dirrm include/libgoffice-0.4/goffice/drawing -@dirrm include/libgoffice-0.4/goffice/data -@dirrm include/libgoffice-0.4/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-0.4/goffice/cut-n-paste -@dirrm include/libgoffice-0.4/goffice/component -@dirrm include/libgoffice-0.4/goffice/app -@dirrm include/libgoffice-0.4/goffice -@dirrm include/libgoffice-0.4 -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/goffice1/Makefile b/devel/goffice1/Makefile deleted file mode 100644 index 178408d97..000000000 --- a/devel/goffice1/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.9 2006/01/31 22:13:22 ahze Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.2.2 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -NO_LATEST_LINK= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/goffice1/distinfo b/devel/goffice1/distinfo deleted file mode 100644 index 8b21943ae..000000000 --- a/devel/goffice1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.2.2.tar.bz2) = a2bffd6eeb7609ea19936c8f6efb46fc -SHA256 (goffice-0.2.2.tar.bz2) = a0bf823ef0ec03fee2e6ae74592b53dc7eadacfc9bfbf6e89db89b3e3ee8fc7d -SIZE (goffice-0.2.2.tar.bz2) = 1422593 diff --git a/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c b/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c deleted file mode 100644 index 78df54ba0..000000000 --- a/devel/goffice1/files/patch-plugins_plot_radar_gog-radar.c +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/plot_radar/gog-radar.c.orig Sat Dec 16 23:54:55 2006 -+++ plugins/plot_radar/gog-radar.c Sun Dec 17 00:05:35 2006 -@@ -386,12 +386,6 @@ GSF_DYNAMIC_CLASS (GogPolarPlot, gog_pol - typedef GogPlotView GogRTView; - typedef GogPlotViewClass GogRTViewClass; - --static double --fmin (double a, double b) --{ -- return (a < b) ? a : b; --} -- - static void - gog_rt_view_render (GogView *view, GogViewAllocation const *bbox) - { diff --git a/devel/goffice1/pkg-descr b/devel/goffice1/pkg-descr deleted file mode 100644 index 0d48f5052..000000000 --- a/devel/goffice1/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice1/pkg-plist b/devel/goffice1/pkg-plist deleted file mode 100644 index 313ef9597..000000000 --- a/devel/goffice1/pkg-plist +++ /dev/null @@ -1,360 +0,0 @@ -include/libgoffice-1/goffice/app/error-info.h -include/libgoffice-1/goffice/app/file.h -include/libgoffice-1/goffice/app/go-cmd-context-impl.h -include/libgoffice-1/goffice/app/go-cmd-context.h -include/libgoffice-1/goffice/app/go-doc-control-impl.h -include/libgoffice-1/goffice/app/go-doc-control.h -include/libgoffice-1/goffice/app/go-doc-impl.h -include/libgoffice-1/goffice/app/go-doc.h -include/libgoffice-1/goffice/app/go-plugin-loader-module.h -include/libgoffice-1/goffice/app/go-plugin-loader.h -include/libgoffice-1/goffice/app/go-plugin-service-impl.h -include/libgoffice-1/goffice/app/go-plugin-service.h -include/libgoffice-1/goffice/app/go-plugin.h -include/libgoffice-1/goffice/app/goffice-app.h -include/libgoffice-1/goffice/app/io-context-priv.h -include/libgoffice-1/goffice/app/io-context.h -include/libgoffice-1/goffice/app/module-plugin-defs.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-1/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-1/goffice/cut-n-paste/pcre/pcre.h -include/libgoffice-1/goffice/data/go-data-impl.h -include/libgoffice-1/goffice/data/go-data-simple.h -include/libgoffice-1/goffice/data/go-data.h -include/libgoffice-1/goffice/data/goffice-data.h -include/libgoffice-1/goffice/drawing/god-anchor.h -include/libgoffice-1/goffice/drawing/god-default-attributes.h -include/libgoffice-1/goffice/drawing/god-drawing-group.h -include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-1/goffice/drawing/god-drawing-view.h -include/libgoffice-1/goffice/drawing/god-drawing.h -include/libgoffice-1/goffice/drawing/god-image-store.h -include/libgoffice-1/goffice/drawing/god-image.h -include/libgoffice-1/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-1/goffice/drawing/god-property-table.h -include/libgoffice-1/goffice/drawing/god-shape.h -include/libgoffice-1/goffice/drawing/god-text-model.h -include/libgoffice-1/goffice/goffice-features.h -include/libgoffice-1/goffice/goffice.h -include/libgoffice-1/goffice/graph/goffice-graph.h -include/libgoffice-1/goffice/graph/gog-axis-line-impl.h -include/libgoffice-1/goffice/graph/gog-axis-line.h -include/libgoffice-1/goffice/graph/gog-axis.h -include/libgoffice-1/goffice/graph/gog-chart-impl.h -include/libgoffice-1/goffice/graph/gog-chart.h -include/libgoffice-1/goffice/graph/gog-control-foocanvas.h -include/libgoffice-1/goffice/graph/gog-data-allocator.h -include/libgoffice-1/goffice/graph/gog-data-set.h -include/libgoffice-1/goffice/graph/gog-error-bar.h -include/libgoffice-1/goffice/graph/gog-graph-impl.h -include/libgoffice-1/goffice/graph/gog-graph.h -include/libgoffice-1/goffice/graph/gog-grid-line.h -include/libgoffice-1/goffice/graph/gog-grid.h -include/libgoffice-1/goffice/graph/gog-guru.h -include/libgoffice-1/goffice/graph/gog-label.h -include/libgoffice-1/goffice/graph/gog-legend.h -include/libgoffice-1/goffice/graph/gog-object-xml.h -include/libgoffice-1/goffice/graph/gog-object.h -include/libgoffice-1/goffice/graph/gog-outlined-object.h -include/libgoffice-1/goffice/graph/gog-plot-engine.h -include/libgoffice-1/goffice/graph/gog-plot-impl.h -include/libgoffice-1/goffice/graph/gog-plot.h -include/libgoffice-1/goffice/graph/gog-reg-curve.h -include/libgoffice-1/goffice/graph/gog-renderer-gnome-print.h -include/libgoffice-1/goffice/graph/gog-renderer-impl.h -include/libgoffice-1/goffice/graph/gog-renderer-pixbuf.h -include/libgoffice-1/goffice/graph/gog-renderer-svg.h -include/libgoffice-1/goffice/graph/gog-renderer.h -include/libgoffice-1/goffice/graph/gog-series-impl.h -include/libgoffice-1/goffice/graph/gog-series-lines.h -include/libgoffice-1/goffice/graph/gog-series.h -include/libgoffice-1/goffice/graph/gog-style.h -include/libgoffice-1/goffice/graph/gog-styled-object.h -include/libgoffice-1/goffice/graph/gog-theme.h -include/libgoffice-1/goffice/graph/gog-view.h -include/libgoffice-1/goffice/gtk/go-action-combo-color.h -include/libgoffice-1/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-action-combo-stack.h -include/libgoffice-1/goffice/gtk/go-action-combo-text.h -include/libgoffice-1/goffice/gtk/go-charmap-sel.h -include/libgoffice-1/goffice/gtk/go-color-group.h -include/libgoffice-1/goffice/gtk/go-color-palette.h -include/libgoffice-1/goffice/gtk/go-combo-box.h -include/libgoffice-1/goffice/gtk/go-combo-color.h -include/libgoffice-1/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-1/goffice/gtk/go-combo-text.h -include/libgoffice-1/goffice/gtk/go-font-sel.h -include/libgoffice-1/goffice/gtk/go-format-sel.h -include/libgoffice-1/goffice/gtk/go-graph-widget.h -include/libgoffice-1/goffice/gtk/go-locale-sel.h -include/libgoffice-1/goffice/gtk/go-optionmenu.h -include/libgoffice-1/goffice/gtk/go-rotation-sel.h -include/libgoffice-1/goffice/gtk/goffice-gtk.h -include/libgoffice-1/goffice/ms-compat/go-ms-parser.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-1/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-1/goffice/ms-compat/god-image-ms.h -include/libgoffice-1/goffice/utils/datetime.h -include/libgoffice-1/goffice/utils/format-impl.h -include/libgoffice-1/goffice/utils/go-color.h -include/libgoffice-1/goffice/utils/go-file.h -include/libgoffice-1/goffice/utils/go-font.h -include/libgoffice-1/goffice/utils/go-format-match.h -include/libgoffice-1/goffice/utils/go-format.h -include/libgoffice-1/goffice/utils/go-geometry.h -include/libgoffice-1/goffice/utils/go-glib-extras.h -include/libgoffice-1/goffice/utils/go-gradient.h -include/libgoffice-1/goffice/utils/go-libxml-extras.h -include/libgoffice-1/goffice/utils/go-line.h -include/libgoffice-1/goffice/utils/go-marker.h -include/libgoffice-1/goffice/utils/go-math.h -include/libgoffice-1/goffice/utils/go-pattern.h -include/libgoffice-1/goffice/utils/go-rangefunc.h -include/libgoffice-1/goffice/utils/go-regression.h -include/libgoffice-1/goffice/utils/go-units.h -include/libgoffice-1/goffice/utils/goffice-utils.h -include/libgoffice-1/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/libgoffice-1.a -lib/libgoffice-1.la -lib/libgoffice-1.so -lib/libgoffice-1.so.2 -libdata/pkgconfig/libgoffice-1.pc -share/goffice/%%VERSION%%/glade/go-font-sel.glade -share/goffice/%%VERSION%%/glade/go-format-sel.glade -share/goffice/%%VERSION%%/glade/go-rotation-sel.glade -share/goffice/%%VERSION%%/glade/gog-axis-prefs.glade -share/goffice/%%VERSION%%/glade/gog-chart-prefs.glade -share/goffice/%%VERSION%%/glade/gog-error-bar-prefs.glade -share/goffice/%%VERSION%%/glade/gog-guru-type-selector.glade -share/goffice/%%VERSION%%/glade/gog-guru.glade -share/goffice/%%VERSION%%/glade/gog-object-prefs.glade -share/goffice/%%VERSION%%/glade/gog-reg-curve-prefs.glade -share/goffice/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -share/goffice/%%VERSION%%/glade/gog-style-prefs.glade -share/goffice/%%VERSION%%/patterns/svg-patterns.xml -share/pixmaps/goffice/area.xpm -share/pixmaps/goffice/bar-hboth.png -share/pixmaps/goffice/bar-hminus.png -share/pixmaps/goffice/bar-hplus.png -share/pixmaps/goffice/bar-none.png -share/pixmaps/goffice/bar-vboth.png -share/pixmaps/goffice/bar-vminus.png -share/pixmaps/goffice/bar-vplus.png -share/pixmaps/goffice/bar.xpm -share/pixmaps/goffice/boxplot.xpm -share/pixmaps/goffice/bubble.xpm -share/pixmaps/goffice/chart_area_1_1.png -share/pixmaps/goffice/chart_area_1_2.png -share/pixmaps/goffice/chart_area_1_3.png -share/pixmaps/goffice/chart_bar_1_1.png -share/pixmaps/goffice/chart_bar_1_2.png -share/pixmaps/goffice/chart_bar_1_3.png -share/pixmaps/goffice/chart_bar_2_1.png -share/pixmaps/goffice/chart_bar_2_2.png -share/pixmaps/goffice/chart_bar_2_3.png -share/pixmaps/goffice/chart_boxplot_1_1.png -share/pixmaps/goffice/chart_bubble_1_1.png -share/pixmaps/goffice/chart_column_1_1.png -share/pixmaps/goffice/chart_column_1_2.png -share/pixmaps/goffice/chart_column_1_3.png -share/pixmaps/goffice/chart_column_2_1.png -share/pixmaps/goffice/chart_column_2_2.png -share/pixmaps/goffice/chart_column_2_3.png -share/pixmaps/goffice/chart_column_3_1.png -share/pixmaps/goffice/chart_cone_1_1.png -share/pixmaps/goffice/chart_cone_1_2.png -share/pixmaps/goffice/chart_cone_1_3.png -share/pixmaps/goffice/chart_cone_2_1.png -share/pixmaps/goffice/chart_cone_2_2.png -share/pixmaps/goffice/chart_cone_2_3.png -share/pixmaps/goffice/chart_cone_3_1.png -share/pixmaps/goffice/chart_contour_1_1.png -share/pixmaps/goffice/chart_cylinder_1_1.png -share/pixmaps/goffice/chart_cylinder_1_2.png -share/pixmaps/goffice/chart_cylinder_1_3.png -share/pixmaps/goffice/chart_cylinder_2_1.png -share/pixmaps/goffice/chart_cylinder_2_2.png -share/pixmaps/goffice/chart_cylinder_2_3.png -share/pixmaps/goffice/chart_cylinder_3_1.png -share/pixmaps/goffice/chart_dropbar_1_1.png -share/pixmaps/goffice/chart_dropbar_1_2.png -share/pixmaps/goffice/chart_line_1_1.png -share/pixmaps/goffice/chart_line_1_2.png -share/pixmaps/goffice/chart_line_1_3.png -share/pixmaps/goffice/chart_line_2_1.png -share/pixmaps/goffice/chart_line_2_2.png -share/pixmaps/goffice/chart_line_2_3.png -share/pixmaps/goffice/chart_line_3_1.png -share/pixmaps/goffice/chart_minmax_1_1.png -share/pixmaps/goffice/chart_minmax_1_2.png -share/pixmaps/goffice/chart_minmax_2_1.png -share/pixmaps/goffice/chart_minmax_2_2.png -share/pixmaps/goffice/chart_pie_1_1.png -share/pixmaps/goffice/chart_pie_1_2.png -share/pixmaps/goffice/chart_pie_1_3.png -share/pixmaps/goffice/chart_pie_2_1.png -share/pixmaps/goffice/chart_pie_2_2.png -share/pixmaps/goffice/chart_pie_2_3.png -share/pixmaps/goffice/chart_polar_1_1.png -share/pixmaps/goffice/chart_pyramid_1_1.png -share/pixmaps/goffice/chart_pyramid_1_2.png -share/pixmaps/goffice/chart_pyramid_1_3.png -share/pixmaps/goffice/chart_pyramid_2_1.png -share/pixmaps/goffice/chart_pyramid_2_2.png -share/pixmaps/goffice/chart_pyramid_2_3.png -share/pixmaps/goffice/chart_pyramid_3_1.png -share/pixmaps/goffice/chart_radar_1_1.png -share/pixmaps/goffice/chart_radar_1_2.png -share/pixmaps/goffice/chart_radar_1_3.png -share/pixmaps/goffice/chart_ring_1_1.png -share/pixmaps/goffice/chart_ring_1_2.png -share/pixmaps/goffice/chart_scatter_1_1.png -share/pixmaps/goffice/chart_scatter_2_1.png -share/pixmaps/goffice/chart_scatter_2_2.png -share/pixmaps/goffice/chart_scatter_3_1.png -share/pixmaps/goffice/chart_scatter_3_2.png -share/pixmaps/goffice/chart_scatter_3_3.png -share/pixmaps/goffice/chart_stock_1_1.png -share/pixmaps/goffice/chart_stock_1_2.png -share/pixmaps/goffice/chart_stock_2_1.png -share/pixmaps/goffice/chart_stock_2_2.png -share/pixmaps/goffice/column.xpm -share/pixmaps/goffice/doughnut.xpm -share/pixmaps/goffice/dropbar.xpm -share/pixmaps/goffice/linegraph.xpm -share/pixmaps/goffice/minmax.xpm -share/pixmaps/goffice/pie.xpm -share/pixmaps/goffice/polar.png -share/pixmaps/goffice/radar.xpm -share/pixmaps/goffice/scatter.xpm -share/pixmaps/goffice/stock.xpm -share/pixmaps/goffice/surface.xpm -share/locale/am/LC_MESSAGES/goffice.mo -share/locale/az/LC_MESSAGES/goffice.mo -share/locale/bg/LC_MESSAGES/goffice.mo -share/locale/ca/LC_MESSAGES/goffice.mo -share/locale/cs/LC_MESSAGES/goffice.mo -share/locale/da/LC_MESSAGES/goffice.mo -share/locale/de/LC_MESSAGES/goffice.mo -share/locale/el/LC_MESSAGES/goffice.mo -share/locale/en_CA/LC_MESSAGES/goffice.mo -share/locale/en_GB/LC_MESSAGES/goffice.mo -share/locale/es/LC_MESSAGES/goffice.mo -share/locale/et/LC_MESSAGES/goffice.mo -share/locale/fi/LC_MESSAGES/goffice.mo -share/locale/fr/LC_MESSAGES/goffice.mo -share/locale/ga/LC_MESSAGES/goffice.mo -share/locale/gl/LC_MESSAGES/goffice.mo -share/locale/he/LC_MESSAGES/goffice.mo -share/locale/hr/LC_MESSAGES/goffice.mo -share/locale/hu/LC_MESSAGES/goffice.mo -share/locale/it/LC_MESSAGES/goffice.mo -share/locale/ja/LC_MESSAGES/goffice.mo -share/locale/ko/LC_MESSAGES/goffice.mo -share/locale/lv/LC_MESSAGES/goffice.mo -share/locale/ml/LC_MESSAGES/goffice.mo -share/locale/mr/LC_MESSAGES/goffice.mo -share/locale/ms/LC_MESSAGES/goffice.mo -share/locale/nb/LC_MESSAGES/goffice.mo -share/locale/nl/LC_MESSAGES/goffice.mo -share/locale/nn/LC_MESSAGES/goffice.mo -share/locale/no/LC_MESSAGES/goffice.mo -share/locale/pl/LC_MESSAGES/goffice.mo -share/locale/pt/LC_MESSAGES/goffice.mo -share/locale/pt_BR/LC_MESSAGES/goffice.mo -share/locale/ro/LC_MESSAGES/goffice.mo -share/locale/ru/LC_MESSAGES/goffice.mo -share/locale/sk/LC_MESSAGES/goffice.mo -share/locale/sr/LC_MESSAGES/goffice.mo -share/locale/sr@Latn/LC_MESSAGES/goffice.mo -share/locale/sv/LC_MESSAGES/goffice.mo -share/locale/tr/LC_MESSAGES/goffice.mo -share/locale/uk/LC_MESSAGES/goffice.mo -share/locale/vi/LC_MESSAGES/goffice.mo -share/locale/zh_CN/LC_MESSAGES/goffice.mo -share/locale/zh_TW/LC_MESSAGES/goffice.mo -@dirrm share/pixmaps/goffice -@dirrm share/goffice/%%VERSION%%/patterns -@dirrm share/goffice/%%VERSION%%/glade -@dirrm share/goffice/%%VERSION%% -@dirrm share/goffice -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-1/goffice/utils -@dirrm include/libgoffice-1/goffice/ms-compat -@dirrm include/libgoffice-1/goffice/gtk -@dirrm include/libgoffice-1/goffice/graph -@dirrm include/libgoffice-1/goffice/drawing -@dirrm include/libgoffice-1/goffice/data -@dirrm include/libgoffice-1/goffice/cut-n-paste/pcre -@dirrm include/libgoffice-1/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-1/goffice/cut-n-paste -@dirrm include/libgoffice-1/goffice/app -@dirrm include/libgoffice-1/goffice -@dirrm include/libgoffice-1 -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile deleted file mode 100644 index f48e3a8ed..000000000 --- a/devel/gtranslator/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gtranslator -# Date created: 16 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gtranslator/Makefile,v 1.11 2007/06/29 23:05:25 mezz Exp $ -# - -PORTNAME= gtranslator -PORTVERSION= 1.1.7 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME application for creating GNU gettext translation files - -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell - -USE_XLIB= yes -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix gnometarget gnomevfs2 libgnomeui -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnuregex" -CONFIGURE_ARGS= --disable-debug \ - --enable-compile-warnings=no - -MAN1= gtranslator.1 pozilla.sh.1 - -post-patch: - @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gtranslator/distinfo b/devel/gtranslator/distinfo deleted file mode 100644 index 6a46493be..000000000 --- a/devel/gtranslator/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtranslator-1.1.7.tar.bz2) = 47531195b74b22a6284dad609377cbb0 -SHA256 (gtranslator-1.1.7.tar.bz2) = 9cbf479525eb64e20f6fc35e3809af245ae439b367a3e420aa6c86228286c81a -SIZE (gtranslator-1.1.7.tar.bz2) = 731139 diff --git a/devel/gtranslator/files/patch-configure b/devel/gtranslator/files/patch-configure deleted file mode 100644 index bd473d7f6..000000000 --- a/devel/gtranslator/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Aug 7 01:53:34 2004 -+++ configure Sat Aug 7 01:53:40 2004 -@@ -5284,7 +5284,7 @@ - if test "x$enable_debug" = "xyes" ; then - CFLAGS="$CFLAGS -ggdb " - else -- CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`" -+# CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`" - fi - echo "$as_me:$LINENO: result: $enable_debug" >&5 - echo "${ECHO_T}$enable_debug" >&6 diff --git a/devel/gtranslator/files/patch-man_Makefile.in b/devel/gtranslator/files/patch-man_Makefile.in deleted file mode 100644 index 09972542c..000000000 --- a/devel/gtranslator/files/patch-man_Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- man/Makefile.in.orig Fri Dec 1 23:20:06 2006 -+++ man/Makefile.in Fri Dec 1 23:20:40 2006 -@@ -185,8 +185,8 @@ - gtranslator_man_dir = $(mandir)/man1 - - gtranslator_man__DATA = \ -- gtranslator.1.gz \ -- pozilla.sh.1.gz -+ gtranslator.1 \ -+ pozilla.sh.1 - - - CLEANFILES = $(gtranslator_man__DATA) -@@ -357,11 +357,6 @@ - uninstall-gtranslator_man_DATA uninstall-info-am - - --gtranslator.1.gz: gtranslator.1 -- gzip -9 < gtranslator.1 > gtranslator.1.gz -- --pozilla.sh.1.gz: $(srcdir)/pozilla.sh.1 -- gzip -9 < $(srcdir)/pozilla.sh.1 > pozilla.sh.1.gz - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/devel/gtranslator/files/patch-src::find.c b/devel/gtranslator/files/patch-src::find.c deleted file mode 100644 index 8ee4e9b7e..000000000 --- a/devel/gtranslator/files/patch-src::find.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/find.c 2002/03/15 09:02:54 1.1 -+++ src/find.c 2002/03/15 09:03:04 -@@ -31,7 +31,7 @@ - #include "utils.h" - - #include <string.h> --#include <regex.h> -+#include <gnuregex.h> - #include <gtk/gtkeditable.h> - #include <libgnomeui/gnome-app-util.h> - diff --git a/devel/gtranslator/files/patch-src::message.c b/devel/gtranslator/files/patch-src::message.c deleted file mode 100644 index db4ca7119..000000000 --- a/devel/gtranslator/files/patch-src::message.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/message.c 2002/03/15 09:03:55 1.1 -+++ src/message.c 2002/03/15 09:04:04 -@@ -39,7 +39,7 @@ - #include "utils_gui.h" - - #include <string.h> --#include <regex.h> -+#include <gnuregex.h> - #include <gtk/gtk.h> - - #include <libgnomeui/gnome-app.h> diff --git a/devel/gtranslator/pkg-descr b/devel/gtranslator/pkg-descr deleted file mode 100644 index 1436cdfc8..000000000 --- a/devel/gtranslator/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gtranslator is a Gtk+-2 GUI to assist in the creation of GNU gettext -translations. It features auto-learning of translation rules, fuzzy -string manipulation, and self-contained msgfmt compilation/testing. - -WWW: http://gtranslator.sourceforge.net/ diff --git a/devel/gtranslator/pkg-plist b/devel/gtranslator/pkg-plist deleted file mode 100644 index 842258d4c..000000000 --- a/devel/gtranslator/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -bin/gtranslator -bin/pozilla.sh -share/applications/gtranslator.desktop -share/gnome/help/gtranslator/C/figures/mainwindow.png -share/gnome/help/gtranslator/C/figures/prefs.png -share/gnome/help/gtranslator/C/figures/toolbar.png -share/gnome/help/gtranslator/C/gtranslator.xml -share/gnome/help/gtranslator/C/legal.xml -%%DATADIR%%/colorschemes/arek.xml -%%DATADIR%%/colorschemes/boom-boom.xml -%%DATADIR%%/colorschemes/clean.xml -%%DATADIR%%/colorschemes/curlymonster.xml -%%DATADIR%%/colorschemes/default.xml -%%DATADIR%%/colorschemes/extremely-kabalak.xml -%%DATADIR%%/colorschemes/kabalak.xml -%%DATADIR%%/colorschemes/kbabel.xml -%%DATADIR%%/colorschemes/menesis.xml -%%DATADIR%%/colorschemes/mmc.xml -%%DATADIR%%/colorschemes/nizuu.xml -%%DATADIR%%/colorschemes/pdmc.xml -%%DATADIR%%/colorschemes/sepia.xml -%%DATADIR%%/colorschemes/spiffE.xml -%%DATADIR%%/colorschemes/thinice.xml -%%DATADIR%%/colorschemes/toyfactory.xml -%%DATADIR%%/colorschemes/tuey.xml -%%DATADIR%%/colorschemes/vim.xml -%%DATADIR%%/colorschemes/waliays.xml -%%DATADIR%%/colorschemes/yef.xml -%%DATADIR%%/colorschemes/zuper.xml -%%DATADIR%%/dtd/umtf.dtd -%%DATADIR%%/scripts/build-gtranslator-learn-buffer.sh -%%DATADIR%%/scripts/cleanup-gtranslator-settings.sh -%%DATADIR%%/scripts/my-update.sh -share/locale/am/LC_MESSAGES/gtranslator.mo -share/locale/az/LC_MESSAGES/gtranslator.mo -share/locale/be/LC_MESSAGES/gtranslator.mo -share/locale/bs/LC_MESSAGES/gtranslator.mo -share/locale/ca/LC_MESSAGES/gtranslator.mo -share/locale/cs/LC_MESSAGES/gtranslator.mo -share/locale/da/LC_MESSAGES/gtranslator.mo -share/locale/de/LC_MESSAGES/gtranslator.mo -share/locale/el/LC_MESSAGES/gtranslator.mo -share/locale/en_CA/LC_MESSAGES/gtranslator.mo -share/locale/en_GB/LC_MESSAGES/gtranslator.mo -share/locale/es/LC_MESSAGES/gtranslator.mo -share/locale/et/LC_MESSAGES/gtranslator.mo -share/locale/eu/LC_MESSAGES/gtranslator.mo -share/locale/fa/LC_MESSAGES/gtranslator.mo -share/locale/fi/LC_MESSAGES/gtranslator.mo -share/locale/fr/LC_MESSAGES/gtranslator.mo -share/locale/ga/LC_MESSAGES/gtranslator.mo -share/locale/gl/LC_MESSAGES/gtranslator.mo -share/locale/hr/LC_MESSAGES/gtranslator.mo -share/locale/hu/LC_MESSAGES/gtranslator.mo -share/locale/id/LC_MESSAGES/gtranslator.mo -share/locale/is/LC_MESSAGES/gtranslator.mo -share/locale/it/LC_MESSAGES/gtranslator.mo -share/locale/ja/LC_MESSAGES/gtranslator.mo -share/locale/ko/LC_MESSAGES/gtranslator.mo -share/locale/lt/LC_MESSAGES/gtranslator.mo -share/locale/lv/LC_MESSAGES/gtranslator.mo -share/locale/nb/LC_MESSAGES/gtranslator.mo -share/locale/nl/LC_MESSAGES/gtranslator.mo -share/locale/nn/LC_MESSAGES/gtranslator.mo -share/locale/no/LC_MESSAGES/gtranslator.mo -share/locale/pa/LC_MESSAGES/gtranslator.mo -share/locale/pl/LC_MESSAGES/gtranslator.mo -share/locale/pt/LC_MESSAGES/gtranslator.mo -share/locale/pt_BR/LC_MESSAGES/gtranslator.mo -share/locale/ru/LC_MESSAGES/gtranslator.mo -share/locale/sk/LC_MESSAGES/gtranslator.mo -share/locale/sq/LC_MESSAGES/gtranslator.mo -share/locale/sr/LC_MESSAGES/gtranslator.mo -share/locale/sr@Latn/LC_MESSAGES/gtranslator.mo -share/locale/sv/LC_MESSAGES/gtranslator.mo -share/locale/ta/LC_MESSAGES/gtranslator.mo -share/locale/th/LC_MESSAGES/gtranslator.mo -share/locale/tk/LC_MESSAGES/gtranslator.mo -share/locale/tr/LC_MESSAGES/gtranslator.mo -share/locale/uk/LC_MESSAGES/gtranslator.mo -share/locale/vi/LC_MESSAGES/gtranslator.mo -share/locale/wa/LC_MESSAGES/gtranslator.mo -share/locale/zh_CN/LC_MESSAGES/gtranslator.mo -share/locale/zh_TW/LC_MESSAGES/gtranslator.mo -share/mime-info/gtranslator.keys -share/mime-info/gtranslator.mime -share/omf/gtranslator/gtranslator-C.omf -share/pixmaps/gnome-application-x-gmo.png -share/pixmaps/gnome-application-x-po.png -share/pixmaps/gtranslator.png -share/pixmaps/gtranslator/fuzzy.png -share/pixmaps/gtranslator/fuzzy_small.png -share/pixmaps/gtranslator/untranslated.png -share/pixmaps/gtranslator/untranslated_small.png -@dirrm share/pixmaps/gtranslator -@dirrm share/omf/gtranslator -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/dtd -@dirrm %%DATADIR%%/colorschemes -@dirrm %%DATADIR%% -@dirrm share/gnome/help/gtranslator/C/figures -@dirrm share/gnome/help/gtranslator/C -@dirrm share/gnome/help/gtranslator -@dirrmtry share/applications diff --git a/devel/guikachu/Makefile b/devel/guikachu/Makefile deleted file mode 100644 index 338f12d66..000000000 --- a/devel/guikachu/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: guikachu -# Date created: 7 Nov 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= guikachu -PORTVERSION= 1.5.10 -PORTEPOCH= 3 -CATEGORIES= devel palm gnome -MASTER_SITES= http://cactus.rulez.org/projects/guikachu/download/ - -MAINTAINER= bland@FreeBSD.org -COMMENT= Resource editor for PalmOS(tm) systems - -LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ - gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm - -USE_GMAKE= yes -USE_GCC= 3.4+ -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= guikachu-form-editor.schemas guikachu-interface.schemas \ - guikachu-mainwin.schemas - -#XXX mime vs mime-info -#post-patch: -# @${REINPLACE_CMD} -e '/mime_packagedir/s|(mimedir)|(prefix)/share/mime|' \ -# -e '/(UPDATE_MIME)/s|(mimedir)|(prefix)/share/mime|' \ -# ${WRKSRC}/data/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/guikachu/distinfo b/devel/guikachu/distinfo deleted file mode 100644 index e1f10f138..000000000 --- a/devel/guikachu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (guikachu-1.5.10.tar.gz) = 3f5067cb92f9c9dc9affda2e66c022d5 -SHA256 (guikachu-1.5.10.tar.gz) = a6a0c133bf33cc575f33d7d013db6d0329b8d5b2be66e337f599f1f2d9878248 -SIZE (guikachu-1.5.10.tar.gz) = 1373459 diff --git a/devel/guikachu/pkg-descr b/devel/guikachu/pkg-descr deleted file mode 100644 index 72b5192ee..000000000 --- a/devel/guikachu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Guikachu is a resource editor for PalmOS(tm) systems. It allows you -to visually create dialog boxes, menu bars and windows for your -Palm application in the GNOME desktop environment. - -WWW: http://cactus.rulez.org/projects/guikachu/ diff --git a/devel/guikachu/pkg-plist b/devel/guikachu/pkg-plist deleted file mode 100644 index 75e94b176..000000000 --- a/devel/guikachu/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -bin/guikachu -bin/guikachu2rcp -share/application-registry/guikachu.applications -share/applications/guikachu.desktop -share/gnome/help/guikachu/C/bitmaps.html -share/gnome/help/guikachu/C/form-editor.html -share/gnome/help/guikachu/C/guikachu-doc-html.css -share/gnome/help/guikachu/C/guikachu.docbook -share/gnome/help/guikachu/C/index.html -share/gnome/help/guikachu/C/menu-editor.html -share/gnome/help/guikachu/C/pictures/add-res.png -share/gnome/help/guikachu/C/pictures/bitmap-window.png -share/gnome/help/guikachu/C/pictures/bitmapgroup-window.png -share/gnome/help/guikachu/C/pictures/form-editor-preview-greyscale.png -share/gnome/help/guikachu/C/pictures/form-editor-preview.png -share/gnome/help/guikachu/C/pictures/form-editor-resize.png -share/gnome/help/guikachu/C/pictures/form-editor-selection.png -share/gnome/help/guikachu/C/pictures/form-editor-tree.png -share/gnome/help/guikachu/C/pictures/main-window-app-res.png -share/gnome/help/guikachu/C/pictures/main-window.png -share/gnome/help/guikachu/C/pictures/menu-editor.png -share/gnome/help/guikachu/C/pictures/palette.png -share/gnome/help/guikachu/C/pictures/preferences.png -share/gnome/help/guikachu/C/pictures/prop-dropdown.png -share/gnome/help/guikachu/C/pictures/prop-id.png -share/gnome/help/guikachu/C/pictures/prop-ref.png -share/gnome/help/guikachu/C/pictures/prop-size.png -share/gnome/help/guikachu/C/pictures/prop-spin.png -share/gnome/help/guikachu/C/pictures/prop-string.png -share/gnome/help/guikachu/C/pictures/prop-stringlist.png -share/gnome/help/guikachu/C/pictures/prop-text.png -share/gnome/help/guikachu/C/pictures/prop-toggle.png -share/gnome/help/guikachu/C/resource-win.html -share/gnome/help/guikachu/C/resources.html -share/gnome/help/guikachu/C/using.html -share/gnome/help/guikachu/C/widgets.html -share/pixmaps/guikachu-96.png -share/pixmaps/guikachu-application-x-guikachu-96.png -share/pixmaps/guikachu.png -share/locale/az/LC_MESSAGES/guikachu.mo -share/locale/ca/LC_MESSAGES/guikachu.mo -share/locale/cs/LC_MESSAGES/guikachu.mo -share/locale/de/LC_MESSAGES/guikachu.mo -share/locale/en_GB/LC_MESSAGES/guikachu.mo -share/locale/es/LC_MESSAGES/guikachu.mo -share/locale/hu/LC_MESSAGES/guikachu.mo -share/locale/ja/LC_MESSAGES/guikachu.mo -share/locale/nl/LC_MESSAGES/guikachu.mo -share/locale/pl/LC_MESSAGES/guikachu.mo -share/locale/pt/LC_MESSAGES/guikachu.mo -share/locale/pt_BR/LC_MESSAGES/guikachu.mo -share/locale/ru/LC_MESSAGES/guikachu.mo -share/locale/rw/LC_MESSAGES/guikachu.mo -share/locale/sr/LC_MESSAGES/guikachu.mo -share/locale/sr@Latn/LC_MESSAGES/guikachu.mo -share/locale/sv/LC_MESSAGES/guikachu.mo -share/locale/tr/LC_MESSAGES/guikachu.mo -share/locale/uk/LC_MESSAGES/guikachu.mo -share/locale/vi/LC_MESSAGES/guikachu.mo -share/locale/wa/LC_MESSAGES/guikachu.mo -share/locale/zh_CN/LC_MESSAGES/guikachu.mo -share/mime/guikachu.keys -share/mime/guikachu.mime -share/mime/packages/guikachu.mime.xml -@dirrm share/gnome/help/guikachu/C/pictures -@dirrm share/gnome/help/guikachu/C -@dirrm share/gnome/help/guikachu -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@dirrmtry share/applications diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile deleted file mode 100644 index 400335c2f..000000000 --- a/devel/libassetml/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libassetml -# Date created: 2 Dec 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libassetml -PORTVERSION= 1.2.1 -PORTREVISION= 7 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ofset - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Devel Library to share image and audio files between projects - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html - -USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomeprefix gnometarget glib20 libxml2 pkgconfig -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib - -INFO= libassetml - -post-install: - @${MKDIR} ${PREFIX}/share/assetml - -.include <bsd.port.mk> diff --git a/devel/libassetml/distinfo b/devel/libassetml/distinfo deleted file mode 100644 index cae9fe898..000000000 --- a/devel/libassetml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libassetml-1.2.1.tar.gz) = 4b10fd0fb8e00a4fb526665413479516 -SHA256 (libassetml-1.2.1.tar.gz) = 11abd168c562c093e451e7341c008236a466a06dc3f830d351e5ea67d1975aaf -SIZE (libassetml-1.2.1.tar.gz) = 318920 diff --git a/devel/libassetml/pkg-descr b/devel/libassetml/pkg-descr deleted file mode 100644 index 7bc6d30f1..000000000 --- a/devel/libassetml/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a library based on an XML file format that is used to share -and reuse content like image and audio file. -Application using this library can query files on their system that -provides an assetml xml file description. - -WWW: http://www.ofset.org/assetml/ diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist deleted file mode 100644 index d40c251e7..000000000 --- a/devel/libassetml/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/assetml-query -include/libassetml-1.0/libassetml/assetml.h -lib/libassetml.a -lib/libassetml.la -lib/libassetml.so -lib/libassetml.so.0 -libdata/pkgconfig/libassetml.pc -share/gnome/help/libassetml/C/libassetml.html -share/gnome/help/libassetml/C/topic.dat -share/locale/fr/LC_MESSAGES/libassetml.mo -share/locale/it/LC_MESSAGES/libassetml.mo -share/locale/ja/LC_MESSAGES/libassetml.mo -@exec /bin/mkdir -p %D/share/assetml -@dirrm share/gnome/help/libassetml/C -@dirrm share/gnome/help/libassetml -@unexec /bin/rmdir %D/share/assetml 2>/dev/null || /usr/bin/true -@dirrm include/libassetml-1.0/libassetml -@dirrm include/libassetml-1.0 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index a25163bac..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.66 2007/10/15 14:12:27 ahze Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.20.1 -PORTREVISION?= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USE_BISON= build -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 184b35bda..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.20.1.tar.bz2) = 76e52d1c39e6ef1079c757c21f06f5ff -SHA256 (gnome2/libbonobo-2.20.1.tar.bz2) = ff64d8e1acf6fdaa68980f7969e3f8b88d6c196d28f8fb9342d951c8c4a98c70 -SIZE (gnome2/libbonobo-2.20.1.tar.bz2) = 1447009 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c b/devel/libbonobo/files/patch-activation-server_object-directory-corba.c deleted file mode 100644 index 3fa67848d..000000000 --- a/devel/libbonobo/files/patch-activation-server_object-directory-corba.c +++ /dev/null @@ -1,15 +0,0 @@ ---- activation-server/object-directory-corba.c.orig Mon Aug 14 14:27:54 2006 -+++ activation-server/object-directory-corba.c Thu Oct 26 09:25:50 2006 -@@ -732,8 +732,10 @@ - g_object_set_data ( - G_OBJECT (cnx), "object_count", GUINT_TO_POINTER (1)); - -- ORBit_small_listen_for_broken -- (object, G_CALLBACK (active_server_cnx_broken), NULL); -+ g_signal_connect ( -+ cnx, "broken", -+ G_CALLBACK (active_server_cnx_broken), -+ NULL); - } - } else - g_assert (!strcmp (iid, NAMING_CONTEXT_IID) || diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index 45fc8fc1e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 -+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 -@@ -225,7 +225,7 @@ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ - -DPREFIX=\""$(prefix)"\" \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index 0f7e7cd3f..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 -+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 -@@ -197,7 +197,7 @@ build_src_dir (void) - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); -+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); - } - g_strfreev (gnome_dirs); - g_string_append (real_od_source_dir, diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c555fab9a..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index b129a88f9..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-mime.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.a -lib/bonobo/monikers/libmoniker_std_2.la -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.la -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.la -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.a -lib/orbit-2.0/Bonobo_module.la -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/dz/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/et/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/oc/LC_MESSAGES/libbonobo-2.0.mo -share/locale/or/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/th/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@dirrmtry lib/bonobo/monikers -@dirrmtry lib/bonobo -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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/libglade/Makefile b/devel/libglade/Makefile deleted file mode 100644 index ec67a1faa..000000000 --- a/devel/libglade/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libglade -# Date created: 18 August 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# - -PORTNAME= libglade -PORTVERSION= 0.17 -PORTREVISION= 7 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libglade/0.17 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME glade library - -USE_XLIB= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomehier gnomedb -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -.include <bsd.port.mk> diff --git a/devel/libglade/distinfo b/devel/libglade/distinfo deleted file mode 100644 index 634bad4a6..000000000 --- a/devel/libglade/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libglade-0.17.tar.gz) = 38b2e2cfd813783fe157617813bfe3b3 -SHA256 (libglade-0.17.tar.gz) = d65a4909298e6ac33210f513b50d9ea8e0b201742566a218f31d4f685133a48c -SIZE (libglade-0.17.tar.gz) = 418921 diff --git a/devel/libglade/files/patch-ab b/devel/libglade/files/patch-ab deleted file mode 100644 index 38ecd7980..000000000 --- a/devel/libglade/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD: ports/devel/libglade/files/patch-ab,v 1.6 2002/07/11 17:15:58 sobomax Exp $ - ---- Makefile.in.orig Sat Jul 6 23:09:19 2002 -+++ Makefile.in Sat Jul 6 23:12:35 2002 -@@ -167,12 +167,12 @@ - bin_SCRIPTS = libglade-config libglade-xgettext - noinst_PROGRAMS = test-libglade - test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS) --SUBDIRS = intl macros glade doc -+SUBDIRS = intl macros glade - - m4datadir = $(datadir)/aclocal - m4data_DATA = libglade.m4 - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = libgladeConf.sh - - pkgconfigdir = $(prefix)/libdata/pkgconfig diff --git a/devel/libglade/files/patch-glade::glade-gnomedb.c b/devel/libglade/files/patch-glade::glade-gnomedb.c deleted file mode 100644 index fa68630f2..000000000 --- a/devel/libglade/files/patch-glade::glade-gnomedb.c +++ /dev/null @@ -1,41 +0,0 @@ - -$FreeBSD: ports/devel/libglade/files/patch-glade::glade-gnomedb.c,v 1.3 2001/08/14 09:59:08 sobomax Exp $ - ---- glade/glade-gnomedb.c.orig Tue Feb 13 03:37:54 2001 -+++ glade/glade-gnomedb.c Tue Aug 14 11:07:27 2001 -@@ -44,7 +44,7 @@ - { - GtkWidget *wid; - -- wid = gnome_db_login_new (NULL, NULL, NULL); -+ wid = gnome_db_login_new (NULL); - - return wid; - } -@@ -55,7 +55,7 @@ - GtkWidget *wid = NULL; - GtkWidget *wid2 = NULL; - -- wid2 = gnome_db_login_new (NULL,NULL,NULL); -+ wid2 = gnome_db_login_new (NULL); - - wid = gnome_db_logindlg_new (GNOME_DB_LOGIN (wid2), NULL); - -@@ -150,7 +150,7 @@ - { - GtkWidget *wid; - -- wid = gnome_db_error_new (NULL); -+ wid = gnome_db_error_new (); - - return (wid); - } -@@ -160,7 +160,7 @@ - { - GtkWidget *wid; - -- wid = gnome_db_errordlg_new (NULL, NULL); -+ wid = gnome_db_error_dialog_new (NULL); - - return (wid); - } diff --git a/devel/libglade/pkg-descr b/devel/libglade/pkg-descr deleted file mode 100644 index dd6a386e9..000000000 --- a/devel/libglade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A library that allows you to load GLADE interfaces at runtime (you don't -have to generate stubs with GLADE before hand). This way you can change -the look of your application without recompiling. This way you can write -the logic behind the interface separately from the code to build the -interface, so changing the interface is not so much of a problem. diff --git a/devel/libglade/pkg-plist b/devel/libglade/pkg-plist deleted file mode 100644 index bb6cb812f..000000000 --- a/devel/libglade/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/libglade-config -bin/libglade-xgettext -etc/libgladeConf.sh -include/libglade-1.0/glade/glade-build.h -include/libglade-1.0/glade/glade-widget-tree.h -include/libglade-1.0/glade/glade-xml.h -include/libglade-1.0/glade/glade.h -lib/libglade-bonobo.a -lib/libglade-bonobo.la -lib/libglade-bonobo.so -lib/libglade-bonobo.so.4 -lib/libglade-gnome.a -lib/libglade-gnome.la -lib/libglade-gnome.so -lib/libglade-gnome.so.4 -lib/libglade-gnomedb.a -lib/libglade-gnomedb.la -lib/libglade-gnomedb.so -lib/libglade-gnomedb.so.4 -lib/libglade.a -lib/libglade.la -lib/libglade.so -lib/libglade.so.4 -libdata/pkgconfig/libglade-bonobo.pc -libdata/pkgconfig/libglade-gnome.pc -libdata/pkgconfig/libglade-gnomedb.pc -libdata/pkgconfig/libglade.pc -share/aclocal/libglade.m4 -@dirrm include/libglade-1.0/glade -@dirrm include/libglade-1.0 diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index 3d66e8a4a..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.23 2007/08/27 17:00:07 marcus Exp $ -# - -PORTNAME= libgtop -PORTVERSION= 2.20.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof - -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 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 600000 -PKGMESSAGE= ${FILESDIR}/pkg-message -.endif - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 -.if ${OSVERSION} >= 600000 - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo deleted file mode 100644 index a0808660e..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.20.0.tar.bz2) = ddc05ffe9499294801cbd5fdac949045 -SHA256 (gnome2/libgtop-2.20.0.tar.bz2) = 5cae684d0af69193d9b6c31bbb90f74350855a23f245aef8538c17a877ba04a5 -SIZE (gnome2/libgtop-2.20.0.tar.bz2) = 766106 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/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 54b982f34..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,196 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop_private.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/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_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/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/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@Latn/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 include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 -@dirrm %%DOCSDIR%% -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@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 diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile deleted file mode 100644 index 5f7a1c56b..000000000 --- a/devel/liboobs/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: liboobs -# Date created: 2006-06-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.22 2007/09/04 05:47:31 mezz Exp $ -# - -PORTNAME= liboobs -PORTVERSION= 2.20.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Wrapping library to the System Tools Backends - -BUILD_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= ${LOCALBASE}/etc/dbus-1/system.d/system-tools-backends.conf:${PORTSDIR}/sysutils/system-tools-backends - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack glib20 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc - -.include <bsd.port.mk> diff --git a/devel/liboobs/distinfo b/devel/liboobs/distinfo deleted file mode 100644 index de4bba60f..000000000 --- a/devel/liboobs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liboobs-2.20.0.tar.bz2) = c0562e115af4777da471182b9d462b40 -SHA256 (liboobs-2.20.0.tar.bz2) = 45a3cd562ac6d0002dc5c5972e1b4ec7fe611fe7ed9d0d8da9dbaaffd1c04623 -SIZE (liboobs-2.20.0.tar.bz2) = 331456 diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c deleted file mode 100644 index 6abd8b711..000000000 --- a/devel/liboobs/files/patch-src_oobs-group.c +++ /dev/null @@ -1,25 +0,0 @@ ---- oobs/oobs-group.c.orig Fri Sep 15 18:41:04 2006 -+++ oobs/oobs-group.c Tue Oct 31 23:12:40 2006 -@@ -18,7 +18,12 @@ - * Authors: Carlos Garnacho Parro <carlosg@gnome.org> - */ - -+#if defined(HAVE_CONFIG_H) -+#include <config.h> -+#endif -+ - #include <glib-object.h> -+#include <unistd.h> - #include "oobs-session.h" - #include "oobs-group.h" - #include "oobs-user.h" -@@ -27,7 +32,9 @@ - #include "oobs-groupsconfig-private.h" - #include "oobs-defines.h" - #include "utils.h" -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif - - #define OOBS_GROUP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_GROUP, OobsGroupPrivate)) - diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c deleted file mode 100644 index e571a363f..000000000 --- a/devel/liboobs/files/patch-src_oobs-user.c +++ /dev/null @@ -1,23 +0,0 @@ ---- oobs/oobs-user.c.orig Fri Sep 15 19:16:41 2006 -+++ oobs/oobs-user.c Tue Oct 31 23:12:29 2006 -@@ -18,6 +18,10 @@ - * Authors: Carlos Garnacho Parro <carlosg@gnome.org> - */ - -+#if defined(HAVE_CONFIG_H) -+#include <config.h> -+#endif -+ - #include <glib-object.h> - #include <sys/types.h> - #include <unistd.h> -@@ -30,7 +34,9 @@ - #include "oobs-group.h" - #include "oobs-defines.h" - #include "utils.h" -+#ifdef HAVE_CRYPT_H - #include <crypt.h> -+#endif - - #define OOBS_USER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_USER, OobsUserPrivate)) - diff --git a/devel/liboobs/pkg-descr b/devel/liboobs/pkg-descr deleted file mode 100644 index ff7665320..000000000 --- a/devel/liboobs/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Wrapping library to the System Tools Backends diff --git a/devel/liboobs/pkg-plist b/devel/liboobs/pkg-plist deleted file mode 100644 index a36b53d54..000000000 --- a/devel/liboobs/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -include/liboobs-1.0/oobs/oobs-group.h -include/liboobs-1.0/oobs/oobs-groupsconfig.h -include/liboobs-1.0/oobs/oobs-hostsconfig.h -include/liboobs-1.0/oobs/oobs-iface-ethernet.h -include/liboobs-1.0/oobs/oobs-iface-irlan.h -include/liboobs-1.0/oobs/oobs-iface-isdn.h -include/liboobs-1.0/oobs/oobs-iface-modem.h -include/liboobs-1.0/oobs/oobs-iface-plip.h -include/liboobs-1.0/oobs/oobs-iface-wireless.h -include/liboobs-1.0/oobs/oobs-iface.h -include/liboobs-1.0/oobs/oobs-ifacesconfig.h -include/liboobs-1.0/oobs/oobs-list.h -include/liboobs-1.0/oobs/oobs-nfsconfig.h -include/liboobs-1.0/oobs/oobs-ntpconfig.h -include/liboobs-1.0/oobs/oobs-ntpserver.h -include/liboobs-1.0/oobs/oobs-object.h -include/liboobs-1.0/oobs/oobs-result.h -include/liboobs-1.0/oobs/oobs-service.h -include/liboobs-1.0/oobs/oobs-servicesconfig.h -include/liboobs-1.0/oobs/oobs-session.h -include/liboobs-1.0/oobs/oobs-share-nfs.h -include/liboobs-1.0/oobs/oobs-share-smb.h -include/liboobs-1.0/oobs/oobs-share.h -include/liboobs-1.0/oobs/oobs-smbconfig.h -include/liboobs-1.0/oobs/oobs-statichost.h -include/liboobs-1.0/oobs/oobs-timeconfig.h -include/liboobs-1.0/oobs/oobs-user.h -include/liboobs-1.0/oobs/oobs-usersconfig.h -include/liboobs-1.0/oobs/oobs.h -lib/liboobs-1.a -lib/liboobs-1.la -lib/liboobs-1.so -lib/liboobs-1.so.3 -libdata/pkgconfig/liboobs-1.pc -%%DOCSDIR%%/OobsGroup.html -%%DOCSDIR%%/OobsGroupsConfig.html -%%DOCSDIR%%/OobsIface.html -%%DOCSDIR%%/OobsIfaceEthernet.html -%%DOCSDIR%%/OobsIfaceIRLan.html -%%DOCSDIR%%/OobsIfaceISDN.html -%%DOCSDIR%%/OobsIfaceModem.html -%%DOCSDIR%%/OobsIfacePlip.html -%%DOCSDIR%%/OobsIfaceWireless.html -%%DOCSDIR%%/OobsIfacesConfig.html -%%DOCSDIR%%/OobsList.html -%%DOCSDIR%%/OobsNFSConfig.html -%%DOCSDIR%%/OobsNTPConfig.html -%%DOCSDIR%%/OobsObject.html -%%DOCSDIR%%/OobsSMBConfig.html -%%DOCSDIR%%/OobsService.html -%%DOCSDIR%%/OobsServicesConfig.html -%%DOCSDIR%%/OobsSession.html -%%DOCSDIR%%/OobsShare.html -%%DOCSDIR%%/OobsShareNFS.html -%%DOCSDIR%%/OobsShareSMB.html -%%DOCSDIR%%/OobsStaticHost.html -%%DOCSDIR%%/OobsTimeConfig.html -%%DOCSDIR%%/OobsUser.html -%%DOCSDIR%%/OobsUsersConfig.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/ch04.html -%%DOCSDIR%%/ch05.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch07.html -%%DOCSDIR%%/ch08.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/liboobs-OobsHostsConfig.html -%%DOCSDIR%%/liboobs-OobsNTPServer.html -%%DOCSDIR%%/liboobs.devhelp -%%DOCSDIR%%/liboobs.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrm include/liboobs-1.0/oobs -@dirrm include/liboobs-1.0 diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile deleted file mode 100644 index 4d2a8614f..000000000 --- a/devel/libunicode/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libunicode -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libunicode -PORTVERSION= 0.4 -PORTREVISION= 8 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libunicode/0.4 -DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for manipulating Unicode characters and strings - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/libunicode/distinfo b/devel/libunicode/distinfo deleted file mode 100644 index 7c8767c9a..000000000 --- a/devel/libunicode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libunicode-0.4.gnome.tar.gz) = 78bca1168d7f180e9cc8a3388bf7374e -SHA256 (libunicode-0.4.gnome.tar.gz) = a4466a63c6501aa3137fdf309dc044bbb48186136ab86ea87c09653789ebcffd -SIZE (libunicode-0.4.gnome.tar.gz) = 211622 diff --git a/devel/libunicode/files/patch-aa b/devel/libunicode/files/patch-aa deleted file mode 100644 index 2c39e59e3..000000000 --- a/devel/libunicode/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Sep 20 17:44:12 2000 -+++ Makefile.in Thu Sep 21 10:54:20 2000 -@@ -94,7 +94,7 @@ - EXTRA_DIST = libunicode.spec.in unicodeConf.sh.in - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = unicodeConf.sh - - CLEAN_FILES = unicodeConf.sh diff --git a/devel/libunicode/files/patch-iso8859.c b/devel/libunicode/files/patch-iso8859.c deleted file mode 100644 index afe3101c5..000000000 --- a/devel/libunicode/files/patch-iso8859.c +++ /dev/null @@ -1,11 +0,0 @@ ---- iso8859.c.orig Fri Oct 29 15:15:19 1999 -+++ iso8859.c Wed Jun 5 02:43:26 2002 -@@ -271,6 +271,8 @@ - #define ISO_DEFINE(Num) \ - static char * n ## Num [] = { "8859-" # Num, \ - "ISO-8859-" # Num, \ -+ "ISO_8859-1" # Num, \ -+ "ISO8859-" # Num, \ - NULL }; \ - unicode_encoding_t P3 (unicode_iso8859_, Num, _encoding) = \ - { \ diff --git a/devel/libunicode/files/patch-latin1.c b/devel/libunicode/files/patch-latin1.c deleted file mode 100644 index 5196870a1..000000000 --- a/devel/libunicode/files/patch-latin1.c +++ /dev/null @@ -1,11 +0,0 @@ ---- latin1.c.orig Wed Jun 5 02:41:15 2002 -+++ latin1.c Wed Jun 5 02:41:34 2002 -@@ -89,7 +89,7 @@ - } - - /* The encoding descriptor for Latin1. */ --static char *l1n[] = { "8859-1", "ISO-8859-1", NULL }; -+static char *l1n[] = { "8859-1", "ISO8859-1", "ISO_8859-1", "ISO-8859-1", NULL }; - unicode_encoding_t unicode_latin1_encoding = - { - l1n, diff --git a/devel/libunicode/pkg-descr b/devel/libunicode/pkg-descr deleted file mode 100644 index b27a4d6b0..000000000 --- a/devel/libunicode/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libunicode is a library for manipulating Unicode characters and -strings. It understands both the UTF-8 and UCS-2 encodings, and has a -framework for adding support for new encodings. - -WWW: http://www.gnome.org/ diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist deleted file mode 100644 index ea1954412..000000000 --- a/devel/libunicode/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/unicode-config -etc/unicodeConf.sh -include/unicode.h -lib/libunicode.a -lib/libunicode.la -lib/libunicode.so -lib/libunicode.so.0 diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile deleted file mode 100644 index bab88ef48..000000000 --- a/devel/oaf/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: oaf -# Date created: 1st June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/oaf/Makefile,v 1.4 2007/05/03 03:07:57 mezz Exp $ -# - -PORTNAME= oaf -PORTVERSION= 0.6.10 -PORTREVISION= 6 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/oaf/0.6 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Object Activation Framework for GNOME - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --enable-shared \ - --disable-more-warnings -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= oafd.1 - -.include <bsd.port.mk> diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo deleted file mode 100644 index 6229be211..000000000 --- a/devel/oaf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/oaf-0.6.10.tar.bz2) = ed9aa2ceb70bba34034b3134b22d2729 -SHA256 (gnome/oaf-0.6.10.tar.bz2) = 0a813badfba04781d51339ec3eddc5e7702042fb5d6abffd746a79172793197e -SIZE (gnome/oaf-0.6.10.tar.bz2) = 435621 diff --git a/devel/oaf/files/patch-aa b/devel/oaf/files/patch-aa deleted file mode 100644 index 1308d4fcf..000000000 --- a/devel/oaf/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/oaf/files/patch-aa,v 1.3 2006/10/14 08:52:46 marcus Exp $ - ---- Makefile.in.orig Fri Jul 5 11:27:26 2002 -+++ Makefile.in Fri Jul 5 11:28:17 2002 -@@ -145,7 +145,7 @@ - oafconfig_DATA = oaf-config.xml oaf-config.xml.sample $(NULL) - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = oafConf.sh - - m4datadir = $(datadir)/aclocal diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure deleted file mode 100644 index 0c19de89c..000000000 --- a/devel/oaf/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/oaf/files/patch-configure,v 1.2 2006/10/14 08:52:46 marcus Exp $ - ---- configure 2001/09/25 15:22:02 1.1 -+++ configure 2001/09/25 15:22:25 -@@ -5647,7 +5647,7 @@ - - fi - --for ac_prog in 'bison -y' byacc -+for ac_prog in '_bison -y' byacc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/devel/oaf/files/patch-liboaf::oaf-fork-server.c b/devel/oaf/files/patch-liboaf::oaf-fork-server.c deleted file mode 100644 index 842182d6a..000000000 --- a/devel/oaf/files/patch-liboaf::oaf-fork-server.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/oaf/files/patch-liboaf::oaf-fork-server.c,v 1.4 2006/10/14 08:52:47 marcus Exp $ - ---- liboaf/oaf-fork-server.c 2002/02/14 01:44:13 1.1 -+++ liboaf/oaf-fork-server.c 2002/02/14 01:44:39 -@@ -264,6 +264,8 @@ - } else if ((childpid = fork ())) { - _exit (0); /* de-zombifier process, just exit */ - } else { -+ sigprocmask (SIG_SETMASK, &omask, NULL); -+ - if (display) - oaf_setenv ("DISPLAY", display); - if (od_iorstr) diff --git a/devel/oaf/files/patch-ltmain.sh b/devel/oaf/files/patch-ltmain.sh deleted file mode 100644 index ba61ceec9..000000000 --- a/devel/oaf/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD: ports/devel/oaf/files/patch-ltmain.sh,v 1.5 2006/10/14 08:52:47 marcus Exp $ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/oaf/pkg-descr b/devel/oaf/pkg-descr deleted file mode 100644 index 880e3fa5e..000000000 --- a/devel/oaf/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OAF is the Object Activation Framework, a much more powerful replacement -for gnorba in the GNOME 1.4 development platform. It's used by Nautilus -(and optinally by Bonobo by other GNOME applications) for advanced -object query and activation capabilities. - -WWW: http://www.gnome.org/ diff --git a/devel/oaf/pkg-plist b/devel/oaf/pkg-plist deleted file mode 100644 index 518eac481..000000000 --- a/devel/oaf/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -bin/oaf-client -bin/oaf-config -bin/oaf-empty-server -bin/oaf-run-query -bin/oaf-slay -bin/oaf-sysconf -bin/oafd -etc/oaf/oaf-config.xml -etc/oaf/oaf-config.xml.sample -etc/oafConf.sh -include/liboaf/liboaf-version.h -include/liboaf/liboaf.h -include/liboaf/oaf-actid.h -include/liboaf/oaf-activate.h -include/liboaf/oaf-async.h -include/liboaf/oaf-factory-suppress.h -include/liboaf/oaf-factory.h -include/liboaf/oaf-mainloop.h -include/liboaf/oaf-plugin.h -include/liboaf/oaf-registration.h -include/liboaf/oaf-servreg.h -include/liboaf/oaf-util.h -include/liboaf/oaf.h -lib/liboaf.a -lib/liboaf.la -lib/liboaf.so -lib/liboaf.so.0 -share/aclocal/oaf.m4 -share/idl/oaf-factory.idl -share/idl/oaf.idl -share/locale/az/LC_MESSAGES/oaf.mo -share/locale/bg/LC_MESSAGES/oaf.mo -share/locale/da/LC_MESSAGES/oaf.mo -share/locale/de/LC_MESSAGES/oaf.mo -share/locale/el/LC_MESSAGES/oaf.mo -share/locale/es/LC_MESSAGES/oaf.mo -share/locale/eu/LC_MESSAGES/oaf.mo -share/locale/fi/LC_MESSAGES/oaf.mo -share/locale/fr/LC_MESSAGES/oaf.mo -share/locale/ga/LC_MESSAGES/oaf.mo -share/locale/gl/LC_MESSAGES/oaf.mo -share/locale/hu/LC_MESSAGES/oaf.mo -share/locale/it/LC_MESSAGES/oaf.mo -share/locale/ja/LC_MESSAGES/oaf.mo -share/locale/ko/LC_MESSAGES/oaf.mo -share/locale/nl/LC_MESSAGES/oaf.mo -share/locale/nn/LC_MESSAGES/oaf.mo -share/locale/no/LC_MESSAGES/oaf.mo -share/locale/pl/LC_MESSAGES/oaf.mo -share/locale/pt/LC_MESSAGES/oaf.mo -share/locale/pt_BR/LC_MESSAGES/oaf.mo -share/locale/ro/LC_MESSAGES/oaf.mo -share/locale/ru/LC_MESSAGES/oaf.mo -share/locale/sk/LC_MESSAGES/oaf.mo -share/locale/sl/LC_MESSAGES/oaf.mo -share/locale/sv/LC_MESSAGES/oaf.mo -share/locale/ta/LC_MESSAGES/oaf.mo -share/locale/tr/LC_MESSAGES/oaf.mo -share/locale/uk/LC_MESSAGES/oaf.mo -share/locale/zh_CN/LC_MESSAGES/oaf.mo -share/locale/zh_TW/LC_MESSAGES/oaf.mo -%%DATADIR%%/OAF_naming-service.oaf -%%DATADIR%%/empty.oafinfo -@dirrm include/liboaf -@dirrm etc/oaf -@unexec ps gx | grep '[0-9]:[0-9][0-9]\.[0-9][0-9] oafd --ac-activate' | awk '{print $1}' | xargs kill 2>/dev/null || true diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile deleted file mode 100644 index e03d94bc9..000000000 --- a/devel/pharmacy/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: pharmacy -# Date created: 02 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= pharmacy -PORTVERSION= 0.3 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= SF - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= GNOME frontend for CVS - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPCFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|\(DATADIRNAME=\)lib|\1share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#&|g ; \ - s|\$$(top_builddir)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/devel/pharmacy/distinfo b/devel/pharmacy/distinfo deleted file mode 100644 index 2a08d48bc..000000000 --- a/devel/pharmacy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pharmacy-0.3.tar.gz) = 4fed3c8df18556aaaa43aa8028119b56 -SHA256 (pharmacy-0.3.tar.gz) = 5ee9851cdc2ac323e4947a8378d6e552c4c91befdca2cec4e256e2e0f8c7c51f -SIZE (pharmacy-0.3.tar.gz) = 323461 diff --git a/devel/pharmacy/files/patch-docs::Makefile.in b/devel/pharmacy/files/patch-docs::Makefile.in deleted file mode 100644 index df8626631..000000000 --- a/devel/pharmacy/files/patch-docs::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- docs/Makefile.in.orig Sat Jul 28 21:17:13 2001 -+++ docs/Makefile.in Sat Jul 28 21:19:16 2001 -@@ -230,8 +230,8 @@ - #index.html: DBTOHTML.html - # cp -f DBTOHTML.html index.html - --index/index.html: index.sgml -- db2html index.sgml -+#index/index.html: index.sgml -+# db2html index.sgml - - install-data-local: index/index.html - $(mkinstalldirs) $(htmldir) diff --git a/devel/pharmacy/pkg-descr b/devel/pharmacy/pkg-descr deleted file mode 100644 index c80c40ec6..000000000 --- a/devel/pharmacy/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Pharmacy intends to be a GNOME compliant front-end to CVS. -Currently, it provides a limited user interface to CVS -commands and a "console" for the lazy power-user. - -WWW: http://pharmacy.sourceforge.net/ diff --git a/devel/pharmacy/pkg-plist b/devel/pharmacy/pkg-plist deleted file mode 100644 index 0c50c216d..000000000 --- a/devel/pharmacy/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/pharmacy -share/gnome/apps/Development/pharmacy.desktop -share/gnome/help/pharmacy/C/apx1.html -share/gnome/help/pharmacy/C/checkout.html -share/gnome/help/pharmacy/C/console.html -share/gnome/help/pharmacy/C/docbook.css -share/gnome/help/pharmacy/C/index.html -share/gnome/help/pharmacy/C/licence.html -share/gnome/help/pharmacy/C/pharmacy.html -share/gnome/help/pharmacy/C/topic.dat -share/gnome/help/pharmacy/C/update.html -share/gnome/help/pharmacy/C/using.html -share/gnome/help/pharmacy/C/web.html -share/pixmaps/pharmacy.png -share/locale/de/LC_MESSAGES/pharmacy.mo -share/locale/fr/LC_MESSAGES/pharmacy.mo -share/locale/it/LC_MESSAGES/pharmacy.mo -share/locale/ja/LC_MESSAGES/pharmacy.mo -share/locale/ko/LC_MESSAGES/pharmacy.mo -share/locale/pt_BR/LC_MESSAGES/pharmacy.mo -share/locale/ru/LC_MESSAGES/pharmacy.mo -@dirrm share/gnome/help/pharmacy/C -@dirrm share/gnome/help/pharmacy diff --git a/devel/preps-gui/Makefile b/devel/preps-gui/Makefile deleted file mode 100644 index 17124cbf9..000000000 --- a/devel/preps-gui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: preps-gui -# Date created: Fri Mar 19 14:27:30 EET 2004 -# Whom: shadow@psoft.net -# -# $FreeBSD$ -# - -PORTNAME= preps -PORTVERSION= 2.0.4 -PORTREVISION= 6 -CATEGORIES= devel -MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ -PKGNAMESUFFIX= -gui -DISTNAME= preps-${PORTVERSION} -DIST_SUBDIR= prep - -MAINTAINER= jmelo@FreeBSD.org -COMMENT= Problem reporting system - -RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtk20 gconf2 libgnomeui -USE_PGSQL= yes -INSTALLS_OMF= yes -GCONF_SCHEMAS= preps.schema - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \ - --with-plpgsqldir=${LOCALBASE} \ - --with-libprepsdir=${LOCALBASE} \ - --localstatedir=/var - -post-patch: - @${REINPLACE_CMD} -e 's|@PACKAGE@/gnome/help|gnome/help|g' \ - ${WRKSRC}/help/C/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/preps-gui/distinfo b/devel/preps-gui/distinfo deleted file mode 100644 index 3076fe7b7..000000000 --- a/devel/preps-gui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (prep/preps-2.0.4.tar.gz) = 9e004ae5449c4352d1b6a0ce73287e62 -SHA256 (prep/preps-2.0.4.tar.gz) = af04db1d10ccefc3324c02f38845edcfae2e4fee95eadc29375c4bdf9c6ccab8 -SIZE (prep/preps-2.0.4.tar.gz) = 1017121 diff --git a/devel/preps-gui/pkg-descr b/devel/preps-gui/pkg-descr deleted file mode 100644 index a9167dee0..000000000 --- a/devel/preps-gui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PRepS is a tool for reporting and tracking problems or tasks. - -It is designed for tracking problems with software, but can also be used for -tracking other types of problems or tasks. Be creative. - -For more information see: -WWW: http://webpages.charter.net/stuffle/preps/preps.html diff --git a/devel/preps-gui/pkg-plist b/devel/preps-gui/pkg-plist deleted file mode 100644 index 0d891f625..000000000 --- a/devel/preps-gui/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -@comment $FreeBSD$ -bin/preps -share/gnome/apps/Development/PRepS.desktop -share/gnome/help/preps/C/figures/arch_dlg.png -share/gnome/help/preps/C/figures/attriblist.png -share/gnome/help/preps/C/figures/editpr.png -share/gnome/help/preps/C/figures/findpr.png -share/gnome/help/preps/C/figures/gentab.png -share/gnome/help/preps/C/figures/login.png -share/gnome/help/preps/C/figures/main_win_arch.png -share/gnome/help/preps/C/figures/mainwin.png -share/gnome/help/preps/C/figures/mainwintab.png -share/gnome/help/preps/C/figures/newpr.png -share/gnome/help/preps/C/figures/printdlg.png -share/gnome/help/preps/C/figures/prjedit.png -share/gnome/help/preps/C/figures/prjvers.png -share/gnome/help/preps/C/figures/prquery.png -share/gnome/help/preps/C/figures/ptedit.png -share/gnome/help/preps/C/figures/rawsql.png -share/gnome/help/preps/C/figures/sevredit.png -share/gnome/help/preps/C/figures/statedit.png -share/gnome/help/preps/C/figures/useredit.png -share/gnome/help/preps/C/legal.xml -share/gnome/help/preps/C/preps.xml -share/omf/preps/preps-C.omf -share/pixmaps/preps.png -share/preps/preps_logo.xpm -@dirrm share/preps -@dirrm share/omf/preps -@dirrm share/gnome/help/preps/C/figures -@dirrm share/gnome/help/preps/C -@dirrm share/gnome/help/preps diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index 66c35998d..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.20 2007/07/07 19:52:30 marcus Exp $ - -PORTNAME= gobject -PORTVERSION= 2.14.0 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs - -CONFLICTS= py*-gtk-0* - -.include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index 4b9ac6bbb..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.14.0.tar.bz2) = de781a21f483c941a73009a9f68f150e -SHA256 (gnome2/pygobject-2.14.0.tar.bz2) = 3a5919703f71c2d7059d02f03dc6566cbe86c6efb09a16730b7cdb4b0fbef9e8 -SIZE (gnome2/pygobject-2.14.0.tar.bz2) = 360630 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in deleted file mode 100644 index 39d35befb..000000000 --- a/devel/py-gobject/files/patch-docs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Sat May 5 01:25:03 2007 -+++ docs/Makefile.in Sat May 5 01:25:39 2007 -@@ -223,7 +223,7 @@ XSL_FILES = \ - # fixxref cannot be included in XSL_FILES, because automake is touching it - # so the date is newer then the files in HTML_FILES - FIXXREF = xsl/fixxref.py --TARGET_DIR = $(datadir)/gtk-doc/html/pygobject -+TARGET_DIR = $(prefix)/share/doc/pygobject - CSSdir = $(TARGET_DIR) - CSS_DATA = $(CSS_FILES) - XSLdir = $(datadir)/pygobject/xsl diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr deleted file mode 100644 index eded7fcd4..000000000 --- a/devel/py-gobject/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist deleted file mode 100644 index de86b146d..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -include/pygtk-2.0/pygobject.h -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyo -%%PYTHON_SITELIBDIR%%/pygtk.pth -%%PYTHON_SITELIBDIR%%/pygtk.py -%%PYTHON_SITELIBDIR%%/pygtk.pyc -%%PYTHON_SITELIBDIR%%/pygtk.pyo -libdata/pkgconfig/pygobject-2.0.pc -share/doc/pygobject/class-gobject.html -share/doc/pygobject/class-gobjectgboxed.html -share/doc/pygobject/class-gobjectginterface.html -share/doc/pygobject/class-gobjectgpointer.html -share/doc/pygobject/class-gobjectmaincontext.html -share/doc/pygobject/class-gobjectmainloop.html -share/doc/pygobject/gobject-class-reference.html -share/doc/pygobject/gobject-constants.html -share/doc/pygobject/gobject-functions.html -share/doc/pygobject/index.html -share/doc/pygobject/index.sgml -share/doc/pygobject/pygobject-introduction.html -share/doc/pygobject/pygobject.devhelp -share/doc/pygobject/style.css -share/pygobject/xsl/common.xsl -share/pygobject/xsl/devhelp.xsl -share/pygobject/xsl/fixxref.py -share/pygobject/xsl/html.xsl -share/pygobject/xsl/pdf-style.xsl -share/pygobject/xsl/pdf.xsl -share/pygobject/xsl/ref-html-style.xsl -@dirrm share/pygobject/xsl -@dirrm share/pygobject -@dirrm share/doc/pygobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile deleted file mode 100644 index 48267bba7..000000000 --- a/devel/py-xdg/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: py-xdg -# Date created: 2004-06-25 -# Whom: michael johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= xdg -PORTVERSION= 0.15 -PORTREVISION= 3 -CATEGORIES= devel python -MASTER_SITES= http://www.freedesktop.org/~lanius/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A python library to access freedesktop.org standards - -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= pyxdg - -post-patch: - @${REINPLACE_CMD} -e \ - 's|/etc|${LOCALBASE}/etc|g ; s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/xdg/BaseDirectory.py \ - ${WRKSRC}/xdg/IconTheme.py - -.include <bsd.port.mk> diff --git a/devel/py-xdg/distinfo b/devel/py-xdg/distinfo deleted file mode 100644 index 9118f9eda..000000000 --- a/devel/py-xdg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyxdg-0.15.tar.gz) = 86a5441285fc908145414b63348d11a3 -SHA256 (pyxdg-0.15.tar.gz) = c2adf20955cb62af5c94622d0dd47fb82ee63da33c03d5a1f82337ba83044bb7 -SIZE (pyxdg-0.15.tar.gz) = 36465 diff --git a/devel/py-xdg/files/patch-xdg::BaseDirectory.py b/devel/py-xdg/files/patch-xdg::BaseDirectory.py deleted file mode 100644 index 77f09b528..000000000 --- a/devel/py-xdg/files/patch-xdg::BaseDirectory.py +++ /dev/null @@ -1,11 +0,0 @@ ---- xdg/BaseDirectory.py.orig Wed Mar 23 00:08:43 2005 -+++ xdg/BaseDirectory.py Wed Mar 23 00:09:35 2005 -@@ -33,7 +33,7 @@ - os.path.join(_home, '.local', 'share')) - - xdg_data_dirs = [xdg_data_home] + \ -- os.environ.get('XDG_DATA_DIRS', '/usr/local/share:/usr/share').split(':') -+ os.environ.get('XDG_DATA_DIRS', '%%LOCALBASE%%/share').split(':') - - xdg_config_home = os.environ.get('XDG_CONFIG_HOME', - os.path.join(_home, '.config')) diff --git a/devel/py-xdg/files/patch-xdg::IconTheme.py b/devel/py-xdg/files/patch-xdg::IconTheme.py deleted file mode 100644 index c7af80928..000000000 --- a/devel/py-xdg/files/patch-xdg::IconTheme.py +++ /dev/null @@ -1,12 +0,0 @@ ---- xdg/IconTheme.py.orig 2007-09-10 00:33:42.000000000 -0500 -+++ xdg/IconTheme.py 2007-09-10 00:34:37.000000000 -0500 -@@ -215,7 +215,8 @@ - icondirs = [] - for basedir in xdg_data_dirs: - icondirs.append(os.path.join(basedir, "icons")) --icondirs.append("/usr/share/pixmaps") -+icondirs.append("%%LOCALBASE%%/share/pixmaps") -+icondirs.append("%%LOCALBASE%%/share/icons") - icondirs.append(os.path.expanduser("~/.icons")) - - # just cache variables, they give a 10x speed improvement diff --git a/devel/py-xdg/files/patch-xdg_Menu.py b/devel/py-xdg/files/patch-xdg_Menu.py deleted file mode 100644 index 186fda591..000000000 --- a/devel/py-xdg/files/patch-xdg_Menu.py +++ /dev/null @@ -1,13 +0,0 @@ ---- xdg/Menu.py.orig Thu Aug 11 07:37:48 2005 -+++ xdg/Menu.py Sat Sep 2 05:10:19 2006 -@@ -494,6 +494,10 @@ - if not filename: - filename = __getFileName("applications.menu") - -+ # use gnome if no filename given -+ if not filename: -+ filename = __getFileName("gnome-applications.menu") -+ - if not filename: - raise ParsingError('File not found', "/etc/xdg/menus/applications.menu") - diff --git a/devel/py-xdg/pkg-descr b/devel/py-xdg/pkg-descr deleted file mode 100644 index 85056ce3b..000000000 --- a/devel/py-xdg/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -A python library to access freedesktop.org standards. - -Currently supported are: - o Base Directory Specification - o Menu Specification - o Desktop Entry Specification - o Icon Theme Specification - o Recent File Spec - o Shared-MIME-Database Specification - -WWW: http://freedesktop.org/Software/pyxdg diff --git a/devel/py-xdg/pkg-plist b/devel/py-xdg/pkg-plist deleted file mode 100644 index 8f6a8b028..000000000 --- a/devel/py-xdg/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.py -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.pyc -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.pyo -%%PYTHON_SITELIBDIR%%/xdg/Config.py -%%PYTHON_SITELIBDIR%%/xdg/Config.pyc -%%PYTHON_SITELIBDIR%%/xdg/Config.pyo -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.py -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.pyc -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.pyo -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.py -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.pyc -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.pyo -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.py -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.pyc -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.pyo -%%PYTHON_SITELIBDIR%%/xdg/IniFile.py -%%PYTHON_SITELIBDIR%%/xdg/IniFile.pyc -%%PYTHON_SITELIBDIR%%/xdg/IniFile.pyo -%%PYTHON_SITELIBDIR%%/xdg/Locale.py -%%PYTHON_SITELIBDIR%%/xdg/Locale.pyc -%%PYTHON_SITELIBDIR%%/xdg/Locale.pyo -%%PYTHON_SITELIBDIR%%/xdg/Menu.py -%%PYTHON_SITELIBDIR%%/xdg/Menu.pyc -%%PYTHON_SITELIBDIR%%/xdg/Menu.pyo -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.py -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.pyc -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.pyo -%%PYTHON_SITELIBDIR%%/xdg/Mime.py -%%PYTHON_SITELIBDIR%%/xdg/Mime.pyc -%%PYTHON_SITELIBDIR%%/xdg/Mime.pyo -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.py -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.pyc -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.pyo -%%PYTHON_SITELIBDIR%%/xdg/__init__.py -%%PYTHON_SITELIBDIR%%/xdg/__init__.pyc -%%PYTHON_SITELIBDIR%%/xdg/__init__.pyo -@dirrm %%PYTHON_SITELIBDIR%%/xdg diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile deleted file mode 100644 index 61d7305d2..000000000 --- a/devel/regexxer/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: regexxer -# Date created: 15 February 2003 -# Whom: Rui Lopes <rui@ruilopes.com> -# -# $FreeBSD$ -# - -PORTNAME= regexxer -PORTVERSION= 0.9 -PORTREVISION= 2 -CATEGORIES= devel textproc gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= bg1tpt@gmail.com -COMMENT= An interactive tool for performing search and replace operations - -LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ - glademm-2.4:${PORTSDIR}/devel/libglademm24 \ - pcre.0:${PORTSDIR}/devel/pcre - -USE_GETTEXT= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget intltool intlhack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= regexxer.schemas -INSTALLS_ICONS= regexxer.png - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${GREP} regexxer) > temp-pkg-plist - -.include <bsd.port.mk> diff --git a/devel/regexxer/distinfo b/devel/regexxer/distinfo deleted file mode 100644 index 2e5558dfb..000000000 --- a/devel/regexxer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (regexxer-0.9.tar.gz) = 3c45ed51f28c3d1c7228dff7fb904459 -SHA256 (regexxer-0.9.tar.gz) = ec6630745e4a87eb57aa498b5d36f014efb91a18293cc7acd9a5b506b6238479 -SIZE (regexxer-0.9.tar.gz) = 299095 diff --git a/devel/regexxer/pkg-descr b/devel/regexxer/pkg-descr deleted file mode 100644 index ffdeae993..000000000 --- a/devel/regexxer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -regexxer is a nifty GUI search/replace tool featuring Perl-style regular -expressions. - -If you need project-wide substitution and you're tired of hacking sed -command lines together, then you should definitely give it a try. - -WWW: http://regexxer.sourceforge.net/ diff --git a/devel/regexxer/pkg-plist b/devel/regexxer/pkg-plist deleted file mode 100644 index 6e25f28e9..000000000 --- a/devel/regexxer/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/regexxer -share/applications/regexxer.desktop -share/regexxer/mainwindow.glade -share/regexxer/prefdialog.glade -share/icons/hicolor/48x48/apps/regexxer.png -share/locale/ar/LC_MESSAGES/regexxer.mo -share/locale/bg/LC_MESSAGES/regexxer.mo -share/locale/ca/LC_MESSAGES/regexxer.mo -share/locale/cs/LC_MESSAGES/regexxer.mo -share/locale/de/LC_MESSAGES/regexxer.mo -share/locale/dz/LC_MESSAGES/regexxer.mo -share/locale/en_CA/LC_MESSAGES/regexxer.mo -share/locale/en_GB/LC_MESSAGES/regexxer.mo -share/locale/es/LC_MESSAGES/regexxer.mo -share/locale/eu/LC_MESSAGES/regexxer.mo -share/locale/fi/LC_MESSAGES/regexxer.mo -share/locale/fr/LC_MESSAGES/regexxer.mo -share/locale/hu/LC_MESSAGES/regexxer.mo -share/locale/it/LC_MESSAGES/regexxer.mo -share/locale/ja/LC_MESSAGES/regexxer.mo -share/locale/ne/LC_MESSAGES/regexxer.mo -share/locale/nl/LC_MESSAGES/regexxer.mo -share/locale/pa/LC_MESSAGES/regexxer.mo -share/locale/pl/LC_MESSAGES/regexxer.mo -share/locale/pt/LC_MESSAGES/regexxer.mo -share/locale/pt_BR/LC_MESSAGES/regexxer.mo -share/locale/rw/LC_MESSAGES/regexxer.mo -share/locale/sl/LC_MESSAGES/regexxer.mo -share/locale/sr/LC_MESSAGES/regexxer.mo -share/locale/sr@Latn/LC_MESSAGES/regexxer.mo -share/locale/sv/LC_MESSAGES/regexxer.mo -share/locale/uk/LC_MESSAGES/regexxer.mo -share/locale/vi/LC_MESSAGES/regexxer.mo -share/locale/zh_CN/LC_MESSAGES/regexxer.mo -share/locale/zh_HK/LC_MESSAGES/regexxer.mo -share/locale/zh_TW/LC_MESSAGES/regexxer.mo -@dirrm share/regexxer -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/devel/ruby-glib2/Makefile b/devel/ruby-glib2/Makefile deleted file mode 100644 index 09de706ed..000000000 --- a/devel/ruby-glib2/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: Ruby/GLib2 -# Date created: 24 November 2002 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# $MCom: ports/devel/ruby-glib2/Makefile,v 1.4 2007/10/05 04:36:34 mezz Exp $ -# - -PORTNAME= glib2 -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -CATEGORIES= devel ruby -MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} -MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_GNOME_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= mezz@FreeBSD.org -COMMENT= Ruby binding for GLib2 - -USE_RUBY= yes -USE_GNOME= glib20 -USE_RUBY_EXTCONF= yes - -.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/glib -INSTALL_TARGET= site-install - -DOCS= COPYING.LIB ChangeLog README - -post-patch: general-patch - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/sample/utils.rb - @${FIND} ${WRKSRC} -name '*.bak' -delete - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${RUBY_MODEXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/tests/* ${RUBY_MODEXAMPLESDIR}/ - @${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/ruby-glib2/pkg-descr b/devel/ruby-glib2/pkg-descr deleted file mode 100644 index f25fcb39c..000000000 --- a/devel/ruby-glib2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby/GLib2 is a Ruby binding for GLib2. - -WWW: http://ruby-gnome2.sourceforge.jp/ diff --git a/devel/ruby-glib2/pkg-plist b/devel/ruby-glib2/pkg-plist deleted file mode 100644 index 2e80be81b..000000000 --- a/devel/ruby-glib2/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -%%RUBY_SITELIBDIR%%/glib-mkenums.rb -%%RUBY_SITELIBDIR%%/glib2.rb -%%RUBY_SITEARCHLIBDIR%%/glib2.so -%%RUBY_SITEARCHLIBDIR%%/rbglib.h -%%RUBY_SITEARCHLIBDIR%%/rbgobject.h -%%RUBY_SITEARCHLIBDIR%%/rbgutil.h -%%RUBY_SITELIBDIR%%/mkmf-gnome2.rb -%%RUBY_SITELIBDIR%%/pkg-config.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING.LIB -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/bookmarkfile.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/completion.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/idle.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/iochannel.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/keyfile.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/runner.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shell.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/spawn.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_enum.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_glib2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_iochannel.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_unicode.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/timeout.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/timeout2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/timer.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/type-register.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/type-register2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/utils.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%@dirrmtry %%RUBY_EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%% -@dirrmtry %%RUBY_SITEARCHLIBDIR%% -@dirrmtry %%RUBY_SITELIBDIR%% -@dirrmtry lib/ruby/site_ruby -@dirrmtry lib/ruby diff --git a/devel/wininfo/Makefile b/devel/wininfo/Makefile deleted file mode 100644 index 7f0049053..000000000 --- a/devel/wininfo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: X Window Information -# Date created: 11 Jun 2004 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# -# $FreeBSD$ -# - -PORTNAME= wininfo -PORTVERSION= 0.7 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= http://www.freedesktop.org/software/wininfo/ - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A window information utility - -USE_X_PREFIX= yes -USE_GNOME= gtk20 gnomeprefix -GNU_CONFIGURE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -MAN1= wininfo.1 - -.include <bsd.port.mk> diff --git a/devel/wininfo/distinfo b/devel/wininfo/distinfo deleted file mode 100644 index 3acdf0cd4..000000000 --- a/devel/wininfo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wininfo-0.7.tar.gz) = 9f1fbf61e009ea5ea27718e8f43359fa -SHA256 (wininfo-0.7.tar.gz) = 8bb02068b183c684b04b4a5dc46dee041aa224c5843348cd16f2b53503b41833 -SIZE (wininfo-0.7.tar.gz) = 479409 diff --git a/devel/wininfo/files/patch-src::wininfo.c b/devel/wininfo/files/patch-src::wininfo.c deleted file mode 100644 index a341dc3ec..000000000 --- a/devel/wininfo/files/patch-src::wininfo.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/wininfo.c.orig Fri Jun 11 00:10:25 2004 -+++ src/wininfo.c Fri Jun 11 00:10:29 2004 -@@ -23,7 +23,6 @@ - */ - - #include <stdio.h> --#include <stdint.h> - #include <string.h> - #include <gtk/gtk.h> - #include <gdk/gdk.h> diff --git a/devel/wininfo/pkg-descr b/devel/wininfo/pkg-descr deleted file mode 100644 index e2f07ee14..000000000 --- a/devel/wininfo/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -X Window Information is a window information utility for developers of -applications, toolkits, and window managers. X Window Information -follows your pointer providing information about the windows below. -Information presented includes: - - * A detailed description of the window hierarchy below the pointer. - - * Parsed interpretations of standard properties from both the - application window and the window manager. - - * Information about X server resources used by the application. - -WWW: http://www.freedesktop.org/Software/wininfo - -- Jean-Yves Lefort -jylefort@FreeBSD.org diff --git a/devel/wininfo/pkg-plist b/devel/wininfo/pkg-plist deleted file mode 100644 index be29d0b3b..000000000 --- a/devel/wininfo/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/wininfo -share/applications/xdg-wininfo.desktop -@dirrmtry share/applications |