summaryrefslogtreecommitdiffstats
path: root/databases/glom
diff options
context:
space:
mode:
Diffstat (limited to 'databases/glom')
-rw-r--r--databases/glom/Makefile60
-rw-r--r--databases/glom/distinfo3
-rw-r--r--databases/glom/files/patch-glom_libglom_connectionpool.cc14
-rw-r--r--databases/glom/files/patch-glom_main.cc32
-rw-r--r--databases/glom/pkg-descr21
-rw-r--r--databases/glom/pkg-plist253
6 files changed, 0 insertions, 383 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
deleted file mode 100644
index c8c614006..000000000
--- a/databases/glom/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: glom
-# Date created: 24 April, 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/databases/glom/Makefile,v 1.23 2009/03/10 19:14:49 kwm Exp $
-#
-
-PORTNAME= glom
-PORTVERSION= 1.10.0
-CATEGORIES= databases gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= GNOME database designer and user interface
-
-LIB_DEPENDS= bakery-2.6:${PORTSDIR}/x11-toolkits/bakery \
- gdamm-4.0.10:${PORTSDIR}/databases/libgdamm \
- gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
- goocanvasmm-0.1.4:${PORTSDIR}/graphics/goocanvasmm
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras
-USE_LDCONFIG= yes
-USE_PGSQL= yes
-INSTALLS_OMF= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin
-INSTALLS_ICONS= yes
-
-#OPTIONS= SELF_HOSTING "Host the database locally" on
-
-.include <bsd.port.pre.mk>
-
-#.if defined(WITH_SELF_HOSTING)
-# Note: USE_PGSQL has already been set above.
-BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-#.else
-#CONFIGURE_ARGS+=--enable-client-only
-#.endif
-
-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
deleted file mode 100644
index 522bfdf6e..000000000
--- a/databases/glom/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/glom-1.10.0.tar.bz2) = 8c46a5e087771a0bc45c71d7dd74ec7f
-SHA256 (gnome2/glom-1.10.0.tar.bz2) = a0e03a087cec62ccf440923d44f2f99f83607502bf84aef34dc50c41989fca2a
-SIZE (gnome2/glom-1.10.0.tar.bz2) = 3246293
diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc
deleted file mode 100644
index b1f9b2c50..000000000
--- a/databases/glom/files/patch-glom_libglom_connectionpool.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- glom/libglom/connectionpool.cc.orig 2008-04-29 18:10:54.000000000 +0200
-+++ glom/libglom/connectionpool.cc 2008-08-08 02:39:55.000000000 +0200
-@@ -789,7 +789,11 @@ bool ConnectionPool::directory_exists_ur
- // TODO: This is probably mingw specific
- static __p_sig_fn_t previous_sig_handler = SIG_DFL;
- #else
-+# ifdef __FreeBSD__
-+static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */
-+# else
- static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */
-+# endif
- #endif
-
- /* This is a Linux/Unix signal handler,
diff --git a/databases/glom/files/patch-glom_main.cc b/databases/glom/files/patch-glom_main.cc
deleted file mode 100644
index c9143bb8b..000000000
--- a/databases/glom/files/patch-glom_main.cc
+++ /dev/null
@@ -1,32 +0,0 @@
---- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100
-+++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100
-@@ -100,18 +100,19 @@ OptionGroup::OptionGroup()
-
- } //namespace Glom
-
--#ifndef G_OS_WIN32
-+#ifdef __linux
- extern "C" void __libc_freeres(void);
- #endif
-
- int
- main(int argc, char* argv[])
- {
--#ifndef G_OS_WIN32
-+#ifdef __linux
- //Force some cleanup at exit,
- //to help valgrind to detect memory leaks:
- atexit(__libc_freeres);
- #else
-+# ifdef G_OS_WIN32
- WSADATA data;
- int errcode = WSAStartup(MAKEWORD(2, 0), &data);
- if(errcode != 0)
-@@ -123,6 +124,7 @@ main(int argc, char* argv[])
- gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL);
- const std::string installation_dir(installation_dir_c);
- g_free(installation_dir_c);
-+# endif
- #endif
-
- // TODO: I am not sure why, but this does not work. PYTHONPATH is set
diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr
deleted file mode 100644
index 6974a6efb..000000000
--- a/databases/glom/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100644
index 682717c2e..000000000
--- a/databases/glom/pkg-plist
+++ /dev/null
@@ -1,253 +0,0 @@
-bin/glom
-include/glom-1.0/libglom/appstate.h
-include/glom-1.0/libglom/data_structure/field.h
-include/glom-1.0/libglom/data_structure/fieldtypes.h
-include/glom-1.0/libglom/data_structure/foundset.h
-include/glom-1.0/libglom/data_structure/glomconversions.h
-include/glom-1.0/libglom/data_structure/groupinfo.h
-include/glom-1.0/libglom/data_structure/iso_codes.h
-include/glom-1.0/libglom/data_structure/layout/custom_title.h
-include/glom-1.0/libglom/data_structure/layout/fieldformatting.h
-include/glom-1.0/libglom/data_structure/layout/layoutgroup.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_button.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_calendarportal.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_field.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_image.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_line.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_notebook.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_placeholder.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_portal.h
-include/glom-1.0/libglom/data_structure/layout/layoutitem_text.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_footer.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_groupby.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_header.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_summary.h
-include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h
-include/glom-1.0/libglom/data_structure/layout/usesrelationship.h
-include/glom-1.0/libglom/data_structure/numeric_format.h
-include/glom-1.0/libglom/data_structure/parameternamegenerator.h
-include/glom-1.0/libglom/data_structure/print_layout.h
-include/glom-1.0/libglom/data_structure/privileges.h
-include/glom-1.0/libglom/data_structure/relationship.h
-include/glom-1.0/libglom/data_structure/report.h
-include/glom-1.0/libglom/data_structure/system_prefs.h
-include/glom-1.0/libglom/data_structure/tableinfo.h
-include/glom-1.0/libglom/data_structure/translatable_item.h
-include/glom-1.0/libglom/document/document_glom.h
-include/glom-1.0/libglom/document/view.h
-include/glom-1.0/libglom/libglom_config.h
-include/glom-1.0/libglom/sharedptr.h
-include/glom-1.0/libglom/standard_table_prefs_fields.h
-lib/libglom-1.0.a
-lib/libglom-1.0.la
-lib/libglom-1.0.so
-lib/libglom-1.0.so.0
-%%PYTHON_SITELIBDIR%%/glom.a
-%%PYTHON_SITELIBDIR%%/glom.la
-%%PYTHON_SITELIBDIR%%/glom.so
-libdata/pkgconfig/glom-1.0.pc
-share/applications/glom.desktop
-%%DATADIR%%/doc/examples/example_film_manager.glom
-%%DATADIR%%/doc/examples/example_lesson_planner.glom
-%%DATADIR%%/doc/examples/example_music_collection.glom
-%%DATADIR%%/doc/examples/example_project_manager.glom
-%%DATADIR%%/doc/examples/example_smallbusiness.glom
-%%DATADIR%%/glade/glom_developer.glade
-%%DATADIR%%/glade/glom.glade
-%%DATADIR%%/glom_document.dtd
-%%DATADIR%%/pixmaps/glom-button.png
-%%DATADIR%%/pixmaps/glom-field.png
-%%DATADIR%%/pixmaps/glom-group.png
-%%DATADIR%%/pixmaps/glom-line-horizontal.png
-%%DATADIR%%/pixmaps/glom-line-vertical.png
-%%DATADIR%%/pixmaps/glom-image.png
-%%DATADIR%%/pixmaps/glom-notebook.png
-%%DATADIR%%/pixmaps/glom-related-records.png
-%%DATADIR%%/pixmaps/glom-text.png
-%%DATADIR%%/xslt/print_details_to_html.xsl
-%%DATADIR%%/xslt/print_report_to_html.xsl
-share/gnome/help/glom/C/figures/glom_data_details.png
-share/gnome/help/glom/C/figures/glom_data_list.png
-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/glom_design_layout_details.png
-share/gnome/help/glom/C/figures/glom_design_layout_list.png
-share/gnome/help/glom/C/figures/glom_design_reports.png
-share/gnome/help/glom/C/figures/glom_design_reports_details.png
-share/gnome/help/glom/C/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/C/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/C/figures/glom_design_translations.png
-share/gnome/help/glom/C/figures/glom_import.png
-share/gnome/help/glom/C/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/C/figures/glom_report_result.png
-share/gnome/help/glom/C/figures/glom_tables.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_data_details.png
-share/gnome/help/glom/de/figures/glom_data_list.png
-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/glom_design_layout_details.png
-share/gnome/help/glom/de/figures/glom_design_layout_list.png
-share/gnome/help/glom/de/figures/glom_design_reports.png
-share/gnome/help/glom/de/figures/glom_design_reports_details.png
-share/gnome/help/glom/de/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/de/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/de/figures/glom_design_translations.png
-share/gnome/help/glom/de/figures/glom_import.png
-share/gnome/help/glom/de/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/de/figures/glom_report_result.png
-share/gnome/help/glom/de/figures/glom_tables.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_data_details.png
-share/gnome/help/glom/en_GB/figures/glom_data_list.png
-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/glom_design_layout_details.png
-share/gnome/help/glom/en_GB/figures/glom_design_layout_list.png
-share/gnome/help/glom/en_GB/figures/glom_design_reports.png
-share/gnome/help/glom/en_GB/figures/glom_design_reports_details.png
-share/gnome/help/glom/en_GB/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/en_GB/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/en_GB/figures/glom_design_translations.png
-share/gnome/help/glom/en_GB/figures/glom_import.png
-share/gnome/help/glom/en_GB/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/en_GB/figures/glom_report_result.png
-share/gnome/help/glom/en_GB/figures/glom_tables.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_data_details.png
-share/gnome/help/glom/es/figures/glom_data_list.png
-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/glom_design_layout_details.png
-share/gnome/help/glom/es/figures/glom_design_layout_list.png
-share/gnome/help/glom/es/figures/glom_design_reports.png
-share/gnome/help/glom/es/figures/glom_design_reports_details.png
-share/gnome/help/glom/es/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/es/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/es/figures/glom_design_translations.png
-share/gnome/help/glom/es/figures/glom_import.png
-share/gnome/help/glom/es/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/es/figures/glom_report_result.png
-share/gnome/help/glom/es/figures/glom_tables.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/fr/figures/glom_data_details.png
-share/gnome/help/glom/fr/figures/glom_data_list.png
-share/gnome/help/glom/fr/figures/glom_design_fields.png
-share/gnome/help/glom/fr/figures/glom_design_fields_dialog_calculated.png
-share/gnome/help/glom/fr/figures/glom_design_layout_details.png
-share/gnome/help/glom/fr/figures/glom_design_layout_list.png
-share/gnome/help/glom/fr/figures/glom_design_reports.png
-share/gnome/help/glom/fr/figures/glom_design_reports_details.png
-share/gnome/help/glom/fr/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/fr/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/fr/figures/glom_design_translations.png
-share/gnome/help/glom/fr/figures/glom_import.png
-share/gnome/help/glom/fr/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/fr/figures/glom_report_result.png
-share/gnome/help/glom/fr/figures/glom_tables.png
-share/gnome/help/glom/fr/figures/start.png
-share/gnome/help/glom/fr/glom.xml
-share/gnome/help/glom/fr/legal.xml
-share/gnome/help/glom/sv/figures/glom_data_details.png
-share/gnome/help/glom/sv/figures/glom_data_list.png
-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/glom_design_layout_details.png
-share/gnome/help/glom/sv/figures/glom_design_layout_list.png
-share/gnome/help/glom/sv/figures/glom_design_reports.png
-share/gnome/help/glom/sv/figures/glom_design_reports_details.png
-share/gnome/help/glom/sv/figures/glom_design_reports_group_by.png
-share/gnome/help/glom/sv/figures/glom_design_reports_vertical_group.png
-share/gnome/help/glom/sv/figures/glom_design_translations.png
-share/gnome/help/glom/sv/figures/glom_import.png
-share/gnome/help/glom/sv/figures/glom_initial_dialog_local_network.png
-share/gnome/help/glom/sv/figures/glom_report_result.png
-share/gnome/help/glom/sv/figures/glom_tables.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/oc/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-fr.omf
-share/omf/glom/glom-sv.omf
-@dirrm share/omf/glom
-@dirrm share/gnome/help/glom/sv/figures
-@dirrm share/gnome/help/glom/sv
-@dirrm share/gnome/help/glom/fr/figures
-@dirrm share/gnome/help/glom/fr
-@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 %%DATADIR%%/xslt
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%/glade
-@dirrm %%DATADIR%%/doc/examples
-@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@dirrmtry share/applications
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrm include/glom-1.0/libglom/document
-@dirrm include/glom-1.0/libglom/data_structure/layout/report_parts
-@dirrm include/glom-1.0/libglom/data_structure/layout
-@dirrm include/glom-1.0/libglom/data_structure
-@dirrm include/glom-1.0/libglom
-@dirrm include/glom-1.0