Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel devel: Remove qof



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc17a93f139a
branches:  trunk
changeset: 432739:dc17a93f139a
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 25 09:22:26 2020 +0000

description:
devel: Remove qof

Dead upstream and no longer used by anything in pkgsrc.

diffstat:

 devel/Makefile                             |    3 +-
 devel/qof/DESCR                            |   20 -
 devel/qof/Makefile                         |   34 --
 devel/qof/PLIST                            |  472 -----------------------------
 devel/qof/buildlink3.mk                    |   16 -
 devel/qof/distinfo                         |   10 -
 devel/qof/patches/patch-aa                 |   13 -
 devel/qof/patches/patch-configure          |   15 -
 devel/qof/patches/patch-doc_doxygen.cfg.in |   36 --
 devel/qof/patches/patch-qof_qofmath128.h   |   61 ---
 10 files changed, 1 insertions(+), 679 deletions(-)

diffs (truncated from 730 to 300 lines):

diff -r 2c60a428c418 -r dc17a93f139a devel/Makefile
--- a/devel/Makefile    Mon May 25 08:42:14 2020 +0000
+++ b/devel/Makefile    Mon May 25 09:22:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3135 2020/05/24 16:44:19 nat Exp $
+# $NetBSD: Makefile,v 1.3136 2020/05/25 09:22:26 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -2623,7 +2623,6 @@
 SUBDIR+=       qbzr
 SUBDIR+=       qconf
 SUBDIR+=       qjson
-SUBDIR+=       qof
 SUBDIR+=       qore-uuid-module
 SUBDIR+=       qtscriptgenerator
 SUBDIR+=       quilt
diff -r 2c60a428c418 -r dc17a93f139a devel/qof/DESCR
--- a/devel/qof/DESCR   Mon May 25 08:42:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-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.
diff -r 2c60a428c418 -r dc17a93f139a devel/qof/Makefile
--- a/devel/qof/Makefile        Mon May 25 08:42:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2020/03/08 16:47:41 wiz Exp $
-
-DISTNAME=      qof-0.7.5
-PKGREVISION=   21
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qof/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://qof.alioth.debian.org/
-COMMENT=       Query Object Framework
-LICENSE=       gnu-gpl-v2
-
-BUILD_DEPENDS+=        doxygen>=1.8.16:../../devel/doxygen
-
-MAKE_JOBS_SAFE=                no
-
-GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
-USE_PKGLOCALEDIR=      yes
-
-PKGCONFIG_OVERRIDE+=   qof-1.pc.in
-PKGCONFIG_OVERRIDE+=   qof.pc.in
-
-# not portable enough
-BUILDLINK_TRANSFORM+=  rm:-Werror
-
-# optional
-#.include "../../databases/libgda/buildlink3.mk"
-.include "../../databases/sqlite/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 2c60a428c418 -r dc17a93f139a devel/qof/PLIST
--- a/devel/qof/PLIST   Mon May 25 08:42:14 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,472 +0,0 @@
-@comment $NetBSD: PLIST,v 1.17 2020/01/10 21:12:09 joerg Exp $
-include/qof/deprecated.h
-include/qof/guid.h
-include/qof/kvpframe.h
-include/qof/kvputil-p.h
-include/qof/kvputil.h
-include/qof/qof-backend-qsf.h
-include/qof/qof.h
-include/qof/qofbackend-p.h
-include/qof/qofbackend.h
-include/qof/qofbook.h
-include/qof/qofbookmerge.h
-include/qof/qofchoice.h
-include/qof/qofclass.h
-include/qof/qofdate.h
-include/qof/qoferror.h
-include/qof/qofevent.h
-include/qof/qofgobj.h
-include/qof/qofid-p.h
-include/qof/qofid.h
-include/qof/qofinstance-p.h
-include/qof/qofinstance.h
-include/qof/qofla-dir.h
-include/qof/qoflog.h
-include/qof/qofnumeric.h
-include/qof/qofobject.h
-include/qof/qofquery-p.h
-include/qof/qofquery.h
-include/qof/qofquerycore-p.h
-include/qof/qofquerycore.h
-include/qof/qofreference.h
-include/qof/qofsession.h
-include/qof/qofsql.h
-include/qof/qoftime.h
-include/qof/qofundo.h
-include/qof/qofutil.h
-include/qof/sql_parser.h
-lib/libqof-backend-qsf.la
-lib/libqof-backend-sqlite.la
-lib/libqof.la
-lib/libqofsql.la
-lib/pkgconfig/qof-1.pc
-lib/pkgconfig/qof.pc
-share/doc/qof/html/doxy/annotated.html
-share/doc/qof/html/doxy/annotated_dup.js
-share/doc/qof/html/doxy/backendapi.html
-share/doc/qof/html/doxy/backenderrors.html
-share/doc/qof/html/doxy/bc_s.png
-share/doc/qof/html/doxy/bdwn.png
-share/doc/qof/html/doxy/bug.html
-share/doc/qof/html/doxy/classes.html
-share/doc/qof/html/doxy/closed.png
-share/doc/qof/html/doxy/datelocales.html
-share/doc/qof/html/doxy/deprecated.html
-share/doc/qof/html/doxy/deprecated_8c_source.html
-share/doc/qof/html/doxy/deprecated_8h.html
-share/doc/qof/html/doxy/deprecated_8h.js
-share/doc/qof/html/doxy/deprecated_8h_source.html
-share/doc/qof/html/doxy/dir_000000.html
-share/doc/qof/html/doxy/dir_000001.html
-share/doc/qof/html/doxy/dir_000002.html
-share/doc/qof/html/doxy/dir_000003.html
-share/doc/qof/html/doxy/dir_000004.html
-share/doc/qof/html/doxy/dir_000005.html
-share/doc/qof/html/doxy/doc.png
-share/doc/qof/html/doxy/doxygen.css
-share/doc/qof/html/doxy/doxygen.png
-share/doc/qof/html/doxy/doxygen__main__page_8c_source.html
-share/doc/qof/html/doxy/dynsections.js
-share/doc/qof/html/doxy/files.html
-share/doc/qof/html/doxy/files_dup.js
-share/doc/qof/html/doxy/folderclosed.png
-share/doc/qof/html/doxy/folderopen.png
-share/doc/qof/html/doxy/functions.html
-share/doc/qof/html/doxy/functions_vars.html
-share/doc/qof/html/doxy/globals.html
-share/doc/qof/html/doxy/globals_c.html
-share/doc/qof/html/doxy/globals_d.html
-share/doc/qof/html/doxy/globals_defs.html
-share/doc/qof/html/doxy/globals_dup.js
-share/doc/qof/html/doxy/globals_e.html
-share/doc/qof/html/doxy/globals_enum.html
-share/doc/qof/html/doxy/globals_eval.html
-share/doc/qof/html/doxy/globals_f.html
-share/doc/qof/html/doxy/globals_func.html
-share/doc/qof/html/doxy/globals_func.js
-share/doc/qof/html/doxy/globals_func_c.html
-share/doc/qof/html/doxy/globals_func_d.html
-share/doc/qof/html/doxy/globals_func_g.html
-share/doc/qof/html/doxy/globals_func_i.html
-share/doc/qof/html/doxy/globals_func_k.html
-share/doc/qof/html/doxy/globals_func_n.html
-share/doc/qof/html/doxy/globals_func_q.html
-share/doc/qof/html/doxy/globals_func_r.html
-share/doc/qof/html/doxy/globals_func_s.html
-share/doc/qof/html/doxy/globals_func_t.html
-share/doc/qof/html/doxy/globals_func_u.html
-share/doc/qof/html/doxy/globals_func_x.html
-share/doc/qof/html/doxy/globals_g.html
-share/doc/qof/html/doxy/globals_h.html
-share/doc/qof/html/doxy/globals_i.html
-share/doc/qof/html/doxy/globals_k.html
-share/doc/qof/html/doxy/globals_l.html
-share/doc/qof/html/doxy/globals_m.html
-share/doc/qof/html/doxy/globals_n.html
-share/doc/qof/html/doxy/globals_o.html
-share/doc/qof/html/doxy/globals_p.html
-share/doc/qof/html/doxy/globals_q.html
-share/doc/qof/html/doxy/globals_r.html
-share/doc/qof/html/doxy/globals_s.html
-share/doc/qof/html/doxy/globals_t.html
-share/doc/qof/html/doxy/globals_type.html
-share/doc/qof/html/doxy/globals_u.html
-share/doc/qof/html/doxy/globals_vars.html
-share/doc/qof/html/doxy/globals_x.html
-share/doc/qof/html/doxy/group__Backend.html
-share/doc/qof/html/doxy/group__Backend.js
-share/doc/qof/html/doxy/group__Book.html
-share/doc/qof/html/doxy/group__Book.js
-share/doc/qof/html/doxy/group__BookMerge.html
-share/doc/qof/html/doxy/group__BookMerge.js
-share/doc/qof/html/doxy/group__Choice.html
-share/doc/qof/html/doxy/group__Choice.js
-share/doc/qof/html/doxy/group__Class.html
-share/doc/qof/html/doxy/group__Class.js
-share/doc/qof/html/doxy/group__Date.html
-share/doc/qof/html/doxy/group__Date.js
-share/doc/qof/html/doxy/group__Entity.html
-share/doc/qof/html/doxy/group__Entity.js
-share/doc/qof/html/doxy/group__Error.html
-share/doc/qof/html/doxy/group__Error.js
-share/doc/qof/html/doxy/group__Event.html
-share/doc/qof/html/doxy/group__Event.js
-share/doc/qof/html/doxy/group__GObject.html
-share/doc/qof/html/doxy/group__GObject.js
-share/doc/qof/html/doxy/group__GUID.html
-share/doc/qof/html/doxy/group__GUID.js
-share/doc/qof/html/doxy/group__Instance.html
-share/doc/qof/html/doxy/group__Instance.js
-share/doc/qof/html/doxy/group__KVP.html
-share/doc/qof/html/doxy/group__KVP.js
-share/doc/qof/html/doxy/group__LibGda.html
-share/doc/qof/html/doxy/group__LibGda.js
-share/doc/qof/html/doxy/group__Math128.html
-share/doc/qof/html/doxy/group__Math128.js
-share/doc/qof/html/doxy/group__Numeric.html
-share/doc/qof/html/doxy/group__Numeric.js
-share/doc/qof/html/doxy/group__Object.html
-share/doc/qof/html/doxy/group__Object.js
-share/doc/qof/html/doxy/group__Object__Private.html
-share/doc/qof/html/doxy/group__Object__Private.js
-share/doc/qof/html/doxy/group__QOF.html
-share/doc/qof/html/doxy/group__QOF.js
-share/doc/qof/html/doxy/group__QOFTIME.html
-share/doc/qof/html/doxy/group__QOFTIME.js
-share/doc/qof/html/doxy/group__QSF.html
-share/doc/qof/html/doxy/group__Query.html
-share/doc/qof/html/doxy/group__Query.js
-share/doc/qof/html/doxy/group__Reference.html
-share/doc/qof/html/doxy/group__Reference.js
-share/doc/qof/html/doxy/group__SQL.html
-share/doc/qof/html/doxy/group__SQL.js
-share/doc/qof/html/doxy/group__SQLite.html
-share/doc/qof/html/doxy/group__Session.html
-share/doc/qof/html/doxy/group__Session.js
-share/doc/qof/html/doxy/group__Trace.html
-share/doc/qof/html/doxy/group__Trace.js
-share/doc/qof/html/doxy/group__UNDO.html
-share/doc/qof/html/doxy/group__UNDO.js
-share/doc/qof/html/doxy/group__Utilities.html
-share/doc/qof/html/doxy/group__Utilities.js
-share/doc/qof/html/doxy/guid_8c_source.html
-share/doc/qof/html/doxy/guid_8h.html
-share/doc/qof/html/doxy/guid_8h.js
-share/doc/qof/html/doxy/guid_8h_source.html
-share/doc/qof/html/doxy/index.html
-share/doc/qof/html/doxy/jquery.js
-share/doc/qof/html/doxy/kvpframe_8c_source.html
-share/doc/qof/html/doxy/kvpframe_8h.html
-share/doc/qof/html/doxy/kvpframe_8h.js
-share/doc/qof/html/doxy/kvpframe_8h_source.html
-share/doc/qof/html/doxy/kvputil-p_8h.html
-share/doc/qof/html/doxy/kvputil-p_8h.js
-share/doc/qof/html/doxy/kvputil-p_8h_source.html
-share/doc/qof/html/doxy/kvputil_8c_source.html
-share/doc/qof/html/doxy/kvputil_8h.html
-share/doc/qof/html/doxy/kvputil_8h.js
-share/doc/qof/html/doxy/kvputil_8h_source.html
-share/doc/qof/html/doxy/md5_8c_source.html
-share/doc/qof/html/doxy/md5_8h_source.html
-share/doc/qof/html/doxy/menu.js
-share/doc/qof/html/doxy/menudata.js
-share/doc/qof/html/doxy/modules.html
-share/doc/qof/html/doxy/modules.js
-share/doc/qof/html/doxy/nav_f.png
-share/doc/qof/html/doxy/nav_g.png
-share/doc/qof/html/doxy/nav_h.png
-share/doc/qof/html/doxy/navtree.css
-share/doc/qof/html/doxy/navtree.js
-share/doc/qof/html/doxy/navtreedata.js
-share/doc/qof/html/doxy/navtreeindex0.js
-share/doc/qof/html/doxy/navtreeindex1.js
-share/doc/qof/html/doxy/navtreeindex2.js
-share/doc/qof/html/doxy/navtreeindex3.js
-share/doc/qof/html/doxy/navtreeindex4.js
-share/doc/qof/html/doxy/navtreeindex5.js
-share/doc/qof/html/doxy/navtreeindex6.js
-share/doc/qof/html/doxy/navtreeindex7.js
-share/doc/qof/html/doxy/navtreeindex8.js
-share/doc/qof/html/doxy/navtreeindex9.js
-share/doc/qof/html/doxy/open.png
-share/doc/qof/html/doxy/pages.html
-share/doc/qof/html/doxy/qof-backend-qsf_8h.html
-share/doc/qof/html/doxy/qof-backend-qsf_8h.js
-share/doc/qof/html/doxy/qof-backend-qsf_8h_source.html
-share/doc/qof/html/doxy/qof-gda_8c.html
-share/doc/qof/html/doxy/qof-gda_8c.js



Home | Main Index | Thread Index | Old Index