From e5b19b3691fff0e9f0229d2eff13eeadf652f7f2 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 25 Apr 2005 02:22:04 +0000 Subject: Add glom, a GUI RAD database designer thinger app. It won't build on 4.X because of some sigc++ weirdness. Somebody who's interested should look into it! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3946 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/glom/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ databases/glom/distinfo | 2 ++ databases/glom/pkg-descr | 21 +++++++++++++++++++++ databases/glom/pkg-plist | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 databases/glom/Makefile create mode 100644 databases/glom/distinfo create mode 100644 databases/glom/pkg-descr create mode 100644 databases/glom/pkg-plist (limited to 'databases') diff --git a/databases/glom/Makefile b/databases/glom/Makefile new file mode 100644 index 000000000..990cd8897 --- /dev/null +++ b/databases/glom/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: glom +# Date created: 24 April, 2005 +# Whom: Adam Weinberger +# +# $FreeBSD$ +# + +PORTNAME= glom +PORTVERSION= 0.8.24 +CATEGORIES= databases gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME database designed + +LIB_DEPENDS= bakery-2.3:${PORTSDIR}/x11-toolkits/bakery \ + gdamm-1.3:${PORTSDIR}/databases/libgdamm +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_PYTHON= yes + +USE_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix pygnomeextras +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +INSTALLS_OMF= yes + +.include + +.if (${OSVERSION} < 500000) +BROKEN= "Doesn't play well with 4.X." +.endif + +.include diff --git a/databases/glom/distinfo b/databases/glom/distinfo new file mode 100644 index 000000000..c35c8f26f --- /dev/null +++ b/databases/glom/distinfo @@ -0,0 +1,2 @@ +MD5 (glom-0.8.24.tar.bz2) = ac5135a9b1e32a23601a595eed65a961 +SIZE (glom-0.8.24.tar.bz2) = 552672 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..953e82a44 --- /dev/null +++ b/databases/glom/pkg-plist @@ -0,0 +1,37 @@ +bin/glom +%%PYTHONSITELIBDIR%%/glom.so +share/gnome/application-registry/glom.applications +share/gnome/apps/Applications/glom.desktop +share/gnome/glom/glade/glom.glade +share/gnome/glom/glom_document.dtd +share/gnome/glom/xslt/print_details_to_html.xsl +share/gnome/help/glom/C/figures/start.png +share/gnome/help/glom/C/glom.xml +share/gnome/help/glom/C/legal.xml +share/gnome/mime-info/glom.keys +share/gnome/mime-info/glom.mime +share/gnome/omf/glom/glom-C.omf +share/locale/cs/LC_MESSAGES/glom.mo +share/locale/de/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/fr/LC_MESSAGES/glom.mo +share/locale/gu/LC_MESSAGES/glom.mo +share/locale/it/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/zh_CN/LC_MESSAGES/glom.mo +share/mime/packages/glom.xml +@dirrm share/gnome/help/glom/C/figures +@dirrm share/gnome/help/glom/C +@dirrm share/gnome/help/glom +@dirrm share/gnome/glom/xslt +@dirrm share/gnome/glom/glade +@dirrm share/gnome/glom -- cgit v1.2.3