diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-13 21:29:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-13 21:29:51 +0800 |
commit | 6b1ccde6349f614399289b104904ec010f87a861 (patch) | |
tree | c61cf524b4108a452da4a732911ad7cb7094d34d /databases/libgda4-postgresql | |
parent | 8d71ccb499011685631ef5180895ab86c3cedea1 (diff) | |
download | marcuscom-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
Diffstat (limited to 'databases/libgda4-postgresql')
-rw-r--r-- | databases/libgda4-postgresql/Makefile | 23 | ||||
-rw-r--r-- | databases/libgda4-postgresql/pkg-plist | 20 |
2 files changed, 43 insertions, 0 deletions
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 |