diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:38:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:38:50 +0000 |
commit | 73a1598250f230f5a858dde55e0b4af7bd4bf473 (patch) | |
tree | 4062affec90322a40558308ce11872a8ceffd12b | |
parent | 9139404a77f2254a9dc865063c2cc9d714700fee (diff) | |
download | ports-73a1598250f230f5a858dde55e0b4af7bd4bf473.tar.gz ports-73a1598250f230f5a858dde55e0b4af7bd4bf473.zip |
Notes
48 files changed, 16 insertions, 1543 deletions
@@ -5884,3 +5884,19 @@ audio/py-xmms||2014-04-08|Has expired: Abandonware, please consider using multim archivers/ruby-libarchive|archivers/rubygem-libarchive|2014-04-08|Use the rubygem version instead java/j2sdkee13||2014-04-10|EOLed long ago astro/glunarclock||2014-04-11|gnome-panel will be updated to the 3.x version which is not compatible with 2.x +databases/libgda2||2014-04-11|Ancient version, consider using newer versions +databases/libgda2-references||2014-04-11|Ancient version, consider using newer versions +databases/libgda3||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-references||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-firebird||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-freetds||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-ldap||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-mdb||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-mysql||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-odbc||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-odbc||2014-04-11|Ancient version, consider using newer versions +databases/libgda3-postgresql||2014-04-11|Ancient version, consider using newer versions +databases/libgnomedb||2014-04-11|Superseeded by libgda starting from version 4 +databases/libgnomedb-reference||2014-04-11|Superseeded by libgda starting from version 4 +databases/mergeant||2014-04-11|Superseeded by libgda starting from version 4 + diff --git a/databases/Makefile b/databases/Makefile index 85493b233f72..c45254cb4732 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -139,17 +139,6 @@ SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle - SUBDIR += libgda2 - SUBDIR += libgda2-reference - SUBDIR += libgda3 - SUBDIR += libgda3-firebird - SUBDIR += libgda3-freetds - SUBDIR += libgda3-ldap - SUBDIR += libgda3-mdb - SUBDIR += libgda3-mysql - SUBDIR += libgda3-odbc - SUBDIR += libgda3-postgresql - SUBDIR += libgda3-reference SUBDIR += libgda4 SUBDIR += libgda4-bdb SUBDIR += libgda4-jdbc @@ -168,8 +157,6 @@ SUBDIR += libgda5-ui SUBDIR += libgdamm SUBDIR += libgdamm5 - SUBDIR += libgnomedb - SUBDIR += libgnomedb-reference SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache @@ -201,7 +188,6 @@ SUBDIR += memcached SUBDIR += memcachedb SUBDIR += memcacheq - SUBDIR += mergeant SUBDIR += metakit SUBDIR += mongodb SUBDIR += mrtg-mysql-load diff --git a/databases/libgda2-reference/Makefile b/databases/libgda2-reference/Makefile deleted file mode 100644 index 2cf9495e7df1..000000000000 --- a/databases/libgda2-reference/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 -PORTEPOCH= 0 - -REFERENCE_SRC= ${WRKSRC}/doc/C - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/databases/libgda2-reference/pkg-descr b/databases/libgda2-reference/pkg-descr deleted file mode 100644 index 278daef5578a..000000000000 --- a/databases/libgda2-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for databases/libgda2. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile deleted file mode 100644 index de8dad00cf9f..000000000000 --- a/databases/libgda2/Makefile +++ /dev/null @@ -1,193 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda2/Makefile,v 1.44 2008/03/11 04:21:46 mezz Exp $ - -PORTNAME= libgda2 -PORTVERSION= 1.2.4 -PORTREVISION?= 6 -PORTEPOCH?= 1 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ - librarian.so:${PORTSDIR}/textproc/rarian - -CONFLICTS= libgda-0* - -USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack -USES= gettext gmake pkgconfig -INSTALLS_OMF= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-bdb -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" -CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION - -MAN1= gda-config-tool.1 -MAN5= gda-config.5 - -PLIST_SUB= VERSION=${PORTVERSION:R} - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) -WITH_MYSQL= yes -.endif - -.if exists(${LOCALBASE}/lib/libldap.so) -WITH_LDAP=yes -.endif - -.if exists(${LOCALBASE}/lib/libgds.so.1) -WITH_FIREBIRD= yes -.elif exists(${LOCALBASE}/lib/libgds.so.2) -WITHOUT_FIREBIRD=yes -.endif - -.if exists(${LOCALBASE}/lib/libtds.so) -WITH_FREETDS= yes -.endif - -# Sybase backend is linux only -#.if exists(${LOCALBASE}/lib/libsybdb.so) -#WITH_SYBASE= yes -#.endif - -.if exists(${LOCALBASE}/lib/libmdbsql.so) -WITH_MDB= yes -.endif - -.if exists(${LOCALBASE}/lib/libODBC.so) -WITH_ODBC= yes -.endif - -.if exists(${LOCALBASE}/lib/libsqlite3.so) -WITH_SQLITE= yes -.endif - -.if !defined(WITH_MYSQL) -PLIST_SUB+= MYSQL:="@comment " -CONFIGURE_ARGS+= --without-mysql -.else -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -PLIST_SUB+= MYSQL:="" -.endif - -.if !defined(WITHOUT_PGSQL) && defined(WITH_PGSQL) -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -PLIST_SUB+= POSTGRES:="" -.else -PLIST_SUB+= POSTGRES:="@comment " -CONFIGURE_ARGS+= --without-postgres -.endif - -.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -PLIST_SUB+= LDAP:="" -.else -CONFIGURE_ARGS+= --without-ldap -PLIST_SUB+= LDAP:="@comment " -.endif - -.if !defined(WITHOUT_FIREBIRD) && defined(WITH_FIREBIRD) -LIB_DEPENDS+= libgds.so:${PORTSDIR}/databases/firebird-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -PLIST_SUB+= FIREBIRD:="" -.else -CONFIGURE_ARGS+= --without-firebird -PLIST_SUB+= FIREBIRD:="@comment " -.endif - -.if !defined(WITHOUT_FREETDS) && defined(WITH_FREETDS) -LIB_DEPENDS+= libtds.so:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -PLIST_SUB+= FREETDS:="" -.else -CONFIGURE_ARGS+= --without-tds -PLIST_SUB+= FREETDS:="@comment " -.endif - -.if !defined(WITHOUT_SYBASE) && defined(WITH_SYBASE) -LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-sybase=${LOCALBASE} -PLIST_SUB+= SYBASE:="" -BROKEN= Sybase backend is linux only -.else -CONFIGURE_ARGS+= --without-sybase -PLIST_SUB+= SYBASE:="@comment " -.endif - -.if !defined(WITHOUT_MDB) && defined(WITH_MDB) -LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -PLIST_SUB+= MDB:="" -.else -CONFIGURE_ARGS+= --without-mdb -PLIST_SUB+= MDB:="@comment " -.endif - -.if !defined(WITHOUT_ODBC) && defined(WITH_ODBC) -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -PLIST_SUB+= ODBC:="" -.else -CONFIGURE_ARGS+= --without-odbc -PLIST_SUB+= ODBC:="@comment " -.endif - -.if !defined(WITHOUT_SQLITE) && defined(WITH_SQLITE) -LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} -PLIST_SUB+= SQLITE:="" -.else -CONFIGURE_ARGS+= --without-sqlite -PLIST_SUB+= SQLITE:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_MYSQL) - @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." -.endif -.if !defined(WITH_LDAP) - @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." -.endif -.if !defined(WITH_FIREBIRD) - @${ECHO_MSG} "You can enable support for FireBird databases by defining WITH_FIREBIRD." -.endif -.if !defined(WITH_FREETDS) - @${ECHO_MSG} "You can enable support for TDS databases by defining WITH_FREETDS." -.endif -.if !defined(WITH_SYBASE) - @${ECHO_MSG} "You can enable support for Sybase databases by defining WITH_SYBASE." -.endif -.if !defined(WITH_MDB) - @${ECHO_MSG} "You can enable support for MDB databases by defining WITH_MDB." -.endif -.if !defined(WITH_ODBC) - @${ECHO_MSG} "You can enable support for ODBC databases by defining WITH_ODBC." -.endif -.if !defined(WITH_SQLITE) - @${ECHO_MSG} "You can enable support for SQLITE databases by defining WITH_SQLITE." -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo deleted file mode 100644 index 659af0d58e68..000000000000 --- a/databases/libgda2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgda-1.2.4.tar.bz2) = d5e700203764e3f8d9ab3573a9b1b0e218778022c7956cf719fa0500b3027930 -SIZE (gnome2/libgda-1.2.4.tar.bz2) = 1087076 diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa deleted file mode 100644 index 3b1f992512cd..000000000000 --- a/databases/libgda2/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Fri Jan 16 23:06:50 2004 -+++ Makefile.in Fri Jan 16 23:07:18 2004 -@@ -276,7 +276,6 @@ - providers \ - report \ - tools \ -- testing \ - data \ - doc - diff --git a/databases/libgda2/files/patch-configure b/databases/libgda2/files/patch-configure deleted file mode 100644 index 8df5044bbd58..000000000000 --- a/databases/libgda2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 6 14:10:07 2004 -+++ configure Tue Apr 6 14:10:19 2004 -@@ -23012,7 +23012,7 @@ - _ACEOF - - FIREBIRD_CFLAGS="-I${firebirddir}/include" -- FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -ldl -lcrypt" -+ FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -lcrypt" - fi - fi - diff --git a/databases/libgda2/files/patch-doc::libgda-C.omf.in b/databases/libgda2/files/patch-doc::libgda-C.omf.in deleted file mode 100644 index f98b540c5562..000000000000 --- a/databases/libgda2/files/patch-doc::libgda-C.omf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libgda-C.omf.in.orig Mon Feb 28 05:30:59 2005 -+++ doc/libgda-C.omf.in Thu Mar 3 14:07:24 2005 -@@ -16,7 +16,7 @@ - </description> - <type>user's guide</type> - <format mime="text/html"/> -- <identifier url="file:@prefix@/share/gtk-doc/html/libgda/index.html"/> -+ <identifier url="file:@prefix@/share/doc/libgda/index.html"/> - <language code="C"/> - <relation seriesid="ebe4f574-a94d-11d6-8bc3-bd1f202a92f8"/> - <rights type="GNU FDL" license.version="1.1"/> diff --git a/databases/libgda2/files/patch-doc_C_Makefile.in b/databases/libgda2/files/patch-doc_C_Makefile.in deleted file mode 100644 index ef37c3190b54..000000000000 --- a/databases/libgda2/files/patch-doc_C_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/C/Makefile.in.orig Thu Jul 22 10:35:19 2004 -+++ doc/C/Makefile.in Thu Jul 22 10:35:48 2004 -@@ -116,7 +116,7 @@ - HISTORY_LIB = @HISTORY_LIB@ - HISTORY_LIB_FALSE = @HISTORY_LIB_FALSE@ - HISTORY_LIB_TRUE = @HISTORY_LIB_TRUE@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - IBMDB2_CFLAGS = @IBMDB2_CFLAGS@ - IBMDB2_FALSE = @IBMDB2_FALSE@ - IBMDB2_LIBS = @IBMDB2_LIBS@ diff --git a/databases/libgda2/files/patch-libgda.pc.in b/databases/libgda2/files/patch-libgda.pc.in deleted file mode 100644 index f9bd3aaed056..000000000000 --- a/databases/libgda2/files/patch-libgda.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgda.pc.in.orig Fri Oct 31 21:59:33 2003 -+++ libgda.pc.in Fri Oct 31 22:00:52 2003 -@@ -5,7 +5,7 @@ - - Name: libgda - Description: GDA (GNOME Data Access) library --Requires: glib-2.0 libxml-2.0 libxslt -+Requires: glib-2.0 gthread-2.0 gmodule-2.0 libxml-2.0 libxslt - Version: @VERSION@ - Libs: -L${libdir} -lgda-2 - Cflags: -I${includedir} diff --git a/databases/libgda2/files/patch-po_Makefile.in.in b/databases/libgda2/files/patch-po_Makefile.in.in deleted file mode 100644 index 1e6984b6bbca..000000000000 --- a/databases/libgda2/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,10 +0,0 @@ ---- po/Makefile.in.in.orig Sat Aug 14 00:43:46 2004 -+++ po/Makefile.in.in Sat Aug 14 00:45:54 2004 -@@ -35,6 +35,7 @@ - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - - CC = @CC@ - GENCAT = @GENCAT@ diff --git a/databases/libgda2/files/patch-providers_freetds_0.64 b/databases/libgda2/files/patch-providers_freetds_0.64 deleted file mode 100644 index 4ee9c151e54e..000000000000 --- a/databases/libgda2/files/patch-providers_freetds_0.64 +++ /dev/null @@ -1,44 +0,0 @@ ---- providers/freetds/gda-freetds-provider.c.orig Tue Jan 9 18:50:54 2007 -+++ providers/freetds/gda-freetds-provider.c Wed Mar 7 17:10:38 2007 -@@ -253,7 +253,7 @@ - - /* Version 0.60 api uses context additionaly */ - #if defined(HAVE_FREETDS_VER0_6X) || defined(HAVE_FREETDS_VER0_60) -- tds_cnc->ctx = tds_alloc_context(); -+ tds_cnc->ctx = tds_alloc_context(NULL); - if (! tds_cnc->ctx) { - gda_log_error (_("Allocating tds context failed.")); - gda_freetds_free_connection_data (tds_cnc); -@@ -1062,9 +1062,9 @@ - TDS_SUCCEED); - - msg = g_strdup_printf(_("Msg %d, Level %d, State %d, Server %s, Line %d\n%s\n"), -- msg_info->msg_number, -- msg_info->msg_level, -- msg_info->msg_state, -+ msg_info->msgno, -+ msg_info->severity, -+ msg_info->state, - (msg_info->server ? msg_info->server : ""), - msg_info->line_number, - msg_info->message ? msg_info->message : ""); -@@ -1074,7 +1074,7 @@ - if (cnc != NULL) { - error = gda_error_new (); - gda_error_set_description (error, msg); -- gda_error_set_number (error, msg_info->msg_number); -+ gda_error_set_number (error, msg_info->msgno); - gda_error_set_source (error, "gda-freetds"); - if (msg_info->sql_state != NULL) { - gda_error_set_sqlstate (error, ---- providers/freetds/gda-freetds-recordset.c.orig Mon Mar 12 13:19:31 2007 -+++ providers/freetds/gda-freetds-recordset.c Mon Mar 12 13:21:09 2007 -@@ -386,7 +386,7 @@ - g_object_unref (recset); - recset = NULL; - return NULL; -- } else if (tds_cnc->rc != TDS_NO_MORE_ROWS) { -+ } else if (tds_cnc->rc != TDS_NO_MORE_RESULTS) { - error = gda_freetds_make_error(tds_cnc->tds, - _("Unexpected freetds return code in tds_process_row_tokens().\n")); - gda_connection_add_error (cnc, error); diff --git a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c b/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c deleted file mode 100644 index 1d5f2d8e4e04..000000000000 --- a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mdb/gda-mdb-provider.c.orig Thu Jan 4 17:14:00 2007 -+++ providers/mdb/gda-mdb-provider.c Thu Jan 4 17:14:06 2007 -@@ -209,7 +209,7 @@ - mdb_cnc = g_new0 (GdaMdbConnection, 1); - mdb_cnc->cnc = cnc; - mdb_cnc->server_version = NULL; -- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); -+ mdb_cnc->mdb = mdb_open (filename); - if (!mdb_cnc->mdb) { - gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); - g_free (mdb_cnc); diff --git a/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c b/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c deleted file mode 100644 index f75b3284d3f2..000000000000 --- a/databases/libgda2/files/patch-providers_mysql_gda-mysql-recordset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mysql/gda-mysql-recordset.c.orig Wed May 18 03:10:04 2005 -+++ providers/mysql/gda-mysql-recordset.c Tue Jun 14 23:12:25 2005 -@@ -71,7 +71,7 @@ fill_gda_value (GdaValue *gda_value, enu - if (is_unsigned) { - gda_value_set_biguint (gda_value, strtoull (value, NULL, 0)); - } else { -- gda_value_set_bigint (gda_value, atoll (value)); -+ gda_value_set_bigint (gda_value, strtoll (value, NULL, 10)); - } - break; - case FIELD_TYPE_SHORT : diff --git a/databases/libgda2/files/patch-providers_postgres_utils.c b/databases/libgda2/files/patch-providers_postgres_utils.c deleted file mode 100644 index 29fe99b985b9..000000000000 --- a/databases/libgda2/files/patch-providers_postgres_utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/postgres/utils.c.orig Mon Feb 17 21:43:51 2003 -+++ providers/postgres/utils.c Mon Feb 17 21:44:12 2003 -@@ -156,7 +156,7 @@ - gda_value_set_string (value, thevalue); - break; - case GDA_VALUE_TYPE_BIGINT : -- gda_value_set_bigint (value, atoll (thevalue)); -+ gda_value_set_bigint (value, strtoll(thevalue, &thevalue, 10)); - break; - case GDA_VALUE_TYPE_INTEGER : - gda_value_set_integer (value, atol (thevalue)); diff --git a/databases/libgda2/files/patch-tools_gda-config-tool.c b/databases/libgda2/files/patch-tools_gda-config-tool.c deleted file mode 100644 index 226aeeee7f3b..000000000000 --- a/databases/libgda2/files/patch-tools_gda-config-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 -+++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 -@@ -1136,7 +1136,7 @@ - static char ** - completion_func (const gchar *text, int start, int end) - { -- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : -+ return ((start == 0) ? completion_matches (text, cmd_generator) : - NULL); - } - diff --git a/databases/libgda2/pkg-descr b/databases/libgda2/pkg-descr deleted file mode 100644 index 12eb57b5ed9b..000000000000 --- a/databases/libgda2/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda2/pkg-plist b/databases/libgda2/pkg-plist deleted file mode 100644 index f014a85934d3..000000000000 --- a/databases/libgda2/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -bin/gda-config-tool -bin/gda-report-test -bin/gda-run -etc/libgda/config -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-detail.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-label.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pagefooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pageheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-repfield.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-report.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportfooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-sqlquery.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item.h -include/libgda-%%VERSION%%/libgda-report/gda-report-result.h -include/libgda-%%VERSION%%/libgda-report/gda-report-types.h -include/libgda-%%VERSION%%/libgda-report/gda-report-valid.h -include/libgda-%%VERSION%%/libgda-report/gda-report.h -include/libgda-%%VERSION%%/libgda/gda-blob.h -include/libgda-%%VERSION%%/libgda/gda-client.h -include/libgda-%%VERSION%%/libgda/gda-command.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h -include/libgda-%%VERSION%%/libgda/gda-data-model-list.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-error.h -include/libgda-%%VERSION%%/libgda/gda-field.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-parameter.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-select.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-table.h -include/libgda-%%VERSION%%/libgda/gda-transaction.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xml-connection.h -include/libgda-%%VERSION%%/libgda/gda-xml-database.h -include/libgda-%%VERSION%%/libgda/gda-xml-document.h -include/libgda-%%VERSION%%/libgda/gda-xql-atom.h -include/libgda-%%VERSION%%/libgda/gda-xql-bin.h -include/libgda-%%VERSION%%/libgda/gda-xql-column.h -include/libgda-%%VERSION%%/libgda/gda-xql-const.h -include/libgda-%%VERSION%%/libgda/gda-xql-delete.h -include/libgda-%%VERSION%%/libgda/gda-xql-dml.h -include/libgda-%%VERSION%%/libgda/gda-xql-dual.h -include/libgda-%%VERSION%%/libgda/gda-xql-field.h -include/libgda-%%VERSION%%/libgda/gda-xql-func.h -include/libgda-%%VERSION%%/libgda/gda-xql-insert.h -include/libgda-%%VERSION%%/libgda/gda-xql-item.h -include/libgda-%%VERSION%%/libgda/gda-xql-join.h -include/libgda-%%VERSION%%/libgda/gda-xql-list.h -include/libgda-%%VERSION%%/libgda/gda-xql-query.h -include/libgda-%%VERSION%%/libgda/gda-xql-select.h -include/libgda-%%VERSION%%/libgda/gda-xql-stack.h -include/libgda-%%VERSION%%/libgda/gda-xql-target.h -include/libgda-%%VERSION%%/libgda/gda-xql-update.h -include/libgda-%%VERSION%%/libgda/gda-xql-utils.h -include/libgda-%%VERSION%%/libgda/gda-xql-value.h -include/libgda-%%VERSION%%/libgda/gda-xql-valueref.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/sql/sql_parser.h -lib/libgda-2.a -lib/libgda-2.la -lib/libgda-2.so -lib/libgda-2.so.3 -lib/libgda-report-2.a -lib/libgda-report-2.la -lib/libgda-report-2.so -lib/libgda-report-2.so.3 -lib/libgdasql.a -lib/libgdasql.la -lib/libgdasql.so -lib/libgdasql.so.3 -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.a -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.la -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.so -%%FREETDS:%%lib/libgda/providers/libgda-freetds.a -%%FREETDS:%%lib/libgda/providers/libgda-freetds.la -%%FREETDS:%%lib/libgda/providers/libgda-freetds.so -%%LDAP:%%lib/libgda/providers/libgda-ldap.a -%%LDAP:%%lib/libgda/providers/libgda-ldap.la -%%LDAP:%%lib/libgda/providers/libgda-ldap.so -%%MDB:%%lib/libgda/providers/libgda-mdb.a -%%MDB:%%lib/libgda/providers/libgda-mdb.la -%%MDB:%%lib/libgda/providers/libgda-mdb.so -%%MYSQL:%%lib/libgda/providers/libgda-mysql.a -%%MYSQL:%%lib/libgda/providers/libgda-mysql.la -%%MYSQL:%%lib/libgda/providers/libgda-mysql.so -%%ODBC:%%lib/libgda/providers/libgda-odbc.a -%%ODBC:%%lib/libgda/providers/libgda-odbc.la -%%ODBC:%%lib/libgda/providers/libgda-odbc.so -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.a -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.la -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.so -%%SYBASE:%%lib/libgda/providers/libgda-sybase.a -%%SYBASE:%%lib/libgda/providers/libgda-sybase.la -%%SYBASE:%%lib/libgda/providers/libgda-sybase.so -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.a -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.la -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.so -lib/libgda/providers/libgda-xml.a -lib/libgda/providers/libgda-xml.la -lib/libgda/providers/libgda-xml.so -libdata/pkgconfig/libgda.pc -share/libgda/xml/gda-report.dtd -share/libgda/xml/gda-report-result.dtd -share/libgda/xml/gda-xml-query.dtd -share/libgda/xml/gda-xml-query.xsl -share/omf/libgda/libgda-C.omf -share/locale/az/LC_MESSAGES/libgda-2.mo -share/locale/ca/LC_MESSAGES/libgda-2.mo -share/locale/cs/LC_MESSAGES/libgda-2.mo -share/locale/da/LC_MESSAGES/libgda-2.mo -share/locale/de/LC_MESSAGES/libgda-2.mo -share/locale/el/LC_MESSAGES/libgda-2.mo -share/locale/en_CA/LC_MESSAGES/libgda-2.mo -share/locale/en_GB/LC_MESSAGES/libgda-2.mo -share/locale/es/LC_MESSAGES/libgda-2.mo -share/locale/fa/LC_MESSAGES/libgda-2.mo -share/locale/fi/LC_MESSAGES/libgda-2.mo -share/locale/fr/LC_MESSAGES/libgda-2.mo -share/locale/ga/LC_MESSAGES/libgda-2.mo -share/locale/gl/LC_MESSAGES/libgda-2.mo -share/locale/hr/LC_MESSAGES/libgda-2.mo -share/locale/hu/LC_MESSAGES/libgda-2.mo -share/locale/it/LC_MESSAGES/libgda-2.mo -share/locale/ja/LC_MESSAGES/libgda-2.mo -share/locale/ko/LC_MESSAGES/libgda-2.mo -share/locale/ml/LC_MESSAGES/libgda-2.mo -share/locale/ms/LC_MESSAGES/libgda-2.mo -share/locale/nb/LC_MESSAGES/libgda-2.mo -share/locale/nl/LC_MESSAGES/libgda-2.mo -share/locale/pl/LC_MESSAGES/libgda-2.mo -share/locale/pt/LC_MESSAGES/libgda-2.mo -share/locale/pt_BR/LC_MESSAGES/libgda-2.mo -share/locale/ru/LC_MESSAGES/libgda-2.mo -share/locale/sk/LC_MESSAGES/libgda-2.mo -share/locale/sl/LC_MESSAGES/libgda-2.mo -share/locale/sq/LC_MESSAGES/libgda-2.mo -share/locale/sr/LC_MESSAGES/libgda-2.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-2.mo -share/locale/sv/LC_MESSAGES/libgda-2.mo -share/locale/tr/LC_MESSAGES/libgda-2.mo -share/locale/uk/LC_MESSAGES/libgda-2.mo -share/locale/vi/LC_MESSAGES/libgda-2.mo -share/locale/zh_CN/LC_MESSAGES/libgda-2.mo -share/locale/zh_TW/LC_MESSAGES/libgda-2.mo -@dirrm share/omf/libgda -@dirrm share/libgda/xml -@dirrm share/libgda -@dirrm lib/libgda/providers -@dirrm lib/libgda -@dirrm include/libgda-%%VERSION%%/sql -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%% -@dirrm etc/libgda diff --git a/databases/libgda3-firebird/Makefile b/databases/libgda3-firebird/Makefile deleted file mode 100644 index 3c615991b1f5..000000000000 --- a/databases/libgda3-firebird/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-firebird/Makefile,v 1.2 2008/02/26 21:23:34 kwm Exp $ - -PORTREVISION?= 2 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -firebird - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides firebird backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/firebird/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= firebird - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-firebird/pkg-plist b/databases/libgda3-firebird/pkg-plist deleted file mode 100644 index cb15b864816e..000000000000 --- a/databases/libgda3-firebird/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-firebird.a -lib/libgda-%%VERSION%%/providers/libgda-firebird.la -lib/libgda-%%VERSION%%/providers/libgda-firebird.so -libdata/pkgconfig/libgda-firebird-%%VERSION%%.pc -share/libgda-%%VERSION%%/firebird_specs_dsn.xml diff --git a/databases/libgda3-freetds/Makefile b/databases/libgda3-freetds/Makefile deleted file mode 100644 index 6ef10d68306f..000000000000 --- a/databases/libgda3-freetds/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-freetds/Makefile,v 1.2 2008/02/26 21:23:34 kwm Exp $ - -PORTREVISION?= 1 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -freetds - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides freetds backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/freetds/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= freetds - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-freetds/pkg-plist b/databases/libgda3-freetds/pkg-plist deleted file mode 100644 index fabf61cc13f2..000000000000 --- a/databases/libgda3-freetds/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-freetds.a -lib/libgda-%%VERSION%%/providers/libgda-freetds.la -lib/libgda-%%VERSION%%/providers/libgda-freetds.so -libdata/pkgconfig/libgda-freetds-%%VERSION%%.pc -share/libgda-%%VERSION%%/freetds_specs_dsn.xml diff --git a/databases/libgda3-ldap/Makefile b/databases/libgda3-ldap/Makefile deleted file mode 100644 index 3d0ede2d5fe9..000000000000 --- a/databases/libgda3-ldap/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-ldap/Makefile,v 1.2 2008/02/26 21:23:34 kwm Exp $ - -PORTREVISION?= 2 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -ldap - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides ldap backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/ldap/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= ldap - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-ldap/pkg-plist b/databases/libgda3-ldap/pkg-plist deleted file mode 100644 index d8b54ee06808..000000000000 --- a/databases/libgda3-ldap/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-ldap.a -lib/libgda-%%VERSION%%/providers/libgda-ldap.la -lib/libgda-%%VERSION%%/providers/libgda-ldap.so -libdata/pkgconfig/libgda-ldap-%%VERSION%%.pc -share/libgda-%%VERSION%%/ldap_specs_dsn.xml diff --git a/databases/libgda3-mdb/Makefile b/databases/libgda3-mdb/Makefile deleted file mode 100644 index e4a2d499bc3a..000000000000 --- a/databases/libgda3-mdb/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-mdb/Makefile,v 1.2 2008/02/26 21:23:34 kwm Exp $ - -PORTREVISION?= 2 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mdb - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mdb backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/mdb/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= mdb - -NO_STAGE= yes - -post-extract: - @${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \ - ${WRKSRC}/providers/mdb/util.c - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mdb/pkg-plist b/databases/libgda3-mdb/pkg-plist deleted file mode 100644 index 30b1df5d9f44..000000000000 --- a/databases/libgda3-mdb/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mdb.a -lib/libgda-%%VERSION%%/providers/libgda-mdb.la -lib/libgda-%%VERSION%%/providers/libgda-mdb.so -libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc -share/libgda-%%VERSION%%/mdb_specs_dsn.xml diff --git a/databases/libgda3-mysql/Makefile b/databases/libgda3-mysql/Makefile deleted file mode 100644 index a825dc2f03ca..000000000000 --- a/databases/libgda3-mysql/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-mysql/Makefile,v 1.2 2008/02/26 21:23:35 kwm Exp $ - -PORTREVISION?= 2 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mysql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides MySQL backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= mysql - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mysql/pkg-plist b/databases/libgda3-mysql/pkg-plist deleted file mode 100644 index de93385653ba..000000000000 --- a/databases/libgda3-mysql/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mysql.a -lib/libgda-%%VERSION%%/providers/libgda-mysql.la -lib/libgda-%%VERSION%%/providers/libgda-mysql.so -libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc -share/libgda-%%VERSION%%/mysql_specs_add_column.xml -share/libgda-%%VERSION%%/mysql_specs_create_db.xml -share/libgda-%%VERSION%%/mysql_specs_create_index.xml -share/libgda-%%VERSION%%/mysql_specs_create_table.xml -share/libgda-%%VERSION%%/mysql_specs_drop_column.xml -share/libgda-%%VERSION%%/mysql_specs_drop_db.xml -share/libgda-%%VERSION%%/mysql_specs_drop_index.xml -share/libgda-%%VERSION%%/mysql_specs_drop_table.xml -share/libgda-%%VERSION%%/mysql_specs_dsn.xml -share/libgda-%%VERSION%%/mysql_specs_rename_table.xml diff --git a/databases/libgda3-odbc/Makefile b/databases/libgda3-odbc/Makefile deleted file mode 100644 index 6430a7449f45..000000000000 --- a/databases/libgda3-odbc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-odbc/Makefile,v 1.2 2008/02/26 21:23:35 kwm Exp $ - -PORTREVISION?= 1 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -odbc - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides odbc backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/odbc/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= odbc - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-odbc/pkg-plist b/databases/libgda3-odbc/pkg-plist deleted file mode 100644 index 904d1445e482..000000000000 --- a/databases/libgda3-odbc/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-odbc.a -lib/libgda-%%VERSION%%/providers/libgda-odbc.la -lib/libgda-%%VERSION%%/providers/libgda-odbc.so -libdata/pkgconfig/libgda-odbc-%%VERSION%%.pc -share/libgda-%%VERSION%%/odbc_specs_dsn.xml diff --git a/databases/libgda3-postgresql/Makefile b/databases/libgda3-postgresql/Makefile deleted file mode 100644 index 03fafabcab57..000000000000 --- a/databases/libgda3-postgresql/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3-postgresql/Makefile,v 1.2 2008/02/26 21:23:35 kwm Exp $ - -PORTREVISION?= 1 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda3 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA3_SLAVE= postgresql - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-postgresql/pkg-plist b/databases/libgda3-postgresql/pkg-plist deleted file mode 100644 index 8c0d2adbcb72..000000000000 --- a/databases/libgda3-postgresql/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-postgres.a -lib/libgda-%%VERSION%%/providers/libgda-postgres.la -lib/libgda-%%VERSION%%/providers/libgda-postgres.so -libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc -share/libgda-%%VERSION%%/postgres_specs_add_column.xml -share/libgda-%%VERSION%%/postgres_specs_create_db.xml -share/libgda-%%VERSION%%/postgres_specs_create_index.xml -share/libgda-%%VERSION%%/postgres_specs_create_table.xml -share/libgda-%%VERSION%%/postgres_specs_drop_column.xml -share/libgda-%%VERSION%%/postgres_specs_drop_db.xml -share/libgda-%%VERSION%%/postgres_specs_drop_index.xml -share/libgda-%%VERSION%%/postgres_specs_drop_table.xml -share/libgda-%%VERSION%%/postgres_specs_dsn.xml -share/libgda-%%VERSION%%/postgres_specs_rename_table.xml diff --git a/databases/libgda3-reference/Makefile b/databases/libgda3-reference/Makefile deleted file mode 100644 index be165b834399..000000000000 --- a/databases/libgda3-reference/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTREVISION= 1 - -REFERENCE_SRC= ${WRKSRC}/doc/C - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/databases/libgda3-reference/pkg-descr b/databases/libgda3-reference/pkg-descr deleted file mode 100644 index ddf521d89e48..000000000000 --- a/databases/libgda3-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for databases/libgda3. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index e1b315de26fc..000000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3/Makefile,v 1.11 2008/03/01 02:35:38 mezz Exp $ - -PORTNAME= libgda3 -PORTVERSION?= 3.0.4 -PORTREVISION?= 2 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes -LIBGDA3_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt - -USE_AUTOTOOLS= libtool -USE_GCC= any -USES= gettext pkgconfig -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-bdb --without-sybase -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" -CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${LIBGDA3_SLAVE}=="no" -MAN1= gda-config-tool-3.0.1 -MAN5= gda-config-3.0.5 -.else -USE_GNOME+= libgda3 -.endif - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.if ${LIBGDA3_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA3_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA3_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA3_SLAVE}=="firebird" -LIB_DEPENDS+= libgds.so:${PORTSDIR}/databases/firebird20-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -.if ${LIBGDA3_SLAVE}=="freetds" -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -LIB_DEPENDS+= libtds.so:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-tds -.endif - -.if ${LIBGDA3_SLAVE}=="mdb" -LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA3_SLAVE}=="odbc" -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-odbc -.endif - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure -.for d in fts1.c fts1_porter.c fts1_tokenizer1.c - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ - ${WRKSRC}/providers/sqlite/sqlite-src/${d} -.endfor -.if ${LIBGDA3_SLAVE}!="no" -. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/|${LOCALBASE}/lib/|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index 7aca68c5d46c..000000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgda-3.0.4.tar.bz2) = 3f9d75e9bc50610bf6033863b79265c7c9c702323b918caf90eb3923f971da48 -SIZE (gnome2/libgda-3.0.4.tar.bz2) = 2908854 diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index 23dded5f5ca9..000000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-01-31 22:16:42.000000000 +0100 -+++ configure 2008-01-31 22:19:04.000000000 +0100 -@@ -24065,6 +24065,9 @@ echo "$as_me: WARNING: Postgres backend - elif test -f ${postgresdir}/include/postgresql/7.4/libpq-fe.h - then - POSTGRES_CFLAGS=-I${postgresdir}/include/7.4/postgresql -+ elif test -f ${postgresdir}/include/postgresql/server/server/c.h -+ then -+ POSTGRES_CFLAGS=-I${postgresdir}/include/postgresql - else - { echo "$as_me:$LINENO: WARNING: Postgres include files not found" >&5 - echo "$as_me: WARNING: Postgres include files not found" >&2;} diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr deleted file mode 100644 index 12eb57b5ed9b..000000000000 --- a/databases/libgda3/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist deleted file mode 100644 index 8a1b885efa00..000000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -bin/gda-author-dict-file-%%VERSION%% -bin/gda-config-tool-%%VERSION%% -bin/gda-diagnose-%%VERSION%% -bin/gda-inspect-dict-file-%%VERSION%% -bin/gda-list-config-%%VERSION%% -bin/gda-report-test-%%VERSION%% -bin/gda-run-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -etc/libgda-%%VERSION%%/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-detail.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-label.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pagefooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pageheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-repfield.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-report.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportfooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-sqlquery.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item.h -include/libgda-%%VERSION%%/libgda-report/gda-report-result.h -include/libgda-%%VERSION%%/libgda-report/gda-report-types.h -include/libgda-%%VERSION%%/libgda-report/gda-report-valid.h -include/libgda-%%VERSION%%/libgda-report/gda-report.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-client.h -include/libgda-%%VERSION%%/libgda/gda-column-index.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-command.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-filter-sql.h -include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-index.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model-query.h -include/libgda-%%VERSION%%/libgda/gda-data-model-row.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-dict-aggregate.h -include/libgda-%%VERSION%%/libgda/gda-dict-constraint.h -include/libgda-%%VERSION%%/libgda/gda-dict-database.h -include/libgda-%%VERSION%%/libgda/gda-dict-field.h -include/libgda-%%VERSION%%/libgda/gda-dict-function.h -include/libgda-%%VERSION%%/libgda/gda-dict-private.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-aggregates.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-functions.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-queries.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-types.h -include/libgda-%%VERSION%%/libgda/gda-dict-table.h -include/libgda-%%VERSION%%/libgda/gda-dict-type.h -include/libgda-%%VERSION%%/libgda/gda-dict.h -include/libgda-%%VERSION%%/libgda/gda-entity-field.h -include/libgda-%%VERSION%%/libgda/gda-entity.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-graphviz.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-object-ref.h -include/libgda-%%VERSION%%/libgda/gda-object.h -include/libgda-%%VERSION%%/libgda/gda-parameter-list.h -include/libgda-%%VERSION%%/libgda/gda-parameter-util.h -include/libgda-%%VERSION%%/libgda/gda-parameter.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-query-condition.h -include/libgda-%%VERSION%%/libgda/gda-query-field-agg.h -include/libgda-%%VERSION%%/libgda/gda-query-field-all.h -include/libgda-%%VERSION%%/libgda/gda-query-field-field.h -include/libgda-%%VERSION%%/libgda/gda-query-field-func.h -include/libgda-%%VERSION%%/libgda/gda-query-field-value.h -include/libgda-%%VERSION%%/libgda/gda-query-field.h -include/libgda-%%VERSION%%/libgda/gda-query-join.h -include/libgda-%%VERSION%%/libgda/gda-query-object.h -include/libgda-%%VERSION%%/libgda/gda-query-parsing.h -include/libgda-%%VERSION%%/libgda/gda-query-private.h -include/libgda-%%VERSION%%/libgda/gda-query-target.h -include/libgda-%%VERSION%%/libgda/gda-query.h -include/libgda-%%VERSION%%/libgda/gda-referer.h -include/libgda-%%VERSION%%/libgda/gda-renderer.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-threader.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xml-storage.h -include/libgda-%%VERSION%%/libgda/graph/gda-dict-reg-graphs.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-item.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-query.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libsql/sql_parser.h -include/libgda-%%VERSION%%/sql-delimiter/gda-sql-delimiter.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.3 -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.3 -lib/libgdasql-%%VERSION%%.a -lib/libgdasql-%%VERSION%%.la -lib/libgdasql-%%VERSION%%.so -lib/libgdasql-%%VERSION%%.so.3 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-dict.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -share/libgda-%%VERSION%%/sqlite_specs_add_column.xml -share/libgda-%%VERSION%%/sqlite_specs_create_db.xml -share/libgda-%%VERSION%%/sqlite_specs_create_index.xml -share/libgda-%%VERSION%%/sqlite_specs_create_table.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/libgda-%%VERSION%%/xml/gda-report-result.dtd -share/libgda-%%VERSION%%/xml/gda-report.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.xsl -share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo -@dirrm share/libgda-%%VERSION%%/xml -@dirrm share/libgda-%%VERSION%%/dtd -@dirrm share/libgda-%%VERSION%%/ -@dirrm lib/libgda-%%VERSION%%/providers -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/sql-delimiter -@dirrm include/libgda-%%VERSION%%/libsql -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda/graph -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%% -@dirrmtry etc/libgda-%%VERSION%% -@comment lib/libgda-%%VERSION%%/providers/ -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile deleted file mode 100644 index dd91e1232bfc..000000000000 --- a/databases/libgnomedb/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgnomedb/Makefile,v 1.32 2008/02/05 13:09:24 kwm Exp $ - -PORTNAME= libgnomedb -PORTVERSION= 3.0.0 -PORTREVISION?= 7 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Library components for the GNOME database frontend - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ - intlhack referencehack -USES= gettext gmake pkgconfig -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= libgnomedb-3.0.schemas - -PLIST_SUB= VERSION=${PORTVERSION:R} - -NO_STAGE= yes -.include <bsd.port.mk> -.endif diff --git a/databases/libgnomedb/distinfo b/databases/libgnomedb/distinfo deleted file mode 100644 index c5e5c76f78d1..000000000000 --- a/databases/libgnomedb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgnomedb-3.0.0.tar.bz2) = 51f79da270c3d45fae71df98f4de0f8a6512bff399b0026eaaa60c0d2424f3ef -SIZE (gnome2/libgnomedb-3.0.0.tar.bz2) = 4192722 diff --git a/databases/libgnomedb/pkg-descr b/databases/libgnomedb/pkg-descr deleted file mode 100644 index 0ef0c27be70c..000000000000 --- a/databases/libgnomedb/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libgnomedb is the library backend for universal database access for the GNOME -2.0 environment. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgnomedb/pkg-plist b/databases/libgnomedb/pkg-plist deleted file mode 100644 index 5bf09917d75d..000000000000 --- a/databases/libgnomedb/pkg-plist +++ /dev/null @@ -1,218 +0,0 @@ -bin/gnome-database-properties-%%VERSION%% -bin/gnome-db-browser -bin/gnome-db-demo -include/libgnomedb-%%VERSION%%/libgnomedb-extra/extra_marshal.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-dbms-update-viewer.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-error-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-error.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-extra-enum-types.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-gray-bar.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-report-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-selector-private.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/gnome-db-sql-console.h -include/libgnomedb-%%VERSION%%/libgnomedb-extra/libgnomedb-extra.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-cursor.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-db-relations.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-entity.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-field.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-fkconstraint.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-item.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-join.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-query-struct.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-text.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas-tip.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/gnome-db-canvas.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/graph-utility.h -include/libgnomedb-%%VERSION%%/libgnomedb-graph/libgnomedb-graph.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-boolean.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-info.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-data-cell-renderer-textual.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-boolean.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-common-time.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-date.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-none.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-shell.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-string.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-time.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-timestamp.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-entry-wrapper.h -include/libgnomedb-%%VERSION%%/libgnomedb/data-entries/gnome-db-format-entry.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-basic-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-combo.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-connection-properties.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-entry.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-import.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-source-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-store.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget-info.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-data-widget.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-decl.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-assistant.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-editor.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-dsn-spec.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-enum-types.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-enums.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-find-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-grid.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login-dialog.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-login.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-plugin.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-provider-selector.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-form.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-raw-grid.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-server-operation.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-stock.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-tools.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-transaction-status.h -include/libgnomedb-%%VERSION%%/libgnomedb/gnome-db-util.h -include/libgnomedb-%%VERSION%%/libgnomedb/libgnomedb.h -include/libgnomedb-%%VERSION%%/libgnomedb/marshal.h -lib/libglade/2.0/libgnomedb-%%VERSION%%.a -lib/libglade/2.0/libgnomedb-%%VERSION%%.la -lib/libglade/2.0/libgnomedb-%%VERSION%%.so -lib/libgnomedb-%%VERSION%%.a -lib/libgnomedb-%%VERSION%%.la -lib/libgnomedb-%%VERSION%%.so -lib/libgnomedb-%%VERSION%%.so.4 -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.a -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.la -lib/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.so -lib/libgnomedb_extra-%%VERSION%%.a -lib/libgnomedb_extra-%%VERSION%%.la -lib/libgnomedb_extra-%%VERSION%%.so -lib/libgnomedb_extra-%%VERSION%%.so.4 -lib/libgnomedb_graph-%%VERSION%%.a -lib/libgnomedb_graph-%%VERSION%%.la -lib/libgnomedb_graph-%%VERSION%%.so -lib/libgnomedb_graph-%%VERSION%%.so.4 -libdata/pkgconfig/libgnomedb-%%VERSION%%.pc -libdata/pkgconfig/libgnomedb-extra-%%VERSION%%.pc -libdata/pkgconfig/libgnomedb-graph-%%VERSION%%.pc -share/applications/database-properties-%%VERSION%%.desktop -share/gnome-db/demo/console.c -share/gnome-db/demo/ddl_queries.c -share/gnome-db/demo/demo_db.db -share/gnome-db/demo/demo_dict.xml -share/gnome-db/demo/form.c -share/gnome-db/demo/form_pict.c -share/gnome-db/demo/form_rw.c -share/gnome-db/demo/graph.c -share/gnome-db/demo/grid.c -share/gnome-db/demo/grid_pict.c -share/gnome-db/demo/grid_rw.c -share/gnome-db/demo/linked_grid_form.c -share/gnome-db/demo/linked_model_param.c -share/gnome-db/demo/selector.c -share/gnome-db/gnome-db-entry-filesel-spec.xml -share/gnome-db/gnome-db-entry-password.xml -share/gnome-db/gnome-db-entry-pict-spec.xml -share/gnome-db/gnome-db-entry-pict-spec_string.xml -share/gnome-db/gnome-db-entry-string-number.xml -share/gnome-db/gnome-db-entry-string-string.xml -share/gnome-db/import_encodings.xml -share/gnome-db/server_operation.glade -share/locale/ar/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomedb-%%VERSION%%.mo -share/omf/libgnomedb/libgnomedb-%%VERSION%%-C.omf -share/pixmaps/gnome-db.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-aggregates_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-aggregates_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-commit_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-connect_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-console_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-console_48x48.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-database_48x48.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-designer_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-disconnect_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-field_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-indexes_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-no-transaction_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-procedures_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-procedures_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-query_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-query_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-relations_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-relations_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-rollback_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sequences_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sequences_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sql_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-sql_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-table_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-tables_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-tables_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-triggers_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-types_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-types_24x24.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-views_16x16.png -share/pixmaps/libgnomedb-%%VERSION%%/gnome-db-within-transaction_24x24.png -@dirrm share/pixmaps/libgnomedb-%%VERSION%% -@dirrm share/omf/libgnomedb -@dirrm share/gnome-db/demo -@dirrm share/gnome-db -@dirrm lib/libgnomedb/plugins -@dirrm lib/libgnomedb -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb/data-entries -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb-graph -@dirrm include/libgnomedb-%%VERSION%%/libgnomedb-extra -@dirrm include/libgnomedb-%%VERSION%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile deleted file mode 100644 index fdfcdec9e010..000000000000 --- a/databases/mergeant/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/mergeant/Makefile,v 1.20 2008/02/05 13:30:46 kwm Exp $ - -PORTNAME= mergeant -PORTVERSION= 0.67 -PORTREVISION= 6 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide uniform access to data sources for the GNOME 2 environment - -USE_BZIP2= yes -USES= pathfix gettext gmake pkgconfig perl5 -USE_GNOME= gnomeprefix intlhack libgnomedb -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION -LDFLAGS+= -L${LOCALBASE}/lib - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/databases/mergeant/distinfo b/databases/mergeant/distinfo deleted file mode 100644 index bb1383eb1ece..000000000000 --- a/databases/mergeant/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/mergeant-0.67.tar.bz2) = 1673aa6336a011b37ef8daadab6f1e9d7548b2c46bc7f47446bb249fa2a3c9ca -SIZE (gnome2/mergeant-0.67.tar.bz2) = 1016777 diff --git a/databases/mergeant/pkg-descr b/databases/mergeant/pkg-descr deleted file mode 100644 index 7e19742611d2..000000000000 --- a/databases/mergeant/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -mergeant can be considered as an extension of the libgda project. - -Its aims are the same: to provide universal data source access for -client applications, as well as development tools and libraries -for doing so. mergeant; is an extension to libgda; because it adds -support to the architecture for the GNOME project. mergeant was formed -by merging components from gnome-db and gASQL. - -WWW: http://www.gnome-db.org/ diff --git a/databases/mergeant/pkg-plist b/databases/mergeant/pkg-plist deleted file mode 100644 index e82a712f0d63..000000000000 --- a/databases/mergeant/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/mergeant -libdata/bonobo/servers/GNOME_Mergeant.server -share/applications/mergeant.desktop -share/gnome/help/mergeant/C/topic.dat -share/icons/hicolor/48x48/mimetypes/application-x-mergeant.png -share/locale/am/LC_MESSAGES/mergeant.mo -share/locale/ar/LC_MESSAGES/mergeant.mo -share/locale/az/LC_MESSAGES/mergeant.mo -share/locale/ca/LC_MESSAGES/mergeant.mo -share/locale/cs/LC_MESSAGES/mergeant.mo -share/locale/da/LC_MESSAGES/mergeant.mo -share/locale/de/LC_MESSAGES/mergeant.mo -share/locale/dz/LC_MESSAGES/mergeant.mo -share/locale/el/LC_MESSAGES/mergeant.mo -share/locale/en_CA/LC_MESSAGES/mergeant.mo -share/locale/en_GB/LC_MESSAGES/mergeant.mo -share/locale/es/LC_MESSAGES/mergeant.mo -share/locale/eu/LC_MESSAGES/mergeant.mo -share/locale/fa/LC_MESSAGES/mergeant.mo -share/locale/fi/LC_MESSAGES/mergeant.mo -share/locale/fr/LC_MESSAGES/mergeant.mo -share/locale/gl/LC_MESSAGES/mergeant.mo -share/locale/hr/LC_MESSAGES/mergeant.mo -share/locale/it/LC_MESSAGES/mergeant.mo -share/locale/ja/LC_MESSAGES/mergeant.mo -share/locale/lt/LC_MESSAGES/mergeant.mo -share/locale/lv/LC_MESSAGES/mergeant.mo -share/locale/ml/LC_MESSAGES/mergeant.mo -share/locale/ms/LC_MESSAGES/mergeant.mo -share/locale/nb/LC_MESSAGES/mergeant.mo -share/locale/ne/LC_MESSAGES/mergeant.mo -share/locale/nl/LC_MESSAGES/mergeant.mo -share/locale/oc/LC_MESSAGES/mergeant.mo -share/locale/pl/LC_MESSAGES/mergeant.mo -share/locale/pt/LC_MESSAGES/mergeant.mo -share/locale/pt_BR/LC_MESSAGES/mergeant.mo -share/locale/ru/LC_MESSAGES/mergeant.mo -share/locale/rw/LC_MESSAGES/mergeant.mo -share/locale/sk/LC_MESSAGES/mergeant.mo -share/locale/sl/LC_MESSAGES/mergeant.mo -share/locale/sq/LC_MESSAGES/mergeant.mo -share/locale/sr/LC_MESSAGES/mergeant.mo -share/locale/sr@Latn/LC_MESSAGES/mergeant.mo -share/locale/sv/LC_MESSAGES/mergeant.mo -share/locale/tr/LC_MESSAGES/mergeant.mo -share/locale/uk/LC_MESSAGES/mergeant.mo -share/locale/vi/LC_MESSAGES/mergeant.mo -share/locale/zh_CN/LC_MESSAGES/mergeant.mo -share/locale/zh_HK/LC_MESSAGES/mergeant.mo -share/locale/zh_TW/LC_MESSAGES/mergeant.mo -share/mime/application/x-mergeant.xml -share/mime/packages/mergeant.xml -share/omf/mergeant/mergeant-C.omf -share/pixmaps/mergeant.png -share/pixmaps/mergeant/mergeant_connect.png -share/pixmaps/mergeant/mergeant_connect_small.png -share/pixmaps/mergeant/mergeant_disconnect.png -share/pixmaps/mergeant/mergeant_disconnect_small.png -share/pixmaps/mergeant/mergeant_foot.png -share/pixmaps/mergeant/mergeant_forms.png -share/pixmaps/mergeant/mergeant_queries.png -share/pixmaps/mergeant/mergeant_rels.png -share/pixmaps/mergeant/mergeant_rels_small.png -share/pixmaps/mergeant/mergeant_sequences.png -share/pixmaps/mergeant/mergeant_tables.png -share/pixmaps/mergeant/mg-extra-form.png -share/pixmaps/mergeant/mg-extra-grid.png -share/pixmaps/mergeant/query-view-query_16x16.png -share/pixmaps/mergeant/query-view-table_16x16.png -share/pixmaps/mergeant/query-view-view_16x16.png -@dirrm share/pixmaps/mergeant -@dirrm share/omf/mergeant -@dirrmtry share/local/zh_TW/LC_MESSAGES -@dirrmtry share/local/zh_TW -@dirrmtry share/local/zh_HK/LC_MESSAGES -@dirrmtry share/local/zh_HK -@dirrmtry share/local/zh_CN/LC_MESSAGES -@dirrmtry share/local/zh_CN -@dirrmtry share/local/uk/LC_MESSAGES -@dirrmtry share/local/uk -@dirrmtry share/local/sr/LC_MESSAGES -@dirrmtry share/local/sr -@dirrmtry share/local/sl/LC_MESSAGES -@dirrmtry share/local/sl -@dirrmtry share/local/sk/LC_MESSAGES -@dirrmtry share/local/sk -@dirrmtry share/local/rw/LC_MESSAGES -@dirrmtry share/local/rw -@dirrmtry share/local/pt/LC_MESSAGES -@dirrmtry share/local/pt -@dirrmtry share/local/pl/LC_MESSAGES -@dirrmtry share/local/pl -@dirrmtry share/local/oc/LC_MESSAGES -@dirrmtry share/local/oc -@dirrmtry share/local/ne/LC_MESSAGES -@dirrmtry share/local/ne -@dirrmtry share/local/gl/LC_MESSAGES -@dirrmtry share/local/gl -@dirrmtry share/local/fi/LC_MESSAGES -@dirrmtry share/local/fi -@dirrmtry share/local/el/LC_MESSAGES -@dirrmtry share/local/el -@dirrmtry share/local/dz/LC_MESSAGES -@dirrmtry share/local/dz -@dirrmtry share/local/cs/LC_MESSAGES -@dirrmtry share/local/cs -@dirrmtry share/local/ca/LC_MESSAGES -@dirrmtry share/local/ca -@dirrm share/gnome/help/mergeant/C/stylesheet-images -@dirrm share/gnome/help/mergeant/C/images -@dirrm share/gnome/help/mergeant/C -@dirrm share/gnome/help/mergeant -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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 |