diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /databases/glom | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2 marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 60 | ||||
-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 | 106 |
5 files changed, 0 insertions, 201 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile deleted file mode 100644 index 12fe45fac..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.17 2008/03/17 21:11:28 kwm Exp $ -# - -PORTNAME= glom -PORTVERSION= 1.6.10 -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.10:${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 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-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" off - -.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 ac8ec26c4..000000000 --- a/databases/glom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glom-1.6.10.tar.bz2) = 2949c8b57a1926454009ca71133abf37 -SHA256 (glom-1.6.10.tar.bz2) = 4b5616731e3971a65ee368202d0bfb533a6aa423269678bdf2a37bab09dff1d1 -SIZE (glom-1.6.10.tar.bz2) = 1356023 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 ae8bf97bc..000000000 --- a/databases/glom/files/patch-glom_libglom_connectionpool.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 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 ff175eeb0..000000000 --- a/databases/glom/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -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%%/doc/examples/example_film_manager.glom -%%DATADIR%%/doc/examples/example_music_collection.glom -%%DATADIR%%/doc/examples/example_project_manager.glom -%%DATADIR%%/doc/examples/example_smallbusiness.glom -%%DATADIR%%/glade/glom.glade -%%DATADIR%%/glom_document.dtd -%%DATADIR%%/xslt/print_details_to_html.xsl -%%DATADIR%%/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 -@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 %%DATADIR%%/xslt -@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 |