1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
SPELL=libgda
VERSION=0.2.96
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_HASH=sha512:1b3937f733866e5ffc4a59ecd7e8ee530fcaf236c4f936436941a34c6cf8965a30ffc59789eec6e7dd54fb00ff419e8fa6427997dc83145297293aab577e5801
WEB_SITE=http://www.gnome.org
LICENSE[0]=GPL
LICENSE[1]=LGPL
ENTERED=20010922
UPDATED=20020129
KEYWORDS="gnome1 libs"
BUILD_API=1
SHORT="GNU Data Access (GDA) provides uniform access to different kinds of data sources"
cat << EOF
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. It is 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
(http://www.gnome.org/projects/gnome-db),
but has been separated from it to allow non-GNOME applications to be
developed based on it.
libgda is released under the terms of the GPL and LGPL licenses. The
specific parts of the architecture are licensed under one of them:
executables, such as the command-line tools and the database providers
are licensed under the GPL license, which means that any work derived
from it must also adhere to the terms of the GPL license. Libraries
(libgda-common, libgda-client, libgda-server , libgda-report) are, on
the other hand, licensed under the LGPL license, which allows for
commercial applications to be developed based on libgda.
EOF
|