diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-11 16:07:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-11 16:07:59 +0000 |
commit | e3bf748e077908798752548a3eedb16a54244f0d (patch) | |
tree | 41a11afb38fa4e0b4ad5d509482ae27a73e5e30f /databases | |
parent | 9fefb173c1ffdfc9143c80d50d41df2ea0103db5 (diff) | |
download | ports-e3bf748e077908798752548a3eedb16a54244f0d.tar.gz ports-e3bf748e077908798752548a3eedb16a54244f0d.zip |
Notes
Diffstat (limited to 'databases')
32 files changed, 541 insertions, 849 deletions
diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile index f0a1ace2ae14..496aa9c2bca9 100644 --- a/databases/gnomedb2/Makefile +++ b/databases/gnomedb2/Makefile @@ -1,42 +1,41 @@ -# New ports collection makefile for: gnomedb -# Date created: 19th June 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> +# New ports collection makefile for: gnomedb2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gnomedb -PORTVERSION= 0.2.96 -PORTREVISION= 1 +PORTNAME= gnomedb2 +PORTVERSION= 0.8.191 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-db +MASTER_SITE_SUBDIR= pre-gnome2/sources/gnome-db DISTNAME= gnome-db-${PORTVERSION} -DIST_SUBDIR= gnome +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda +LIB_DEPENDS= gnomedb-2.1:${PORTSDIR}/databases/libgnomedb USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOMECTRL= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --disable-gtk-doc +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-pthread -L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} +#PLIST_SUB= VERSION=${PORTVERSION} pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(GNOME_datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ - s|\$\(GNOME_datadir\)/locale|\$\(prefix\)/share/locale|g' + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \ + s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/databases/gnomedb2/distinfo b/databases/gnomedb2/distinfo index 4b083baf6226..6c3786829885 100644 --- a/databases/gnomedb2/distinfo +++ b/databases/gnomedb2/distinfo @@ -1 +1 @@ -MD5 (gnome/gnome-db-0.2.96.tar.bz2) = 718d3761ef96f83c02d34c16627d8579 +MD5 (gnome2/gnome-db-0.8.191.tar.bz2) = 30d9a7d2ff059719b8b5a482743c1cae diff --git a/databases/gnomedb2/files/patch-components::Makefile.in b/databases/gnomedb2/files/patch-components::Makefile.in deleted file mode 100644 index 2591b83787b6..000000000000 --- a/databases/gnomedb2/files/patch-components::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/Makefile.in 2002/01/22 13:14:51 1.1 -+++ components/Makefile.in 2002/01/22 13:15:50 -@@ -177,7 +177,7 @@ - - libdatabase_moniker_la_SOURCES = gnomedb-monikers-database.c gnomedb-monikers.h - --libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -+libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -module -avoid-version - - - oafdir = $(datadir)/oaf diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure index 8925b93fafb4..cbcb925bf41b 100644 --- a/databases/gnomedb2/files/patch-configure +++ b/databases/gnomedb2/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Mon Apr 15 15:30:28 2002 -+++ configure Wed May 1 11:51:50 2002 -@@ -5905,6 +5905,7 @@ +--- configure.orig Tue May 21 12:06:21 2002 ++++ configure Mon Jun 3 00:24:38 2002 +@@ -8082,6 +8082,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,21 +8,22 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8876,7 +8877,7 @@ +@@ -10568,8 +10569,7 @@ PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` - PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` +- + PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` - - - -@@ -8906,7 +8907,7 @@ - GNOMEDB_CFLAGS="`gda-config --cflags client` `gnome-config --cflags xml oaf bonobox print gdk_pixbuf`" - GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print gdk_pixbuf`" --GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\"" -+GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${prefix}/share/locale\\\"" +@@ -10589,7 +10589,7 @@ + + +-if test $perl_val == true; then ++if test $perl_val = true; then + WITH_PERL_TRUE= + WITH_PERL_FALSE='#' + else diff --git a/databases/gnomedb2/files/patch-doc::C::reference::Makefile.in b/databases/gnomedb2/files/patch-doc::C::reference::Makefile.in deleted file mode 100644 index b9c8dda0e901..000000000000 --- a/databases/gnomedb2/files/patch-doc::C::reference::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/Makefile.in 2002/05/01 08:49:53 1.1 -+++ doc/C/reference/Makefile.in 2002/05/01 08:50:40 -@@ -174,7 +174,7 @@ - - - DOC_MAIN_SGML_FILE = libgnomedb-reference.sgml --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/gnomedb - TARGET_DIR = $(DOC_DIR)/libgnomedb-reference - - DOC_DIR_INSTALL_FILES = libgnomedb.args libgnomedb.hierarchy libgnomedb.signals libgnomedb.types libgnomedb-decl.txt libgnomedb-sections.txt diff --git a/databases/gnomedb2/files/patch-idl::Makefile.in b/databases/gnomedb2/files/patch-idl::Makefile.in index da60a4cfbf63..6b6f9a249a7c 100644 --- a/databases/gnomedb2/files/patch-idl::Makefile.in +++ b/databases/gnomedb2/files/patch-idl::Makefile.in @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- idl/Makefile.in 2001/07/26 14:06:24 1.1 -+++ idl/Makefile.in 2001/07/26 14:06:37 -@@ -153,7 +153,7 @@ +--- idl/Makefile.in.orig Sun Jun 2 23:17:56 2002 ++++ idl/Makefile.in Sun Jun 2 23:17:42 2002 +@@ -137,7 +137,7 @@ EXTRA_DIST = $(IDL_FILES) diff --git a/databases/gnomedb2/files/patch-lib_Makefile.in b/databases/gnomedb2/files/patch-lib_Makefile.in new file mode 100644 index 000000000000..ad41b375b5a8 --- /dev/null +++ b/databases/gnomedb2/files/patch-lib_Makefile.in @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Mon Jun 3 00:45:03 2002 ++++ lib/Makefile.in Mon Jun 3 00:46:10 2002 +@@ -133,7 +133,7 @@ + + noinst_LTLIBRARIES = libgnomedbfe-2.la + +-INCLUDES = $(GNOMEDB_CFLAGS) -DGNOMEDB_PIXMAPDIR=\""$(datadir)/pixmaps/libgnomedb"\" -DGNOMEDB_DATADIR=\""$(datadir)"\" -DGNOMEDB_GLADEDIR=\""$(datadir)/share/gnome-db/glade"\" -DGNOMEDB_LOCALEDIR=\""$(datair)/locale"\" ++INCLUDES = $(GNOMEDB_CFLAGS) -DGNOMEDB_PIXMAPDIR=\""$(datadir)/pixmaps/libgnomedb"\" -DGNOMEDB_DATADIR=\""$(datadir)"\" -DGNOMEDB_GLADEDIR=\""$(datadir)/gnome-db/glade"\" -DGNOMEDB_LOCALEDIR=\""$(datair)/locale"\" + + + idlfiles = $(top_builddir)/idl/GNOME_Database_UI.idl diff --git a/databases/gnomedb2/files/patch-po::Makefile.in.in b/databases/gnomedb2/files/patch-po::Makefile.in.in deleted file mode 100644 index 490f48af9f3f..000000000000 --- a/databases/gnomedb2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- po/Makefile.in.in.orig Fri Jun 15 15:38:54 2001 -+++ po/Makefile.in.in Tue Jun 19 02:37:06 2001 -@@ -25,3 +25,3 @@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po diff --git a/databases/gnomedb2/pkg-comment b/databases/gnomedb2/pkg-comment index ce1aae1e6b38..e61986f6e753 100644 --- a/databases/gnomedb2/pkg-comment +++ b/databases/gnomedb2/pkg-comment @@ -1 +1 @@ -Provide uniform access to data sources for the GNOME environment +Provide uniform access to data sources for the GNOME 2.0 environment diff --git a/databases/gnomedb2/pkg-plist b/databases/gnomedb2/pkg-plist index 51f76bec637e..a1bc5818b40e 100644 --- a/databases/gnomedb2/pkg-plist +++ b/databases/gnomedb2/pkg-plist @@ -1,167 +1,49 @@ -bin/gnomedb-builder -bin/gnomedb-components -bin/gnomedb-config -bin/gnomedb-fe -bin/gnomedb-mgr -include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h -lib/bonobo/monikers/libdatabase_moniker.so -lib/libgnomedb.a -lib/libgnomedb.so -lib/libgnomedb.so.0 -share/doc/gnomedb/libgnomedb-decl.txt -share/doc/gnomedb/libgnomedb-sections.txt -share/doc/gnomedb/libgnomedb.args -share/doc/gnomedb/libgnomedb.hierarchy -share/doc/gnomedb/libgnomedb.types -share/gnome/apps/Applications/gnomedb-fe.desktop -share/gnome/help/gnome-db/C/comlib.html -share/gnome/help/gnome-db/C/components.html -share/gnome/help/gnome-db/C/fdl-appendix.sgml -share/gnome/help/gnome-db/C/fdl-section1.html -share/gnome/help/gnome-db/C/fdl-section10.html -share/gnome/help/gnome-db/C/fdl-section2.html -share/gnome/help/gnome-db/C/fdl-section3.html -share/gnome/help/gnome-db/C/fdl-section4.html -share/gnome/help/gnome-db/C/fdl-section5.html -share/gnome/help/gnome-db/C/fdl-section6.html -share/gnome/help/gnome-db/C/fdl-section7.html -share/gnome/help/gnome-db/C/fdl-section8.html -share/gnome/help/gnome-db/C/fdl-section9.html -share/gnome/help/gnome-db/C/fdl-using.html -share/gnome/help/gnome-db/C/fdl.html -share/gnome/help/gnome-db/C/fe.html -share/gnome/help/gnome-db/C/gnome-db.sgml -share/gnome/help/gnome-db/C/index.html -share/gnome/help/gnome-db/C/introduction.html -share/gnome/help/gnome-db/C/manager-config-components.html -share/gnome/help/gnome-db/C/manager.html +bin/gnome-db +bin/gnome-db-components +libdata/bonobo/servers/GNOME_Database_UIComponents.server +share/gnome/applications/gnome-db.desktop +share/gnome/gnome-2.0/ui/gnome-db-database.xml +share/gnome/gnome-2.0/ui/gnome-db-manager.xml +share/gnome/gnome-2.0/ui/gnome-db.xml +share/gnome/gnome-db/glade/connection-properties.glade share/gnome/help/gnome-db/C/topic.dat -share/gnome/help/gnome-db/C/widgetlib-overview.html -share/gnome/help/gnome-db/C/widgetlib.html -share/gnome/help/gnome-db/es/comlib.html -share/gnome/help/gnome-db/es/components.html -share/gnome/help/gnome-db/es/fe.html -share/gnome/help/gnome-db/es/gnome-db.html -share/gnome/help/gnome-db/es/gnome-db.sgml -share/gnome/help/gnome-db/es/index.html -share/gnome/help/gnome-db/es/introduction.html -share/gnome/help/gnome-db/es/manager-config-components.html -share/gnome/help/gnome-db/es/manager.html share/gnome/help/gnome-db/es/topic.dat -share/gnome/help/gnome-db/es/widgetlib-overview.html -share/gnome/help/gnome-db/es/widgetlib.html -share/gnome/help/gnome-db/it/comlib.html -share/gnome/help/gnome-db/it/components.html -share/gnome/help/gnome-db/it/fdl-appendix.sgml -share/gnome/help/gnome-db/it/fdl-section1.html -share/gnome/help/gnome-db/it/fdl-section10.html -share/gnome/help/gnome-db/it/fdl-section2.html -share/gnome/help/gnome-db/it/fdl-section3.html -share/gnome/help/gnome-db/it/fdl-section4.html -share/gnome/help/gnome-db/it/fdl-section5.html -share/gnome/help/gnome-db/it/fdl-section6.html -share/gnome/help/gnome-db/it/fdl-section7.html -share/gnome/help/gnome-db/it/fdl-section8.html -share/gnome/help/gnome-db/it/fdl-section9.html -share/gnome/help/gnome-db/it/fdl-using.html -share/gnome/help/gnome-db/it/fdl.html -share/gnome/help/gnome-db/it/fe.html -share/gnome/help/gnome-db/it/gnome-db.sgml -share/gnome/help/gnome-db/it/index.html -share/gnome/help/gnome-db/it/introduction.html -share/gnome/help/gnome-db/it/manager-config-components.html -share/gnome/help/gnome-db/it/manager.html share/gnome/help/gnome-db/it/topic.dat -share/gnome/help/gnome-db/it/widgetlib-overview.html -share/gnome/help/gnome-db/it/widgetlib.html -share/gnome/help/gnome-db/pt_BR/comlib.html -share/gnome/help/gnome-db/pt_BR/components.html -share/gnome/help/gnome-db/pt_BR/fe.html -share/gnome/help/gnome-db/pt_BR/gnome-db.sgml -share/gnome/help/gnome-db/pt_BR/index.html -share/gnome/help/gnome-db/pt_BR/introduction.html -share/gnome/help/gnome-db/pt_BR/manager-config-components.html -share/gnome/help/gnome-db/pt_BR/manager.html share/gnome/help/gnome-db/pt_BR/topic.dat -share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html -share/gnome/help/gnome-db/pt_BR/widgetlib.html share/gnome/idl/GNOME_Database_UI.idl -share/gnome/oaf/GNOME_DB_Builder.oaf -share/gnome/oaf/GNOME_DB_ComponentFactory.oaf -share/gnome/oaf/GNOME_DB_Connection.oaf -share/gnome/oaf/GNOME_DB_Designer.oaf -share/gnome/oaf/GNOME_DB_Export.oaf -share/gnome/oaf/GNOME_DB_Log.oaf -share/gnome/oaf/GNOME_DB_Manager.oaf -share/gnome/oaf/GNOME_DB_Monikers.oaf -share/gnome/omf/gnome-db/gnome-db-C.omf -share/gnome/omf/gnome-db/gnome-db-es.omf -share/gnome/omf/gnome-db/gnome-db-it.omf -share/gnome/omf/gnome-db/gnome-db-pt_BR.omf -share/gnome/pixmaps/gnome-db.png -share/gnome/ui/gnomedb-com-connection.xml -share/gnome/ui/gnomedb-com-designer.xml -share/gnome/ui/gnomedb-com-log.xml -share/gnome/ui/gnomedb-fe.xml -share/gnome/ui/gnomedb-manager.xml -share/locale/az/LC_MESSAGES/gnome-db.mo -share/locale/ca/LC_MESSAGES/gnome-db.mo -share/locale/da/LC_MESSAGES/gnome-db.mo -share/locale/de/LC_MESSAGES/gnome-db.mo -share/locale/el/LC_MESSAGES/gnome-db.mo -share/locale/es/LC_MESSAGES/gnome-db.mo -share/locale/fi/LC_MESSAGES/gnome-db.mo -share/locale/fr/LC_MESSAGES/gnome-db.mo -share/locale/ga/LC_MESSAGES/gnome-db.mo -share/locale/gl/LC_MESSAGES/gnome-db.mo -share/locale/hu/LC_MESSAGES/gnome-db.mo -share/locale/it/LC_MESSAGES/gnome-db.mo -share/locale/ja/LC_MESSAGES/gnome-db.mo -share/locale/ko/LC_MESSAGES/gnome-db.mo -share/locale/nl/LC_MESSAGES/gnome-db.mo -share/locale/nn/LC_MESSAGES/gnome-db.mo -share/locale/no/LC_MESSAGES/gnome-db.mo -share/locale/pl/LC_MESSAGES/gnome-db.mo -share/locale/pt/LC_MESSAGES/gnome-db.mo -share/locale/pt_BR/LC_MESSAGES/gnome-db.mo -share/locale/ru/LC_MESSAGES/gnome-db.mo -share/locale/sk/LC_MESSAGES/gnome-db.mo -share/locale/sl/LC_MESSAGES/gnome-db.mo -share/locale/sv/LC_MESSAGES/gnome-db.mo -share/locale/tr/LC_MESSAGES/gnome-db.mo -share/locale/uk/LC_MESSAGES/gnome-db.mo -share/locale/zh_TW/LC_MESSAGES/gnome-db.mo -@dirrm share/gnome/omf/gnome-db +share/locale/az/LC_MESSAGES/gnomedb-2.mo +share/locale/ca/LC_MESSAGES/gnomedb-2.mo +share/locale/da/LC_MESSAGES/gnomedb-2.mo +share/locale/de/LC_MESSAGES/gnomedb-2.mo +share/locale/el/LC_MESSAGES/gnomedb-2.mo +share/locale/es/LC_MESSAGES/gnomedb-2.mo +share/locale/fi/LC_MESSAGES/gnomedb-2.mo +share/locale/fr/LC_MESSAGES/gnomedb-2.mo +share/locale/ga/LC_MESSAGES/gnomedb-2.mo +share/locale/gl/LC_MESSAGES/gnomedb-2.mo +share/locale/hu/LC_MESSAGES/gnomedb-2.mo +share/locale/it/LC_MESSAGES/gnomedb-2.mo +share/locale/ja/LC_MESSAGES/gnomedb-2.mo +share/locale/ko/LC_MESSAGES/gnomedb-2.mo +share/locale/lv/LC_MESSAGES/gnomedb-2.mo +share/locale/ms/LC_MESSAGES/gnomedb-2.mo +share/locale/nl/LC_MESSAGES/gnomedb-2.mo +share/locale/nn/LC_MESSAGES/gnomedb-2.mo +share/locale/no/LC_MESSAGES/gnomedb-2.mo +share/locale/pl/LC_MESSAGES/gnomedb-2.mo +share/locale/pt/LC_MESSAGES/gnomedb-2.mo +share/locale/pt_BR/LC_MESSAGES/gnomedb-2.mo +share/locale/ro/LC_MESSAGES/gnomedb-2.mo +share/locale/ru/LC_MESSAGES/gnomedb-2.mo +share/locale/sk/LC_MESSAGES/gnomedb-2.mo +share/locale/sl/LC_MESSAGES/gnomedb-2.mo +share/locale/sv/LC_MESSAGES/gnomedb-2.mo +share/locale/ta/LC_MESSAGES/gnomedb-2.mo +share/locale/tr/LC_MESSAGES/gnomedb-2.mo +share/locale/uk/LC_MESSAGES/gnomedb-2.mo +share/locale/vi/LC_MESSAGES/gnomedb-2.mo +share/locale/zh_CN/LC_MESSAGES/gnomedb-2.mo +share/locale/zh_TW/LC_MESSAGES/gnomedb-2.mo @dirrm share/gnome/help/gnome-db/pt_BR/images @dirrm share/gnome/help/gnome-db/pt_BR @dirrm share/gnome/help/gnome-db/it/images @@ -171,7 +53,5 @@ share/locale/zh_TW/LC_MESSAGES/gnome-db.mo @dirrm share/gnome/help/gnome-db/C/images @dirrm share/gnome/help/gnome-db/C @dirrm share/gnome/help/gnome-db -@dirrm share/gnome/apps/Applications -@dirrm share/doc/gnomedb -@dirrm include/libgnomedb-%%VERSION%%/gnome-db -@dirrm include/libgnomedb-%%VERSION%% +@dirrm share/gnome/gnome-db/glade +@dirrm share/gnome/gnome-db diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 0fb8c4353fdf..31cd76e74c00 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -1,41 +1,65 @@ -# New ports collection makefile for: libgda -# Date created: 8th March 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= libgda -PORTVERSION= 0.2.96 -PORTREVISION= 1 +PORTNAME= libgda2 +PORTVERSION= 0.8.191 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} -DIST_SUBDIR= gnome +MASTER_SITE_SUBDIR= pre-gnome2/sources/libgda +DISTNAME= libgda-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - bonobo.2:${PORTSDIR}/devel/bonobo +LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ + xslt.1:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-gtk-doc +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} + +.if defined(WITH_MYSQL) +LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} +PLIST_SUB= MYSQL="" +.else +PLIST_SUB= MYSQL="@comment " +.endif + +.if defined(WITH_POSTGRES) +LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgres7 +CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} +PLIST_SUB+= POSTGRES="" +.else +PLIST_SUB+= POSTGRES="@comment " +.endif + +pre-extract: +.if !defined(WITH_MYSQL) + @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." +.endif +.if !defined(WITH_POSTGRES) + @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." +.endif pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|share/idl|share/gnome/idl|g ; \ + s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo index 6859d9c1a83f..bddbb8f393a8 100644 --- a/databases/libgda2/distinfo +++ b/databases/libgda2/distinfo @@ -1 +1 @@ -MD5 (gnome/libgda-0.2.96.tar.bz2) = f9975f05dfb2144e5470b792f2319987 +MD5 (gnome2/libgda-0.8.191.tar.bz2) = fc8d35ef19fe7c8b7a4261d5a20800b8 diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa index 8f9cc8fb43a8..6892fe3f329b 100644 --- a/databases/libgda2/files/patch-aa +++ b/databases/libgda2/files/patch-aa @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- Makefile.in.orig Wed Nov 21 10:29:52 2001 -+++ Makefile.in Wed Nov 21 10:30:19 2001 -@@ -158,7 +158,7 @@ - YACC = @YACC@ - l = @l@ +--- Makefile.in.orig Sun Jun 2 22:13:42 2002 ++++ Makefile.in Sun Jun 2 22:13:50 2002 +@@ -149,7 +149,7 @@ + WARN_CFLAGS = @WARN_CFLAGS@ + cxxflags_set = @cxxflags_set@ --SUBDIRS = po intl macros idl lib bindings providers tools testing doc -+SUBDIRS = po intl macros idl lib bindings providers tools doc +-SUBDIRS = po idl libgda providers report tools testing data doc ++SUBDIRS = po idl libgda providers report tools data doc - EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in + EXTRA_DIST = COPYING libgda.spec.in libgda.pc.in intltool-extract.in intltool-merge.in intltool-update.in diff --git a/databases/libgda2/files/patch-configure b/databases/libgda2/files/patch-configure index 948849e89223..d744b24f81e8 100644 --- a/databases/libgda2/files/patch-configure +++ b/databases/libgda2/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/05/01 08:18:05 1.1 -+++ configure 2002/05/01 08:19:03 -@@ -5785,6 +5785,7 @@ +--- configure.orig Sun Jun 2 22:12:29 2002 ++++ configure Sun Jun 2 22:13:06 2002 +@@ -8429,6 +8429,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" diff --git a/databases/libgda2/files/patch-doc::C::reference::libgda-client::Makefile.in b/databases/libgda2/files/patch-doc::C::reference::libgda-client::Makefile.in deleted file mode 100644 index 463f043f902c..000000000000 --- a/databases/libgda2/files/patch-doc::C::reference::libgda-client::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/libgda-client/Makefile.in 2002/05/01 08:16:31 1.1 -+++ doc/C/reference/libgda-client/Makefile.in 2002/05/01 08:17:40 -@@ -171,7 +171,7 @@ - LDFLAGS = " $(GDA_CLIENT_LIBS) $(top_builddir)/lib/gda-common/.libs/libgda-common.so $(top_builddir)/lib/gda-client/.libs/libgda-client.a " - - --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/libgda - - DOC_DIR_INSTALL_FILES = libgda-client.args libgda-client.hierarchy libgda-client.signals libgda-client.types libgda-client-decl.txt libgda-client-sections.txt - diff --git a/databases/libgda2/files/patch-doc::C::reference::libgda-common::Makefile.in b/databases/libgda2/files/patch-doc::C::reference::libgda-common::Makefile.in deleted file mode 100644 index 25b6b1ddc2e5..000000000000 --- a/databases/libgda2/files/patch-doc::C::reference::libgda-common::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/libgda-common/Makefile.in 2002/05/01 08:16:31 1.1 -+++ doc/C/reference/libgda-common/Makefile.in 2002/05/01 08:17:35 -@@ -171,7 +171,7 @@ - LDFLAGS = " $(GDA_CLIENT_LIBS) $(top_builddir)/lib/gda-common/.libs/libgda-common.a " - - --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/libgda - - DOC_DIR_INSTALL_FILES = libgda-common.args libgda-common.hierarchy libgda-common.signals libgda-common.types libgda-common-decl.txt libgda-common-sections.txt - diff --git a/databases/libgda2/files/patch-doc_C_Makefile.in b/databases/libgda2/files/patch-doc_C_Makefile.in new file mode 100644 index 000000000000..718a4a1ebe6f --- /dev/null +++ b/databases/libgda2/files/patch-doc_C_Makefile.in @@ -0,0 +1,11 @@ +--- doc/C/Makefile.in.orig Sun Jun 2 22:17:05 2002 ++++ doc/C/Makefile.in Sun Jun 2 22:17:27 2002 +@@ -152,7 +152,7 @@ + cxxflags_set = @cxxflags_set@ + + DOC_MODULE = libgda +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(prefix)/share/doc + + # The top-level SGML file. Change it if you want. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml 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 3f425ffda3af..000000000000 --- a/databases/libgda2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- po/Makefile.in.in.orig Wed Jun 13 15:55:50 2001 -+++ po/Makefile.in.in Tue Jun 19 01:14:13 2001 -@@ -25,3 +25,3 @@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po diff --git a/databases/libgda2/files/patch-tools::gda-buildserver.in b/databases/libgda2/files/patch-tools::gda-buildserver.in deleted file mode 100644 index fa75e2dcc31f..000000000000 --- a/databases/libgda2/files/patch-tools::gda-buildserver.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/gda-buildserver.in 2001/08/06 08:16:41 1.1 -+++ tools/gda-buildserver.in 2001/08/06 08:16:54 -@@ -7,7 +7,7 @@ - CC=@CC@ - shell=@shell@ - --TEMPLATES_DIR="${prefix}/share/gda/templates" -+TEMPLATES_DIR="${prefix}/share/gnome/gda/templates" - TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c" - TMPL_H_FILES="gda-srv.h" - diff --git a/databases/libgda2/files/patch-tools::templates::Makefile.in b/databases/libgda2/files/patch-tools::templates::Makefile.in deleted file mode 100644 index 2ca62bfb551d..000000000000 --- a/databases/libgda2/files/patch-tools::templates::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/templates/Makefile.in 2001/08/06 08:15:18 1.1 -+++ tools/templates/Makefile.in 2001/08/06 08:15:53 -@@ -148,7 +148,7 @@ - - EXTRA_DIST = $(TEMPLATE_FILES) - --gdatemplatesdir = $(prefix)/share/gda/templates -+gdatemplatesdir = $(prefix)/share/gnome/gda/templates - gdatemplates_DATA = $(TEMPLATE_FILES) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h diff --git a/databases/libgda2/pkg-plist b/databases/libgda2/pkg-plist index 60028e4563a1..6d25a2f2df14 100644 --- a/databases/libgda2/pkg-plist +++ b/databases/libgda2/pkg-plist @@ -1,212 +1,167 @@ -bin/gda-buildclient -bin/gda-buildserver -bin/gda-config -bin/gda-default-srv bin/gda-run -include/libgda-%%VERSION%%/gda++/gdaBatch.h -include/libgda-%%VERSION%%/gda++/gdaCommand.h -include/libgda-%%VERSION%%/gda++/gdaConnection.h -include/libgda-%%VERSION%%/gda++/gdaError.h -include/libgda-%%VERSION%%/gda++/gdaErrorList.h -include/libgda-%%VERSION%%/gda++/gdaField.h -include/libgda-%%VERSION%%/gda++/gdaHelpers.h -include/libgda-%%VERSION%%/gda++/gdaIncludes.h -include/libgda-%%VERSION%%/gda++/gdaRecordset.h -include/libgda-%%VERSION%%/gda++/gdaValue.h -include/libgda-%%VERSION%%/gda/GDA.h -include/libgda-%%VERSION%%/gda/gda-batch.h -include/libgda-%%VERSION%%/gda/gda-client.h -include/libgda-%%VERSION%%/gda/gda-command.h -include/libgda-%%VERSION%%/gda/gda-common-defs.h -include/libgda-%%VERSION%%/gda/gda-common.h -include/libgda-%%VERSION%%/gda/gda-config.h -include/libgda-%%VERSION%%/gda/gda-connection-pool.h -include/libgda-%%VERSION%%/gda/gda-connection.h -include/libgda-%%VERSION%%/gda/gda-corba.h -include/libgda-%%VERSION%%/gda/gda-error.h -include/libgda-%%VERSION%%/gda/gda-export.h -include/libgda-%%VERSION%%/gda/gda-field.h -include/libgda-%%VERSION%%/gda/gda-listener.h -include/libgda-%%VERSION%%/gda/gda-log.h -include/libgda-%%VERSION%%/gda/gda-quark-list.h -include/libgda-%%VERSION%%/gda/gda-recordset.h -include/libgda-%%VERSION%%/gda/gda-server-command.h -include/libgda-%%VERSION%%/gda/gda-server-connection.h -include/libgda-%%VERSION%%/gda/gda-server-error.h -include/libgda-%%VERSION%%/gda/gda-server-field.h -include/libgda-%%VERSION%%/gda/gda-server-recordset.h -include/libgda-%%VERSION%%/gda/gda-server.h -include/libgda-%%VERSION%%/gda/gda-thread.h -include/libgda-%%VERSION%%/gda/gda-util.h -include/libgda-%%VERSION%%/gda/gda-value.h -include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h -include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h -include/libgda-%%VERSION%%/gda/gda-xml-database.h -include/libgda-%%VERSION%%/gda/gda-xml-document.h -include/libgda-%%VERSION%%/gda/gda-xml-item.h -include/libgda-%%VERSION%%/gda/gda-xml-list-item.h -include/libgda-%%VERSION%%/gda/gda-xml-util.h -lib/libgda-client.a -lib/libgda-client.so -lib/libgda-client.so.0 -lib/libgda-clientcpp.a -lib/libgda-clientcpp.so -lib/libgda-clientcpp.so.0 -lib/libgda-common.a -lib/libgda-common.so -lib/libgda-common.so.0 -lib/libgda-server.a -lib/libgda-server.so -lib/libgda-server.so.0 -share/doc/libgda/libgda-client-decl.txt -share/doc/libgda/libgda-client-sections.txt -share/doc/libgda/libgda-client.args -share/doc/libgda/libgda-client.hierarchy -share/doc/libgda/libgda-client.signals -share/doc/libgda/libgda-client.types -share/doc/libgda/libgda-common-decl.txt -share/doc/libgda/libgda-common-sections.txt -share/doc/libgda/libgda-common.args -share/doc/libgda/libgda-common.hierarchy -share/doc/libgda/libgda-common.signals -share/doc/libgda/libgda-common.types -share/gnome/gda/templates/gda-srv-command.c.tmpl -share/gnome/gda/templates/gda-srv-connection.c.tmpl -share/gnome/gda/templates/gda-srv-recordset.c.tmpl -share/gnome/gda/templates/gda-srv.h.tmpl -share/gnome/gda/templates/main-srv.c.tmpl -share/gnome/help/libgda/C/architecture.html -share/gnome/help/libgda/C/clients-building-corba.html -share/gnome/help/libgda/C/clients-building.html -share/gnome/help/libgda/C/clients.html -share/gnome/help/libgda/C/fdl-section1.html -share/gnome/help/libgda/C/fdl-section10.html -share/gnome/help/libgda/C/fdl-section2.html -share/gnome/help/libgda/C/fdl-section3.html -share/gnome/help/libgda/C/fdl-section4.html -share/gnome/help/libgda/C/fdl-section5.html -share/gnome/help/libgda/C/fdl-section6.html -share/gnome/help/libgda/C/fdl-section7.html -share/gnome/help/libgda/C/fdl-section8.html -share/gnome/help/libgda/C/fdl-section9.html -share/gnome/help/libgda/C/fdl-using.html -share/gnome/help/libgda/C/fdl.html -share/gnome/help/libgda/C/gda-client-batch.html -share/gnome/help/libgda/C/gda-client-meta.html -share/gnome/help/libgda/C/gda-client-objects.html -share/gnome/help/libgda/C/gda-client-types.html -share/gnome/help/libgda/C/gda-client.html -share/gnome/help/libgda/C/gda-common-logs.html -share/gnome/help/libgda/C/gda-common-xml-databases.html -share/gnome/help/libgda/C/gda-common-xml-queries.html -share/gnome/help/libgda/C/gda-common.html -share/gnome/help/libgda/C/index.html -share/gnome/help/libgda/C/installation-configuring.html -share/gnome/help/libgda/C/installation-installing.html -share/gnome/help/libgda/C/installation.html -share/gnome/help/libgda/C/introduction.html -share/gnome/help/libgda/C/libgda.html -share/gnome/help/libgda/C/providers-actual-implementation.html -share/gnome/help/libgda/C/providers-examples.html -share/gnome/help/libgda/C/providers-implementation.html -share/gnome/help/libgda/C/providers.html -share/gnome/help/libgda/C/reports.html -share/gnome/help/libgda/C/topic.dat -share/gnome/help/libgda/es/architecture.html -share/gnome/help/libgda/es/clients-building-corba.html -share/gnome/help/libgda/es/clients-building.html -share/gnome/help/libgda/es/clients.html -share/gnome/help/libgda/es/gda-client-batch.html -share/gnome/help/libgda/es/gda-client-meta.html -share/gnome/help/libgda/es/gda-client-objects.html -share/gnome/help/libgda/es/gda-client-types.html -share/gnome/help/libgda/es/gda-client.html -share/gnome/help/libgda/es/gda-common-logs.html -share/gnome/help/libgda/es/gda-common-xml-databases.html -share/gnome/help/libgda/es/gda-common-xml-queries.html -share/gnome/help/libgda/es/gda-common.html -share/gnome/help/libgda/es/index.html -share/gnome/help/libgda/es/installation-configuring.html -share/gnome/help/libgda/es/installation-installing.html -share/gnome/help/libgda/es/installation.html -share/gnome/help/libgda/es/introduction.html -share/gnome/help/libgda/es/libgda.html -share/gnome/help/libgda/es/providers-actual-implementation.html -share/gnome/help/libgda/es/providers-examples.html -share/gnome/help/libgda/es/providers-implementation.html -share/gnome/help/libgda/es/providers.html -share/gnome/help/libgda/es/reports.html -share/gnome/help/libgda/es/topic.dat -share/gnome/help/libgda/pt_BR/architecture.html -share/gnome/help/libgda/pt_BR/c162.html -share/gnome/help/libgda/pt_BR/c182.html -share/gnome/help/libgda/pt_BR/c323.html -share/gnome/help/libgda/pt_BR/c350.html -share/gnome/help/libgda/pt_BR/clients-building-corba.html -share/gnome/help/libgda/pt_BR/clients-building.html -share/gnome/help/libgda/pt_BR/gda-client-batch.html -share/gnome/help/libgda/pt_BR/gda-client-meta.html -share/gnome/help/libgda/pt_BR/gda-client-objects.html -share/gnome/help/libgda/pt_BR/gda-client-types.html -share/gnome/help/libgda/pt_BR/gda-common-logs.html -share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html -share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html -share/gnome/help/libgda/pt_BR/index.html -share/gnome/help/libgda/pt_BR/installation-configuring.html -share/gnome/help/libgda/pt_BR/installation-installing.html -share/gnome/help/libgda/pt_BR/installation.html -share/gnome/help/libgda/pt_BR/introduction.html -share/gnome/help/libgda/pt_BR/libgda.html -share/gnome/help/libgda/pt_BR/providers-actual-implementation.html -share/gnome/help/libgda/pt_BR/providers-examples.html -share/gnome/help/libgda/pt_BR/providers-implementation.html -share/gnome/help/libgda/pt_BR/topic.dat -share/gnome/idl/GDA.idl -share/gnome/idl/GDA_Command.idl -share/gnome/idl/GDA_Connection.idl -share/gnome/idl/GDA_Error.idl -share/gnome/idl/GDA_Field.idl -share/gnome/idl/GDA_Listener.idl -share/gnome/idl/GDA_Parameter.idl -share/gnome/idl/GDA_Recordset.idl -share/gnome/oaf/GNOME_GDA_Provider_Default.oaf -share/gnome/omf/libgda/libgda-C.omf -share/gnome/omf/libgda/libgda-es.omf -share/gnome/omf/libgda/libgda-pt_BR.omf -share/locale/ca/LC_MESSAGES/libgda.mo -share/locale/da/LC_MESSAGES/libgda.mo -share/locale/de/LC_MESSAGES/libgda.mo -share/locale/el/LC_MESSAGES/libgda.mo -share/locale/es/LC_MESSAGES/libgda.mo -share/locale/fi/LC_MESSAGES/libgda.mo -share/locale/fr/LC_MESSAGES/libgda.mo -share/locale/ga/LC_MESSAGES/libgda.mo -share/locale/gl/LC_MESSAGES/libgda.mo -share/locale/hu/LC_MESSAGES/libgda.mo -share/locale/it/LC_MESSAGES/libgda.mo -share/locale/ja/LC_MESSAGES/libgda.mo -share/locale/nl/LC_MESSAGES/libgda.mo -share/locale/nn/LC_MESSAGES/libgda.mo -share/locale/no/LC_MESSAGES/libgda.mo -share/locale/pl/LC_MESSAGES/libgda.mo -share/locale/pt/LC_MESSAGES/libgda.mo -share/locale/pt_BR/LC_MESSAGES/libgda.mo -share/locale/ru/LC_MESSAGES/libgda.mo -share/locale/sk/LC_MESSAGES/libgda.mo -share/locale/sl/LC_MESSAGES/libgda.mo -share/locale/sv/LC_MESSAGES/libgda.mo -share/locale/uk/LC_MESSAGES/libgda.mo -@dirrm share/gnome/omf/libgda -@dirrm share/gnome/help/libgda/pt_BR/images -@dirrm share/gnome/help/libgda/pt_BR -@dirrm share/gnome/help/libgda/es/images -@dirrm share/gnome/help/libgda/es -@dirrm share/gnome/help/libgda/C/images -@dirrm share/gnome/help/libgda/C -@dirrm share/gnome/help/libgda -@dirrm share/gnome/gda/templates -@dirrm share/gnome/gda +etc/libgda/config +include/libgda-report/gda-report-document.h +include/libgda-report/gda-report.h +include/libgda/gda-client.h +include/libgda/gda-command.h +include/libgda/gda-config.h +include/libgda/gda-connection.h +include/libgda/gda-data-model-array.h +include/libgda/gda-data-model-hash.h +include/libgda/gda-data-model-list.h +include/libgda/gda-data-model.h +include/libgda/gda-error.h +include/libgda/gda-export.h +include/libgda/gda-field.h +include/libgda/gda-log.h +include/libgda/gda-marshal.h +include/libgda/gda-parameter.h +include/libgda/gda-quark-list.h +include/libgda/gda-row.h +include/libgda/gda-select.h +include/libgda/gda-server-provider.h +include/libgda/gda-table.h +include/libgda/gda-util.h +include/libgda/gda-value.h +include/libgda/gda-xml-connection.h +include/libgda/gda-xml-database.h +include/libgda/gda-xml-document.h +include/libgda/gda-xql-atom.h +include/libgda/gda-xql-bin.h +include/libgda/gda-xql-column.h +include/libgda/gda-xql-const.h +include/libgda/gda-xql-delete.h +include/libgda/gda-xql-dml.h +include/libgda/gda-xql-dual.h +include/libgda/gda-xql-field.h +include/libgda/gda-xql-func.h +include/libgda/gda-xql-insert.h +include/libgda/gda-xql-item.h +include/libgda/gda-xql-join.h +include/libgda/gda-xql-list.h +include/libgda/gda-xql-query.h +include/libgda/gda-xql-select.h +include/libgda/gda-xql-stack.h +include/libgda/gda-xql-target.h +include/libgda/gda-xql-update.h +include/libgda/gda-xql-utils.h +include/libgda/gda-xql-value.h +include/libgda/gda-xql-valueref.h +include/libgda/libgda.h +lib/libgda-2.a +lib/libgda-2.so +lib/libgda-2.so.1 +lib/libgda-report-2.a +lib/libgda-report-2.so +lib/libgda-report-2.so.1 +lib/libgda/providers/libgda-default.so +%%MYSQL%%lib/libgda/providers/libgda-mysql.so +%%POSTGRES%%lib/libgda/providers/libgda-postgres.so +libdata/pkgconfig/libgda.pc +share/doc/libgda/architecture.html +share/doc/libgda/fdl-section1.html +share/doc/libgda/fdl-section10.html +share/doc/libgda/fdl-section2.html +share/doc/libgda/fdl-section3.html +share/doc/libgda/fdl-section4.html +share/doc/libgda/fdl-section5.html +share/doc/libgda/fdl-section6.html +share/doc/libgda/fdl-section7.html +share/doc/libgda/fdl-section8.html +share/doc/libgda/fdl-section9.html +share/doc/libgda/fdl-using.html +share/doc/libgda/fdl.html +share/doc/libgda/index.html +share/doc/libgda/index.sgml +share/doc/libgda/installation-configuring.html +share/doc/libgda/installation-installing.html +share/doc/libgda/installation.html +share/doc/libgda/introduction.html +share/doc/libgda/libgda-api.html +share/doc/libgda/libgda-gda-command.html +share/doc/libgda/libgda-gda-config.html +share/doc/libgda/libgda-gda-field.html +share/doc/libgda/libgda-gda-log.html +share/doc/libgda/libgda-gda-parameter.html +share/doc/libgda/libgda-gda-quark-list.html +share/doc/libgda/libgda-gda-row.html +share/doc/libgda/libgda-gda-util.html +share/doc/libgda/libgda-gda-value.html +share/doc/libgda/libgda-gda-xql-utils.html +share/doc/libgda/libgda-gdabatch.html +share/doc/libgda/libgda-gdaclient.html +share/doc/libgda/libgda-gdaconnection.html +share/doc/libgda/libgda-gdadatamodel.html +share/doc/libgda/libgda-gdadatamodelarray.html +share/doc/libgda/libgda-gdadatamodelhash.html +share/doc/libgda/libgda-gdadatamodellist.html +share/doc/libgda/libgda-gdaerror.html +share/doc/libgda/libgda-gdaexport.html +share/doc/libgda/libgda-gdareportdocument.html +share/doc/libgda/libgda-gdaselect.html +share/doc/libgda/libgda-gdaserverprovider.html +share/doc/libgda/libgda-gdatable.html +share/doc/libgda/libgda-gdaxmlconnection.html +share/doc/libgda/libgda-gdaxmldatabase.html +share/doc/libgda/libgda-gdaxmldocument.html +share/doc/libgda/libgda-gdaxqlatom.html +share/doc/libgda/libgda-gdaxqlbin.html +share/doc/libgda/libgda-gdaxqlcolumn.html +share/doc/libgda/libgda-gdaxqlconst.html +share/doc/libgda/libgda-gdaxqldelete.html +share/doc/libgda/libgda-gdaxqldml.html +share/doc/libgda/libgda-gdaxqldual.html +share/doc/libgda/libgda-gdaxqlfield.html +share/doc/libgda/libgda-gdaxqlfunc.html +share/doc/libgda/libgda-gdaxqlinsert.html +share/doc/libgda/libgda-gdaxqlitem.html +share/doc/libgda/libgda-gdaxqljoin.html +share/doc/libgda/libgda-gdaxqllist.html +share/doc/libgda/libgda-gdaxqlquery.html +share/doc/libgda/libgda-gdaxqlselect.html +share/doc/libgda/libgda-gdaxqlstack.html +share/doc/libgda/libgda-gdaxqltarget.html +share/doc/libgda/libgda-gdaxqlupdate.html +share/doc/libgda/libgda-gdaxqlvalue.html +share/doc/libgda/libgda-gdaxqlvalueref.html +share/doc/libgda/libgda-libgda.html +share/doc/libgda/libgda-providers.html +share/doc/libgda/libgda-reports.html +share/doc/libgda/libgda-xql.html +share/gnome/idl/libgda/GNOME_Database.idl +share/gnome/libgda/dtd/gda-report.dtd +share/locale/az/LC_MESSAGES/libgda-2.mo +share/locale/ca/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/es/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/hu/LC_MESSAGES/libgda-2.mo +share/locale/it/LC_MESSAGES/libgda-2.mo +share/locale/ja/LC_MESSAGES/libgda-2.mo +share/locale/ms/LC_MESSAGES/libgda-2.mo +share/locale/nl/LC_MESSAGES/libgda-2.mo +share/locale/no/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/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 +@dirrm share/gnome/libgda/dtd +@dirrm share/gnome/libgda @dirrm share/doc/libgda -@dirrm include/libgda-%%VERSION%%/gda++ -@dirrm include/libgda-%%VERSION%%/gda -@dirrm include/libgda-%%VERSION%% +@dirrm lib/libgda/providers +@dirrm lib/libgda +@dirrm include/libgda +@dirrm include/libgda-report +@dirrm etc/libgda diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 0fb8c4353fdf..31cd76e74c00 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -1,41 +1,65 @@ -# New ports collection makefile for: libgda -# Date created: 8th March 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= libgda -PORTVERSION= 0.2.96 -PORTREVISION= 1 +PORTNAME= libgda2 +PORTVERSION= 0.8.191 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} -DIST_SUBDIR= gnome +MASTER_SITE_SUBDIR= pre-gnome2/sources/libgda +DISTNAME= libgda-${PORTVERSION} +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - bonobo.2:${PORTSDIR}/devel/bonobo +LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ + xslt.1:${PORTSDIR}/textproc/libxslt USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-gtk-doc +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} + +.if defined(WITH_MYSQL) +LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} +PLIST_SUB= MYSQL="" +.else +PLIST_SUB= MYSQL="@comment " +.endif + +.if defined(WITH_POSTGRES) +LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgres7 +CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} +PLIST_SUB+= POSTGRES="" +.else +PLIST_SUB+= POSTGRES="@comment " +.endif + +pre-extract: +.if !defined(WITH_MYSQL) + @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." +.endif +.if !defined(WITH_POSTGRES) + @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." +.endif pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|share/idl|share/gnome/idl|g ; \ + s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo index 6859d9c1a83f..bddbb8f393a8 100644 --- a/databases/libgda3/distinfo +++ b/databases/libgda3/distinfo @@ -1 +1 @@ -MD5 (gnome/libgda-0.2.96.tar.bz2) = f9975f05dfb2144e5470b792f2319987 +MD5 (gnome2/libgda-0.8.191.tar.bz2) = fc8d35ef19fe7c8b7a4261d5a20800b8 diff --git a/databases/libgda3/files/patch-aa b/databases/libgda3/files/patch-aa index 8f9cc8fb43a8..6892fe3f329b 100644 --- a/databases/libgda3/files/patch-aa +++ b/databases/libgda3/files/patch-aa @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- Makefile.in.orig Wed Nov 21 10:29:52 2001 -+++ Makefile.in Wed Nov 21 10:30:19 2001 -@@ -158,7 +158,7 @@ - YACC = @YACC@ - l = @l@ +--- Makefile.in.orig Sun Jun 2 22:13:42 2002 ++++ Makefile.in Sun Jun 2 22:13:50 2002 +@@ -149,7 +149,7 @@ + WARN_CFLAGS = @WARN_CFLAGS@ + cxxflags_set = @cxxflags_set@ --SUBDIRS = po intl macros idl lib bindings providers tools testing doc -+SUBDIRS = po intl macros idl lib bindings providers tools doc +-SUBDIRS = po idl libgda providers report tools testing data doc ++SUBDIRS = po idl libgda providers report tools data doc - EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in + EXTRA_DIST = COPYING libgda.spec.in libgda.pc.in intltool-extract.in intltool-merge.in intltool-update.in diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure index 948849e89223..d744b24f81e8 100644 --- a/databases/libgda3/files/patch-configure +++ b/databases/libgda3/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/05/01 08:18:05 1.1 -+++ configure 2002/05/01 08:19:03 -@@ -5785,6 +5785,7 @@ +--- configure.orig Sun Jun 2 22:12:29 2002 ++++ configure Sun Jun 2 22:13:06 2002 +@@ -8429,6 +8429,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" diff --git a/databases/libgda3/files/patch-doc::C::reference::libgda-client::Makefile.in b/databases/libgda3/files/patch-doc::C::reference::libgda-client::Makefile.in deleted file mode 100644 index 463f043f902c..000000000000 --- a/databases/libgda3/files/patch-doc::C::reference::libgda-client::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/libgda-client/Makefile.in 2002/05/01 08:16:31 1.1 -+++ doc/C/reference/libgda-client/Makefile.in 2002/05/01 08:17:40 -@@ -171,7 +171,7 @@ - LDFLAGS = " $(GDA_CLIENT_LIBS) $(top_builddir)/lib/gda-common/.libs/libgda-common.so $(top_builddir)/lib/gda-client/.libs/libgda-client.a " - - --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/libgda - - DOC_DIR_INSTALL_FILES = libgda-client.args libgda-client.hierarchy libgda-client.signals libgda-client.types libgda-client-decl.txt libgda-client-sections.txt - diff --git a/databases/libgda3/files/patch-doc::C::reference::libgda-common::Makefile.in b/databases/libgda3/files/patch-doc::C::reference::libgda-common::Makefile.in deleted file mode 100644 index 25b6b1ddc2e5..000000000000 --- a/databases/libgda3/files/patch-doc::C::reference::libgda-common::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/libgda-common/Makefile.in 2002/05/01 08:16:31 1.1 -+++ doc/C/reference/libgda-common/Makefile.in 2002/05/01 08:17:35 -@@ -171,7 +171,7 @@ - LDFLAGS = " $(GDA_CLIENT_LIBS) $(top_builddir)/lib/gda-common/.libs/libgda-common.a " - - --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/libgda - - DOC_DIR_INSTALL_FILES = libgda-common.args libgda-common.hierarchy libgda-common.signals libgda-common.types libgda-common-decl.txt libgda-common-sections.txt - diff --git a/databases/libgda3/files/patch-doc_C_Makefile.in b/databases/libgda3/files/patch-doc_C_Makefile.in new file mode 100644 index 000000000000..718a4a1ebe6f --- /dev/null +++ b/databases/libgda3/files/patch-doc_C_Makefile.in @@ -0,0 +1,11 @@ +--- doc/C/Makefile.in.orig Sun Jun 2 22:17:05 2002 ++++ doc/C/Makefile.in Sun Jun 2 22:17:27 2002 +@@ -152,7 +152,7 @@ + cxxflags_set = @cxxflags_set@ + + DOC_MODULE = libgda +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(prefix)/share/doc + + # The top-level SGML file. Change it if you want. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml diff --git a/databases/libgda3/files/patch-po::Makefile.in.in b/databases/libgda3/files/patch-po::Makefile.in.in deleted file mode 100644 index 3f425ffda3af..000000000000 --- a/databases/libgda3/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- po/Makefile.in.in.orig Wed Jun 13 15:55:50 2001 -+++ po/Makefile.in.in Tue Jun 19 01:14:13 2001 -@@ -25,3 +25,3 @@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po diff --git a/databases/libgda3/files/patch-tools::gda-buildserver.in b/databases/libgda3/files/patch-tools::gda-buildserver.in deleted file mode 100644 index fa75e2dcc31f..000000000000 --- a/databases/libgda3/files/patch-tools::gda-buildserver.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/gda-buildserver.in 2001/08/06 08:16:41 1.1 -+++ tools/gda-buildserver.in 2001/08/06 08:16:54 -@@ -7,7 +7,7 @@ - CC=@CC@ - shell=@shell@ - --TEMPLATES_DIR="${prefix}/share/gda/templates" -+TEMPLATES_DIR="${prefix}/share/gnome/gda/templates" - TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c" - TMPL_H_FILES="gda-srv.h" - diff --git a/databases/libgda3/files/patch-tools::templates::Makefile.in b/databases/libgda3/files/patch-tools::templates::Makefile.in deleted file mode 100644 index 2ca62bfb551d..000000000000 --- a/databases/libgda3/files/patch-tools::templates::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/templates/Makefile.in 2001/08/06 08:15:18 1.1 -+++ tools/templates/Makefile.in 2001/08/06 08:15:53 -@@ -148,7 +148,7 @@ - - EXTRA_DIST = $(TEMPLATE_FILES) - --gdatemplatesdir = $(prefix)/share/gda/templates -+gdatemplatesdir = $(prefix)/share/gnome/gda/templates - gdatemplates_DATA = $(TEMPLATE_FILES) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist index 60028e4563a1..6d25a2f2df14 100644 --- a/databases/libgda3/pkg-plist +++ b/databases/libgda3/pkg-plist @@ -1,212 +1,167 @@ -bin/gda-buildclient -bin/gda-buildserver -bin/gda-config -bin/gda-default-srv bin/gda-run -include/libgda-%%VERSION%%/gda++/gdaBatch.h -include/libgda-%%VERSION%%/gda++/gdaCommand.h -include/libgda-%%VERSION%%/gda++/gdaConnection.h -include/libgda-%%VERSION%%/gda++/gdaError.h -include/libgda-%%VERSION%%/gda++/gdaErrorList.h -include/libgda-%%VERSION%%/gda++/gdaField.h -include/libgda-%%VERSION%%/gda++/gdaHelpers.h -include/libgda-%%VERSION%%/gda++/gdaIncludes.h -include/libgda-%%VERSION%%/gda++/gdaRecordset.h -include/libgda-%%VERSION%%/gda++/gdaValue.h -include/libgda-%%VERSION%%/gda/GDA.h -include/libgda-%%VERSION%%/gda/gda-batch.h -include/libgda-%%VERSION%%/gda/gda-client.h -include/libgda-%%VERSION%%/gda/gda-command.h -include/libgda-%%VERSION%%/gda/gda-common-defs.h -include/libgda-%%VERSION%%/gda/gda-common.h -include/libgda-%%VERSION%%/gda/gda-config.h -include/libgda-%%VERSION%%/gda/gda-connection-pool.h -include/libgda-%%VERSION%%/gda/gda-connection.h -include/libgda-%%VERSION%%/gda/gda-corba.h -include/libgda-%%VERSION%%/gda/gda-error.h -include/libgda-%%VERSION%%/gda/gda-export.h -include/libgda-%%VERSION%%/gda/gda-field.h -include/libgda-%%VERSION%%/gda/gda-listener.h -include/libgda-%%VERSION%%/gda/gda-log.h -include/libgda-%%VERSION%%/gda/gda-quark-list.h -include/libgda-%%VERSION%%/gda/gda-recordset.h -include/libgda-%%VERSION%%/gda/gda-server-command.h -include/libgda-%%VERSION%%/gda/gda-server-connection.h -include/libgda-%%VERSION%%/gda/gda-server-error.h -include/libgda-%%VERSION%%/gda/gda-server-field.h -include/libgda-%%VERSION%%/gda/gda-server-recordset.h -include/libgda-%%VERSION%%/gda/gda-server.h -include/libgda-%%VERSION%%/gda/gda-thread.h -include/libgda-%%VERSION%%/gda/gda-util.h -include/libgda-%%VERSION%%/gda/gda-value.h -include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h -include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h -include/libgda-%%VERSION%%/gda/gda-xml-database.h -include/libgda-%%VERSION%%/gda/gda-xml-document.h -include/libgda-%%VERSION%%/gda/gda-xml-item.h -include/libgda-%%VERSION%%/gda/gda-xml-list-item.h -include/libgda-%%VERSION%%/gda/gda-xml-util.h -lib/libgda-client.a -lib/libgda-client.so -lib/libgda-client.so.0 -lib/libgda-clientcpp.a -lib/libgda-clientcpp.so -lib/libgda-clientcpp.so.0 -lib/libgda-common.a -lib/libgda-common.so -lib/libgda-common.so.0 -lib/libgda-server.a -lib/libgda-server.so -lib/libgda-server.so.0 -share/doc/libgda/libgda-client-decl.txt -share/doc/libgda/libgda-client-sections.txt -share/doc/libgda/libgda-client.args -share/doc/libgda/libgda-client.hierarchy -share/doc/libgda/libgda-client.signals -share/doc/libgda/libgda-client.types -share/doc/libgda/libgda-common-decl.txt -share/doc/libgda/libgda-common-sections.txt -share/doc/libgda/libgda-common.args -share/doc/libgda/libgda-common.hierarchy -share/doc/libgda/libgda-common.signals -share/doc/libgda/libgda-common.types -share/gnome/gda/templates/gda-srv-command.c.tmpl -share/gnome/gda/templates/gda-srv-connection.c.tmpl -share/gnome/gda/templates/gda-srv-recordset.c.tmpl -share/gnome/gda/templates/gda-srv.h.tmpl -share/gnome/gda/templates/main-srv.c.tmpl -share/gnome/help/libgda/C/architecture.html -share/gnome/help/libgda/C/clients-building-corba.html -share/gnome/help/libgda/C/clients-building.html -share/gnome/help/libgda/C/clients.html -share/gnome/help/libgda/C/fdl-section1.html -share/gnome/help/libgda/C/fdl-section10.html -share/gnome/help/libgda/C/fdl-section2.html -share/gnome/help/libgda/C/fdl-section3.html -share/gnome/help/libgda/C/fdl-section4.html -share/gnome/help/libgda/C/fdl-section5.html -share/gnome/help/libgda/C/fdl-section6.html -share/gnome/help/libgda/C/fdl-section7.html -share/gnome/help/libgda/C/fdl-section8.html -share/gnome/help/libgda/C/fdl-section9.html -share/gnome/help/libgda/C/fdl-using.html -share/gnome/help/libgda/C/fdl.html -share/gnome/help/libgda/C/gda-client-batch.html -share/gnome/help/libgda/C/gda-client-meta.html -share/gnome/help/libgda/C/gda-client-objects.html -share/gnome/help/libgda/C/gda-client-types.html -share/gnome/help/libgda/C/gda-client.html -share/gnome/help/libgda/C/gda-common-logs.html -share/gnome/help/libgda/C/gda-common-xml-databases.html -share/gnome/help/libgda/C/gda-common-xml-queries.html -share/gnome/help/libgda/C/gda-common.html -share/gnome/help/libgda/C/index.html -share/gnome/help/libgda/C/installation-configuring.html -share/gnome/help/libgda/C/installation-installing.html -share/gnome/help/libgda/C/installation.html -share/gnome/help/libgda/C/introduction.html -share/gnome/help/libgda/C/libgda.html -share/gnome/help/libgda/C/providers-actual-implementation.html -share/gnome/help/libgda/C/providers-examples.html -share/gnome/help/libgda/C/providers-implementation.html -share/gnome/help/libgda/C/providers.html -share/gnome/help/libgda/C/reports.html -share/gnome/help/libgda/C/topic.dat -share/gnome/help/libgda/es/architecture.html -share/gnome/help/libgda/es/clients-building-corba.html -share/gnome/help/libgda/es/clients-building.html -share/gnome/help/libgda/es/clients.html -share/gnome/help/libgda/es/gda-client-batch.html -share/gnome/help/libgda/es/gda-client-meta.html -share/gnome/help/libgda/es/gda-client-objects.html -share/gnome/help/libgda/es/gda-client-types.html -share/gnome/help/libgda/es/gda-client.html -share/gnome/help/libgda/es/gda-common-logs.html -share/gnome/help/libgda/es/gda-common-xml-databases.html -share/gnome/help/libgda/es/gda-common-xml-queries.html -share/gnome/help/libgda/es/gda-common.html -share/gnome/help/libgda/es/index.html -share/gnome/help/libgda/es/installation-configuring.html -share/gnome/help/libgda/es/installation-installing.html -share/gnome/help/libgda/es/installation.html -share/gnome/help/libgda/es/introduction.html -share/gnome/help/libgda/es/libgda.html -share/gnome/help/libgda/es/providers-actual-implementation.html -share/gnome/help/libgda/es/providers-examples.html -share/gnome/help/libgda/es/providers-implementation.html -share/gnome/help/libgda/es/providers.html -share/gnome/help/libgda/es/reports.html -share/gnome/help/libgda/es/topic.dat -share/gnome/help/libgda/pt_BR/architecture.html -share/gnome/help/libgda/pt_BR/c162.html -share/gnome/help/libgda/pt_BR/c182.html -share/gnome/help/libgda/pt_BR/c323.html -share/gnome/help/libgda/pt_BR/c350.html -share/gnome/help/libgda/pt_BR/clients-building-corba.html -share/gnome/help/libgda/pt_BR/clients-building.html -share/gnome/help/libgda/pt_BR/gda-client-batch.html -share/gnome/help/libgda/pt_BR/gda-client-meta.html -share/gnome/help/libgda/pt_BR/gda-client-objects.html -share/gnome/help/libgda/pt_BR/gda-client-types.html -share/gnome/help/libgda/pt_BR/gda-common-logs.html -share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html -share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html -share/gnome/help/libgda/pt_BR/index.html -share/gnome/help/libgda/pt_BR/installation-configuring.html -share/gnome/help/libgda/pt_BR/installation-installing.html -share/gnome/help/libgda/pt_BR/installation.html -share/gnome/help/libgda/pt_BR/introduction.html -share/gnome/help/libgda/pt_BR/libgda.html -share/gnome/help/libgda/pt_BR/providers-actual-implementation.html -share/gnome/help/libgda/pt_BR/providers-examples.html -share/gnome/help/libgda/pt_BR/providers-implementation.html -share/gnome/help/libgda/pt_BR/topic.dat -share/gnome/idl/GDA.idl -share/gnome/idl/GDA_Command.idl -share/gnome/idl/GDA_Connection.idl -share/gnome/idl/GDA_Error.idl -share/gnome/idl/GDA_Field.idl -share/gnome/idl/GDA_Listener.idl -share/gnome/idl/GDA_Parameter.idl -share/gnome/idl/GDA_Recordset.idl -share/gnome/oaf/GNOME_GDA_Provider_Default.oaf -share/gnome/omf/libgda/libgda-C.omf -share/gnome/omf/libgda/libgda-es.omf -share/gnome/omf/libgda/libgda-pt_BR.omf -share/locale/ca/LC_MESSAGES/libgda.mo -share/locale/da/LC_MESSAGES/libgda.mo -share/locale/de/LC_MESSAGES/libgda.mo -share/locale/el/LC_MESSAGES/libgda.mo -share/locale/es/LC_MESSAGES/libgda.mo -share/locale/fi/LC_MESSAGES/libgda.mo -share/locale/fr/LC_MESSAGES/libgda.mo -share/locale/ga/LC_MESSAGES/libgda.mo -share/locale/gl/LC_MESSAGES/libgda.mo -share/locale/hu/LC_MESSAGES/libgda.mo -share/locale/it/LC_MESSAGES/libgda.mo -share/locale/ja/LC_MESSAGES/libgda.mo -share/locale/nl/LC_MESSAGES/libgda.mo -share/locale/nn/LC_MESSAGES/libgda.mo -share/locale/no/LC_MESSAGES/libgda.mo -share/locale/pl/LC_MESSAGES/libgda.mo -share/locale/pt/LC_MESSAGES/libgda.mo -share/locale/pt_BR/LC_MESSAGES/libgda.mo -share/locale/ru/LC_MESSAGES/libgda.mo -share/locale/sk/LC_MESSAGES/libgda.mo -share/locale/sl/LC_MESSAGES/libgda.mo -share/locale/sv/LC_MESSAGES/libgda.mo -share/locale/uk/LC_MESSAGES/libgda.mo -@dirrm share/gnome/omf/libgda -@dirrm share/gnome/help/libgda/pt_BR/images -@dirrm share/gnome/help/libgda/pt_BR -@dirrm share/gnome/help/libgda/es/images -@dirrm share/gnome/help/libgda/es -@dirrm share/gnome/help/libgda/C/images -@dirrm share/gnome/help/libgda/C -@dirrm share/gnome/help/libgda -@dirrm share/gnome/gda/templates -@dirrm share/gnome/gda +etc/libgda/config +include/libgda-report/gda-report-document.h +include/libgda-report/gda-report.h +include/libgda/gda-client.h +include/libgda/gda-command.h +include/libgda/gda-config.h +include/libgda/gda-connection.h +include/libgda/gda-data-model-array.h +include/libgda/gda-data-model-hash.h +include/libgda/gda-data-model-list.h +include/libgda/gda-data-model.h +include/libgda/gda-error.h +include/libgda/gda-export.h +include/libgda/gda-field.h +include/libgda/gda-log.h +include/libgda/gda-marshal.h +include/libgda/gda-parameter.h +include/libgda/gda-quark-list.h +include/libgda/gda-row.h +include/libgda/gda-select.h +include/libgda/gda-server-provider.h +include/libgda/gda-table.h +include/libgda/gda-util.h +include/libgda/gda-value.h +include/libgda/gda-xml-connection.h +include/libgda/gda-xml-database.h +include/libgda/gda-xml-document.h +include/libgda/gda-xql-atom.h +include/libgda/gda-xql-bin.h +include/libgda/gda-xql-column.h +include/libgda/gda-xql-const.h +include/libgda/gda-xql-delete.h +include/libgda/gda-xql-dml.h +include/libgda/gda-xql-dual.h +include/libgda/gda-xql-field.h +include/libgda/gda-xql-func.h +include/libgda/gda-xql-insert.h +include/libgda/gda-xql-item.h +include/libgda/gda-xql-join.h +include/libgda/gda-xql-list.h +include/libgda/gda-xql-query.h +include/libgda/gda-xql-select.h +include/libgda/gda-xql-stack.h +include/libgda/gda-xql-target.h +include/libgda/gda-xql-update.h +include/libgda/gda-xql-utils.h +include/libgda/gda-xql-value.h +include/libgda/gda-xql-valueref.h +include/libgda/libgda.h +lib/libgda-2.a +lib/libgda-2.so +lib/libgda-2.so.1 +lib/libgda-report-2.a +lib/libgda-report-2.so +lib/libgda-report-2.so.1 +lib/libgda/providers/libgda-default.so +%%MYSQL%%lib/libgda/providers/libgda-mysql.so +%%POSTGRES%%lib/libgda/providers/libgda-postgres.so +libdata/pkgconfig/libgda.pc +share/doc/libgda/architecture.html +share/doc/libgda/fdl-section1.html +share/doc/libgda/fdl-section10.html +share/doc/libgda/fdl-section2.html +share/doc/libgda/fdl-section3.html +share/doc/libgda/fdl-section4.html +share/doc/libgda/fdl-section5.html +share/doc/libgda/fdl-section6.html +share/doc/libgda/fdl-section7.html +share/doc/libgda/fdl-section8.html +share/doc/libgda/fdl-section9.html +share/doc/libgda/fdl-using.html +share/doc/libgda/fdl.html +share/doc/libgda/index.html +share/doc/libgda/index.sgml +share/doc/libgda/installation-configuring.html +share/doc/libgda/installation-installing.html +share/doc/libgda/installation.html +share/doc/libgda/introduction.html +share/doc/libgda/libgda-api.html +share/doc/libgda/libgda-gda-command.html +share/doc/libgda/libgda-gda-config.html +share/doc/libgda/libgda-gda-field.html +share/doc/libgda/libgda-gda-log.html +share/doc/libgda/libgda-gda-parameter.html +share/doc/libgda/libgda-gda-quark-list.html +share/doc/libgda/libgda-gda-row.html +share/doc/libgda/libgda-gda-util.html +share/doc/libgda/libgda-gda-value.html +share/doc/libgda/libgda-gda-xql-utils.html +share/doc/libgda/libgda-gdabatch.html +share/doc/libgda/libgda-gdaclient.html +share/doc/libgda/libgda-gdaconnection.html +share/doc/libgda/libgda-gdadatamodel.html +share/doc/libgda/libgda-gdadatamodelarray.html +share/doc/libgda/libgda-gdadatamodelhash.html +share/doc/libgda/libgda-gdadatamodellist.html +share/doc/libgda/libgda-gdaerror.html +share/doc/libgda/libgda-gdaexport.html +share/doc/libgda/libgda-gdareportdocument.html +share/doc/libgda/libgda-gdaselect.html +share/doc/libgda/libgda-gdaserverprovider.html +share/doc/libgda/libgda-gdatable.html +share/doc/libgda/libgda-gdaxmlconnection.html +share/doc/libgda/libgda-gdaxmldatabase.html +share/doc/libgda/libgda-gdaxmldocument.html +share/doc/libgda/libgda-gdaxqlatom.html +share/doc/libgda/libgda-gdaxqlbin.html +share/doc/libgda/libgda-gdaxqlcolumn.html +share/doc/libgda/libgda-gdaxqlconst.html +share/doc/libgda/libgda-gdaxqldelete.html +share/doc/libgda/libgda-gdaxqldml.html +share/doc/libgda/libgda-gdaxqldual.html +share/doc/libgda/libgda-gdaxqlfield.html +share/doc/libgda/libgda-gdaxqlfunc.html +share/doc/libgda/libgda-gdaxqlinsert.html +share/doc/libgda/libgda-gdaxqlitem.html +share/doc/libgda/libgda-gdaxqljoin.html +share/doc/libgda/libgda-gdaxqllist.html +share/doc/libgda/libgda-gdaxqlquery.html +share/doc/libgda/libgda-gdaxqlselect.html +share/doc/libgda/libgda-gdaxqlstack.html +share/doc/libgda/libgda-gdaxqltarget.html +share/doc/libgda/libgda-gdaxqlupdate.html +share/doc/libgda/libgda-gdaxqlvalue.html +share/doc/libgda/libgda-gdaxqlvalueref.html +share/doc/libgda/libgda-libgda.html +share/doc/libgda/libgda-providers.html +share/doc/libgda/libgda-reports.html +share/doc/libgda/libgda-xql.html +share/gnome/idl/libgda/GNOME_Database.idl +share/gnome/libgda/dtd/gda-report.dtd +share/locale/az/LC_MESSAGES/libgda-2.mo +share/locale/ca/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/es/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/hu/LC_MESSAGES/libgda-2.mo +share/locale/it/LC_MESSAGES/libgda-2.mo +share/locale/ja/LC_MESSAGES/libgda-2.mo +share/locale/ms/LC_MESSAGES/libgda-2.mo +share/locale/nl/LC_MESSAGES/libgda-2.mo +share/locale/no/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/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 +@dirrm share/gnome/libgda/dtd +@dirrm share/gnome/libgda @dirrm share/doc/libgda -@dirrm include/libgda-%%VERSION%%/gda++ -@dirrm include/libgda-%%VERSION%%/gda -@dirrm include/libgda-%%VERSION%% +@dirrm lib/libgda/providers +@dirrm lib/libgda +@dirrm include/libgda +@dirrm include/libgda-report +@dirrm etc/libgda |