diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 03:23:04 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-31 03:23:04 +0800 |
commit | df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba (patch) | |
tree | 82440b55c4df3a0e7c359f0ea9fbbe1333d06cf5 /databases/libgda5-postgresql | |
parent | 77e2e3e0e5326a7902d473e875a65dda11747b1e (diff) | |
download | marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.gz marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.bz2 marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.lz marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.xz marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.zst marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.zip |
Add libgda 4.99.0.
The ui component is build agains gtk3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15652 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda5-postgresql')
-rw-r--r-- | databases/libgda5-postgresql/Makefile | 23 | ||||
-rw-r--r-- | databases/libgda5-postgresql/pkg-plist | 20 |
2 files changed, 43 insertions, 0 deletions
diff --git a/databases/libgda5-postgresql/Makefile b/databases/libgda5-postgresql/Makefile new file mode 100644 index 000000000..2638e0dd9 --- /dev/null +++ b/databases/libgda5-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$ +# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ +# + +PORTREVISION?= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX?= -postgresql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides postgresql access for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= postgresql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda5-postgresql/pkg-plist b/databases/libgda5-postgresql/pkg-plist new file mode 100644 index 000000000..02ae080c9 --- /dev/null +++ b/databases/libgda5-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 |