Re: UPDATE: databases/kexi (devel/kproperty, devel/kreport, databases/kdb)

2018-05-20 Thread Elias M. Mariani
> You're welcome. Did you test kexi 3.1?
No, I have not.
Not a user myself.

Cheers.
Elias.



Re: UPDATE: databases/kexi (devel/kproperty, devel/kreport, databases/kdb)

2018-05-20 Thread Rafael Sadowski
On Sun May 13, 2018 at 06:07:16PM -0300, Elias M. Mariani wrote:
> Hi Rafael,
> Any chances of updating kdevelop?

There's a lot of work to be done and nobody wants to help, so it will take
time.

If you want see more KDE5 application please test those on ports@.

> I think that the biggest problem is the lack of some Qt5 libraries
> (qtwebengine if I recall correctly).

Only one component of many but I'm not sure qtwebengine is a dependency.

> Thanks for the hard work maintaining the KDE ports as always.
> Elias.

You're welcome. Did you test kexi 3.1?

> 
> 2018-05-13 16:30 GMT-03:00 Rafael Sadowski :
> > Hi All,
> >
> > please find below an update diff to the latest stable version 3.1. This
> > is the only way: All of nothing because you need all dependencies up-to-date
> > and I hope the diff is simple enough.
> >
> > Ok? Comments?
> >
> > Best regards,
> >
> > Rafael Sadowski
> >
> >
> > Index: databases/kdb/Makefile
> > ===
> > RCS file: /cvs/ports/databases/kdb/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -p -u -p -r1.1.1.1 Makefile
> > --- databases/kdb/Makefile  5 Mar 2018 10:12:30 -   1.1.1.1
> > +++ databases/kdb/Makefile  9 May 2018 20:57:16 -
> > @@ -2,10 +2,10 @@
> >
> >  COMMENT =  database connectivity and creation framework
> >
> > -VERSION =  3.0.2
> > +VERSION =  3.1.0
> >  DISTNAME = kdb-${VERSION}
> >
> > -SHARED_LIBS +=  KDb3  0.0 # 3.0
> > +SHARED_LIBS +=  KDb3  1.0 # 3.0
> >
> >  CATEGORIES =   databases
> >
> > Index: databases/kdb/distinfo
> > ===
> > RCS file: /cvs/ports/databases/kdb/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -u -p -r1.1.1.1 distinfo
> > --- databases/kdb/distinfo  5 Mar 2018 10:12:30 -   1.1.1.1
> > +++ databases/kdb/distinfo  9 May 2018 20:57:16 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (kdb-3.0.2.tar.xz) = iWgElZ9OIDy6+z00USfG2Ach15E22/1tUcTpMTHsIdg=
> > -SIZE (kdb-3.0.2.tar.xz) = 478576
> > +SHA256 (kdb-3.1.0.tar.xz) = F1ZFoUmuTXWP8nRpAPbqvkc0sr2sTYyViTxlC+T5KfI=
> > +SIZE (kdb-3.1.0.tar.xz) = 543780
> > Index: databases/kdb/patches/patch-src_CMakeLists_txt
> > ===
> > RCS file: databases/kdb/patches/patch-src_CMakeLists_txt
> > diff -N databases/kdb/patches/patch-src_CMakeLists_txt
> > --- databases/kdb/patches/patch-src_CMakeLists_txt  5 Mar 2018 10:12:30 
> > -   1.1.1.1
> > +++ /dev/null   1 Jan 1970 00:00:00 -
> > @@ -1,29 +0,0 @@
> > -$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2018/03/05 10:12:30 rsadowski 
> > Exp $
> > -
> > -Index: src/CMakeLists.txt
> >  src/CMakeLists.txt.orig
> > -+++ src/CMakeLists.txt
> > -@@ -56,18 +56,18 @@ endif()
> > - # Mark files as generated, set compile flags
> > - set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp
> > - PROPERTIES
> > --GENERATED TRUE
> > -+#TODO(GEN) GENERATED TRUE
> > - # YYERROR_VERBOSE=1 needed to get a token table for tokenName() 
> > even for release builds
> > - COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} "
> > - )
> > --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
> > PROPERTIES GENERATED TRUE)
> > --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
> > PROPERTIES GENERATED TRUE)
> > --set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
> >  PROPERTIES GENERATED TRUE)
> > -+#TODO(GEN) 
> > set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
> > PROPERTIES GENERATED TRUE)
> > -+#TODO(GEN) 
> > set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
> > PROPERTIES GENERATED TRUE)
> > -+#TODO(GEN) 
> > set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
> >  PROPERTIES GENERATED TRUE)
> > -
> > - set_source_files_properties(
> > - ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp
> > - PROPERTIES
> > --GENERATED TRUE
> > -+#TODO(GEN) GENERATED TRUE
> > - COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} "
> > - )
> > -
> > Index: databases/kdb/pkg/PLIST
> > ===
> > RCS file: /cvs/ports/databases/kdb/pkg/PLIST,v
> > retrieving revision 1.1.1.1
> > diff -u -p -u -p -r1.1.1.1 PLIST
> > --- databases/kdb/pkg/PLIST 5 Mar 2018 10:12:30 -   1.1.1.1
> > +++ databases/kdb/pkg/PLIST 9 May 2018 20:57:16 -
> > @@ -59,6 +59,8 @@ include/KDb3/KDbObject
> >  include/KDb3/KDbObject.h
> >  include/KDb3/KDbObjectNameValidator
> >  include/KDb3/KDbObjectNameValidator.h
> > +include/KDb3/KDbOrderByColumn
> > +include/KDb3/KDbOrderByColumn.h
> >  include/KDb3/KDbParser
> >  include/KDb3/KDbParser.h
> >  include/KDb3/KDbPreparedStatement
> > @@ -67,6 

Re: UPDATE: databases/kexi (devel/kproperty, devel/kreport, databases/kdb)

2018-05-13 Thread Elias M. Mariani
Hi Rafael,
Any chances of updating kdevelop?
I think that the biggest problem is the lack of some Qt5 libraries
(qtwebengine if I recall correctly).
Thanks for the hard work maintaining the KDE ports as always.
Elias.

2018-05-13 16:30 GMT-03:00 Rafael Sadowski :
> Hi All,
>
> please find below an update diff to the latest stable version 3.1. This
> is the only way: All of nothing because you need all dependencies up-to-date
> and I hope the diff is simple enough.
>
> Ok? Comments?
>
> Best regards,
>
> Rafael Sadowski
>
>
> Index: databases/kdb/Makefile
> ===
> RCS file: /cvs/ports/databases/kdb/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 Makefile
> --- databases/kdb/Makefile  5 Mar 2018 10:12:30 -   1.1.1.1
> +++ databases/kdb/Makefile  9 May 2018 20:57:16 -
> @@ -2,10 +2,10 @@
>
>  COMMENT =  database connectivity and creation framework
>
> -VERSION =  3.0.2
> +VERSION =  3.1.0
>  DISTNAME = kdb-${VERSION}
>
> -SHARED_LIBS +=  KDb3  0.0 # 3.0
> +SHARED_LIBS +=  KDb3  1.0 # 3.0
>
>  CATEGORIES =   databases
>
> Index: databases/kdb/distinfo
> ===
> RCS file: /cvs/ports/databases/kdb/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 distinfo
> --- databases/kdb/distinfo  5 Mar 2018 10:12:30 -   1.1.1.1
> +++ databases/kdb/distinfo  9 May 2018 20:57:16 -
> @@ -1,2 +1,2 @@
> -SHA256 (kdb-3.0.2.tar.xz) = iWgElZ9OIDy6+z00USfG2Ach15E22/1tUcTpMTHsIdg=
> -SIZE (kdb-3.0.2.tar.xz) = 478576
> +SHA256 (kdb-3.1.0.tar.xz) = F1ZFoUmuTXWP8nRpAPbqvkc0sr2sTYyViTxlC+T5KfI=
> +SIZE (kdb-3.1.0.tar.xz) = 543780
> Index: databases/kdb/patches/patch-src_CMakeLists_txt
> ===
> RCS file: databases/kdb/patches/patch-src_CMakeLists_txt
> diff -N databases/kdb/patches/patch-src_CMakeLists_txt
> --- databases/kdb/patches/patch-src_CMakeLists_txt  5 Mar 2018 10:12:30 
> -   1.1.1.1
> +++ /dev/null   1 Jan 1970 00:00:00 -
> @@ -1,29 +0,0 @@
> -$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2018/03/05 10:12:30 rsadowski 
> Exp $
> -
> -Index: src/CMakeLists.txt
>  src/CMakeLists.txt.orig
> -+++ src/CMakeLists.txt
> -@@ -56,18 +56,18 @@ endif()
> - # Mark files as generated, set compile flags
> - set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp
> - PROPERTIES
> --GENERATED TRUE
> -+#TODO(GEN) GENERATED TRUE
> - # YYERROR_VERBOSE=1 needed to get a token table for tokenName() 
> even for release builds
> - COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} "
> - )
> --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
> PROPERTIES GENERATED TRUE)
> --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
> PROPERTIES GENERATED TRUE)
> --set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
>  PROPERTIES GENERATED TRUE)
> -+#TODO(GEN) 
> set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
> PROPERTIES GENERATED TRUE)
> -+#TODO(GEN) 
> set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
> PROPERTIES GENERATED TRUE)
> -+#TODO(GEN) 
> set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
>  PROPERTIES GENERATED TRUE)
> -
> - set_source_files_properties(
> - ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp
> - PROPERTIES
> --GENERATED TRUE
> -+#TODO(GEN) GENERATED TRUE
> - COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} "
> - )
> -
> Index: databases/kdb/pkg/PLIST
> ===
> RCS file: /cvs/ports/databases/kdb/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -u -p -r1.1.1.1 PLIST
> --- databases/kdb/pkg/PLIST 5 Mar 2018 10:12:30 -   1.1.1.1
> +++ databases/kdb/pkg/PLIST 9 May 2018 20:57:16 -
> @@ -59,6 +59,8 @@ include/KDb3/KDbObject
>  include/KDb3/KDbObject.h
>  include/KDb3/KDbObjectNameValidator
>  include/KDb3/KDbObjectNameValidator.h
> +include/KDb3/KDbOrderByColumn
> +include/KDb3/KDbOrderByColumn.h
>  include/KDb3/KDbParser
>  include/KDb3/KDbParser.h
>  include/KDb3/KDbPreparedStatement
> @@ -67,6 +69,8 @@ include/KDb3/KDbPreparedStatementInterfa
>  include/KDb3/KDbPreparedStatementInterface.h
>  include/KDb3/KDbProperties
>  include/KDb3/KDbProperties.h
> +include/KDb3/KDbQueryAsterisk
> +include/KDb3/KDbQueryAsterisk.h
>  include/KDb3/KDbQueryColumnInfo
>  include/KDb3/KDbQueryColumnInfo.h
>  include/KDb3/KDbQuerySchema
> @@ -81,6 +85,8 @@ include/KDb3/KDbRelationship
>  include/KDb3/KDbRelationship.h
>  include/KDb3/KDbResult
>  include/KDb3/KDbResult.h
> +include/KDb3/KDbSelectStatementOptions
> +include/KDb3/KDbSelectStatementOptions.h
>  

UPDATE: databases/kexi (devel/kproperty, devel/kreport, databases/kdb)

2018-05-13 Thread Rafael Sadowski
Hi All,

please find below an update diff to the latest stable version 3.1. This
is the only way: All of nothing because you need all dependencies up-to-date
and I hope the diff is simple enough.

Ok? Comments?

Best regards,

Rafael Sadowski


Index: databases/kdb/Makefile
===
RCS file: /cvs/ports/databases/kdb/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- databases/kdb/Makefile  5 Mar 2018 10:12:30 -   1.1.1.1
+++ databases/kdb/Makefile  9 May 2018 20:57:16 -
@@ -2,10 +2,10 @@
 
 COMMENT =  database connectivity and creation framework
 
-VERSION =  3.0.2
+VERSION =  3.1.0
 DISTNAME = kdb-${VERSION}
 
-SHARED_LIBS +=  KDb3  0.0 # 3.0
+SHARED_LIBS +=  KDb3  1.0 # 3.0
 
 CATEGORIES =   databases
 
Index: databases/kdb/distinfo
===
RCS file: /cvs/ports/databases/kdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- databases/kdb/distinfo  5 Mar 2018 10:12:30 -   1.1.1.1
+++ databases/kdb/distinfo  9 May 2018 20:57:16 -
@@ -1,2 +1,2 @@
-SHA256 (kdb-3.0.2.tar.xz) = iWgElZ9OIDy6+z00USfG2Ach15E22/1tUcTpMTHsIdg=
-SIZE (kdb-3.0.2.tar.xz) = 478576
+SHA256 (kdb-3.1.0.tar.xz) = F1ZFoUmuTXWP8nRpAPbqvkc0sr2sTYyViTxlC+T5KfI=
+SIZE (kdb-3.1.0.tar.xz) = 543780
Index: databases/kdb/patches/patch-src_CMakeLists_txt
===
RCS file: databases/kdb/patches/patch-src_CMakeLists_txt
diff -N databases/kdb/patches/patch-src_CMakeLists_txt
--- databases/kdb/patches/patch-src_CMakeLists_txt  5 Mar 2018 10:12:30 
-   1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,29 +0,0 @@
-$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2018/03/05 10:12:30 rsadowski Exp 
$
-
-Index: src/CMakeLists.txt
 src/CMakeLists.txt.orig
-+++ src/CMakeLists.txt
-@@ -56,18 +56,18 @@ endif()
- # Mark files as generated, set compile flags
- set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp
- PROPERTIES
--GENERATED TRUE
-+#TODO(GEN) GENERATED TRUE
- # YYERROR_VERBOSE=1 needed to get a token table for tokenName() even 
for release builds
- COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} "
- )
--set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
PROPERTIES GENERATED TRUE)
--set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
PROPERTIES GENERATED TRUE)
--set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
 PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
 PROPERTIES GENERATED TRUE)
- 
- set_source_files_properties(
- ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp
- PROPERTIES
--GENERATED TRUE
-+#TODO(GEN) GENERATED TRUE
- COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} "
- )
- 
Index: databases/kdb/pkg/PLIST
===
RCS file: /cvs/ports/databases/kdb/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- databases/kdb/pkg/PLIST 5 Mar 2018 10:12:30 -   1.1.1.1
+++ databases/kdb/pkg/PLIST 9 May 2018 20:57:16 -
@@ -59,6 +59,8 @@ include/KDb3/KDbObject
 include/KDb3/KDbObject.h
 include/KDb3/KDbObjectNameValidator
 include/KDb3/KDbObjectNameValidator.h
+include/KDb3/KDbOrderByColumn
+include/KDb3/KDbOrderByColumn.h
 include/KDb3/KDbParser
 include/KDb3/KDbParser.h
 include/KDb3/KDbPreparedStatement
@@ -67,6 +69,8 @@ include/KDb3/KDbPreparedStatementInterfa
 include/KDb3/KDbPreparedStatementInterface.h
 include/KDb3/KDbProperties
 include/KDb3/KDbProperties.h
+include/KDb3/KDbQueryAsterisk
+include/KDb3/KDbQueryAsterisk.h
 include/KDb3/KDbQueryColumnInfo
 include/KDb3/KDbQueryColumnInfo.h
 include/KDb3/KDbQuerySchema
@@ -81,6 +85,8 @@ include/KDb3/KDbRelationship
 include/KDb3/KDbRelationship.h
 include/KDb3/KDbResult
 include/KDb3/KDbResult.h
+include/KDb3/KDbSelectStatementOptions
+include/KDb3/KDbSelectStatementOptions.h
 include/KDb3/KDbSqlField
 include/KDb3/KDbSqlField.h
 include/KDb3/KDbSqlRecord
@@ -93,6 +99,8 @@ include/KDb3/KDbTableOrQuerySchema
 include/KDb3/KDbTableOrQuerySchema.h
 include/KDb3/KDbTableSchema
 include/KDb3/KDbTableSchema.h
+include/KDb3/KDbTableSchemaChangeListener
+include/KDb3/KDbTableSchemaChangeListener.h
 include/KDb3/KDbTableViewColumn
 include/KDb3/KDbTableViewColumn.h
 include/KDb3/KDbTableViewData
@@ -101,6 +109,10 @@ include/KDb3/KDbToken
 include/KDb3/KDbToken.h
 include/KDb3/KDbTransaction
 

UPDATE: databases/kexi (devel/kproperty devel/kreport databases/kdb)

2018-03-14 Thread Rafael Sadowski
Hi All,

please find below a simple update to the latest stable version. The diff
includes some depend fixes. Works fine on amd64.

Ok?

Best regards,

Rafael Sadowski


Index: Makefile
===
RCS file: /cvs/ports/devel/kreport/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile6 Mar 2018 20:41:25 -   1.3
+++ Makefile14 Mar 2018 12:12:30 -
@@ -2,9 +2,8 @@
 
 COMMENT =  framework for generation of reports in multiple formats
 
-VERSION =  3.0.2
+VERSION =  3.1.0
 DISTNAME = kreport-${VERSION}
-REVISION = 1
 
 CATEGORIES =   devel
 
@@ -12,7 +11,7 @@ HOMEPAGE =http://www.kexi-project.org/
 
 MAINTAINER =   Rafael Sadowski 
 
-SHARED_LIBS +=  KReport3  0.0 # 3.0
+SHARED_LIBS +=  KReport3  1.0 # 3.0
 
 # GPLv2+, LGPLv2+ and GNU FDLv1.2
 PERMIT_PACKAGE_CDROM = Yes
@@ -25,16 +24,18 @@ WANTLIB += Qt5WebKitWidgets Qt5Widgets Q
 MASTER_SITES = ${MASTER_SITE_KDE:=stable/kreport/src/}}
 EXTRACT_SUFX = .tar.xz
 
-MODULES =  devel/kf5
+MODULES =  devel/kf5 \
+   lang/python
 
 BUILD_DEPENDS =shells/bash \
+   x11/qt5/qttools \
+   devel/kf5/kguiaddons \
devel/gettext-tools
 
 LIB_DEPENDS =  devel/kf5/kcoreaddons \
-   devel/kf5/kguiaddons \
devel/kf5/kconfig \
devel/kf5/kwidgetsaddons \
-   devel/kproperty \
+   devel/kproperty>=3.1.0 \
x11/qt5/qtwebkit
 
 CONFIGURE_ARGS =   -DBUILD_TESTING:Bool=Yes \
Index: distinfo
===
RCS file: /cvs/ports/devel/kreport/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo5 Mar 2018 10:29:05 -   1.1.1.1
+++ distinfo14 Mar 2018 12:12:30 -
@@ -1,2 +1,2 @@
-SHA256 (kreport-3.0.2.tar.xz) = 4E6oBjgeyf5A9jED5u9FaFpYb6pchYBzR9czIxzco/0=
-SIZE (kreport-3.0.2.tar.xz) = 227508
+SHA256 (kreport-3.1.0.tar.xz) = O2SFYpteQ0O33fQu+xknMQ1gsUOiKv55klFH0N3N82w=
+SIZE (kreport-3.1.0.tar.xz) = 378980
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/kreport/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Mar 2018 10:29:05 -   1.1.1.1
+++ pkg/PLIST   14 Mar 2018 12:12:30 -
@@ -4,8 +4,8 @@
 include/KReport3/
 include/KReport3/KReportAsyncItemBase
 include/KReport3/KReportAsyncItemBase.h
-include/KReport3/KReportData
-include/KReport3/KReportData.h
+include/KReport3/KReportDataSource
+include/KReport3/KReportDataSource.h
 include/KReport3/KReportDesign
 include/KReport3/KReportDesign.h
 include/KReport3/KReportDesigner
@@ -22,8 +22,6 @@ include/KReport3/KReportDesignerSectionD
 include/KReport3/KReportDesignerSectionDetailGroup.h
 include/KReport3/KReportDocument
 include/KReport3/KReportDocument.h
-include/KReport3/KReportDpi
-include/KReport3/KReportDpi.h
 include/KReport3/KReportElement
 include/KReport3/KReportElement.h
 include/KReport3/KReportGroupTracker
@@ -38,8 +36,6 @@ include/KReport3/KReportLineStyle
 include/KReport3/KReportLineStyle.h
 include/KReport3/KReportPage
 include/KReport3/KReportPage.h
-include/KReport3/KReportPageOptions
-include/KReport3/KReportPageOptions.h
 include/KReport3/KReportPageSize
 include/KReport3/KReportPageSize.h
 include/KReport3/KReportPluginInterface
@@ -48,8 +44,6 @@ include/KReport3/KReportPluginManager
 include/KReport3/KReportPluginManager.h
 include/KReport3/KReportPluginMetaData
 include/KReport3/KReportPluginMetaData.h
-include/KReport3/KReportPosition
-include/KReport3/KReportPosition.h
 include/KReport3/KReportPreRenderer
 include/KReport3/KReportPreRenderer.h
 include/KReport3/KReportRenderObjects
@@ -62,28 +56,25 @@ include/KReport3/KReportScriptDraw
 include/KReport3/KReportScriptDraw.h
 include/KReport3/KReportScriptHandler
 include/KReport3/KReportScriptHandler.h
+include/KReport3/KReportScriptSource
+include/KReport3/KReportScriptSource.h
 include/KReport3/KReportSection
 include/KReport3/KReportSection.h
 include/KReport3/KReportSectionData
 include/KReport3/KReportSectionData.h
-include/KReport3/KReportSize
-include/KReport3/KReportSize.h
 include/KReport3/KReportUnit
 include/KReport3/KReportUnit.h
 include/KReport3/KReportUtils
 include/KReport3/KReportUtils.h
 include/KReport3/KReportView
 include/KReport3/KReportView.h
-include/KReport3/KReportZoomHandler
-include/KReport3/KReportZoomHandler.h
-include/KReport3/KReportZoomMode
-include/KReport3/KReportZoomMode.h
 include/KReport3/config-kreport.h
 include/KReport3/kreport_export.h
 include/KReport3/kreport_version.h
 lib/cmake/KReport3/
 lib/cmake/KReport3/KReportConfig.cmake