diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:36:03 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:36:03 +0800 |
commit | 039dd2633246eb658dd9e4eaf31316c885870aba (patch) | |
tree | bf3c000b204e698d18a4f694356a8ba9bd00e6ff /databases | |
parent | 67ba09877d80dc5f1ef31a1feb32de9c2ac9e8bc (diff) | |
download | marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.gz marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.tar.zst marcuscom-ports-039dd2633246eb658dd9e4eaf31316c885870aba.zip |
Update to 1.6.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10357 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 51 | ||||
-rw-r--r-- | databases/glom/distinfo | 3 | ||||
-rw-r--r-- | databases/glom/files/patch-glom_libglom_connectionpool.cc | 11 | ||||
-rw-r--r-- | databases/glom/pkg-descr | 21 | ||||
-rw-r--r-- | databases/glom/pkg-plist | 124 |
5 files changed, 210 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile new file mode 100644 index 000000000..2c189ac1b --- /dev/null +++ b/databases/glom/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: glom +# Date created: 24 April, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= glom +PORTVERSION= 1.6.7 +CATEGORIES= databases gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} + +MAINTAINER= kwm@FreeBSD.org +COMMENT= GNOME database designer and user interface + +LIB_DEPENDS= bakery-2.4:${PORTSDIR}/x11-toolkits/bakery \ + gdamm-3.0.8:${PORTSDIR}/databases/libgdamm \ + gtksourceviewmm-1.0.1:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ + goocanvas.3:${PORTSDIR}/graphics/goocanvas +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql \ + postmaster:${PORTSDIR}/databases/postgresql81-server +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql \ + postmaster:${PORTSDIR}/databases/postgresql81-server + +USE_BZIP2= yes +USE_PYTHON= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras +USE_LDCONFIG= yes +INSTALLS_OMF= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin +INSTALLS_ICONS= yes + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ + ${WRKSRC}/Makefile.in + +post-install: + @-update-mime-database ${PREFIX}/share/mime + +.include <bsd.port.post.mk> diff --git a/databases/glom/distinfo b/databases/glom/distinfo new file mode 100644 index 000000000..d9147d71c --- /dev/null +++ b/databases/glom/distinfo @@ -0,0 +1,3 @@ +MD5 (glom-1.6.7.tar.bz2) = cd9695dd04fa4c9043ecdce04112d6ca +SHA256 (glom-1.6.7.tar.bz2) = 6d14549d828de49777a1ea7e9f6fbe8e8be370c829f4e156ce4051d86de620c5 +SIZE (glom-1.6.7.tar.bz2) = 1357249 diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc new file mode 100644 index 000000000..ae8bf97bc --- /dev/null +++ b/databases/glom/files/patch-glom_libglom_connectionpool.cc @@ -0,0 +1,11 @@ +--- glom/libglom/connectionpool.cc.orig 2008-01-31 11:29:29.000000000 +0100 ++++ glom/libglom/connectionpool.cc 2008-01-31 11:38:06.000000000 +0100 +@@ -642,7 +642,7 @@ bool ConnectionPool::directory_exists_ur + } + + #ifndef GLOM_ENABLE_CLIENT_ONLY +-static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ ++static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ + + /* This is a Linux/Unix signal handler, + * so we can respond to a crash. diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr new file mode 100644 index 000000000..6974a6efb --- /dev/null +++ b/databases/glom/pkg-descr @@ -0,0 +1,21 @@ +With Glom you can design table definitions and the relationships +between them, plus arrange the fields on the screen. You can edit +and search the data in those tables, and specify field values in +terms of other fields. It's as easy as it should be. + +The design is loosely based on FileMaker Pro, with the added +advantage of separation between interface and data. Its simple +framework should be enough to implement most database +applications. Without Glom these systems normally consist of lots +of repetitive, unmaintainable code. + +Glom-specific data such as the relationship definitions is saved +in the Glom document. Glom re-connects to the database server +when it loads a previous Glom document. The document is in XML +format. + +Glom uses the PostgreSQL database backend but it can not edit +databases that it did not create, because it uses only a simple +subset of Postgres functionality. + +WWW: http://www.glom.org/ diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist new file mode 100644 index 000000000..cc61827e3 --- /dev/null +++ b/databases/glom/pkg-plist @@ -0,0 +1,124 @@ +bin/glom +lib/libglom.a +lib/libglom.la +lib/libglom.so +lib/libglom.so.0 +%%PYTHON_SITELIBDIR%%/glom.a +%%PYTHON_SITELIBDIR%%/glom.la +%%PYTHON_SITELIBDIR%%/glom.so +share/applications/glom.desktop +%%DATADIR%%/examples/example_film_manager.glom +%%DATADIR%%/examples/example_music_collection.glom +%%DATADIR%%/examples/example_project_manager.glom +%%DATADIR%%/examples/example_smallbusiness.glom +share/glom/glade/glom.glade +share/glom/glom_document.dtd +share/glom/xslt/print_details_to_html.xsl +share/glom/xslt/print_report_to_html.xsl +share/gnome/help/glom/C/figures/glom_design_fields.png +share/gnome/help/glom/C/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/C/figures/start.png +share/gnome/help/glom/C/glom.xml +share/gnome/help/glom/C/legal.xml +share/gnome/help/glom/de/figures/glom_design_fields.png +share/gnome/help/glom/de/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/de/figures/start.png +share/gnome/help/glom/de/glom.xml +share/gnome/help/glom/de/legal.xml +share/gnome/help/glom/en_GB/figures/glom_design_fields.png +share/gnome/help/glom/en_GB/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/en_GB/figures/start.png +share/gnome/help/glom/en_GB/glom.xml +share/gnome/help/glom/en_GB/legal.xml +share/gnome/help/glom/es/figures/glom_design_fields.png +share/gnome/help/glom/es/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/es/figures/start.png +share/gnome/help/glom/es/glom.xml +share/gnome/help/glom/es/legal.xml +share/gnome/help/glom/sv/figures/glom_design_fields.png +share/gnome/help/glom/sv/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/sv/figures/start.png +share/gnome/help/glom/sv/glom.xml +share/gnome/help/glom/sv/legal.xml +share/mime-info/glom.keys +share/mime-info/glom.mime +share/icons/hicolor/16x16/apps/glom.png +share/icons/hicolor/22x22/apps/glom.png +share/icons/hicolor/24x24/apps/glom.png +share/icons/hicolor/32x32/apps/glom.png +share/icons/hicolor/48x48/apps/glom.png +share/icons/hicolor/scalable/apps/glom.svg +share/locale/ar/LC_MESSAGES/glom.mo +share/locale/ca/LC_MESSAGES/glom.mo +share/locale/cs/LC_MESSAGES/glom.mo +share/locale/de/LC_MESSAGES/glom.mo +share/locale/dz/LC_MESSAGES/glom.mo +share/locale/en_CA/LC_MESSAGES/glom.mo +share/locale/en_GB/LC_MESSAGES/glom.mo +share/locale/es/LC_MESSAGES/glom.mo +share/locale/fi/LC_MESSAGES/glom.mo +share/locale/fr/LC_MESSAGES/glom.mo +share/locale/gl/LC_MESSAGES/glom.mo +share/locale/gu/LC_MESSAGES/glom.mo +share/locale/hu/LC_MESSAGES/glom.mo +share/locale/it/LC_MESSAGES/glom.mo +share/locale/nb/LC_MESSAGES/glom.mo +share/locale/ne/LC_MESSAGES/glom.mo +share/locale/nl/LC_MESSAGES/glom.mo +share/locale/pa/LC_MESSAGES/glom.mo +share/locale/pt/LC_MESSAGES/glom.mo +share/locale/pt_BR/LC_MESSAGES/glom.mo +share/locale/rw/LC_MESSAGES/glom.mo +share/locale/sq/LC_MESSAGES/glom.mo +share/locale/sv/LC_MESSAGES/glom.mo +share/locale/tr/LC_MESSAGES/glom.mo +share/locale/vi/LC_MESSAGES/glom.mo +share/locale/zh_CN/LC_MESSAGES/glom.mo +share/mime/packages/glom.xml +share/omf/glom/glom-C.omf +share/omf/glom/glom-de.omf +share/omf/glom/glom-en_GB.omf +share/omf/glom/glom-es.omf +share/omf/glom/glom-sv.omf +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/vi/LC_MESSAGES +@dirrmtry share/locale/vi +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrm share/omf/glom +@dirrm share/gnome/help/glom/sv/figures +@dirrm share/gnome/help/glom/sv +@dirrm share/gnome/help/glom/es/figures +@dirrm share/gnome/help/glom/es +@dirrm share/gnome/help/glom/en_GB/figures +@dirrm share/gnome/help/glom/en_GB +@dirrm share/gnome/help/glom/de/figures +@dirrm share/gnome/help/glom/de +@dirrm share/gnome/help/glom/C/figures +@dirrm share/gnome/help/glom/C +@dirrm share/gnome/help/glom +@dirrm share/glom/xslt +@dirrm share/glom/glade +@dirrm share/glom/doc/examples +@dirrm share/glom/doc +@dirrm share/glom +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications |