summaryrefslogtreecommitdiff
path: root/databases/libgnomedb
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-17Patch added for configure so correct perl will be used.reed2-1/+15
This fixes error noticed on Mac OS X: configure: error: XML::Parser perl module is required for intltool (This is the same fix used for libgda also.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-20libgnomedb 1.0.4, 2004-04-18jmmv4-23/+26
---------------------------- - Fixed parameter mismatch in GnomeDbCombo API (rodrigo) - Added missing implementation for gnome_db_config_get_component_data_model (laurent) - Fixed desktop icon location (julio) - Fixed gtk-doc comments (stephane) - Removed missing files in spec file (rodrigo) - Make sure the GUI doesnt allow data source names with spaces (rodrigo) - Only build documentation if gtk-doc is enabled (rodrigo) - Updated translations: - ca (jordi) - cs (mitr) - de (christian) - en_CA (adam) - en_GB (dave) - es (francisco) - fi (tvainika) - ga (alastairmck) - hr (rsedak) - hu (andras) - id (mohammad) - it (algol) - nl (vincent) - no (kjartan) - pt_BR (evandro, gustavo) - sr@Latin (danilo)
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-11Update to 1.0.3:jmmv5-33/+25
libgnomedb 1.0.3, 2004-01-16 ---------------------------- - Fixed sorting in grid widget (marius) - Fixed selection signal emission in grid widget (rodrigo) - Fixed libglade module compilation problems (rodrigo) - Fixed compilation problems on Debian (jdassen) - Use a grid instead of a list in form widget (jon) - Updated translations: - ja (aihana) - nl (adrighem) libgnomedb 1.0.2, 2003-11-30 ---------------------------- - Avoid creating data sources with duplicating names in GnomeDbDsnConfigDruid widget (laurent) - Fixes for 64bit platforms (fredreric) - Implemented missing gnome_db_combo_set_model (gonzalo) - Updated translations: - cs (miroslav) - el (pkst) - fi (pauli) - nl (vincent) - pt (duarte) - sr (danilo) - sw (christian) libgnomedb 1.0.1, 2003-10-13 ---------------------------- - Fixed problems with gtksourceview compilation (rodrigo) - Made labels non-selectable in gray bar widget (álvaro) - Fill background color with GTK style color in gray bar (álvaro) - Use GTK default text color in grid titles for gnome-database-properties (rodrigo) - Dont g_free GtkWidget's in gray bar widget finalization (rodrigo) - Updated translations: - sk (stanislav)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20unusedjmmv1-36/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-9/+38
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Bump revision to track GNOME 2.2 -> 2.4 update.jmmv2-6/+5
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo2-3/+4
2003-09-19Trivially update to 1.0.0:jmmv2-6/+6
- Fixed #122108 - generating .server is not flexible (tagoh)
2003-09-11Update to 0.99.0:jmmv5-46/+45
libgnomedb 0.99.0, 2003-09-10 ----------------------------- - Added a (configurable) icon to GnomeDbGrayBar (apg) - Use icons for gnome-database-properties tabs (rodrigo) - Removed ugly BUILD_WITH_GNOME in public headers (daniel) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - fi (pvirtane) - fr (redfox) - no (kmaraas) - pl (aflinta) - pt (dnloreto) - sl (minmax) - sr (danilo) - sv (menthos) libgnomedb 0.91.0, 2003-08-06 ----------------------------- - Extended GnomeDbLogin API (rodrigo) - Added a 'Create DSN' button on the GnomeDbLogin widget (rodrigo) - Redid UI for database properties configuration applet (rodrigo) - Fixed #108023 (rodrigo) - Some HIG-ification (apg, rodrigo) - Added query builder widget, to be used in Gnumeric and Abiword (rodrigo) - Extended GnomeDbEditor API (daniel) - More API documentation (rodrigo) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pl (aflinta) - pt (dnloreto) - sv (menthos) libgnomedb 0.90.0, 2003-07-03 ----------------------------- - Added missing entry points to GnomeDbLoginDialog API (rodrigo) - Removed non-working MIME components (rodrigo) - Added MIME actions component for SQL and connection files (rodrigo) - Removed dependencies on GTK+ 2.2 (rodrigo) - Added missing files to spec file (adam) - Added preloading of GConf keys (rodrigo) - Catched missing translatable strings (baddog) - HIG-ify the error dialog widget (rodrigo) - Updated translations: - be (dmitrym) - cs (mitr) - es (pablodc) - ml (karunakar) - nl (vincent) - pt (dnloreto) - ru (frob) - sv (menthos) - zh_TW (baddog)
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-05This requires at least version 0.11.2 of libgdarh1-1/+3
2003-06-13Update to 0.12.2:jmmv2-5/+5
- Backported patches from HEAD to remove dependency on GTK+ 2.2.0 (rodrigo, daniel) - Fixed list of libglade module files (daniel)
2003-06-10Update to 0.12.1:jmmv5-39/+17
libgnomedb 0.12.1, 2003-06-08 ----------------------------- - Added missing static libraries to the spec file (adam) - Fixed typo in configure.in (redfox) - Simplified column titles in data sources and providers config dialog (rodrigo) - Added missing CFLAGS for libglade module (rodrigo) - Fixed soname numbering (rodrigo) - Updated translations: - nl (adrighem) - sr (danilo) - ta (baddog) libgnomedb 0.12, 2003-05-28 --------------------------- - Added new stock icons (apg) - HIG-ified the login dialog widget (apg) - Added support for GTK/libgda-only compilation (dmitrym) - Extended GnomeDbForm API (rodrigo) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - fa (roozbeh) - nl (adrighem) - pt (dnloreto) - pt_BR (gdvieira) - sv (menthos) libgnomedb 0.11, 2003-03-08 --------------------------- - Marked missing strings in .keys file for translation (cneumair) - Added new stock icons for COMMIT and ROLLBACK (rodrigo) - Fixed #106121 (julio) - Fixed #106122 (julio) - Fixed #106402 (rodrigo) - HIG-ify the gray bar widget (apg) - Fixed #106402 (tagoh) - Spec file fixes (yanko) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pl (chyla) - pt (dnloreto) - pt_BR (gdvieira) - sv (menthos) - uk (rasta)
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-4/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv2-11/+3
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-2/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-14Update to 0.10. Changes since 0.8.199:jmmv7-111/+137
libgnomedb 0.10, 2003-01-27 --------------------------- - Added --disable-gtk-doc argument to configure (rodrigo) - Fixed .server file paths (rodrigo) - Fixed weird size of provider list in configuration dialog (rodrigo) - Fixed modal dialog on 'save as..' grid's menu item and made the code actually ask the user if he wants to overwrite existing files (rodrigo) - Re-Added GnomeDbIconList from the 1.4 version (rodrigo) - Implemented session management (rodrigo) - Replaced GnomeDbSqlEditor widget with a more generic GnomeDbEditor, to support many languages (rodrigo) - Removed obsolete config.h files all over (gonzalo) - Fixed alignment for grid's cells (rodrigo) - Improved look of error and login dialogs (rodrigo) - Remember values between GnomeDbDsnConfigDruid's pages (rodrigo) - Many improvements on GnomeDbGrid (rodrigo) - Updated translations: - de (cneumair) - es (pablodc) - it (algol) - no (kmaraas) - pt_BR (evandrofg) - sl (minmax) - sv (menthos) libgnomedb 0.9, 2002-12-10 -------------------------- - Splitted stock icons initialization from the main library init function, to have the GnomeDbLogin/GnomeDbLoginDialog widgets work correctly in Glade (rodrigo) - Updated translations: - be (dmitrym) - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - nl (adrighem) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html. - Honor PKG_SYSCONFDIR. - Register schema files using the new framework in GConf2 (schemas.mk).
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-10-30Add missing buildlink2.mkrh1-0/+37
2002-10-30Initial import of libgnomedb-0.8.199, the GNOME2 database library.rh6-0/+248