summaryrefslogtreecommitdiff
path: root/databases/libgnomedb
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland1-2/+3
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-18/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz2-4/+4
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz1-2/+2
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-2/+2
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-09-29Require OpenSSL to build plugins.obache1-1/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-10-07libglade2 -> libglade (comment).hira1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-6/+7
Bump PKGREVISION.
2007-08-04Update libgnomedb to 3.0.0.obache8-388/+313
libgnomedb 3.0.0, 2007-04-23 - fix libgnomedb versioning in gtk-docs (yselkowitz) - misc. bug fixes (Armin Burgmeier, Vivien Malerba) - Bug fixes: #422979, #423405 (Vivien Malerba) - Translations: - ca (Gil Forcada) - dz (Pema Geyleg) - lt (Gintautas Miliauskas) - ar (Djihed Afifi) libgnomedb 2.99.6, 2007-03-23 - Corrected linker errors when using C++ (Murray Cumming) - Spell corrections (Murray Cumming) - Code cleanups (Murray Cumming) - Data entry widgets improvements (Vivien Malerba) - Removed the C# bindings (Murray Cumming) - Always install the doc (Thomas Klausner) - Lots of minor corrections (Armin Burgmeier, Vivien Malerba, Murray Cumming) - Bug fixes: #419063, #390609 (Yselkowitz, Murray Cumming) - Translations: - new 'dz' translation (Pema Geyleg) - ca (Josep Puigdemont i Casamajó) - en_GB (David Lodge) - sv (Daniel Nylander) - vi (Clytie Siddall) libgnomedb 2.99.5, 2007-02-12 - Updated for libgda 2.99.5. libgnomedb 2.99.4, 2007-02-12 - The library is no split into separate libgnomedb, libgnomedb-extra, and libgnomedb-graph shared libraries. You must adjust your #include lines appropriately. Packagers might want to ensure that previously-installed headers are removed, if possible. - GnomeDbRawForm: - Handle the new "reset" signal from the GdaDataProxy. - Don't show a data entry if gnome_db_data_widget_column_hide() has been called. (Vivien Malerba) - GnomeDbBasicForm: Allow the "paramlist" property to be set more than once. - GnomeDbDataWidget, GnomeDbRawGrid, GnomeDBRawForm: added an "iter_changed" signal. (Vivien Malerba) - GnomeDbRawGrid: - Improved column title for parameters restricted by a data model. - Hide expander for parameters restricted by a data model. (Vivien Malerba) - GnomeDbDataCellRendererCombo: Added a "show_expander" property. (Vivien Malerba) - Use enum types instead of guint or gulong for flags, matching the conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef (Murray Cumming, Openismus) - Use specific types for property and signal parameter registrations, and use specific signal marshallers. This should be more robust, and is needed by language bindings. (Murray Cumming, Openismus) - Generate enum GType registrations for libgnomedb-extra. This is needed for language bindings and use of these enums in GValues. - Improvements to _new() functions for language bindings, such as C++: GnomeDbSqlConsole, GnomeDbDbmsUpdateViewer, GnomeDbErrorDialog, GnomeDbEditor, GnomeDbDataImport, GnomeDbLoginDialog, GnomeDbDsnSpec, GnomeDbGrid, GnomeDbDataSourceSelector, GnomeDbConnectionProperties, GnomeDBForm. (ArminBurgmeir, Openismus) GnomeDbDataCellRendererBoolean, GnomeDbDataCellRendererCombo, GnomeDbDataCellRendererInfo, GnomeDbDataCellRendererTextual, GnomeDbDataEntryCombo (Johannes Schmid, Openismus) - Adapt to latest glade3 API changes. (Vincent Geddes, bug #400836) - Correct all remaining installation location conflicts with libgda 1.2. (Leonardo Boshell) - Correct English spellings. (Kraii) libgnomedb 2.99.3, 2007-01-27 - Build: - Now builds with GTK+ 2.8 as well as GTK+ 2.10. (Murray Cumming) - Now builds with glib 2.8 as well as glib 2.12. (Vivien Malerba) - Now builds without gconf, libgnomecanvas, or libgnomeui. - The graph API is now a separate shared library. (Vivien Malerba) - Use glade-3.1/3.2 instead of glade 3.0, if using glade at all. (Vivien Malerba) - Install gnome-db-plugin.h (Vivien Malerba) - Do not install private headers. (Murray Cumming) - Removed unused utility functions. (Bug #383533, Min Sik Kim) - Windows (win32) build improvements. (Bug #321663, Yselkowitz) - Do not ignore CFLAGS. (Bug #354476, Alex Smith) - Use glib-mkenums to create gnome-db-enum-types.h and gnome-db-enum-types.c. (Bug #129035, Armin Burgmeier) - Fixed compiler warnings. (Mark Johnson, Bug #366710, Hans de Goede) - GnomeDbServerOperation.c: Added "opt_header" property. (Vivien Malerba) - Renamed gnome_db_basic_form_show_entries_actions() to gnome_db_basic_form_show_entry_actions(). (Murray Cumming) - Renamed GnomeDbmsUpdateViewer to GnomeDbDbmsUpdateViewer. (Bug #389191, Murray Cumming) - GnomeDbDatabaseLogin improvements. (Vivien Malerba) - Picture widgets: Bug fixes. (Vivien Malerba) - GnomeDbTransactionStatus: Warn when the transaction is locked. (Vivien Malerba) - Added construct properties for language bindings. (Bug #391514, Johannes Schmid) - HIG improvements. (Jeroen Zwartepoorte) - Corrected some English strings. (Bug #352123 and bug #315612 from Clytie Siddall)
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-4/+4
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-2/+4
2007-01-24Do not install glade3-specific files. When glade3 is not found,wiz2-1/+15
they would be installed into /16x16 and /22x22. glade3 is not yet in pkgsrc.
2007-01-21Update to 2.99.2:wiz4-97/+98
libgnomedb 2.99.2, 2006-12-22 ----------------------------- - C# bindings corrections (Daniel) - Change version to 2.99.x to become 3.0.x when the API/ABI is declared stable (Murray) - Lots of corrections and small improvements (Stian, Vivien) - Doc. improvements (Vivien) - Glade3 support (Daniel) - Code cleanups (Vivien) - Improved code to make bindings easier (Murray) - Improved sample application (Vivien) - New plugin to display pictures from BLOB or encoded strings (Vivien) - Translations: - new Arabic transtation (Djihed Afifi) - fi (Ilkka) - en_GB (David Lodge) - es (Francisco Javier) - en_CA (Adam Weinberger)
2006-12-07Make this package build on Darwin by linking with all required libraries.minskim3-2/+28
Bump PKGREVISION. http://bugzilla.gnome.org/show_bug.cgi?id=383525
2006-12-05Update to 1.99.1:wiz4-106/+131
libgnomedb 1.99.1, 2006-10-26 ----------------------------- - Possibility to avoid compiling C# bindings (Vivien) - Bug fixes (Vivien) - Translations: - en_GB (David Lodge) - fi (Ilkka) libgnomedb 1.99.0, 2006-10-18 ----------------------------- - GnomeDb# fixes (Daniel) - New gnome-db-demo program to demo widgets and show code (Vivien) - Improved documentation about migration from previous versions (Vivien) - Many bug fixes and small improvements - Translations: - en_GB (David Lodge) - fi (Ilkka) - ca (Josep Puigdemont i Casamajó) - ne (Pawan Chitrakar) - vi (Clytie)
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner2-121/+118
2006-09-22Pull in security/openssl/buildlink3.mk.dsainty2-2/+4
libgnomedb_entry_builtin_plugins.so.4.0.0 links with libssl, and if PREFER.openssl=pkgsrc then it should link with Pkgsrc libssl. Without including security/openssl, it links with /usr/lib/libssl.so instead.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-3/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-11Update to 1.9.103:wiz6-55/+28
libgnomedb 1.9.103, 2006-09-03 ------------------------------ - Re-implement the plugin feature for custom GnomeDbDataEntry widgets and GtkCellRenderer objects (Vivien) - Better integration with Glade-3 (Daniel Espinosa) - Enable table contents modifications in the browser (Carlos) - Improved testing program (Vivien) - New widget to represent DDL queries in a generic way (from each provider's specifications) (Vivien) - Fixed #336982 (Thomas) - Bug fixes - Translations: - new Lithuanian (lt) translation (Gintautas Miliauskas) - removed the obsolete no translation (Kjartan Maraas) - vi (Clytie) - fi (Ilkka) - zh_HK, zh_TW (Chao-Hsiung Liao) - eu (Iñaki) - nb (Kjartan Maraas) - es (Francisco Javier) - fr (Marc-André Lureau) - ru (Nickolay) - de (Hendrik)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-47/+47
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02Update to 1.902:wiz5-178/+96
libgnomedb 1.9.102, 2006-03-24 ------------------------------ - More respectfull of standard naming conventions (Juan Manuel) - Moved all the objects not depending on GTK+ to Libgda (Vivien) - Improved tests (Vivien) - Fixed #327798 (Thierry) - Login widget now uses usaename and password when provided in the configuration - Grammar corrections (Thierry) - Updated sample application - Bug fixes and various improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - es (Francisco Javier) - fi (Ilkka) - nl (Vincent) - cs (Stanislav) - vi (Clytie) - en_CA (Adam) - eu (Iñaki) - zh_TW (Chao-Hsiung) - de (Frank) - pt_BR (Raphael)
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.