summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/libgda/Makefile28
-rw-r--r--databases/libgda/distinfo1
-rw-r--r--databases/libgda/files/patch-aa7
-rw-r--r--databases/libgda/pkg-comment1
-rw-r--r--databases/libgda/pkg-descr19
-rw-r--r--databases/libgda/pkg-plist132
-rw-r--r--databases/libgda2/Makefile28
-rw-r--r--databases/libgda2/distinfo1
-rw-r--r--databases/libgda2/files/patch-aa7
-rw-r--r--databases/libgda2/pkg-comment1
-rw-r--r--databases/libgda2/pkg-descr19
-rw-r--r--databases/libgda2/pkg-plist132
-rw-r--r--databases/libgda3/Makefile28
-rw-r--r--databases/libgda3/distinfo1
-rw-r--r--databases/libgda3/files/patch-aa7
-rw-r--r--databases/libgda3/pkg-comment1
-rw-r--r--databases/libgda3/pkg-descr19
-rw-r--r--databases/libgda3/pkg-plist132
19 files changed, 565 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 6aad57411fcb..9d7137175828 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -21,6 +21,7 @@
SUBDIR += gtksql
SUBDIR += interbase4
SUBDIR += jdbc-oracle816
+ SUBDIR += libgda
SUBDIR += libiodbc
SUBDIR += mdbtools
SUBDIR += metakit
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
new file mode 100644
index 000000000000..9b0bc9d59d66
--- /dev/null
+++ b/databases/libgda/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgda
+# Date created: 8th March 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgda
+PORTVERSION= 0.2.3
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/libgda
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_GNOME= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+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|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>
diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo
new file mode 100644
index 000000000000..802e4a484e63
--- /dev/null
+++ b/databases/libgda/distinfo
@@ -0,0 +1 @@
+MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
diff --git a/databases/libgda/files/patch-aa b/databases/libgda/files/patch-aa
new file mode 100644
index 000000000000..370723ab829b
--- /dev/null
+++ b/databases/libgda/files/patch-aa
@@ -0,0 +1,7 @@
+--- Makefile.in.orig Wed Feb 14 18:40:55 2001
++++ Makefile.in Thu Mar 8 17:10:44 2001
+@@ -138,3 +138,3 @@
+
+-SUBDIRS = po macros doc idl lib bindings providers tools report testing
++SUBDIRS = po macros doc idl lib bindings providers tools report
+
diff --git a/databases/libgda/pkg-comment b/databases/libgda/pkg-comment
new file mode 100644
index 000000000000..be18a121d7f0
--- /dev/null
+++ b/databases/libgda/pkg-comment
@@ -0,0 +1 @@
+Provides uniform access to different kinds of data sources
diff --git a/databases/libgda/pkg-descr b/databases/libgda/pkg-descr
new file mode 100644
index 000000000000..7c5a50c3cffd
--- /dev/null
+++ b/databases/libgda/pkg-descr
@@ -0,0 +1,19 @@
+GNU Data Access (GDA) is an attempt to provide uniform access to
+different kinds of data sources (databases, information servers,
+mail spools, etc).
+
+It is a complete architecture that provides all you need to access
+your data, defined by a set of CORBA interfaces as generic as possible
+(but very powerful at the same time) so that any kind of data source
+can be accessed through them.
+
+libgda is an interface to the GDA architecture, providing a nice
+wrapper around the CORBA interfaces, for both the client and the server
+parts. It also provides a bunch of tools to help you both in the
+development and management of your data sources, all done through
+the GDA model's set of CORBA interfaces.
+
+libgda was part of the GNOME-DB project, but has been separated from it
+to allow non-GNOME applications to be developed based on it.
+
+WWW: http://www.gnome.org/projects/gnome-db/
diff --git a/databases/libgda/pkg-plist b/databases/libgda/pkg-plist
new file mode 100644
index 000000000000..e8f37837790f
--- /dev/null
+++ b/databases/libgda/pkg-plist
@@ -0,0 +1,132 @@
+bin/gda-buildclient
+bin/gda-buildserver
+bin/gda-config
+bin/gda-report-server
+bin/gda-run
+include/gda/GDA.h
+include/gda/gda++/gdaBatch.h
+include/gda/gda++/gdaCommand.h
+include/gda/gda++/gdaConnection.h
+include/gda/gda++/gdaError.h
+include/gda/gda++/gdaErrorList.h
+include/gda/gda++/gdaField.h
+include/gda/gda++/gdaIncludes.h
+include/gda/gda++/gdaRecordset.h
+include/gda/gda++/gdaValue.h
+include/gda/gda-batch.h
+include/gda/gda-client.h
+include/gda/gda-command.h
+include/gda/gda-common.h
+include/gda/gda-config.h
+include/gda/gda-connection-pool.h
+include/gda/gda-connection.h
+include/gda/gda-corba.h
+include/gda/gda-error.h
+include/gda/gda-field.h
+include/gda/gda-log.h
+include/gda/gda-recordset.h
+include/gda/gda-report-client.h
+include/gda/gda-report-defs.h
+include/gda/gda-report-engine.h
+include/gda/gda-report-stream.h
+include/gda/gda-server-impl.h
+include/gda/gda-server.h
+include/gda/gda-thread.h
+include/gda/gda-util.h
+include/gda/gda-value.h
+include/gda/gda-xml-database.h
+include/gda/gda-xml-file.h
+include/gda/gda-xml-query.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-report.a
+lib/libgda-report.so
+lib/libgda-report.so.0
+lib/libgda-server.a
+lib/libgda-server.so
+lib/libgda-server.so.0
+share/gda/templates/gda-srv-command.c.tmpl
+share/gda/templates/gda-srv-connection.c.tmpl
+share/gda/templates/gda-srv-recordset.c.tmpl
+share/gda/templates/gda-srv.h.tmpl
+share/gda/templates/main-srv.c.tmpl
+share/gnome/gda/dtd/gda-report.dtd
+share/gnome/gda/dtd/gda-xml-query.dtd
+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/docbook.css
+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/ln32.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/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/docbook.css
+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/ln38.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/idl/GDA.idl
+share/idl/GDA_Command.idl
+share/idl/GDA_Connection.idl
+share/idl/GDA_Error.idl
+share/idl/GDA_Field.idl
+share/idl/GDA_Parameter.idl
+share/idl/GDA_Recordset.idl
+@dirrm share/gnome/help/libgda/pt_BR/images
+@dirrm share/gnome/help/libgda/pt_BR
+@dirrm share/gnome/help/libgda/C/images
+@dirrm share/gnome/help/libgda/C
+@dirrm share/gnome/help/libgda
+@dirrm share/gnome/gda/dtd
+@dirrm share/gnome/gda
+@dirrm share/gda/templates
+@dirrm share/gda
+@dirrm include/gda/gda++
+@dirrm include/gda
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
new file mode 100644
index 000000000000..9b0bc9d59d66
--- /dev/null
+++ b/databases/libgda2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgda
+# Date created: 8th March 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgda
+PORTVERSION= 0.2.3
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/libgda
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_GNOME= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+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|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>
diff --git a/databases/libgda2/distinfo b/databases/libgda2/distinfo
new file mode 100644
index 000000000000..802e4a484e63
--- /dev/null
+++ b/databases/libgda2/distinfo
@@ -0,0 +1 @@
+MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa
new file mode 100644
index 000000000000..370723ab829b
--- /dev/null
+++ b/databases/libgda2/files/patch-aa
@@ -0,0 +1,7 @@
+--- Makefile.in.orig Wed Feb 14 18:40:55 2001
++++ Makefile.in Thu Mar 8 17:10:44 2001
+@@ -138,3 +138,3 @@
+
+-SUBDIRS = po macros doc idl lib bindings providers tools report testing
++SUBDIRS = po macros doc idl lib bindings providers tools report
+
diff --git a/databases/libgda2/pkg-comment b/databases/libgda2/pkg-comment
new file mode 100644
index 000000000000..be18a121d7f0
--- /dev/null
+++ b/databases/libgda2/pkg-comment
@@ -0,0 +1 @@
+Provides uniform access to different kinds of data sources
diff --git a/databases/libgda2/pkg-descr b/databases/libgda2/pkg-descr
new file mode 100644
index 000000000000..7c5a50c3cffd
--- /dev/null
+++ b/databases/libgda2/pkg-descr
@@ -0,0 +1,19 @@
+GNU Data Access (GDA) is an attempt to provide uniform access to
+different kinds of data sources (databases, information servers,
+mail spools, etc).
+
+It is a complete architecture that provides all you need to access
+your data, defined by a set of CORBA interfaces as generic as possible
+(but very powerful at the same time) so that any kind of data source
+can be accessed through them.
+
+libgda is an interface to the GDA architecture, providing a nice
+wrapper around the CORBA interfaces, for both the client and the server
+parts. It also provides a bunch of tools to help you both in the
+development and management of your data sources, all done through
+the GDA model's set of CORBA interfaces.
+
+libgda was part of the GNOME-DB project, but has been separated from it
+to allow non-GNOME applications to be developed based on it.
+
+WWW: http://www.gnome.org/projects/gnome-db/
diff --git a/databases/libgda2/pkg-plist b/databases/libgda2/pkg-plist
new file mode 100644
index 000000000000..e8f37837790f
--- /dev/null
+++ b/databases/libgda2/pkg-plist
@@ -0,0 +1,132 @@
+bin/gda-buildclient
+bin/gda-buildserver
+bin/gda-config
+bin/gda-report-server
+bin/gda-run
+include/gda/GDA.h
+include/gda/gda++/gdaBatch.h
+include/gda/gda++/gdaCommand.h
+include/gda/gda++/gdaConnection.h
+include/gda/gda++/gdaError.h
+include/gda/gda++/gdaErrorList.h
+include/gda/gda++/gdaField.h
+include/gda/gda++/gdaIncludes.h
+include/gda/gda++/gdaRecordset.h
+include/gda/gda++/gdaValue.h
+include/gda/gda-batch.h
+include/gda/gda-client.h
+include/gda/gda-command.h
+include/gda/gda-common.h
+include/gda/gda-config.h
+include/gda/gda-connection-pool.h
+include/gda/gda-connection.h
+include/gda/gda-corba.h
+include/gda/gda-error.h
+include/gda/gda-field.h
+include/gda/gda-log.h
+include/gda/gda-recordset.h
+include/gda/gda-report-client.h
+include/gda/gda-report-defs.h
+include/gda/gda-report-engine.h
+include/gda/gda-report-stream.h
+include/gda/gda-server-impl.h
+include/gda/gda-server.h
+include/gda/gda-thread.h
+include/gda/gda-util.h
+include/gda/gda-value.h
+include/gda/gda-xml-database.h
+include/gda/gda-xml-file.h
+include/gda/gda-xml-query.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-report.a
+lib/libgda-report.so
+lib/libgda-report.so.0
+lib/libgda-server.a
+lib/libgda-server.so
+lib/libgda-server.so.0
+share/gda/templates/gda-srv-command.c.tmpl
+share/gda/templates/gda-srv-connection.c.tmpl
+share/gda/templates/gda-srv-recordset.c.tmpl
+share/gda/templates/gda-srv.h.tmpl
+share/gda/templates/main-srv.c.tmpl
+share/gnome/gda/dtd/gda-report.dtd
+share/gnome/gda/dtd/gda-xml-query.dtd
+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/docbook.css
+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/ln32.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/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/docbook.css
+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/ln38.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/idl/GDA.idl
+share/idl/GDA_Command.idl
+share/idl/GDA_Connection.idl
+share/idl/GDA_Error.idl
+share/idl/GDA_Field.idl
+share/idl/GDA_Parameter.idl
+share/idl/GDA_Recordset.idl
+@dirrm share/gnome/help/libgda/pt_BR/images
+@dirrm share/gnome/help/libgda/pt_BR
+@dirrm share/gnome/help/libgda/C/images
+@dirrm share/gnome/help/libgda/C
+@dirrm share/gnome/help/libgda
+@dirrm share/gnome/gda/dtd
+@dirrm share/gnome/gda
+@dirrm share/gda/templates
+@dirrm share/gda
+@dirrm include/gda/gda++
+@dirrm include/gda
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
new file mode 100644
index 000000000000..9b0bc9d59d66
--- /dev/null
+++ b/databases/libgda3/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libgda
+# Date created: 8th March 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgda
+PORTVERSION= 0.2.3
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/libgda
+
+MAINTAINER= ade@FreeBSD.org
+
+USE_GNOME= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+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|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>
diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo
new file mode 100644
index 000000000000..802e4a484e63
--- /dev/null
+++ b/databases/libgda3/distinfo
@@ -0,0 +1 @@
+MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
diff --git a/databases/libgda3/files/patch-aa b/databases/libgda3/files/patch-aa
new file mode 100644
index 000000000000..370723ab829b
--- /dev/null
+++ b/databases/libgda3/files/patch-aa
@@ -0,0 +1,7 @@
+--- Makefile.in.orig Wed Feb 14 18:40:55 2001
++++ Makefile.in Thu Mar 8 17:10:44 2001
+@@ -138,3 +138,3 @@
+
+-SUBDIRS = po macros doc idl lib bindings providers tools report testing
++SUBDIRS = po macros doc idl lib bindings providers tools report
+
diff --git a/databases/libgda3/pkg-comment b/databases/libgda3/pkg-comment
new file mode 100644
index 000000000000..be18a121d7f0
--- /dev/null
+++ b/databases/libgda3/pkg-comment
@@ -0,0 +1 @@
+Provides uniform access to different kinds of data sources
diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr
new file mode 100644
index 000000000000..7c5a50c3cffd
--- /dev/null
+++ b/databases/libgda3/pkg-descr
@@ -0,0 +1,19 @@
+GNU Data Access (GDA) is an attempt to provide uniform access to
+different kinds of data sources (databases, information servers,
+mail spools, etc).
+
+It is a complete architecture that provides all you need to access
+your data, defined by a set of CORBA interfaces as generic as possible
+(but very powerful at the same time) so that any kind of data source
+can be accessed through them.
+
+libgda is an interface to the GDA architecture, providing a nice
+wrapper around the CORBA interfaces, for both the client and the server
+parts. It also provides a bunch of tools to help you both in the
+development and management of your data sources, all done through
+the GDA model's set of CORBA interfaces.
+
+libgda was part of the GNOME-DB project, but has been separated from it
+to allow non-GNOME applications to be developed based on it.
+
+WWW: http://www.gnome.org/projects/gnome-db/
diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist
new file mode 100644
index 000000000000..e8f37837790f
--- /dev/null
+++ b/databases/libgda3/pkg-plist
@@ -0,0 +1,132 @@
+bin/gda-buildclient
+bin/gda-buildserver
+bin/gda-config
+bin/gda-report-server
+bin/gda-run
+include/gda/GDA.h
+include/gda/gda++/gdaBatch.h
+include/gda/gda++/gdaCommand.h
+include/gda/gda++/gdaConnection.h
+include/gda/gda++/gdaError.h
+include/gda/gda++/gdaErrorList.h
+include/gda/gda++/gdaField.h
+include/gda/gda++/gdaIncludes.h
+include/gda/gda++/gdaRecordset.h
+include/gda/gda++/gdaValue.h
+include/gda/gda-batch.h
+include/gda/gda-client.h
+include/gda/gda-command.h
+include/gda/gda-common.h
+include/gda/gda-config.h
+include/gda/gda-connection-pool.h
+include/gda/gda-connection.h
+include/gda/gda-corba.h
+include/gda/gda-error.h
+include/gda/gda-field.h
+include/gda/gda-log.h
+include/gda/gda-recordset.h
+include/gda/gda-report-client.h
+include/gda/gda-report-defs.h
+include/gda/gda-report-engine.h
+include/gda/gda-report-stream.h
+include/gda/gda-server-impl.h
+include/gda/gda-server.h
+include/gda/gda-thread.h
+include/gda/gda-util.h
+include/gda/gda-value.h
+include/gda/gda-xml-database.h
+include/gda/gda-xml-file.h
+include/gda/gda-xml-query.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-report.a
+lib/libgda-report.so
+lib/libgda-report.so.0
+lib/libgda-server.a
+lib/libgda-server.so
+lib/libgda-server.so.0
+share/gda/templates/gda-srv-command.c.tmpl
+share/gda/templates/gda-srv-connection.c.tmpl
+share/gda/templates/gda-srv-recordset.c.tmpl
+share/gda/templates/gda-srv.h.tmpl
+share/gda/templates/main-srv.c.tmpl
+share/gnome/gda/dtd/gda-report.dtd
+share/gnome/gda/dtd/gda-xml-query.dtd
+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/docbook.css
+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/ln32.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/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/docbook.css
+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/ln38.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/idl/GDA.idl
+share/idl/GDA_Command.idl
+share/idl/GDA_Connection.idl
+share/idl/GDA_Error.idl
+share/idl/GDA_Field.idl
+share/idl/GDA_Parameter.idl
+share/idl/GDA_Recordset.idl
+@dirrm share/gnome/help/libgda/pt_BR/images
+@dirrm share/gnome/help/libgda/pt_BR
+@dirrm share/gnome/help/libgda/C/images
+@dirrm share/gnome/help/libgda/C
+@dirrm share/gnome/help/libgda
+@dirrm share/gnome/gda/dtd
+@dirrm share/gnome/gda
+@dirrm share/gda/templates
+@dirrm share/gda
+@dirrm include/gda/gda++
+@dirrm include/gda