The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD databases : libgda2

Provides uniform access to different kinds of data sources

 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. 

http://www.gnome-db.org/



libgda2 history


v. 1.81
date: 2007/10/24 23:35:18;  author: marcus;  state: Exp;  lines: +9 -8
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

v. 1.80 date: 2007/05/19 20:01:07; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.79 date: 2007/03/03 14:21:55; author: rafan; state: Exp; lines: +2 -2 - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5 - Bump PORTREVISION where necessary
v. 1.78 date: 2007/01/18 17:04:30; author: mezz; state: Exp; lines: +7 -7 Fix the autochecks of exist dependencies by remove version number. PR: ports/107909 Submitted by: Sergio Lenzi
v. 1.77 date: 2007/01/11 05:32:12; author: marcus; state: Exp; lines: +2 -2 Update to 1.2.4.
v. 1.76 date: 2007/01/06 19:37:08; author: netchild; state: Exp; lines: +6 -1 - Add a message about the firebird support. - Add conflicts with libgda. Approved by: gnome (mezz)
v. 1.75 date: 2006/10/14 08:35:08; author: marcus; state: Exp; lines: +4 -3 Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann tmclaugh mux Yuri Pankov chinsan Thomas Brian Gruber Franz Klammer Dominique Goncalves Pascal Hofstee Yasuda Keisuke backyard Andris Raugulis Eric L. Chen Pawel Worach QuiRK on #freebsd-gnome Shane Bell luigi sajd on #freebsd-gnome sat Chris Coleman kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz Enjoy! Approved by: portmgr (implicit, kris)
v. 1.74 date: 2006/05/31 22:18:42; author: mezz; state: Exp; lines: +3 -5 - Add header in these *-reference ports. - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
v. 1.73 date: 2006/05/15 22:22:55; author: mezz; state: Exp; lines: +1 -0 Add USE_GETTEXT to appease portlint.
v. 1.72 date: 2006/05/11 05:42:57; author: jylefort; state: Exp; lines: +12 -6 Move the libgda2 programming reference to the libgda2-reference port.
v. 1.71 date: 2006/03/26 23:16:59; author: marcus; state: Exp; lines: +11 -7 Bring back libgda2-1.2.x as libgda2-1.2.3.
v. 1.70 date: 2006/03/25 04:07:33; author: marcus; state: Exp; lines: +1 -2 Update to 1.9.102.
v. 1.69 date: 2006/02/23 10:35:06; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.68 date: 2005/11/05 05:36:48; author: marcus; state: Exp; lines: +9 -9 Update to 1.9.100.
v. 1.67 date: 2005/06/16 08:45:38; author: mezz; state: Exp; lines: +3 -2 Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION. Submitted by: Peter Czanik (in freebsd-ports list)
v. 1.66 date: 2005/06/15 03:26:22; author: marcus; state: Exp; lines: +1 -2 Update to 1.2.2.
v. 1.65 date: 2005/05/18 17:09:30; author: sem; state: Exp; lines: +4 -3 - Fix after databases/firebird split Reminded by: netchild
v. 1.64 date: 2005/03/14 02:03:35; author: linimon; state: Exp; lines: +1 -1 Fix INDEX build if WITH_SQLITE is defined. Forgotten by: nork
v. 1.63 date: 2005/03/12 10:39:21; author: marcus; state: Exp; lines: +7 -14 Presenting GNOME 2.10 for FreeBSD! The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
v. 1.62 date: 2005/01/31 00:35:41; author: girgen; state: Exp; lines: +6 -23 Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.61 date: 2004/12/23 08:25:44; author: nork; state: Exp; lines: +2 -1 Clean up SQLite and related ports. o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
v. 1.60 date: 2004/11/23 02:22:58; author: mezz; state: Exp; lines: +1 -0 Use new INSTALLS_OMF. Approved by: bland, kwm, marcus and pav
v. 1.59 date: 2004/11/07 19:56:26; author: netchild; state: Exp; lines: +1 -1 Fix WITHOUT_FIREBIRD case. Noticed by: Peter Czanik Pointy hat to: netchild (rev 1.42)
v. 1.58 date: 2004/04/18 20:33:16; author: marcus; state: Exp; lines: +1 -2 Update to 1.0.4.
v. 1.57 date: 2004/04/05 03:30:51; author: marcus; state: Exp; lines: +1 -1 Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.56 date: 2004/02/04 05:19:03; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.55 date: 2004/01/17 04:15:22; author: adamw; state: Exp; lines: +6 -1 Update to 1.0.3.
v. 1.54 date: 2004/01/03 20:29:08; author: adamw; state: Exp; lines: +1 -2 Udpate to 1.0.2. Use %%DOCSDIR%%.
v. 1.53 date: 2003/11/17 12:28:52; author: trevor; state: Exp; lines: +0 -1 USE_REINPLACE need be defined only when REINPLACE_CMD is used.
v. 1.52 date: 2003/11/04 18:30:49; author: marcus; state: Exp; lines: +1 -1 Chase the libxslt shared lib version with a PORTREVISION bump.
v. 1.51 date: 2003/11/01 03:25:01; author: bland; state: Exp; lines: +1 -0 Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies. This complete --libs list and fixes link failures in dependant ports.
v. 1.50 date: 2003/10/13 16:26:20; author: marcus; state: Exp; lines: +1 -1 s/pqeasy/pgeasy/ Submitted by: Sebastian Schaffert
v. 1.49 date: 2003/10/12 18:48:14; author: adamw; state: Exp; lines: +1 -2 Update to 1.0.1.
v. 1.48 date: 2003/10/02 03:34:53; author: bland; state: Exp; lines: +1 -0 Fix reference in .omf file to html documentation. So it can be navigated via Yelp.
v. 1.47 date: 2003/09/25 03:17:29; author: adamw; state: Exp; lines: +3 -3 Update to 1.0.0. Obtained from: marcuscom
v. 1.46 date: 2003/08/30 04:17:18; author: marcus; state: Exp; lines: +11 -37 * Use USE_MYSQL [1] * Handle OMF files properly * Use %%DOCSDIR%% in the plist Submitted by: Clement Laforet [1]
v. 1.45 date: 2003/08/16 20:35:04; author: marcus; state: Exp; lines: +1 -1 Depend on openldap20-client as openldap20 no longer exists. Pointed out by: Thierry Thomas
v. 1.44 date: 2003/08/06 12:33:17; author: marcus; state: Exp; lines: +2 -2 Update to 0.91.0.
v. 1.43 date: 2003/07/03 20:25:47; author: marcus; state: Exp; lines: +2 -2 Update to 0.90.
v. 1.42 date: 2003/06/12 20:21:08; author: marcus; state: Exp; lines: +168 -18 * Update to 0.12.1 [1] * Add support for for database options in libgda2 [2] Submitted by: netchild [1] (based on) netchild [2]
v. 1.41 date: 2003/06/12 09:45:55; author: adamw; state: Exp; lines: +0 -4 Remove REINPLACE commands that were rolled into gnomehack.
v. 1.40 date: 2003/06/01 00:31:46; author: marcus; state: Exp; lines: +13 -13 Update to 0.12.0.
v. 1.39 date: 2003/05/17 17:33:59; author: marcus; state: Exp; lines: +3 -3 Remove dependency on gbdm. libgda2 does not use it. Submitted by: Alexander Nedotsukov
v. 1.38 date: 2003/04/22 04:12:08; author: marcus; state: Exp; lines: +1 -4 Convert to new GNOME infrastructure.
v. 1.37 date: 2003/04/18 21:19:00; author: marcus; state: Exp; lines: +0 -1 Remove USE_GNOMENG.
v. 1.36 date: 2003/04/04 07:30:19; author: marcus; state: Exp; lines: +2 -2 Update to 0.11.0.
v. 1.35 date: 2003/03/07 05:58:25; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.34 date: 2003/02/24 02:56:31; author: edwin; state: Exp; lines: +1 -1 Point dependencies on net/openldap2 to net/openldap20
v. 1.33 date: 2003/02/07 18:41:58; author: marcus; state: Exp; lines: +19 -4 Update to GNOME 2.2. This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
v. 1.32 date: 2003/01/19 19:54:19; author: marcus; state: Exp; lines: +2 -2 Update to 0.9.0.
v. 1.31 date: 2003/01/04 15:53:37; author: seanc; state: Exp; lines: +2 -1 Chase libpq version bump.
v. 1.30 date: 2003/01/03 08:26:29; author: ijliao; state: Exp; lines: +1 -1 chase gdbm lib version
v. 1.29 date: 2002/10/25 07:31:27; author: marcus; state: Exp; lines: +3 -1 Update to 0.8.199.
v. 1.28 date: 2002/09/23 00:33:44; author: marcus; state: Exp; lines: +1 -1 Make this fetchable.
v. 1.27 date: 2002/09/20 17:06:14; author: marcus; state: Exp; lines: +1 -1 GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.26 date: 2002/09/18 18:51:30; author: marcus; state: Exp; lines: +2 -0 Add missing dependency on scrollkeeper. Submitted by: bento
v. 1.25 date: 2002/09/15 00:34:39; author: marcus; state: Exp; lines: +2 -2 Update to 0.8.193.
v. 1.24 date: 2002/08/14 16:26:07; author: marcus; state: Exp; lines: +1 -1 s/-pthread/${PTHREAD_LIBS}/
v. 1.23 date: 2002/07/26 22:24:29; author: marcus; state: Exp; lines: +5 -10 * Update to 0.8.192 * Use USE_GNOMENG * Use USE_REINPLACE were appropriate
v. 1.22 date: 2002/07/11 15:01:49; author: sobomax; state: Exp; lines: +6 -5 Use USE_REINPLACE.
v. 1.21 date: 2002/06/19 19:39:32; author: marcus; state: Exp; lines: +2 -1 Adding missing dependency on popt.
v. 1.20 date: 2002/06/18 16:50:52; author: marcus; state: Exp; lines: +1 -1 Fix the Postgres dependency. PR: 39472 Submitted by: NIHEI Takuji
v. 1.19 date: 2002/06/13 02:02:25; author: marcus; state: Exp; lines: +2 -1 Add missing dependency. Reported by: Linh Pham
v. 1.18 date: 2002/06/11 16:07:55; author: marcus; state: Exp; lines: +39 -15 Add glade2 and GNOME DB 2 to the tree. These are still beta versions of the software, but it gives GNOME 2 testers some more stuff to play with.
v. 1.17 date: 2002/05/01 20:23:00; author: sobomax; state: Exp; lines: +2 -1 - Move misc documentation into share/doc where it belongs; - use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
v. 1.16 date: 2002/04/24 15:50:02; author: marcus; state: Exp; lines: +1 -0 Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9 is also installed. PR: 36401 Reported by: many Approved by: sobomax
v. 1.15 date: 2002/03/04 09:15:36; author: sobomax; state: Exp; lines: +3 -1 Update to 0.2.96. PR: 35489 Submitted by: Joe Marcus Clarke
v. 1.14 date: 2002/01/28 17:08:33; author: sobomax; state: Exp; lines: +1 -1 Update to 0.2.95.
v. 1.13 date: 2002/01/23 15:22:31; author: sobomax; state: Exp; lines: +1 -2 Update to 0.2.94.
v. 1.12 date: 2001/12/01 08:21:14; author: sobomax; state: Exp; lines: +1 -1 Update checksums because distfiles were rerolled without version bump. Since there were some non-witespace changes bump PORTREVISIONs. Prompted by: many
v. 1.11 date: 2001/11/21 11:23:49; author: sobomax; state: Exp; lines: +1 -0 Update checksum - the distfile has been rerolled without version bump. Since there are significant differencies between old and new version bump PORTREVISION. RP: 32131 Submitted by: Takahiro Fujita
v. 1.10 date: 2001/10/23 13:26:48; author: sobomax; state: Exp; lines: +3 -3 Update to 0.2.93.
v. 1.9 date: 2001/08/20 08:55:25; author: sobomax; state: Exp; lines: +1 -23 Another checksum update w/o version bump - as it was correctly predicted in my previous update the GNOME folks rerolled distfile once more because previous one was lacking some files necessary for configure script to work properly.
v. 1.8 date: 2001/08/16 11:28:27; author: sobomax; state: Exp; lines: +8 -1 Remove lib*.la files after installation, because presence of this files breaks gnomedb build on 4-STABLE. Reported by: *many*
v. 1.7 date: 2001/08/14 09:56:49; author: sobomax; state: Exp; lines: +16 -1 Another day, another version-bumpless distinfo update. This time distfile misses some files required by configure script, so expect another bumpless update RSN. Submitted by: bento
v. 1.6 date: 2001/08/13 09:33:30; author: sobomax; state: Exp; lines: +2 -0 Update checksum. The distfile has been reroled without version bump. Bump PORTREVISION. Submitted by: many
v. 1.5 date: 2001/08/06 10:56:38; author: sobomax; state: Exp; lines: +5 -9 Update to 0.2.90.
v. 1.4 date: 2001/07/26 13:25:36; author: sobomax; state: Exp; lines: +6 -2 - Fix a silly GNUism in the configure script (`==' instead of `='), that results in perl module not being built; - remove useless USE_LIBTOOL.
v. 1.3 date: 2001/06/19 08:10:52; author: ade; state: Exp; lines: +11 -4 Update to 0.2.10
v. 1.2 date: 2001/05/11 16:36:14; author: ade; state: Exp; lines: +2 -2 SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
v. 1.1 date: 2001/05/04 21:50:51; author: ade; state: Exp; The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm