summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-13 21:29:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-13 21:29:51 +0800
commit6b1ccde6349f614399289b104904ec010f87a861 (patch)
treec61cf524b4108a452da4a732911ad7cb7094d34d
parent8d71ccb499011685631ef5180895ab86c3cedea1 (diff)
downloadmarcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar.gz
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar.bz2
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar.lz
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar.xz
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.tar.zst
marcuscom-ports-6b1ccde6349f614399289b104904ec010f87a861.zip
Update libgda5 to 4.99.4.
Fix PKGNAMESUFFIC in slave ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16406 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--databases/libgda4-bdb/Makefile22
-rw-r--r--databases/libgda4-bdb/pkg-plist5
-rw-r--r--databases/libgda4-ldap/Makefile4
-rw-r--r--databases/libgda4-mdb/Makefile23
-rw-r--r--databases/libgda4-mdb/pkg-plist5
-rw-r--r--databases/libgda4-mysql/Makefile4
-rw-r--r--databases/libgda4-postgresql/Makefile23
-rw-r--r--databases/libgda4-postgresql/pkg-plist20
-rw-r--r--databases/libgda4-reference/Makefile13
-rw-r--r--databases/libgda4-reference/pkg-descr3
-rw-r--r--databases/libgda4/Makefile4
-rw-r--r--databases/libgda5-bdb/Makefile2
-rw-r--r--databases/libgda5-jdbc/Makefile2
-rw-r--r--databases/libgda5-ldap/Makefile4
-rw-r--r--databases/libgda5-mdb/Makefile4
-rw-r--r--databases/libgda5-mysql/Makefile4
-rw-r--r--databases/libgda5-postgresql/Makefile4
-rw-r--r--databases/libgda5-ui/Makefile6
-rw-r--r--databases/libgda5-ui/pkg-plist6
-rw-r--r--databases/libgda5/Makefile13
-rw-r--r--databases/libgda5/distinfo4
-rw-r--r--databases/libgda5/pkg-plist1
22 files changed, 146 insertions, 30 deletions
diff --git a/databases/libgda4-bdb/Makefile b/databases/libgda4-bdb/Makefile
new file mode 100644
index 000000000..b966a8a9c
--- /dev/null
+++ b/databases/libgda4-bdb/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libgda4-bdb
+# Date created: 28 February 2009
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/libgda4-bdb/Makefile,v 1.7 2011/03/03 10:21:36 kwm Exp $
+#
+
+PORTREVISION?= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX?= 4-bdb
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides Berkeley DB backend for the libgda4 library
+
+MASTERDIR= ${.CURDIR}/../libgda4
+BUILD_WRKSRC= ${WRKSRC}/providers/bdb/
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA4_SLAVE= bdb
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-bdb/pkg-plist b/databases/libgda4-bdb/pkg-plist
new file mode 100644
index 000000000..c042ec626
--- /dev/null
+++ b/databases/libgda4-bdb/pkg-plist
@@ -0,0 +1,5 @@
+lib/libgda-%%VERSION%%/providers/libgda-bdb.a
+lib/libgda-%%VERSION%%/providers/libgda-bdb.la
+lib/libgda-%%VERSION%%/providers/libgda-bdb.so
+libdata/pkgconfig/libgda-bdb-%%VERSION%%.pc
+share/libgda-%%VERSION%%/bdb_specs_dsn.xml
diff --git a/databases/libgda4-ldap/Makefile b/databases/libgda4-ldap/Makefile
index 352b089d2..29cad9c44 100644
--- a/databases/libgda4-ldap/Makefile
+++ b/databases/libgda4-ldap/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/databases/libgda4-ldap/Makefile,v 1.1 2011/06/02 15:43:38 kwm Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -ldap
+PKGNAMESUFFIX?= 4-ldap
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides ldap access for the libgda4 library
diff --git a/databases/libgda4-mdb/Makefile b/databases/libgda4-mdb/Makefile
new file mode 100644
index 000000000..2257f9303
--- /dev/null
+++ b/databases/libgda4-mdb/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libgda2
+# Date created: 02 June 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/libgda4-mdb/Makefile,v 1.6 2011/03/03 10:21:36 kwm Exp $
+# $MCom: ports/databases/libgda4-mdb/Makefile,v 1.1 2008/08/18 23:53:35 kwm Exp $
+#
+
+PORTREVISION?= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX?= -4mdb
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides mdb backend for the libgda4 library
+
+MASTERDIR= ${.CURDIR}/../libgda4
+BUILD_WRKSRC= ${WRKSRC}/providers/mdb/
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA4_SLAVE= mdb
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-mdb/pkg-plist b/databases/libgda4-mdb/pkg-plist
new file mode 100644
index 000000000..30b1df5d9
--- /dev/null
+++ b/databases/libgda4-mdb/pkg-plist
@@ -0,0 +1,5 @@
+lib/libgda-%%VERSION%%/providers/libgda-mdb.a
+lib/libgda-%%VERSION%%/providers/libgda-mdb.la
+lib/libgda-%%VERSION%%/providers/libgda-mdb.so
+libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc
+share/libgda-%%VERSION%%/mdb_specs_dsn.xml
diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile
index 35bc74aea..bf2fc5f08 100644
--- a/databases/libgda4-mysql/Makefile
+++ b/databases/libgda4-mysql/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
+# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.5 2011/05/14 08:17:23 kwm Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -mysql
+PKGNAMESUFFIX?= 4-mysql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mysql backend for the libgda4 library
diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile
new file mode 100644
index 000000000..eaf3d73a6
--- /dev/null
+++ b/databases/libgda4-postgresql/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libgda2
+# Date created: 02 June 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/libgda4-postgresql/Makefile,v 1.6 2010/11/20 15:36:27 kwm Exp $
+# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
+#
+
+PORTREVISION?= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX?= 4-postgresql
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides postgresql access for the libgda4 library
+
+MASTERDIR= ${.CURDIR}/../libgda4
+BUILD_WRKSRC= ${WRKSRC}/providers/postgres/
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA4_SLAVE= postgresql
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist
new file mode 100644
index 000000000..02ae080c9
--- /dev/null
+++ b/databases/libgda4-postgresql/pkg-plist
@@ -0,0 +1,20 @@
+lib/libgda-%%VERSION%%/providers/libgda-postgres.a
+lib/libgda-%%VERSION%%/providers/libgda-postgres.la
+lib/libgda-%%VERSION%%/providers/libgda-postgres.so
+libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc
+share/libgda-%%VERSION%%/postgres_specs_add_column.xml
+share/libgda-%%VERSION%%/postgres_specs_create_db.xml
+share/libgda-%%VERSION%%/postgres_specs_create_index.xml
+share/libgda-%%VERSION%%/postgres_specs_create_role.xml
+share/libgda-%%VERSION%%/postgres_specs_create_table.xml
+share/libgda-%%VERSION%%/postgres_specs_create_user.xml
+share/libgda-%%VERSION%%/postgres_specs_create_view.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_column.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_db.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_index.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_role.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_table.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_user.xml
+share/libgda-%%VERSION%%/postgres_specs_drop_view.xml
+share/libgda-%%VERSION%%/postgres_specs_dsn.xml
+share/libgda-%%VERSION%%/postgres_specs_rename_table.xml
diff --git a/databases/libgda4-reference/Makefile b/databases/libgda4-reference/Makefile
new file mode 100644
index 000000000..db0410cc1
--- /dev/null
+++ b/databases/libgda4-reference/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: libgda3-reference
+# Date created: 09 May 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/libgda4-reference/Makefile,v 1.1 2009/01/10 05:22:12 marcus Exp $
+# $MCOM$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= 4
+
+REFERENCE_SRC= ${WRKSRC}/doc/C
+
+.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/databases/libgda4-reference/pkg-descr b/databases/libgda4-reference/pkg-descr
new file mode 100644
index 000000000..6fcfe64af
--- /dev/null
+++ b/databases/libgda4-reference/pkg-descr
@@ -0,0 +1,3 @@
+This port contains the programming reference for databases/libgda4.
+
+WWW: http://www.gnome-db.org/
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 966a5f3fc..a8cf578a8 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4/Makefile,v 1.22 2011/07/03 11:57:44 kwm Exp $
+# $MCom: ports/databases/libgda4/Makefile,v 1.23 2011/10/13 12:00:53 kwm Exp $
#
PORTNAME= libgda
@@ -11,7 +11,7 @@ PORTVERSION?= 4.2.9
PORTREVISION?= 0
CATEGORIES= databases gnome
MASTER_SITES= GNOME
-PKGNAMESUFFIX= 4
+PKGNAMESUFFIX?= 4
DIST_SUBDIR= gnome2
MAINTAINER?= gnome@FreeBSD.org
diff --git a/databases/libgda5-bdb/Makefile b/databases/libgda5-bdb/Makefile
index 498db2afa..ede207e21 100644
--- a/databases/libgda5-bdb/Makefile
+++ b/databases/libgda5-bdb/Makefile
@@ -7,7 +7,7 @@
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -bdb
+PKGNAMESUFFIX?= 5-bdb
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides Berkeley DB backend for the libgda5 library
diff --git a/databases/libgda5-jdbc/Makefile b/databases/libgda5-jdbc/Makefile
index 1dfd92b6d..e7d6edcf1 100644
--- a/databases/libgda5-jdbc/Makefile
+++ b/databases/libgda5-jdbc/Makefile
@@ -7,7 +7,7 @@
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -jdbc
+PKGNAMESUFFIX?= 5-jdbc
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides Java DB Connector backend for the libgda5 library
diff --git a/databases/libgda5-ldap/Makefile b/databases/libgda5-ldap/Makefile
index dd527ed41..a99a6d751 100644
--- a/databases/libgda5-ldap/Makefile
+++ b/databases/libgda5-ldap/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/databases/libgda5-ldap/Makefile,v 1.1 2011/06/02 13:29:13 kwm Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -ldap
+PKGNAMESUFFIX?= 5-ldap
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides ldap access for the libgda5 library
diff --git a/databases/libgda5-mdb/Makefile b/databases/libgda5-mdb/Makefile
index c4babb687..795fb3244 100644
--- a/databases/libgda5-mdb/Makefile
+++ b/databases/libgda5-mdb/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda5-mdb/Makefile,v 1.1 2011/03/30 19:23:03 kwm Exp $
+# $MCom: ports/databases/libgda5-mdb/Makefile,v 1.2 2011/04/30 20:43:14 mezz Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -mdb
+PKGNAMESUFFIX?= 5-mdb
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mdb backend for the libgda5 library
diff --git a/databases/libgda5-mysql/Makefile b/databases/libgda5-mysql/Makefile
index c66438fc1..4aef163e1 100644
--- a/databases/libgda5-mysql/Makefile
+++ b/databases/libgda5-mysql/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
+# $MCom: ports/databases/libgda5-mysql/Makefile,v 1.1 2011/03/30 19:23:03 kwm Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -mysql
+PKGNAMESUFFIX?= 5-mysql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mysql backend for the libgda5 library
diff --git a/databases/libgda5-postgresql/Makefile b/databases/libgda5-postgresql/Makefile
index 2638e0dd9..bb628f3fa 100644
--- a/databases/libgda5-postgresql/Makefile
+++ b/databases/libgda5-postgresql/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
+# $MCom: ports/databases/libgda5-postgresql/Makefile,v 1.1 2011/03/30 19:23:04 kwm Exp $
#
PORTREVISION?= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -postgresql
+PKGNAMESUFFIX?= 5-postgresql
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides postgresql access for the libgda5 library
diff --git a/databases/libgda5-ui/Makefile b/databases/libgda5-ui/Makefile
index 1afb127d8..a1c266774 100644
--- a/databases/libgda5-ui/Makefile
+++ b/databases/libgda5-ui/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda5-ui/Makefile,v 1.3 2011/06/17 11:02:13 kwm Exp $
+# $MCom: ports/databases/libgda5-ui/Makefile,v 1.4 2011/06/21 10:20:54 kwm Exp $
#
-PORTREVISION?= 0
+PORTREVISION= 0
CATEGORIES= databases gnome
-PKGNAMESUFFIX?= -ui
+PKGNAMESUFFIX= 5-ui
MAINTAINER= gnome@FreeBSD.org
COMMENT= The libgda 5 ui library
diff --git a/databases/libgda5-ui/pkg-plist b/databases/libgda5-ui/pkg-plist
index 780202d96..138e9b10b 100644
--- a/databases/libgda5-ui/pkg-plist
+++ b/databases/libgda5-ui/pkg-plist
@@ -13,6 +13,8 @@ include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h
+include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h
include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h
@@ -397,7 +399,9 @@ share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png
share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png
share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png
share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png
+share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/form.png
share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png
+share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/grid.png
share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png
share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png
share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png
@@ -429,8 +433,6 @@ share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png
-share/libgda-%%VERSION%%/pixmaps/gda-browser-form.png
-share/libgda-%%VERSION%%/pixmaps/gda-browser-grid.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png
share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 7166c0b40..2d91430af 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -3,16 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/libgda5/Makefile,v 1.6 2011/06/21 10:20:53 kwm Exp $
+# $MCom: ports/databases/libgda5/Makefile,v 1.7 2011/07/03 11:57:45 kwm Exp $
#
-PORTNAME= libgda5
-PORTVERSION?= 4.99.2
-PORTREVISION?= 1
+PORTNAME= libgda
+PORTVERSION?= 4.99.4
+PORTREVISION?= 0
CATEGORIES= databases gnome
MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/5$//}/${PORTVERSION:R}
-DISTNAME= libgda-${PORTVERSION}
+PKGNAMESUFFIX?= 5
DIST_SUBDIR= gnome3
MAINTAINER?= gnome@FreeBSD.org
@@ -40,7 +39,7 @@ CONFIGURE_ARGS= --without-oracle \
--disable-crypto \
--enable-introspection
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
diff --git a/databases/libgda5/distinfo b/databases/libgda5/distinfo
index fd323128f..cf2e64c77 100644
--- a/databases/libgda5/distinfo
+++ b/databases/libgda5/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/libgda-4.99.2.tar.xz) = 9ee4488f04fdfe119928392cae9a982912282781c9accbd006bb14afb2d3bf54
-SIZE (gnome3/libgda-4.99.2.tar.xz) = 11467252
+SHA256 (gnome3/libgda-4.99.4.tar.xz) = efef38c0318d156ba3263416355847af961f561660793cb670633e056018beac
+SIZE (gnome3/libgda-4.99.4.tar.xz) = 11621632
diff --git a/databases/libgda5/pkg-plist b/databases/libgda5/pkg-plist
index 65a9e7b5c..5ca45d4ca 100644
--- a/databases/libgda5/pkg-plist
+++ b/databases/libgda5/pkg-plist
@@ -146,6 +146,7 @@ share/libgda-%%VERSION%%/php/gda-config.php
share/libgda-%%VERSION%%/php/gda-exception.php
share/libgda-%%VERSION%%/php/gda-front.php
share/libgda-%%VERSION%%/php/gda-meta.php
+share/libgda-%%VERSION%%/php/gda-secure-config.php
share/libgda-%%VERSION%%/php/gda-setup.php
share/libgda-%%VERSION%%/php/gda-tester.php
share/libgda-%%VERSION%%/php/gda-utils.php