NOTICE: This package has been removed from pkgsrc

./devel/qof, Query Object Framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.7.5nb21, Package name: qof-0.7.5nb21, Maintainer: pkgsrc-users

QOF, the Query Object Framework, provides a set of C Language
utilities for performing generic structured complex queries on a
set of data held by a set of C/C++ objects. This framework is unique
in that it does NOT require SQL or any database at all to perform
the query. Thus, it allows programmers to add query support to
their applications without having to hook into an SQL Database.

Typically, if you have an app, and you want to add the ability to
show a set of reports, you will need the ability to perform queries
in order to get the data you need to show a report. Of course, you
can always write a set of ad-hoc subroutines to return the data
that you need. But this kind of a programming style is not extensible:
just wait till you get a user who wants a slightly different report.

The idea behind QOF is to provide a generic framework so that any
query can be executed, including queries designed by the end-user.
Normally, this is possible only if you use a database that supports
SQL, and then only if you deeply embed the database into your
application. QOF provides simpler, more natural way to work with
objects.


Required to run:
[textproc/libxml2] [databases/sqlite] [devel/glib2]

Required to build:
[devel/doxygen] [pkgtools/cwrappers]

Master sites:

SHA1: 9d7453fca0910c401180b8c8eda7443442633803
RMD160: 3e0ab118c2c5c1d760f2a9445183e77659f692c7
Filesize: 884.775 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-25 11:22:27 by Nia Alarie | Files touched by this commit (9) | Package removed
Log message:
devel: Remove qof

Dead upstream and no longer used by anything in pkgsrc.
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2020-01-10 22:12:10 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update for doxygen changes. Bump revision.
   2019-12-28 12:52:56 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
qof: update to 0.7.5nb19.

Depend on latest doxygen and fix PLIST for it.
   2016-11-24 15:11:31 by Makoto Fujiwara | Files touched by this commit (7)
Log message:
Update doxygen-depend version to 1.8.12 (or add new BUILD_DEPENDS+)
   2016-11-24 14:43:36 by Makoto Fujiwara | Files touched by this commit (14) | Package updated
Log message:
Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.
   2016-06-20 00:59:30 by Joerg Sonnenberger | Files touched by this commit (2) | Package updated
Log message:
Sync PLIST with Doxygen update.
   2016-03-03 14:16:20 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Fix Darwin version test.