diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 4d094beb9093..3b50479b2388 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -1,39 +1,38 @@ # New ports collection makefile for: gnomedb # Date created: 19th June 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= gnomedb -PORTVERSION= 0.2.93 -PORTREVISION= 3 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db DISTNAME= gnome-db-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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' .include diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo index 4e3a6330ec63..7f8af4e1a3c0 100644 --- a/databases/gnome-db/distinfo +++ b/databases/gnome-db/distinfo @@ -1 +1 @@ -MD5 (gnome-db-0.2.93.tar.gz) = c19e062606e6780581fd9309deb91da8 +MD5 (gnome-db-0.2.94.tar.gz) = f342cf85499d8396f7a68b0877e083e3 diff --git a/databases/gnome-db/files/patch-components::Makefile.in b/databases/gnome-db/files/patch-components::Makefile.in new file mode 100644 index 000000000000..2591b83787b6 --- /dev/null +++ b/databases/gnome-db/files/patch-components::Makefile.in @@ -0,0 +1,14 @@ + +$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/gnome-db/files/patch-ltmain.sh b/databases/gnome-db/files/patch-ltmain.sh index 98cb05e4ddb3..91c341790451 100644 --- a/databases/gnome-db/files/patch-ltmain.sh +++ b/databases/gnome-db/files/patch-ltmain.sh @@ -1,28 +1,36 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/gnome-db/pkg-plist b/databases/gnome-db/pkg-plist index 15c223033aed..ff232531a02a 100644 --- a/databases/gnome-db/pkg-plist +++ b/databases/gnome-db/pkg-plist @@ -1,116 +1,139 @@ 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.a lib/bonobo/monikers/libdatabase_moniker.so -lib/bonobo/monikers/libdatabase_moniker.so.0 lib/libgnomedb.a lib/libgnomedb.so lib/libgnomedb.so.0 share/gnome/apps/Applications/gnomedb-fe.desktop +share/gnome/help/gnome-db/C/comlib.html share/gnome/help/gnome-db/C/fdl-appendix.sgml 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/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/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/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/fdl-appendix.sgml 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/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/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.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/html/libgnomedb-decl.txt share/gnome/html/libgnomedb-sections.txt share/gnome/html/libgnomedb.args share/gnome/html/libgnomedb.hierarchy +share/gnome/html/libgnomedb.signals share/gnome/html/libgnomedb.types 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 @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 @dirrm share/gnome/help/gnome-db/it @dirrm share/gnome/help/gnome-db/es/images @dirrm share/gnome/help/gnome-db/es @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 include/libgnomedb-%%VERSION%%/gnome-db @dirrm include/libgnomedb-%%VERSION%% diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 4d094beb9093..3b50479b2388 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -1,39 +1,38 @@ # New ports collection makefile for: gnomedb # Date created: 19th June 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= gnomedb -PORTVERSION= 0.2.93 -PORTREVISION= 3 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db DISTNAME= gnome-db-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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' .include diff --git a/databases/gnomedb/distinfo b/databases/gnomedb/distinfo index 4e3a6330ec63..7f8af4e1a3c0 100644 --- a/databases/gnomedb/distinfo +++ b/databases/gnomedb/distinfo @@ -1 +1 @@ -MD5 (gnome-db-0.2.93.tar.gz) = c19e062606e6780581fd9309deb91da8 +MD5 (gnome-db-0.2.94.tar.gz) = f342cf85499d8396f7a68b0877e083e3 diff --git a/databases/gnomedb/files/patch-components::Makefile.in b/databases/gnomedb/files/patch-components::Makefile.in new file mode 100644 index 000000000000..2591b83787b6 --- /dev/null +++ b/databases/gnomedb/files/patch-components::Makefile.in @@ -0,0 +1,14 @@ + +$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/gnomedb/files/patch-ltmain.sh b/databases/gnomedb/files/patch-ltmain.sh index 98cb05e4ddb3..91c341790451 100644 --- a/databases/gnomedb/files/patch-ltmain.sh +++ b/databases/gnomedb/files/patch-ltmain.sh @@ -1,28 +1,36 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/gnomedb/pkg-plist b/databases/gnomedb/pkg-plist index 15c223033aed..ff232531a02a 100644 --- a/databases/gnomedb/pkg-plist +++ b/databases/gnomedb/pkg-plist @@ -1,116 +1,139 @@ 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.a lib/bonobo/monikers/libdatabase_moniker.so -lib/bonobo/monikers/libdatabase_moniker.so.0 lib/libgnomedb.a lib/libgnomedb.so lib/libgnomedb.so.0 share/gnome/apps/Applications/gnomedb-fe.desktop +share/gnome/help/gnome-db/C/comlib.html share/gnome/help/gnome-db/C/fdl-appendix.sgml 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/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/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/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/fdl-appendix.sgml 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/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/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.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/html/libgnomedb-decl.txt share/gnome/html/libgnomedb-sections.txt share/gnome/html/libgnomedb.args share/gnome/html/libgnomedb.hierarchy +share/gnome/html/libgnomedb.signals share/gnome/html/libgnomedb.types 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 @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 @dirrm share/gnome/help/gnome-db/it @dirrm share/gnome/help/gnome-db/es/images @dirrm share/gnome/help/gnome-db/es @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 include/libgnomedb-%%VERSION%%/gnome-db @dirrm include/libgnomedb-%%VERSION%% diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile index 4d094beb9093..3b50479b2388 100644 --- a/databases/gnomedb2/Makefile +++ b/databases/gnomedb2/Makefile @@ -1,39 +1,38 @@ # New ports collection makefile for: gnomedb # Date created: 19th June 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= gnomedb -PORTVERSION= 0.2.93 -PORTREVISION= 3 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db DISTNAME= gnome-db-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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' .include diff --git a/databases/gnomedb2/distinfo b/databases/gnomedb2/distinfo index 4e3a6330ec63..7f8af4e1a3c0 100644 --- a/databases/gnomedb2/distinfo +++ b/databases/gnomedb2/distinfo @@ -1 +1 @@ -MD5 (gnome-db-0.2.93.tar.gz) = c19e062606e6780581fd9309deb91da8 +MD5 (gnome-db-0.2.94.tar.gz) = f342cf85499d8396f7a68b0877e083e3 diff --git a/databases/gnomedb2/files/patch-components::Makefile.in b/databases/gnomedb2/files/patch-components::Makefile.in new file mode 100644 index 000000000000..2591b83787b6 --- /dev/null +++ b/databases/gnomedb2/files/patch-components::Makefile.in @@ -0,0 +1,14 @@ + +$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-ltmain.sh b/databases/gnomedb2/files/patch-ltmain.sh index 98cb05e4ddb3..91c341790451 100644 --- a/databases/gnomedb2/files/patch-ltmain.sh +++ b/databases/gnomedb2/files/patch-ltmain.sh @@ -1,28 +1,36 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. + if /usr/bin/false; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? + fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/gnomedb2/pkg-plist b/databases/gnomedb2/pkg-plist index 15c223033aed..ff232531a02a 100644 --- a/databases/gnomedb2/pkg-plist +++ b/databases/gnomedb2/pkg-plist @@ -1,116 +1,139 @@ 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.a lib/bonobo/monikers/libdatabase_moniker.so -lib/bonobo/monikers/libdatabase_moniker.so.0 lib/libgnomedb.a lib/libgnomedb.so lib/libgnomedb.so.0 share/gnome/apps/Applications/gnomedb-fe.desktop +share/gnome/help/gnome-db/C/comlib.html share/gnome/help/gnome-db/C/fdl-appendix.sgml 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/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/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/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/fdl-appendix.sgml 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/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/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.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/html/libgnomedb-decl.txt share/gnome/html/libgnomedb-sections.txt share/gnome/html/libgnomedb.args share/gnome/html/libgnomedb.hierarchy +share/gnome/html/libgnomedb.signals share/gnome/html/libgnomedb.types 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 @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 @dirrm share/gnome/help/gnome-db/it @dirrm share/gnome/help/gnome-db/es/images @dirrm share/gnome/help/gnome-db/es @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 include/libgnomedb-%%VERSION%%/gnome-db @dirrm include/libgnomedb-%%VERSION%% diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 2977844ddfbe..2a5c59ab8339 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,38 +1,37 @@ # New ports collection makefile for: libgda # Date created: 8th March 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= libgda -PORTVERSION= 0.2.93 -PORTREVISION= 2 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ bonobo.2:${PORTSDIR}/devel/bonobo USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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|share/idl|share/gnome/idl|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index 3a656b9703f5..6d8dbb0a1db8 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1 +1 @@ -MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258 +MD5 (libgda-0.2.94.tar.gz) = 0705678122b349535b90597114288838 diff --git a/databases/libgda/pkg-plist b/databases/libgda/pkg-plist index 6d254614be78..45298b744c1f 100644 --- a/databases/libgda/pkg-plist +++ b/databases/libgda/pkg-plist @@ -1,124 +1,163 @@ 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/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/index.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/topic.dat +share/gnome/help/libgda/es/architecture.html +share/gnome/help/libgda/es/index.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/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/html/libgda-client-decl.txt share/gnome/html/libgda-client-sections.txt share/gnome/html/libgda-client.args share/gnome/html/libgda-client.hierarchy +share/gnome/html/libgda-client.signals share/gnome/html/libgda-client.types +share/gnome/html/libgda-common-decl.txt share/gnome/html/libgda-common-sections.txt share/gnome/html/libgda-common.args share/gnome/html/libgda-common.hierarchy +share/gnome/html/libgda-common.signals share/gnome/html/libgda-common.types 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 @dirrm include/libgda-%%VERSION%%/gda++ @dirrm include/libgda-%%VERSION%%/gda @dirrm include/libgda-%%VERSION%% diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 2977844ddfbe..2a5c59ab8339 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -1,38 +1,37 @@ # New ports collection makefile for: libgda # Date created: 8th March 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= libgda -PORTVERSION= 0.2.93 -PORTREVISION= 2 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ bonobo.2:${PORTSDIR}/devel/bonobo USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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|share/idl|share/gnome/idl|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo index 3a656b9703f5..6d8dbb0a1db8 100644 --- a/databases/libgda2/distinfo +++ b/databases/libgda2/distinfo @@ -1 +1 @@ -MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258 +MD5 (libgda-0.2.94.tar.gz) = 0705678122b349535b90597114288838 diff --git a/databases/libgda2/pkg-plist b/databases/libgda2/pkg-plist index 6d254614be78..45298b744c1f 100644 --- a/databases/libgda2/pkg-plist +++ b/databases/libgda2/pkg-plist @@ -1,124 +1,163 @@ 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/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/index.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/topic.dat +share/gnome/help/libgda/es/architecture.html +share/gnome/help/libgda/es/index.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/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/html/libgda-client-decl.txt share/gnome/html/libgda-client-sections.txt share/gnome/html/libgda-client.args share/gnome/html/libgda-client.hierarchy +share/gnome/html/libgda-client.signals share/gnome/html/libgda-client.types +share/gnome/html/libgda-common-decl.txt share/gnome/html/libgda-common-sections.txt share/gnome/html/libgda-common.args share/gnome/html/libgda-common.hierarchy +share/gnome/html/libgda-common.signals share/gnome/html/libgda-common.types 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 @dirrm include/libgda-%%VERSION%%/gda++ @dirrm include/libgda-%%VERSION%%/gda @dirrm include/libgda-%%VERSION%% diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 2977844ddfbe..2a5c59ab8339 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -1,38 +1,37 @@ # New ports collection makefile for: libgda # Date created: 8th March 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= libgda -PORTVERSION= 0.2.93 -PORTREVISION= 2 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ bonobo.2:${PORTSDIR}/devel/bonobo USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} 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|share/idl|share/gnome/idl|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .include diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo index 3a656b9703f5..6d8dbb0a1db8 100644 --- a/databases/libgda3/distinfo +++ b/databases/libgda3/distinfo @@ -1 +1 @@ -MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258 +MD5 (libgda-0.2.94.tar.gz) = 0705678122b349535b90597114288838 diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist index 6d254614be78..45298b744c1f 100644 --- a/databases/libgda3/pkg-plist +++ b/databases/libgda3/pkg-plist @@ -1,124 +1,163 @@ 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/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/index.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/topic.dat +share/gnome/help/libgda/es/architecture.html +share/gnome/help/libgda/es/index.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/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/html/libgda-client-decl.txt share/gnome/html/libgda-client-sections.txt share/gnome/html/libgda-client.args share/gnome/html/libgda-client.hierarchy +share/gnome/html/libgda-client.signals share/gnome/html/libgda-client.types +share/gnome/html/libgda-common-decl.txt share/gnome/html/libgda-common-sections.txt share/gnome/html/libgda-common.args share/gnome/html/libgda-common.hierarchy +share/gnome/html/libgda-common.signals share/gnome/html/libgda-common.types 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 @dirrm include/libgda-%%VERSION%%/gda++ @dirrm include/libgda-%%VERSION%%/gda @dirrm include/libgda-%%VERSION%%