Index: head/Mk/bsd.gnome.mk =================================================================== --- head/Mk/bsd.gnome.mk (revision 326489) +++ head/Mk/bsd.gnome.mk (revision 326490) @@ -1,965 +1,977 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # $NetBSD: $ # $MCom: ports/trunk/Mk/bsd.gnome.mk 17271 2013-04-01 15:16:27Z kwm $ # # Please view me with 4 column tabs! ####################################################### # # *** WARNING: Disable MARCUSCOM before merge in FreeBSD! # Please also remove this section before merging into FreeBSD. # #MARCUSCOM_CVS=yes # ======================= USERS ================================= # # There are no significant user-definable settings in here. # This file is a framework to make it easier to create GNOME ports. # # ======================= /USERS ================================ .if !defined(_POSTMKINCLUDED) && !defined(Gnome_Pre_Include) # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). Gnome_Include_MAINTAINER= gnome@FreeBSD.org Gnome_Pre_Include= bsd.gnome.mk # This section defines possible names of GNOME components and all information # necessary for ports to use those components. # Ports can use this as follows: # # USE_GNOME= gnomeprint bonobo # # .include # # As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV # and MAKE_ENV defined. # # # GCONF_SCHEMAS - Set the following to list of all the gconf schema files # that your port installs. These schema files and # %gconf.xml files will be automatically added to # the ${PLIST}. For example, if your port has # "etc/gconf/schemas/(foo.schemas and bar.schemas)", # add the following to your Makefile: # "GCONF_SCHEMAS=foo.schemas bar.schemas". # # GLIB_SCHEMAS - Set the following to list of all gsettings schema files # (*.gschema.xml) that your ports installs. The # schema files will be automatically added to # the ${PLIST}. For example, if your port has # "share/glib-2.0/schemas/(foo.gschema.xml and bar.gschema.xml)", # add the following to your Makefile: # "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml". # # INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist # file and add apropriate @exec/@unexec directives for # each .omf file found to track OMF registration database. # # INSTALLS_ICONS - If your port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this # macro. If the icons are not cached, they will not be # displayed. # # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection ltasneededhack lthack \ ltverhack gnomehack referencehack gnomehier gnomemimedata \ gnomeprefix # GNOME 1 components _USE_GNOME_ALL+= bonobo gconf gdkpixbuf glib12 \ gnomecanvas gnomedb gnomelibs gnomeprint gtk12 \ libgda libghttp libglade libxml imlib oaf orbit # GNOME 2 components _USE_GNOME_ALL+= atk atspi cairo desktopfileutils eel2 evolutiondataserver gal2 \ gdkpixbuf2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \ gnomedesktopsharp20 gnomedocutils gnomemenus gnomepanel gnomesharp20 \ gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 gtksharp10 \ gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \ libbonoboui libgailgnome libgda2 libgda3 libgda4 libglade2 libgnome \ libgnomecanvas libgnomedb libgnomekbd libgnomeprint libgnomeprintui \ libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \ libxml2 libxslt libzvt linc metacity nautilus2 nautiluscdburner \ orbit2 pango pangox-compat pygnome2 pygnomedesktop pygnomeextras pygobject pygtk2 \ pygtksourceview vte # GNOME 3 components -_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 pygobject3 +_USE_GNOME_ALL+= dconf gtk30 gtksourceview3 libgda5 libgda5-ui pygobject3 # C++ bindings _USE_GNOME_ALL+=atkmm cairomm gconfmm gconfmm26 glibmm gtkmm20 gtkmm24 \ - gtkmm30 gtksourceviewmm3 libgdamm \ + gtkmm30 gtksourceviewmm3 libgdamm libgdamm5 \ libgtksourceviewmm libxml++ libxml++26 libsigc++12 libsigc++20 \ pangomm GNOME_MAKEFILEIN?= Makefile.in SCROLLKEEPER_DIR= /var/db/rarian gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \ s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \ s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; \ ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|{libdir}/locale|{prefix}/share/locale|g' referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \ "s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|" lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \ '/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|' GNOME_MTREE_FILE?= ${LOCALBASE}/etc/mtree/BSD.gnome.dist gnomehier_DETECT= ${GNOME_MTREE_FILE} gnomehier_RUN_DEPENDS= ${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier GNOME_HTML_DIR?= ${PREFIX}/share/doc GCONF_CONFIG_OPTIONS?= merged GCONF_CONFIG_DIRECTORY?=etc/gconf/gconf.xml.defaults GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY} GNOME_LOCALSTATEDIR?= ${PREFIX}/share gnomeprefix_CONFIGURE_ENV=GTKDOC="false" gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \ --with-html-dir=${GNOME_HTML_DIR} \ --disable-gtk-doc \ --with-gconf-source=${GCONF_CONFIG_SOURCE} gnomeprefix_USE_GNOME_IMPL=gnomehier atkmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/atkmm-1.6.pc atkmm_LIB_DEPENDS= atkmm-1.6:${PORTSDIR}/accessibility/atkmm atkmm_USE_GNOME_IMPL= glibmm atk libxml++_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml++-1.0.pc libxml++_LIB_DEPENDS= xml++-1.0:${PORTSDIR}/textproc/libxml++ libxml++_USE_GNOME_IMPL= libxml2 libxml++26_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml++-2.6.pc libxml++26_LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26 libxml++26_USE_GNOME_IMPL= glibmm libxml2 cairo_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairo.pc cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo cairomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/cairomm-1.0.pc cairomm_LIB_DEPENDS= cairomm-1.0:${PORTSDIR}/graphics/cairomm cairomm_USE_GNOME_IMPL= cairo libxml++26 gconfmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconfmm-2.0.pc gconfmm_LIB_DEPENDS= gconfmm-2.0:${PORTSDIR}/devel/gconfmm gconfmm_USE_GNOME_IMPL= gtkmm20 gconf2 gconfmm26_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconfmm-2.6.pc gconfmm26_LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 gconfmm26_USE_GNOME_IMPL= glibmm gconf2 glibmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/glibmm-2.4.pc glibmm_LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm glibmm_USE_GNOME_IMPL= libsigc++20 glib20 gtkmm20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc gtkmm20_LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 gtkmm20_USE_GNOME_IMPL= libsigc++12 gtk20 gtkmm24_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.4.pc gtkmm24_LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 gtkmm24_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk20 gtkmm30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtkmm-3.0.pc gtkmm30_LIB_DEPENDS= gtkmm-3.0:${PORTSDIR}/x11-toolkits/gtkmm30 gtkmm30_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk30 gtksourceviewmm3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-3.0.pc gtksourceviewmm3_LIB_DEPENDS= gtksourceviewmm-3.0:${PORTSDIR}/x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL=gtkmm30 gtksourceview3 libgdamm_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-4.0.pc libgdamm_LIB_DEPENDS= gdamm-4.0:${PORTSDIR}/databases/libgdamm libgdamm_USE_GNOME_IMPL=libgda4 glibmm +libgdamm5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgdamm-5.0.pc +libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:${PORTSDIR}/databases/libgdamm5 +libgdamm5_USE_GNOME_IMPL= libgda5 glibmm + libgtksourceviewmm_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceviewmm-2.0.pc libgtksourceviewmm_LIB_DEPENDS= gtksourceviewmm-2.0:${PORTSDIR}/x11-toolkits/libgtksourceviewmm libgtksourceviewmm_USE_GNOME_IMPL= gtksourceview2 gtkmm24 libsigc++12_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-1.2.pc libsigc++12_LIB_DEPENDS= sigc-1.2:${PORTSDIR}/devel/libsigc++12 libsigc++20_DETECT= ${LOCALBASE}/libdata/pkgconfig/sigc++-2.0.pc libsigc++20_LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 pangomm_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangomm-1.4.pc pangomm_LIB_DEPENDS= pangomm-1.4:${PORTSDIR}/x11-toolkits/pangomm pangomm_USE_GNOME_IMPL= pango glibmm cairomm ESD_CONFIG?= ${LOCALBASE}/bin/esd-config esound_LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}" esound_MAKE_ENV= ESD_CONFIG="${ESD_CONFIG}" esound_DETECT= ${ESD_CONFIG} libghttp_LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp libghttp_DETECT= ${LOCALBASE}/etc/ghttpConf.sh GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config glib12_LIB_DEPENDS= glib-12.3:${PORTSDIR}/devel/glib12 glib12_CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" glib12_MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" glib12_DETECT= ${GLIB_CONFIG} GTK_CONFIG?= ${LOCALBASE}/bin/gtk12-config gtk12_LIB_DEPENDS= gtk-12.2:${PORTSDIR}/x11-toolkits/gtk12 gtk12_CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_DETECT= ${GTK_CONFIG} gtk12_USE_GNOME_IMPL= glib12 XML_CONFIG?= ${LOCALBASE}/bin/xml-config libxml_LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml libxml_CONFIGURE_ENV= XML_CONFIG="${XML_CONFIG}" libxml_MAKE_ENV= XML_CONFIG="${XML_CONFIG}" libxml_DETECT= ${XML_CONFIG} libxml_USE_GNOME_IMPL= glib12 ORBIT_CONFIG?= ${LOCALBASE}/bin/orbit-config orbit_LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit orbit_CONFIGURE_ENV= ORBIT_CONFIG="${ORBIT_CONFIG}" orbit_MAKE_ENV= ORBIT_CONFIG="${ORBIT_CONFIG}" orbit_DETECT= ${ORBIT_CONFIG} orbit_USE_GNOME_IMPL= glib12 GDK_PIXBUF_CONFIG?= ${LOCALBASE}/bin/gdk-pixbuf-config gdkpixbuf_LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf gdkpixbuf_CONFIGURE_ENV=GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_MAKE_ENV= GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_DETECT= ${GDK_PIXBUF_CONFIG} gdkpixbuf_USE_GNOME_IMPL=gtk12 IMLIB_CONFIG?= ${LOCALBASE}/bin/imlib-config imlib_LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib imlib_CONFIGURE_ENV= IMLIB_CONFIG="${IMLIB_CONFIG}" imlib_MAKE_ENV= IMLIB_CONFIG="${IMLIB_CONFIG}" imlib_DETECT= ${IMLIB_CONFIG} imlib_USE_GNOME_IMPL= gtk12 GNOME_CONFIG?= ${LOCALBASE}/bin/gnome-config gnomelibs_LIB_DEPENDS= gnome.5:${PORTSDIR}/x11/gnome-libs gnomelibs_CONFIGURE_ENV=GNOME_CONFIG="${GNOME_CONFIG}" gnomelibs_MAKE_ENV= GNOME_CONFIG="${GNOME_CONFIG}" gnomelibs_DETECT= ${GNOME_CONFIG} gnomelibs_USE_GNOME_IMPL=esound gtk12 imlib libxml orbit gnomecanvas_LIB_DEPENDS=gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas gnomecanvas_DETECT= ${LOCALBASE}/etc/gnomecanvaspixbufConf.sh gnomecanvas_USE_GNOME_IMPL=gnomelibs gdkpixbuf OAF_CONFIG?= ${LOCALBASE}/bin/oaf-config oaf_LIB_DEPENDS= oaf.0:${PORTSDIR}/devel/oaf oaf_CONFIGURE_ENV= OAF_CONFIG="${OAF_CONFIG}" oaf_MAKE_ENV= OAF_CONFIG="${OAF_CONFIG}" oaf_DETECT= ${OAF_CONFIG} oaf_USE_GNOME_IMPL= glib12 orbit libxml gnomemimedata_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data gnomemimedata_USE_GNOME_IMPL=gnomehier GCONF_CONFIG?= ${LOCALBASE}/bin/gconf-config gconf_LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf gconf_CONFIGURE_ENV= GCONF_CONFIG="${GCONF_CONFIG}" gconf_MAKE_ENV= GCONF_CONFIG="${GCONF_CONFIG}" gconf_DETECT= ${GCONF_CONFIG} gconf_USE_GNOME_IMPL= oaf gnomeprint_LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnome-print gnomeprint_DETECT= ${LOCALBASE}/etc/printConf.sh gnomeprint_USE_GNOME_IMPL=gnomelibs gnomecanvas bonobo_LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo bonobo_DETECT= ${LOCALBASE}/etc/bonoboConf.sh bonobo_USE_GNOME_IMPL= oaf gnomeprint GDA_CONFIG?= ${LOCALBASE}/bin/gda-config libgda_LIB_DEPENDS= gda-client.0:${PORTSDIR}/databases/libgda libgda_CONFIGURE_ENV= GDA_CONFIG="${GDA_CONFIG}" libgda_MAKE_ENV= GDA_CONFIG="${GDA_CONFIG}" libgda_DETECT= ${GDA_CONFIG} libgda_USE_GNOME_IMPL= gconf bonobo GNOMEDB_CONFIG?= ${LOCALBASE}/bin/gnomedb-config gnomedb_LIB_DEPENDS= gnomedb.0:${PORTSDIR}/databases/gnome-db gnomedb_CONFIGURE_ENV= GNOMEDB_CONFIG="${GNOMEDB_CONFIG}" gnomedb_MAKE_ENV= GNOMEDB_CONFIG="${GNOMEDB_CONFIG}" gnomedb_DETECT= ${GNOMEDB_CONFIG} gnomedb_USE_GNOME_IMPL= libgda LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config libglade_LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade libglade_CONFIGURE_ENV= LIBGLADE_CONFIG="${LIBGLADE_CONFIG}" libglade_MAKE_ENV= LIBGLADE_CONFIG="${LIBGLADE_CONFIG}" libglade_DETECT= ${LIBGLADE_CONFIG} libglade_USE_GNOME_IMPL=gnomedb glib20_LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \ pcre:${PORTSDIR}/devel/pcre glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc atk_LIB_DEPENDS= atk-1.0:${PORTSDIR}/accessibility/atk atk_DETECT= ${LOCALBASE}/libdata/pkgconfig/atk.pc atk_USE_GNOME_IMPL= glib20 dconf_LIB_DEPENDS= dconf:${PORTSDIR}/devel/dconf dconf_DETECT= ${LOCALBASE}/libdata/pkgconfig/dconf.pc dconf_USE_GNOME_IMPL= glib20 pango_LIB_DEPENDS= pango-1.0:${PORTSDIR}/x11-toolkits/pango pango_DETECT= ${LOCALBASE}/libdata/pkgconfig/pango.pc pango_USE_GNOME_IMPL= glib20 pangox-compat_LIB_DEPENDS= pangox-1.0:${PORTSDIR}/x11-toolkits/pangox-compat pangox-compat_DETECT= ${LOCALBASE}/libdata/pkgconfig/pangox.pc pangox-compat_USE_GNOME_IMPL= glib20 pango gdkpixbuf2_LIB_DEPENDS= gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 gdkpixbuf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc gdkpixbuf2_USE_GNOME_IMPL=glib20 gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:${PORTSDIR}/graphics/gtk-update-icon-cache gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:${PORTSDIR}/graphics/gtk-update-icon-cache gtk-update-icon-cache_DETECT= ${LOCALBASE}/bin/gtk-update-icon-cache gtk-update-icon-cache_USE_GNOME_IMPL= atk pango gdkpixbuf2 gtk20_LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 gtk20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc gtk20_USE_GNOME_IMPL= intltool atk pango GTK2_VERSION= 2.10.0 gtk30_LIB_DEPENDS= gtk-3.0:${PORTSDIR}/x11-toolkits/gtk30 gtk30_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-3.0.pc gtk30_USE_GNOME_IMPL= intltool atk pango GTK3_VERSION= 3.0.0 linc_LIB_DEPENDS= linc.1:${PORTSDIR}/net/linc linc_DETECT= ${LOCALBASE}/libdata/pkgconfig/linc.pc linc_USE_GNOME_IMPL= glib20 libidl_LIB_DEPENDS= IDL-2.0:${PORTSDIR}/devel/libIDL libidl_DETECT= ${LOCALBASE}/libdata/pkgconfig/libIDL-2.0.pc libidl_USE_GNOME_IMPL= glib20 orbit2_LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 orbit2_DETECT= ${LOCALBASE}/libdata/pkgconfig/ORBit-2.0.pc orbit2_USE_GNOME_IMPL= libidl libglade2_LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 libglade2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libglade-2.0.pc libglade2_USE_GNOME_IMPL=libxml2 gtk20 libxml2_BUILD_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 libxml2_LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 libxml2_RUN_DEPENDS= xml2-config:${PORTSDIR}/textproc/libxml2 libxml2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxml-2.0.pc libxslt_BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt libxslt_LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt libxslt_RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt libxslt_DETECT= ${LOCALBASE}/libdata/pkgconfig/libxslt.pc libxslt_USE_GNOME_IMPL= libxml2 libbonobo_LIB_DEPENDS= bonobo-2.0:${PORTSDIR}/devel/libbonobo libbonobo_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonobo-2.0.pc libbonobo_USE_GNOME_IMPL=libxml2 orbit2 introspection_BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection introspection_RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection introspection_DETECT= ${LOCALBASE}/libdata/pkgconfig/gobject-introspection-1.0.pc introspection_USE_GNOME_IMPL= glib20 introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 gconf2_LIB_DEPENDS= gconf-2.4:${PORTSDIR}/devel/gconf2 gconf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gconf-2.0.pc gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 gnomevfs2_LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnome-vfs gnomevfs2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-vfs-2.0.pc gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata libgnomecanvas_LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas libgnomecanvas_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 libartlgpl2_LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc libgnomeprint_LIB_DEPENDS= gnomeprint-2-2.0:${PORTSDIR}/print/libgnomeprint libgnomeprint_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprint-2.2.pc libgnomeprint_USE_GNOME_IMPL= libbonobo libartlgpl2 gtk20 libgnomeprintui_LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui libgnomeprintui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeprintui-2.2.pc libgnomeprintui_USE_GNOME_IMPL= libgnomeprint libgnomecanvas libgnome_LIB_DEPENDS= gnome-2.0:${PORTSDIR}/x11/libgnome libgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-2.0.pc libgnome_USE_GNOME_IMPL=gnomevfs2 esound libbonobo libbonoboui_LIB_DEPENDS= bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui libbonoboui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libbonoboui-2.0.pc libbonoboui_USE_GNOME_IMPL= libgnomecanvas libgnome libgnomeui_LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui libgnomeui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomeui-2.0.pc libgnomeui_USE_GNOME_IMPL= libbonoboui atspi_LIB_DEPENDS= spi.10:${PORTSDIR}/accessibility/at-spi atspi_DETECT= ${LOCALBASE}/libdata/pkgconfig/cspi-1.0.pc atspi_USE_GNOME_IMPL= gtk20 libbonobo libgailgnome_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgail-gnome.pc libgailgnome_RUN_DEPENDS= ${libgailgnome_DETECT}:${PORTSDIR}/x11-toolkits/libgail-gnome libgailgnome_USE_GNOME_IMPL= libgnomeui atspi libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 gnomedesktop_LIB_DEPENDS= gnome-desktop-2.17:${PORTSDIR}/x11/gnome-desktop gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc gnomedesktop_USE_GNOME_IMPL= gconf2 gnomedocutils pygtk2 gnomedesktopsharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-sharp-2.0.pc gnomedesktopsharp20_BUILD_DEPENDS= ${gnomedesktopsharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-desktop-sharp20 gnomedesktopsharp20_RUN_DEPENDS= ${gnomedesktopsharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-desktop-sharp20 gnomedesktopsharp20_USE_GNOME_IMPL= gnomesharp20 gnomepanel gtkhtml3 librsvg2 vte libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner gnomedesktopsharp20_GNOME_DESKTOP_VERSION=2 libwnck_LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck libwnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-1.0.pc libwnck_USE_GNOME_IMPL= gtk20 libwnck_GNOME_DESKTOP_VERSION=2 vte_LIB_DEPENDS= vte.9:${PORTSDIR}/x11-toolkits/vte vte_DETECT= ${LOCALBASE}/libdata/pkgconfig/vte.pc vte_USE_GNOME_IMPL= gtk20 libzvt_LIB_DEPENDS= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt libzvt_DETECT= ${LOCALBASE}/libdata/pkgconfig/libzvt-2.0.pc libzvt_USE_GNOME_IMPL= gtk20 librsvg2_LIB_DEPENDS= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc librsvg2_USE_GNOME_IMPL=libgsf gtk20 eel2_LIB_DEPENDS= eel-2.2:${PORTSDIR}/x11-toolkits/eel eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc eel2_USE_GNOME_IMPL= gnomedesktop gnomepanel_LIB_DEPENDS= panel-applet-3.0:${PORTSDIR}/x11/gnome-panel gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-3.0.pc gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2 gnomepanel_GNOME_DESKTOP_VERSION=2 nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus nautilus2_DETECT= ${LOCALBASE}/share/gir-1.0/Nautilus-2.0.gir nautilus2_USE_GNOME_IMPL=librsvg2 gnomedesktop desktopfileutils gvfs nautilus2_GNOME_DESKTOP_VERSION=2 metacity_LIB_DEPENDS= metacity-private.0:${PORTSDIR}/x11-wm/metacity metacity_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmetacity-private.pc metacity_USE_GNOME_IMPL=gconf2 metacity_GNOME_DESKTOP_VERSION=2 gal2_LIB_DEPENDS= gal-2.4.0:${PORTSDIR}/x11-toolkits/gal2 gal2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gal-2.4.pc gal2_USE_GNOME_IMPL=gnomeui libgnomeprintui gnomecontrolcenter2_LIB_DEPENDS=gnome-window-settings.1:${PORTSDIR}/sysutils/gnome-control-center gnomecontrolcenter2_DETECT=${LOCALBASE}/libdata/pkgconfig/gnome-window-settings-2.0.pc gnomecontrolcenter2_USE_GNOME_IMPL=metacity gnomemenus desktopfileutils libgnomekbd gnomedesktop librsvg2 gnomecontrolcenter2_GNOME_DESKTOP_VERSION=2 libgda2_LIB_DEPENDS= gda-2.3:${PORTSDIR}/databases/libgda2 libgda2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda.pc libgda2_USE_GNOME_IMPL= glib20 libxslt libgda3_LIB_DEPENDS= gda-3.0.3:${PORTSDIR}/databases/libgda3 libgda3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-3.0.pc libgda3_USE_GNOME_IMPL= glib20 libxslt libgda4_LIB_DEPENDS= gda-4.0.5:${PORTSDIR}/databases/libgda4 libgda4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc libgda4_USE_GNOME_IMPL= glib20 libxslt + +libgda5_LIB_DEPENDS= libgda-5.0.so:${PORTSDIR}/databases/libgda5 +libgda5_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-5.0.pc +libgda5_USE_GNOME_IMPL= glib20 libxslt + +libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:${PORTSDIR}/databases/libgda5-ui +libgda5-ui_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-ui-5.0.pc +libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5 libgnomedb_LIB_DEPENDS= gnomedb-3.0.4:${PORTSDIR}/databases/libgnomedb libgnomedb_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomedb.pc libgnomedb_USE_GNOME_IMPL=libgnomeui libgda3 gtksourceview_LIB_DEPENDS= gtksourceview-1.0.0:${PORTSDIR}/x11-toolkits/gtksourceview gtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-1.0.pc gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui gtksourceview2_LIB_DEPENDS= gtksourceview-2.0.0:${PORTSDIR}/x11-toolkits/gtksourceview2 gtksourceview2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-2.0.pc gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2 gtksourceview3_LIB_DEPENDS= gtksourceview-3.0.0:${PORTSDIR}/x11-toolkits/gtksourceview3 gtksourceview3_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksoureview-3.0.pc gtksourceview3_USE_GNOME_IMPL= gtk30 libxml2 libgsf_LIB_DEPENDS= gsf-1.114:${PORTSDIR}/devel/libgsf libgsf_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgsf-1.pc libgsf_USE_GNOME_IMPL= glib20 libxml2 pygobject_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject pygobject_RUN_DEPENDS= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject pygobject_USE_GNOME_IMPL= glib20 pygobject3_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygobject-3.0.pc pygobject3_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-3.0.pc:${PORTSDIR}/devel/py-gobject3 pygobject3_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-3.0.pc:${PORTSDIR}/devel/py-gobject3 pygobject3_USE_GNOME_IMPL= glib20 pygtk2_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc pygtk2_BUILD_DEPENDS= ${pygtk2_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk2 pygtk2_RUN_DEPENDS= ${pygtk2_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk2 pygtk2_USE_GNOME_IMPL= libglade2 pygobject pygnome2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc pygnome2_BUILD_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 pygnome2_RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 pygnome2_USE_GNOME_IMPL=libgnomeui pygtk2 intltool_DETECT= ${LOCALBASE}/bin/intltool-extract intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ s|/usr/bin/iconv|${ICONV_CMD}|g ; \ s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' intlhack_USE_GNOME_IMPL=intltool gtkhtml3_LIB_DEPENDS= gtkhtml-3.14.19:${PORTSDIR}/www/gtkhtml3 gtkhtml3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-3.14.pc gtkhtml3_USE_GNOME_IMPL=libglade2 gnomespeech_LIB_DEPENDS=gnomespeech.7:${PORTSDIR}/accessibility/gnome-speech gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc gnomespeech_USE_GNOME_IMPL=libbonobo evolutiondataserver_LIB_DEPENDS=edataserverui-1.2.11:${PORTSDIR}/databases/evolution-data-server evolutiondataserver_DETECT= ${LOCALBASE}/libdata/pkgconfig/evolution-data-server-1.2.pc evolutiondataserver_USE_GNOME_IMPL=gconf2 libxml2 evolutiondataserver_GNOME_DESKTOP_VERSION=2 desktopfileutils_BUILD_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils desktopfileutils_RUN_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils desktopfileutils_DETECT= ${LOCALBASE}/bin/update-desktop-database desktopfileutils_USE_GNOME_IMPL=glib20 nautiluscdburner_LIB_DEPENDS=nautilus-burn.4:${PORTSDIR}/sysutils/nautilus-cd-burner nautiluscdburner_DETECT= ${LOCALBASE}/libdata/pkgconfig/libnautilus-burn.pc nautiluscdburner_USE_GNOME_IMPL=nautilus2 desktopfileutils nautiluscdburner_GNOME_DESKTOP_VERSION=2 gnomemenus_BUILD_DEPENDS= gnome-menus<=2.39.0:${PORTSDIR}/x11/gnome-menus gnomemenus_RUN_DEPENDS= gnome-menus<=2.39.0:${PORTSDIR}/x11/gnome-menus gnomemenus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnome-menu.pc gnomemenus_USE_GNOME_IMPL= glib20 gnomemenus_GNOME_DESKTOP_VERSION=2 pygnomeextras_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-extras-2.0.pc pygnomeextras_BUILD_DEPENDS= ${pygnomeextras_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-extras pygnomeextras_RUN_DEPENDS= ${pygnomeextras_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-extras pygnomeextras_USE_GNOME_IMPL=pygnome2 libgtkhtml gnomedocutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-doc-utils.pc gnomedocutils_BUILD_DEPENDS=${gnomedocutils_DETECT}:${PORTSDIR}/textproc/gnome-doc-utils gnomedocutils_RUN_DEPENDS=${gnomedocutils_DETECT}:${PORTSDIR}/textproc/gnome-doc-utils gnomedocutils_USE_GNOME_IMPL=libxslt pygnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-desktop-2.0.pc pygnomedesktop_BUILD_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop pygnomedesktop_RUN_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop pygnomedesktop_USE_GNOME_IMPL=pygnome2 libgnomeprintui gtksourceview gnomepanel libwnck nautilus2 metacity pygnomedesktop_GNOME_DESKTOP_VERSION=2 gtksharp10_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10 gtksharp10_RUN_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10 gtksharp10_USE_GNOME_IMPL= gtk20 gtksharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc gtksharp20_BUILD_DEPENDS= ${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20 gtksharp20_RUN_DEPENDS= ${gtksharp20_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp20 gtksharp20_USE_GNOME_IMPL= gtk20 gnomesharp20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc gnomesharp20_BUILD_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 gnomesharp20_RUN_DEPENDS= ${gnomesharp20_DETECT}:${PORTSDIR}/x11-toolkits/gnome-sharp20 gnomesharp20_USE_GNOME_IMPL= gnomepanel gtkhtml3 gtksharp20 librsvg2 vte libgnomekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomekbd.pc libgnomekbd_LIB_DEPENDS= gnomekbd.4:${PORTSDIR}/x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gconf2 libgnomekbd_GNOME_DESKTOP_VERSION=2 pygtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2 gvfs_DETECT= ${LOCALBASE}/lib/libgvfscommon.so gvfs_LIB_DEPENDS= gvfscommon.0:${PORTSDIR}/devel/gvfs gvfs_USE_GNOME_IMPL= glib20 gconf2 .if defined(MARCUSCOM_CVS) . if exists(${PORTSDIR}/Mk/bsd.gnome-experimental.mk) .include "${PORTSDIR}/Mk/bsd.gnome-experimental.mk" . endif .endif .if defined(INSTALLS_ICONS) USE_GNOME+= gtk-update-icon-cache .endif # End component definition section # This section defines tests for optional software. These work off four # types of variables: WANT_GNOME, WITH_GNOME, HAVE_GNOME and USE_GNOME. # The logic of this is that a port can WANT support for a package; a user # specifies if they want ports compiled WITH certain features; this section # tests if we HAVE these features; and the port is then free to USE them. # The logic of this section is like this: # # .if defined(WANT_GNOME) && !defined(WITHOUT_GNOME) # .for foo in ALL_GNOME_COMPONENTS # .if defined(WITH_GNOME) # HAVE_GNOME += foo # .elif (foo installed) # HAVE_GNOME += foo # .else # Print option message # .endif # .endfor # .endif # # Although it appears a little more convoluted in the tests. # Ports can make use of this like so: # # WANT_GNOME= yes # # .include # # .if ${HAVE_GNOME:Mfoo}!="" # ... Do some things ... # USE_GNOME= foo # .else # ... Do some other things ... # .endif # If the user has not defined GNOME_DESKTOP_VERSION, let's try to prevent # users from shooting themselves in the foot. We will try to make an # intelligent choice on the user's behalf. .if exists(${gnomepanel3_DETECT}) GNOME_DESKTOP_VERSION?= 3 .elif exists(${gnomepanel_DETECT}) GNOME_DESKTOP_VERSION?= 2 .endif # We also check each component to see if it has a desktop requirement. If # it does, and its requirement disagrees with the user's chosen desktop, # do not add the component to the HAVE_GNOME list. _USE_GNOME_SAVED:=${USE_GNOME} _USE_GNOME_DESKTOP=yes HAVE_GNOME?= .if (defined(WANT_GNOME) && !defined(WITHOUT_GNOME)) . for component in ${_USE_GNOME_ALL} . if defined(GNOME_DESKTOP_VERSION) && \ defined(${component}_GNOME_DESKTOP_VERSION) . if ${GNOME_DESKTOP_VERSION}==${${component}_GNOME_DESKTOP_VERSION} HAVE_GNOME+= ${component} . else _USE_GNOME_DESKTOP=no . endif . else . if exists(${${component}_DETECT}) HAVE_GNOME+= ${component} . elif defined(WITH_GNOME) . if ${WITH_GNOME}=="yes" || ${WITH_GNOME:M${component}}!="" \ || ${WITH_GNOME}=="1" HAVE_GNOME+= ${component} . endif . endif . endif . endfor .elif defined(WITHOUT_GNOME) . if ${WITHOUT_GNOME}!="yes" && ${WITHOUT_GNOME}!="1" . for component in ${_USE_GNOME_ALL} . if ${WITHOUT_GNOME:M${component}}=="" . if exists(${${component}_DETECT}) HAVE_GNOME+= ${component} . endif . endif . endfor . endif .endif .endif # End of optional part. .if defined(_POSTMKINCLUDED) && !defined(Gnome_Post_Include) Gnome_Post_Include= bsd.gnome.mk .if !defined(Gnome_Pre_Include) .error The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk? .endif .if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} . for subcomponent in ${${component}_USE_GNOME_IMPL} ${component}_USE_GNOME_IMPL+=${${subcomponent}_USE_GNOME_IMPL} . endfor . endfor # Then use already expanded USE_GNOME_IMPL to expand USE_GNOME. # Also, check to see if each component has a desktop requirement. If it does, # and if the user's chosen desktop is not of the same version, mark the # port as IGNORE. . for component in ${USE_GNOME:C/^([^:]+).*/\1/} . if defined(GNOME_DESKTOP_VERSION) && \ defined(${component}_GNOME_DESKTOP_VERSION) . if ${GNOME_DESKTOP_VERSION}!=${${component}_GNOME_DESKTOP_VERSION} IGNORE= cannot install: ${PORTNAME} wants to use the GNOME IGNORE+=${${component}_GNOME_DESKTOP_VERSION} desktop, but you wish to use IGNORE+=the GNOME ${GNOME_DESKTOP_VERSION} desktop . endif . endif . if ${_USE_GNOME_ALL:M${component}}=="" IGNORE= cannot install: Unknown component ${component} . endif _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component} . endfor # Setup the GTK+ API version for pixbuf loaders, input method modules, # and theme engines. PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \ GTK3_VERSION="${GTK3_VERSION}" # Then handle the ltverhack component (it has to be done here, because # we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is # included in the post-makefile section). .if defined(_AUTOTOOL_libtool) lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH= lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \ ${CP} -pf ${LIBTOOL} ${WRKDIR}/gnome-libtool && \ for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/!s|$$ac_aux_dir/ltmain\.sh|${LIBTOOLFLAGS} ${WRKDIR}/gnome-ltmain.sh|g; \ /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/gnome-libtool|g' \ ${PATCH_WRKSRC}/$$file; \ done; .else . if ${USE_GNOME:Mltverhack*}!="" || ${USE_GNOME:Mltasneededhack}!="" IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack GNOME components but does not use libtool . endif .endif .if ${USE_GNOME:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}=="" ltverhack_LIB_VERSION= major=.`expr $$current - $$age` .else ltverhack_LIB_VERSION= major=".${USE_GNOME:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}" .endif ltverhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} ltverhack_PRE_PATCH= for file in gnome-ltmain.sh gnome-libtool; do \ if [ -f ${WRKDIR}/$$file ]; then \ ${REINPLACE_CMD} -e \ '/freebsd-elf)/,/;;/ s|major="\.$$current"|${ltverhack_LIB_VERSION}|; \ /freebsd-elf)/,/;;/ s|versuffix="\.$$current"|versuffix="$$major"|' \ ${WRKDIR}/$$file; \ fi; \ done ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/gnome-libtool ]; then \ ${REINPLACE_CMD} -e \ '/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \ /^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \ ${WRKDIR}/gnome-libtool; \ fi # Set USE_CSTD for all ports that depend on glib12 .if defined(_USE_GNOME) && !empty(_USE_GNOME:Mglib12) USE_CSTD= gnu89 .endif # Then traverse through all components, check which of them # exist in ${_USE_GNOME} and set variables accordingly .ifdef _USE_GNOME . if ${USE_GNOME:Mltverhack*}!= "" || ${USE_GNOME:Mltasneededhack}!= "" GNOME_PRE_PATCH+= ${lthacks_PRE_PATCH} CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV} . endif . for component in ${_USE_GNOME:O:u} . if defined(${component}_PATCH_DEPENDS) PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} . endif . if defined(${component}_DETECT) . if ${USE_GNOME:M${component}\:build}!="" BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} . elif ${USE_GNOME:M${component}\:run}!="" RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . else . if defined(${component}_LIB_DEPENDS) LIB_DEPENDS+= ${${component}_LIB_DEPENDS} . else BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . endif . endif . endif . if defined(${component}_CONFIGURE_ARGS) CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} . endif . if defined(${component}_CONFIGURE_ENV) CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} . endif . if defined(${component}_MAKE_ENV) MAKE_ENV+= ${${component}_MAKE_ENV} . endif . if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET) CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} . endif . if defined(${component}_PRE_PATCH) GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH} . endif . endfor .endif .endif .if defined(GNOME_PRE_PATCH) pre-patch: gnome-pre-patch gnome-pre-patch: @${GNOME_PRE_PATCH:C/^;//1} .endif .if defined(WANT_GNOME) USE_GNOME?= . if ${_USE_GNOME_SAVED}==${USE_GNOME} PLIST_SUB+= GNOME:="@comment " NOGNOME:="" . else PLIST_SUB+= GNOME:="" NOGNOME:="@comment " . if defined(GNOME_DESKTOP_VERSION) . if ${_USE_GNOME_DESKTOP}=="yes" PLIST_SUB+= GNOMEDESKTOP:="" NOGNOMEDESKTOP:="@comment " . else PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:="" . endif . endif . endif .endif .if defined(USE_GNOME_SUBR) GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr RUN_DEPENDS+= ${GNOME_SUBR}:${PORTSDIR}/sysutils/gnome_subr SUB_LIST+= GNOME_SUBR=${GNOME_SUBR} .endif .if ${MAINTAINER}=="gnome@FreeBSD.org" CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." .endif .if defined(GCONF_SCHEMAS) || defined(INSTALLS_OMF) || defined(INSTALLS_ICONS) \ || defined(GLIB_SCHEMAS) || (defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="") pre-su-install: gnome-pre-su-install post-install: gnome-post-install gnome-pre-su-install: .if defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="" && !defined(NO_MTREE) @${MTREE_CMD} ${MTREE_ARGS:S/${MTREE_FILE}/${GNOME_MTREE_FILE}/} ${PREFIX}/ >/dev/null .endif .if defined(GCONF_SCHEMAS) @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/ .else @${DO_NADA} .endif gnome-post-install: . if defined(GCONF_SCHEMAS) @for i in ${GCONF_SCHEMAS}; do \ ${ECHO_CMD} "@unexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "etc/gconf/schemas/$${i}" >> ${TMPPLIST}; \ ${ECHO_CMD} "@exec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done . endif # we put the @unexec behind the plist schema entry, because it compiles files # in the directory. So we should remove the port file first before recompiling. . if defined(GLIB_SCHEMAS) @for i in ${GLIB_SCHEMAS}; do \ ${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \ done @${ECHO_CMD} "@exec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@unexec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; .endif . if defined(INSTALLS_OMF) @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \ ${ECHO_CMD} "@exec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@unexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done . endif . if defined(INSTALLS_ICONS) @${RM} -f ${TMPPLIST}.icons1 @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \ ${ECHO_CMD} "@unexec /bin/rm %D/$${i}/icon-theme.cache 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}.icons1; \ ${ECHO_CMD} "@exec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@unexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${LOCALBASE}/bin/gtk-update-icon-cache -q -f ${PREFIX}/$${i} 2>/dev/null || ${TRUE}; \ done @if test -f ${TMPPLIST}.icons1; then \ ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \ ${RM} -f ${TMPPLIST}.icons1; \ ${MV} -f ${TMPPLIST}.icons2 ${TMPPLIST}; \ fi . endif .endif .endif # End of use part. Index: head/databases/Makefile =================================================================== --- head/databases/Makefile (revision 326489) +++ head/databases/Makefile (revision 326490) @@ -1,922 +1,931 @@ # $FreeBSD$ # COMMENT = Databases SUBDIR += R-cran-DBI SUBDIR += R-cran-RMySQL SUBDIR += R-cran-RSQLite SUBDIR += R-cran-RSQLite.extfuns SUBDIR += R-cran-sqldf SUBDIR += WWWdb SUBDIR += adminer SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += akonadi-googledata SUBDIR += animenfo-client SUBDIR += animenfo-client-gtk SUBDIR += aolserver-nsmysql SUBDIR += aolserver-nspostgres SUBDIR += autobackupmysql SUBDIR += bbdb SUBDIR += beansdb SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra SUBDIR += cdb SUBDIR += cego SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql SUBDIR += courier-authlib-userdb SUBDIR += courier-authlib-usergdbm SUBDIR += credis SUBDIR += cyrus-imspd SUBDIR += dalmp SUBDIR += datamodeler SUBDIR += db SUBDIR += db4 SUBDIR += db41 SUBDIR += db41-nocrypto SUBDIR += db42 SUBDIR += db42-nocrypto SUBDIR += db43 SUBDIR += db44 SUBDIR += db46 SUBDIR += db47 SUBDIR += db48 SUBDIR += db4o-mono SUBDIR += db5 SUBDIR += db6 SUBDIR += dbXML SUBDIR += dbconnect SUBDIR += dbf SUBDIR += dbf2mysql SUBDIR += dbh SUBDIR += dbh10 SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview SUBDIR += drizzle SUBDIR += emma SUBDIR += epgsql SUBDIR += erlang-mysql SUBDIR += evolution-data-server SUBDIR += exist SUBDIR += fastdb SUBDIR += firebird20-client SUBDIR += firebird20-server SUBDIR += firebird21-client SUBDIR += firebird21-server SUBDIR += firebird25-client SUBDIR += firebird25-server SUBDIR += flamerobin SUBDIR += flare SUBDIR += fortytwo-bdb SUBDIR += fpc-dblib SUBDIR += fpc-gdbm SUBDIR += fpc-ibase SUBDIR += fpc-fpindexer SUBDIR += fpc-mysql SUBDIR += fpc-odbc SUBDIR += fpc-oracle SUBDIR += fpc-postgres SUBDIR += fpc-pxlib SUBDIR += fpc-sqlite SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += freetds-msdblib SUBDIR += frontbase SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += gdbm SUBDIR += geoserver-mysql-plugin SUBDIR += gigabase SUBDIR += glom SUBDIR += gnats4 SUBDIR += gnatsweb4 SUBDIR += gnome-db SUBDIR += godis SUBDIR += gomysql SUBDIR += gosqlite3 SUBDIR += gqlplus SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hk_classes SUBDIR += hs-mysql SUBDIR += hs-persistent SUBDIR += hs-persistent-sqlite SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += innotop SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += iplike SUBDIR += isql-viewer SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports SUBDIR += jasperserver SUBDIR += java-mybatis SUBDIR += jdb SUBDIR += jdbc-oracle8i SUBDIR += jdbc-oracle9i SUBDIR += jdbc-oracle10g SUBDIR += jdbc-oracle11g SUBDIR += jdbm2 SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex SUBDIR += kinterbasdb SUBDIR += kumofs SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb SUBDIR += leveldb SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle SUBDIR += libgda SUBDIR += libgda2 SUBDIR += libgda2-reference SUBDIR += libgda3 SUBDIR += libgda3-firebird SUBDIR += libgda3-freetds SUBDIR += libgda3-ldap SUBDIR += libgda3-mdb SUBDIR += libgda3-mysql SUBDIR += libgda3-odbc SUBDIR += libgda3-postgresql SUBDIR += libgda3-reference SUBDIR += libgda4 SUBDIR += libgda4-bdb SUBDIR += libgda4-jdbc SUBDIR += libgda4-ldap SUBDIR += libgda4-mdb SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql SUBDIR += libgda4-reference + SUBDIR += libgda5 + SUBDIR += libgda5-bdb + SUBDIR += libgda5-jdbc + SUBDIR += libgda5-ldap + SUBDIR += libgda5-mdb + SUBDIR += libgda5-mysql + SUBDIR += libgda5-postgresql + SUBDIR += libgda5-ui SUBDIR += libgdamm + SUBDIR += libgdamm5 SUBDIR += libgnomedb SUBDIR += libgnomedb-reference SUBDIR += libhsclient SUBDIR += libiodbc SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libsdb SUBDIR += libzdb SUBDIR += linux-f10-sqlite3 SUBDIR += linux-oracle-instantclient-basic SUBDIR += linux-oracle-instantclient-sdk SUBDIR += linux-oracle-instantclient-sqlplus SUBDIR += liquibase SUBDIR += lmdb SUBDIR += lsdb SUBDIR += luasql-mysql SUBDIR += luasql-postgres SUBDIR += luasql-sqlite3 SUBDIR += ludia SUBDIR += mantis SUBDIR += mariadb-client SUBDIR += mariadb-scripts SUBDIR += mariadb-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools SUBDIR += mdcached SUBDIR += memcached SUBDIR += memcached12 SUBDIR += memcachedb SUBDIR += memcacheq SUBDIR += mergeant SUBDIR += metakit SUBDIR += mird SUBDIR += mongodb SUBDIR += mrtg-mysql-load SUBDIR += msql SUBDIR += msql3 SUBDIR += mtop SUBDIR += my2cego SUBDIR += mydbf2mysql SUBDIR += mydumper SUBDIR += mysac SUBDIR += mysql++1 SUBDIR += mysql++3 SUBDIR += mysql-connector-c SUBDIR += mysql-connector-c++ SUBDIR += mysql-connector-java SUBDIR += mysql-connector-odbc SUBDIR += mysql-proxy SUBDIR += mysql-q4m SUBDIR += mysql-udf SUBDIR += mysql-udf-preg SUBDIR += mysql-udf-sys SUBDIR += mysql-workbench51 SUBDIR += mysql-workbench52 SUBDIR += mysql-xql SUBDIR += mysql2odbc SUBDIR += mysql2pgsql SUBDIR += mysql51-client SUBDIR += mysql51-scripts SUBDIR += mysql51-server SUBDIR += mysql55-client SUBDIR += mysql55-server SUBDIR += mysql56-client SUBDIR += mysql56-server SUBDIR += mysqlard SUBDIR += mysqlbackup SUBDIR += mysqlcppapi SUBDIR += mysqldumper SUBDIR += mysqlidxchk SUBDIR += mysqlreport SUBDIR += mysqlsla SUBDIR += mysqlsniffer SUBDIR += mysqltcl SUBDIR += mysqltuner SUBDIR += mytop SUBDIR += mywwwatcher SUBDIR += nagios-check_postgres_replication SUBDIR += namazu2 SUBDIR += ocaml-mysql SUBDIR += ocaml-pgocaml SUBDIR += ocaml-sqlite3 SUBDIR += openark-kit SUBDIR += openbase-jdbc SUBDIR += opendbx SUBDIR += oracle7-client SUBDIR += oracle8-client SUBDIR += oracle_odbc_driver SUBDIR += p5-Amazon-SimpleDB SUBDIR += p5-Amon2-DBI SUBDIR += p5-AnyEvent-BDB SUBDIR += p5-AnyEvent-CouchDB SUBDIR += p5-AnyEvent-DBD-Pg SUBDIR += p5-AnyEvent-Redis SUBDIR += p5-AsciiDB-TagFile SUBDIR += p5-BDB SUBDIR += p5-BSON SUBDIR += p5-BerkeleyDB SUBDIR += p5-CDB_File SUBDIR += p5-CDB_File-Generator SUBDIR += p5-Cache-BDB SUBDIR += p5-Cache-Memcached SUBDIR += p5-Cache-Memcached-Fast SUBDIR += p5-Cache-Memcached-Managed SUBDIR += p5-Cache-Memcached-XS SUBDIR += p5-Cache-Memcached-libmemcached SUBDIR += p5-Class-DBI SUBDIR += p5-Class-DBI-AbstractSearch SUBDIR += p5-Class-DBI-AsForm SUBDIR += p5-Class-DBI-AutoLoader SUBDIR += p5-Class-DBI-BaseDSN SUBDIR += p5-Class-DBI-DATA-Schema SUBDIR += p5-Class-DBI-DDL SUBDIR += p5-Class-DBI-FromCGI SUBDIR += p5-Class-DBI-LazyInflate SUBDIR += p5-Class-DBI-Lite SUBDIR += p5-Class-DBI-Loader SUBDIR += p5-Class-DBI-Loader-Relationship SUBDIR += p5-Class-DBI-Oracle SUBDIR += p5-Class-DBI-Pager SUBDIR += p5-Class-DBI-Pg SUBDIR += p5-Class-DBI-Plugin SUBDIR += p5-Class-DBI-Plugin-AbstractCount SUBDIR += p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR += p5-Class-DBI-Plugin-Iterator SUBDIR += p5-Class-DBI-Plugin-Pager SUBDIR += p5-Class-DBI-Plugin-RetrieveAll SUBDIR += p5-Class-DBI-Plugin-Senna SUBDIR += p5-Class-DBI-Plugin-Type SUBDIR += p5-Class-DBI-Replication SUBDIR += p5-Class-DBI-SAK SUBDIR += p5-Class-DBI-SQLite SUBDIR += p5-Class-DBI-Sweet SUBDIR += p5-Class-DBI-ToSax SUBDIR += p5-Class-DBI-Untaint SUBDIR += p5-Class-DBI-mysql SUBDIR += p5-Class-Inflate SUBDIR += p5-CouchDB-View SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel SUBDIR += p5-DBD-FrontBase SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Oracle SUBDIR += p5-DBD-Pg SUBDIR += p5-DBD-PgLite SUBDIR += p5-DBD-PgPP SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-SQLite2 SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBD-cego SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-mysql51 SUBDIR += p5-DBD-mysql52 SUBDIR += p5-DBD-mysql55 SUBDIR += p5-DBI SUBDIR += p5-DBI-Shell SUBDIR += p5-DBICx-Deploy SUBDIR += p5-DBICx-MapMaker SUBDIR += p5-DBICx-TestDatabase SUBDIR += p5-DBICx-TxnInsert SUBDIR += p5-DBIWrapper SUBDIR += p5-DBIx-Abstract SUBDIR += p5-DBIx-AnyDBD SUBDIR += p5-DBIx-Browse SUBDIR += p5-DBIx-Class SUBDIR += p5-DBIx-Class-AsFdat SUBDIR += p5-DBIx-Class-Candy SUBDIR += p5-DBIx-Class-Cursor-Cached SUBDIR += p5-DBIx-Class-CustomPrefetch SUBDIR += p5-DBIx-Class-DateTime-Epoch SUBDIR += p5-DBIx-Class-DeploymentHandler SUBDIR += p5-DBIx-Class-DigestColumns SUBDIR += p5-DBIx-Class-DynamicDefault SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-Helpers SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase SUBDIR += p5-DBIx-Class-InflateColumn-FS SUBDIR += p5-DBIx-Class-InflateColumn-IP SUBDIR += p5-DBIx-Class-IntrospectableM2M SUBDIR += p5-DBIx-Class-Loader SUBDIR += p5-DBIx-Class-Migration SUBDIR += p5-DBIx-Class-MooseColumns SUBDIR += p5-DBIx-Class-PassphraseColumn SUBDIR += p5-DBIx-Class-QueryLog SUBDIR += p5-DBIx-Class-QueryProfiler SUBDIR += p5-DBIx-Class-ResultSet-HashRef SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate SUBDIR += p5-DBIx-Class-Schema-Config SUBDIR += p5-DBIx-Class-Schema-Loader SUBDIR += p5-DBIx-Class-Schema-PopulateMore SUBDIR += p5-DBIx-Class-TimeStamp SUBDIR += p5-DBIx-Class-Tree SUBDIR += p5-DBIx-Class-Tree-NestedSet SUBDIR += p5-DBIx-Class-UUIDColumns SUBDIR += p5-DBIx-Class-VirtualColumns SUBDIR += p5-DBIx-Class-WebForm SUBDIR += p5-DBIx-Connector SUBDIR += p5-DBIx-ContextualFetch SUBDIR += p5-DBIx-Custom SUBDIR += p5-DBIx-DBHResolver SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Dump SUBDIR += p5-DBIx-Ease SUBDIR += p5-DBIx-HA SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Perlish SUBDIR += p5-DBIx-QueryLog SUBDIR += p5-DBIx-Recordset SUBDIR += p5-DBIx-RetryOverDisconnects SUBDIR += p5-DBIx-SQLEngine SUBDIR += p5-DBIx-SQLite-Simple SUBDIR += p5-DBIx-Safe SUBDIR += p5-DBIx-SearchBuilder SUBDIR += p5-DBIx-Sequence SUBDIR += p5-DBIx-Simple SUBDIR += p5-DBIx-Skinny SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver SUBDIR += p5-DBIx-Skinny-Pager SUBDIR += p5-DBIx-Skinny-Schema-Loader SUBDIR += p5-DBIx-Sunny SUBDIR += p5-DBIx-TableHash SUBDIR += p5-DBIx-TransactionManager SUBDIR += p5-DBIx-Tree SUBDIR += p5-DBIx-VersionedDDL SUBDIR += p5-DBIx-Wrapper SUBDIR += p5-DBIx-XHTML_Table SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBM-Deep SUBDIR += p5-DBZ_File SUBDIR += p5-DMOZ-ParseRDF SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database SUBDIR += p5-Dancer-Plugin-Redis SUBDIR += p5-Dancer-Session-Memcached SUBDIR += p5-Data-Page SUBDIR += p5-Data-Pageset SUBDIR += p5-Exception-Class-DBI SUBDIR += p5-GDBM SUBDIR += p5-Genezzo SUBDIR += p5-GraphViz-DBI SUBDIR += p5-HTML-FormHandler-Model-DBIC SUBDIR += p5-Ima-DBI SUBDIR += p5-Ima-DBI-Contextual SUBDIR += p5-Iterator-DBI SUBDIR += p5-Jifty-DBI SUBDIR += p5-KyotoCabinet SUBDIR += p5-MR-Tarantool SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-MongoDB SUBDIR += p5-MySQL-Diff SUBDIR += p5-ORLite SUBDIR += p5-ORLite-Migrate SUBDIR += p5-Oryx SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-POE-Component-RRDTool SUBDIR += p5-Pg SUBDIR += p5-PostgreSQL-PLPerl-Call SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-Prophet SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis SUBDIR += p5-Redis-hiredis SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object SUBDIR += p5-Rose-DBx-Object-MoreHelpers SUBDIR += p5-Rose-DBx-Object-Renderer SUBDIR += p5-SQL-Abstract SUBDIR += p5-SQL-Abstract-Limit SUBDIR += p5-SQL-Abstract-More SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti SUBDIR += p5-SQL-Interp SUBDIR += p5-SQL-Maker SUBDIR += p5-SQL-ReservedWords SUBDIR += p5-SQL-Statement SUBDIR += p5-SQL-Translator SUBDIR += p5-SQLite-Work SUBDIR += p5-Search-InvertedIndex SUBDIR += p5-Search-Namazu SUBDIR += p5-Search-Xapian SUBDIR += p5-Search-Xapian10 SUBDIR += p5-T2 SUBDIR += p5-Tangram SUBDIR += p5-Template-DBI SUBDIR += p5-Teng SUBDIR += p5-Test-Cukes SUBDIR += p5-Test-Database SUBDIR += p5-Test-DatabaseRow SUBDIR += p5-Test-Fixture-DBI SUBDIR += p5-Test-mysqld SUBDIR += p5-Test-postgresql SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Text-xSV SUBDIR += p5-Tie-DBI SUBDIR += p5-Tie-LevelDB SUBDIR += p5-Time-Piece-MySQL SUBDIR += p5-TokyoCabinet SUBDIR += p5-hp200lx-db SUBDIR += p5-mysql-genocide SUBDIR += p5-qdbm SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA SUBDIR += pear-DBA_Relational SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder SUBDIR += pear-DB_Pager SUBDIR += pear-DB_QueryTool SUBDIR += pear-DB_Sqlite_Tools SUBDIR += pear-DB_Table SUBDIR += pear-DB_ldap SUBDIR += pear-DB_ldap2 SUBDIR += pear-Doctrine12 SUBDIR += pear-DoctrineCommon SUBDIR += pear-DoctrineDBAL SUBDIR += pear-DoctrineORM SUBDIR += pear-Horde_Db SUBDIR += pear-Horde_HashTable SUBDIR += pear-Horde_Imsp SUBDIR += pear-Horde_Memcache SUBDIR += pear-MDB SUBDIR += pear-MDB2 SUBDIR += pear-MDB2_Driver_mysql SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql SUBDIR += pear-MDB2_Driver_sqlite SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pear-Structures_DataGrid_DataSource_Array SUBDIR += pear-Structures_DataGrid_DataSource_CSV SUBDIR += pear-Structures_DataGrid_DataSource_DB SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery SUBDIR += pear-Structures_DataGrid_DataSource_DBTable SUBDIR += pear-Structures_DataGrid_DataSource_DataObject SUBDIR += pear-Structures_DataGrid_DataSource_MDB2 SUBDIR += pear-Structures_DataGrid_DataSource_PDO SUBDIR += pear-XML_Query2XML SUBDIR += pecl-chdb SUBDIR += pecl-dbase SUBDIR += pecl-drizzle SUBDIR += pecl-handlersocket SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-mysqlnd_ms SUBDIR += pecl-mysqlnd_qc SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server SUBDIR += percona56-client SUBDIR += percona56-server SUBDIR += pg_activity SUBDIR += pg_filedump SUBDIR += pg_reorg SUBDIR += pg_rman SUBDIR += pg_statsinfo SUBDIR += pgaccess SUBDIR += pgadmin3 SUBDIR += pgagent SUBDIR += pgbadger SUBDIR += pgbouncer SUBDIR += pgdbf SUBDIR += pgfouine SUBDIR += pglesslog SUBDIR += pgloader SUBDIR += pgpool SUBDIR += pgpool-II SUBDIR += pgpool-II-22 SUBDIR += pgpool-II-23 SUBDIR += pgpool-II-30 SUBDIR += pgpoolAdmin SUBDIR += pgsphere SUBDIR += pgtcl SUBDIR += pgtop SUBDIR += pgtune SUBDIR += pgworksheet SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php5-creole SUBDIR += php5-dba SUBDIR += php5-interbase SUBDIR += php5-mssql SUBDIR += php5-mysql SUBDIR += php5-mysqli SUBDIR += php5-odbc SUBDIR += php5-pdo SUBDIR += php5-pdo_cassandra SUBDIR += php5-pdo_dblib SUBDIR += php5-pdo_firebird SUBDIR += php5-pdo_mysql SUBDIR += php5-pdo_odbc SUBDIR += php5-pdo_pgsql SUBDIR += php5-pdo_sqlite SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-redis SUBDIR += php5-sqlite3 SUBDIR += php5-sybase_ct SUBDIR += php52-dba SUBDIR += php52-dbase SUBDIR += php52-interbase SUBDIR += php52-mssql SUBDIR += php52-mysql SUBDIR += php52-mysqli SUBDIR += php52-oci8 SUBDIR += php52-odbc SUBDIR += php52-pdo SUBDIR += php52-pdo_dblib SUBDIR += php52-pdo_firebird SUBDIR += php52-pdo_mysql SUBDIR += php52-pdo_oci SUBDIR += php52-pdo_odbc SUBDIR += php52-pdo_pgsql SUBDIR += php52-pdo_sqlite SUBDIR += php52-pgsql SUBDIR += php52-sqlite SUBDIR += php52-sybase_ct SUBDIR += php53-dba SUBDIR += php53-interbase SUBDIR += php53-mssql SUBDIR += php53-mysql SUBDIR += php53-mysqli SUBDIR += php53-odbc SUBDIR += php53-pdo SUBDIR += php53-pdo_dblib SUBDIR += php53-pdo_firebird SUBDIR += php53-pdo_mysql SUBDIR += php53-pdo_odbc SUBDIR += php53-pdo_pgsql SUBDIR += php53-pdo_sqlite SUBDIR += php53-pgsql SUBDIR += php53-redis SUBDIR += php53-sqlite SUBDIR += php53-sqlite3 SUBDIR += php53-sybase_ct SUBDIR += php55-dba SUBDIR += php55-interbase SUBDIR += php55-mssql SUBDIR += php55-mysql SUBDIR += php55-mysqli SUBDIR += php55-odbc SUBDIR += php55-pdo SUBDIR += php55-pdo_dblib SUBDIR += php55-pdo_firebird SUBDIR += php55-pdo_mysql SUBDIR += php55-pdo_odbc SUBDIR += php55-pdo_pgsql SUBDIR += php55-pdo_sqlite SUBDIR += php55-pgsql SUBDIR += php55-sqlite3 SUBDIR += php55-sybase_ct SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis SUBDIR += postgis20 SUBDIR += postgis-jdbc SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpq++ SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-pllua SUBDIR += postgresql-plproxy SUBDIR += postgresql-plruby SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr SUBDIR += postgresql84-client SUBDIR += postgresql84-contrib SUBDIR += postgresql84-docs SUBDIR += postgresql84-plperl SUBDIR += postgresql84-plpython SUBDIR += postgresql84-pltcl SUBDIR += postgresql84-server SUBDIR += postgresql90-client SUBDIR += postgresql90-contrib SUBDIR += postgresql90-docs SUBDIR += postgresql90-pgtcl SUBDIR += postgresql90-plperl SUBDIR += postgresql90-plpython SUBDIR += postgresql90-pltcl SUBDIR += postgresql90-server SUBDIR += postgresql91-client SUBDIR += postgresql91-contrib SUBDIR += postgresql91-docs SUBDIR += postgresql91-pgtcl SUBDIR += postgresql91-plperl SUBDIR += postgresql91-plpython SUBDIR += postgresql91-pltcl SUBDIR += postgresql91-server SUBDIR += postgresql92-client SUBDIR += postgresql92-contrib SUBDIR += postgresql92-docs SUBDIR += postgresql92-pgtcl SUBDIR += postgresql92-plperl SUBDIR += postgresql92-plpython SUBDIR += postgresql92-pltcl SUBDIR += postgresql92-server SUBDIR += postgresql93-client SUBDIR += postgresql93-contrib SUBDIR += postgresql93-docs SUBDIR += postgresql93-pgtcl SUBDIR += postgresql93-plperl SUBDIR += postgresql93-plpython SUBDIR += postgresql93-pltcl SUBDIR += postgresql93-server SUBDIR += postgresql_autodoc SUBDIR += powerarchitect SUBDIR += proftpd-mod_sql_mysql SUBDIR += proftpd-mod_sql_odbc SUBDIR += proftpd-mod_sql_postgres SUBDIR += proftpd-mod_sql_sqlite SUBDIR += proftpd-mod_sql_tds SUBDIR += pure-sql3 SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools SUBDIR += py-Elixir SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb51 SUBDIR += py-MySQLdb55 SUBDIR += py-PyGreSQL SUBDIR += py-bsddb SUBDIR += py-bsddb3 SUBDIR += py-carbon SUBDIR += py-cdb SUBDIR += py-cmemcache SUBDIR += py-couchdb SUBDIR += py-cql SUBDIR += py-dbf SUBDIR += py-dbutils SUBDIR += py-fdb SUBDIR += py-firebirdsql SUBDIR += py-flask-sqlalchemy SUBDIR += py-forgetsql SUBDIR += py-gdbm SUBDIR += py-hiredis SUBDIR += py-htsql SUBDIR += py-htsql-mysql SUBDIR += py-htsql-pgsql SUBDIR += py-kyotocabinet SUBDIR += py-leveldb SUBDIR += py-memcached SUBDIR += py-mssql SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue SUBDIR += py-pgxnclient SUBDIR += py-pickledb SUBDIR += py-postgresql SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL SUBDIR += py-pyhs SUBDIR += py-pylibmc SUBDIR += py-pymysql SUBDIR += py-pytc SUBDIR += py-qt4-sql SUBDIR += py-redis SUBDIR += py-riak SUBDIR += py-rrdtool_lgpl SUBDIR += py-simplecouchdb SUBDIR += py-south SUBDIR += py-sqlalchemy SUBDIR += py-sqlalchemy-devel SUBDIR += py-sqlalchemy-migrate SUBDIR += py-sqlalchemy06 SUBDIR += py-sqlite3 SUBDIR += py-sqlite3dbm SUBDIR += py-sqlkit SUBDIR += py-sqlobject SUBDIR += py-sqlparse SUBDIR += py-sqlrelay SUBDIR += py-swift SUBDIR += py-swiftclient SUBDIR += py-sybase SUBDIR += py-umemcache SUBDIR += py-whisper SUBDIR += pydbdesigner SUBDIR += pydbx SUBDIR += pymongo SUBDIR += pyspatialite SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qt4-ibase-plugin SUBDIR += qt4-mysql-plugin SUBDIR += qt4-odbc-plugin SUBDIR += qt4-pgsql-plugin SUBDIR += qt4-sql SUBDIR += qt4-sqlite-plugin SUBDIR += qt4-sqlite3-plugin SUBDIR += rdb SUBDIR += rdfdb SUBDIR += recutils SUBDIR += redigo SUBDIR += redis SUBDIR += redis-devel SUBDIR += rrdman SUBDIR += rrdmerge SUBDIR += rrdtool SUBDIR += rrdtool10 SUBDIR += rrdtool12 SUBDIR += ruby-bdb SUBDIR += ruby-bdb1 SUBDIR += ruby-cdb SUBDIR += ruby-dbd_mysql SUBDIR += ruby-dbd_odbc SUBDIR += ruby-dbd_pg SUBDIR += ruby-dbd_sqlite SUBDIR += ruby-dbd_sqlite3 SUBDIR += ruby-dbi SUBDIR += ruby-frontbase SUBDIR += ruby-gdbm SUBDIR += ruby-interbase SUBDIR += ruby-memcache SUBDIR += ruby-msql SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm SUBDIR += ruby-oci8 SUBDIR += ruby-odbc SUBDIR += ruby-qdbm SUBDIR += ruby-rdbc1 SUBDIR += ruby-sybct SUBDIR += ruby-tokyocabinet SUBDIR += rubygem-activemodel SUBDIR += rubygem-activerecord SUBDIR += rubygem-activerecord-jdbc-adapter SUBDIR += rubygem-activerecord-jdbcmysql-adapter SUBDIR += rubygem-activerecord-mysql-adapter SUBDIR += rubygem-amalgalite SUBDIR += rubygem-arel SUBDIR += rubygem-bdb1 SUBDIR += rubygem-bigrecord SUBDIR += rubygem-couchrest SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-delayed_job_data_mapper SUBDIR += rubygem-dm-active_model SUBDIR += rubygem-dm-aggregates SUBDIR += rubygem-dm-chunked_query SUBDIR += rubygem-dm-constraints SUBDIR += rubygem-dm-core SUBDIR += rubygem-dm-devise SUBDIR += rubygem-dm-do-adapter SUBDIR += rubygem-dm-migrations SUBDIR += rubygem-dm-mysql-adapter SUBDIR += rubygem-dm-observer SUBDIR += rubygem-dm-pager SUBDIR += rubygem-dm-paperclip SUBDIR += rubygem-dm-postgres-adapter SUBDIR += rubygem-dm-rails SUBDIR += rubygem-dm-serializer SUBDIR += rubygem-dm-timestamps SUBDIR += rubygem-dm-transactions SUBDIR += rubygem-dm-types SUBDIR += rubygem-dm-validations SUBDIR += rubygem-do_mysql SUBDIR += rubygem-do_postgres SUBDIR += rubygem-do_sqlite3 SUBDIR += rubygem-familia SUBDIR += rubygem-jdbc-mysql SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-pg SUBDIR += rubygem-rbase SUBDIR += rubygem-redis SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-rubyrep SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1 SUBDIR += slony1v2 SUBDIR += soci SUBDIR += spatialite SUBDIR += spatialite_gui SUBDIR += sqlbuddy SUBDIR += sqlcached SUBDIR += sqlcipher SUBDIR += sqlclient SUBDIR += sqldeveloper SUBDIR += sqlite-ext-miscfuncs SUBDIR += sqlite-ext-mobigroup SUBDIR += sqlite2 SUBDIR += sqlite3 SUBDIR += sqliteman SUBDIR += sqlitemanager SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += squirrel-sql SUBDIR += sybtcl SUBDIR += tablelog SUBDIR += tarantool SUBDIR += tcl-Mysql SUBDIR += tcl-sqlite3 SUBDIR += tdb SUBDIR += tdbc SUBDIR += tinycdb SUBDIR += tokyocabinet SUBDIR += tokyotyrant SUBDIR += tora SUBDIR += tuning-primer SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += useracc SUBDIR += usogres SUBDIR += vfront SUBDIR += virtuoso SUBDIR += wfb2sql SUBDIR += wmjsql SUBDIR += xapian-bindings SUBDIR += xapian-core SUBDIR += xapian-core10 SUBDIR += xmbase-grok SUBDIR += xtrabackup SUBDIR += yasql SUBDIR += zodb3 .include Index: head/databases/libgda5/Makefile =================================================================== --- head/databases/libgda5/Makefile (nonexistent) +++ head/databases/libgda5/Makefile (revision 326490) @@ -0,0 +1,143 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTNAME= libgda +PORTVERSION?= 5.0.3 +PORTREVISION?= 0 +CATEGORIES= databases gnome +MASTER_SITES= GNOME +PKGNAMESUFFIX?= 5 +DIST_SUBDIR= gnome3 + +MAINTAINER?= gnome@FreeBSD.org +COMMENT?= Provides uniform access to different kinds of data sources + +USE_XZ= yes +LIBGDA5_SLAVE?= no + +.if !defined(REFERENCE_PORT) + +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib + +USE_AUTOTOOLS= libtool +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes +CONFIGURE_ARGS= --without-oracle \ + --disable-crypto \ + --disable-default-binary \ + --disable-introspection +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include + +VERSION= 5.0 +PLIST_SUB= VERSION=${VERSION} + +.if ${LIBGDA5_SLAVE}=="no" +MAN1= gda-sql-5.0.1 +.else +USE_GNOME+= libgda5 +.endif + +.if ${LIBGDA5_SLAVE}==ui +CONFIGURE_ARGS+=--with-ui +USE_GNOME+= gtk30 gnomedocutils +INSTALLS_ICONS= yes +.else +CONFIGURE_ARGS+=--without-ui +.endif + +.if ${LIBGDA5_SLAVE}==bdb +USE_BDB= 5 +CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-bdb +.endif + +.if ${LIBGDA5_SLAVE}==ldap +USE_OPENLDAP= yes +CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-ldap +.endif + +.if ${LIBGDA5_SLAVE}==mysql +USE_MYSQL= yes +CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-mysql +.endif + +.if ${LIBGDA5_SLAVE}==postgresql +USE_PGSQL= yes +CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-postgres +.endif + +# MDB (MS Access) +.if ${LIBGDA5_SLAVE}==mdb +LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools +CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-mdb +.endif + +.if ${LIBGDA5_SLAVE}==jdbc +USE_JAVA= yes +JAVA_VENDOR= bsdjava openjdk +.else +CONFIGURE_ARGS+= --without-java +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-ldl||g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \ + -e 's|ldb47|l${BDB_LIB_NAME}|g' \ + -e 's|ldb|l${BDB_LIB_NAME}|g' \ + -e 's|libdb|lib${BDB_LIB_NAME}|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/providers/bdb/gda-bdb-provider.c \ + ${WRKSRC}/providers/bdb/gda-bdb-test.c +.if ${LIBGDA5_SLAVE}!="no" + @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} \ + -e 's|$$(top_builddir)/libgda/libgda-5.0.la|${LOCALBASE}/lib/libgda-5.0.la|g' \ + -e 's|../libgda/libgda-5.0.la|${LOCALBASE}/lib/libgda-5.0.la|g' \ + {} \; +.endif + +pre-build: +.if ${LIBGDA5_SLAVE}==postgresql + cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la +.endif + +.if ${LIBGDA5_SLAVE}==mysql + cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la +.endif + +.if ${LIBGDA5_SLAVE}==ui + cd ${WRKSRC}/libgda && ${GMAKE} gda-enum-types.h +.endif + +.if ${LIBGDA5_SLAVE}==no +post-install: + ${INSTALL_DATA} ${WRKSRC}/data/config \ + ${PREFIX}/etc/libgda-${VERSION}/config.default +.endif +.if ${LIBGDA5_SLAVE}==ui +post-install: + ${INSTALL_DATA} ${WRKSRC}/libgda-ui-5.0.pc \ + ${PREFIX}/libdata/pkgconfig/ +.endif + +.include +.endif Property changes on: head/databases/libgda5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5/distinfo =================================================================== --- head/databases/libgda5/distinfo (nonexistent) +++ head/databases/libgda5/distinfo (revision 326490) @@ -0,0 +1,2 @@ +SHA256 (gnome3/libgda-5.0.3.tar.xz) = 82d204361b794103c366bb690484d25814bfc653cb97da0dfcf7c0a13409d1cc +SIZE (gnome3/libgda-5.0.3.tar.xz) = 11623340 Property changes on: head/databases/libgda5/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5/pkg-plist =================================================================== --- head/databases/libgda5/pkg-plist (nonexistent) +++ head/databases/libgda5/pkg-plist (revision 326490) @@ -0,0 +1,568 @@ +bin/gda-list-config-%%VERSION%% +bin/gda-list-server-op-%%VERSION%% +bin/gda-sql-%%VERSION%% +bin/gda-test-connection-%%VERSION%% +@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi +etc/libgda-%%VERSION%%/config.default +@exec [ -f %B/config ] || cp %B/%f %B/config +etc/libgda-%%VERSION%%/sales_test.db +include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h +include/libgda-%%VERSION%%/libgda-report/gda-report-document.h +include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h +include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h +include/libgda-%%VERSION%%/libgda-report/libgda-report.h +include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h +include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h +include/libgda-%%VERSION%%/libgda/gda-batch.h +include/libgda-%%VERSION%%/libgda/gda-binreloc.h +include/libgda-%%VERSION%%/libgda/gda-blob-op.h +include/libgda-%%VERSION%%/libgda/gda-column.h +include/libgda-%%VERSION%%/libgda/gda-config.h +include/libgda-%%VERSION%%/libgda/gda-connection-event.h +include/libgda-%%VERSION%%/libgda/gda-connection-private.h +include/libgda-%%VERSION%%/libgda/gda-connection.h +include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h +include/libgda-%%VERSION%%/libgda/gda-data-comparator.h +include/libgda-%%VERSION%%/libgda/gda-data-handler.h +include/libgda-%%VERSION%%/libgda/gda-data-model-array.h +include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h +include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h +include/libgda-%%VERSION%%/libgda/gda-data-model-import.h +include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h +include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h +include/libgda-%%VERSION%%/libgda/gda-data-model-private.h +include/libgda-%%VERSION%%/libgda/gda-data-model.h +include/libgda-%%VERSION%%/libgda/gda-data-pivot.h +include/libgda-%%VERSION%%/libgda/gda-data-proxy.h +include/libgda-%%VERSION%%/libgda/gda-data-select.h +include/libgda-%%VERSION%%/libgda/gda-debug-macros.h +include/libgda-%%VERSION%%/libgda/gda-decl.h +include/libgda-%%VERSION%%/libgda/gda-enum-types.h +include/libgda-%%VERSION%%/libgda/gda-enums.h +include/libgda-%%VERSION%%/libgda/gda-holder.h +include/libgda-%%VERSION%%/libgda/gda-lockable.h +include/libgda-%%VERSION%%/libgda/gda-log.h +include/libgda-%%VERSION%%/libgda/gda-marshal.h +include/libgda-%%VERSION%%/libgda/gda-meta-store.h +include/libgda-%%VERSION%%/libgda/gda-meta-struct.h +include/libgda-%%VERSION%%/libgda/gda-mutex.h +include/libgda-%%VERSION%%/libgda/gda-quark-list.h +include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h +include/libgda-%%VERSION%%/libgda/gda-row.h +include/libgda-%%VERSION%%/libgda/gda-server-operation.h +include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h +include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h +include/libgda-%%VERSION%%/libgda/gda-server-provider.h +include/libgda-%%VERSION%%/libgda/gda-set.h +include/libgda-%%VERSION%%/libgda/gda-sql-builder.h +include/libgda-%%VERSION%%/libgda/gda-statement-extra.h +include/libgda-%%VERSION%%/libgda/gda-statement.h +include/libgda-%%VERSION%%/libgda/gda-tree-manager.h +include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h +include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h +include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h +include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h +include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h +include/libgda-%%VERSION%%/libgda/gda-tree-node.h +include/libgda-%%VERSION%%/libgda/gda-tree.h +include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h +include/libgda-%%VERSION%%/libgda/gda-transaction-status.h +include/libgda-%%VERSION%%/libgda/gda-util.h +include/libgda-%%VERSION%%/libgda/gda-value.h +include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h +include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h +include/libgda-%%VERSION%%/libgda/libgda.h +include/libgda-%%VERSION%%/libgda/libgda-global-variables.h +include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h +include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h +include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h +include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h +include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h +include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h +include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h +include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h +include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h +include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h +include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h +include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h +include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h +lib/libgda-%%VERSION%%.a +lib/libgda-%%VERSION%%.la +lib/libgda-%%VERSION%%.so +lib/libgda-%%VERSION%%.so.5 +lib/libgda-%%VERSION%%/providers/libgda-web.a +lib/libgda-%%VERSION%%/providers/libgda-web.la +lib/libgda-%%VERSION%%/providers/libgda-web.so +lib/libgda-%%VERSION%%/providers/libgda-sqlite.a +lib/libgda-%%VERSION%%/providers/libgda-sqlite.la +lib/libgda-%%VERSION%%/providers/libgda-sqlite.so +lib/libgda-report-%%VERSION%%.a +lib/libgda-report-%%VERSION%%.la +lib/libgda-report-%%VERSION%%.so +lib/libgda-report-%%VERSION%%.so.5 +lib/libgda-xslt-%%VERSION%%.a +lib/libgda-xslt-%%VERSION%%.la +lib/libgda-xslt-%%VERSION%%.so +lib/libgda-xslt-%%VERSION%%.so.5 +libdata/pkgconfig/libgda-%%VERSION%%.pc +libdata/pkgconfig/libgda-report-%%VERSION%%.pc +libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc +libdata/pkgconfig/libgda-web-%%VERSION%%.pc +libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc +share/doc/libgda-%%VERSION%%/DataModels.png +share/doc/libgda-%%VERSION%%/GdaBatch.html +share/doc/libgda-%%VERSION%%/GdaBlobOp.html +share/doc/libgda-%%VERSION%%/GdaColumn.html +share/doc/libgda-%%VERSION%%/GdaConnection.html +share/doc/libgda-%%VERSION%%/GdaConnectionEvent.html +share/doc/libgda-%%VERSION%%/GdaDataAccessWrapper.html +share/doc/libgda-%%VERSION%%/GdaDataModel.html +share/doc/libgda-%%VERSION%%/GdaDataModelArray.html +share/doc/libgda-%%VERSION%%/GdaDataModelBdb.html +share/doc/libgda-%%VERSION%%/GdaDataModelDir.html +share/doc/libgda-%%VERSION%%/GdaDataModelImport.html +share/doc/libgda-%%VERSION%%/GdaDataModelIter.html +share/doc/libgda-%%VERSION%%/GdaDataModelIter.png +share/doc/libgda-%%VERSION%%/GdaDataModelLdap.html +share/doc/libgda-%%VERSION%%/GdaDataProxy.html +share/doc/libgda-%%VERSION%%/GdaDataSelect.html +share/doc/libgda-%%VERSION%%/GdaHandlerBin.html +share/doc/libgda-%%VERSION%%/GdaHandlerBoolean.html +share/doc/libgda-%%VERSION%%/GdaHandlerNumerical.html +share/doc/libgda-%%VERSION%%/GdaHandlerString.html +share/doc/libgda-%%VERSION%%/GdaHandlerTime.html +share/doc/libgda-%%VERSION%%/GdaHandlerType.html +share/doc/libgda-%%VERSION%%/GdaHolder.html +share/doc/libgda-%%VERSION%%/GdaLdapConnection.html +share/doc/libgda-%%VERSION%%/GdaLockable.html +share/doc/libgda-%%VERSION%%/GdaMetaStore.html +share/doc/libgda-%%VERSION%%/GdaMetaStoreCustomData.html +share/doc/libgda-%%VERSION%%/GdaMetaStruct.html +share/doc/libgda-%%VERSION%%/GdaPStmt.html +share/doc/libgda-%%VERSION%%/GdaReportDocbookDocument.html +share/doc/libgda-%%VERSION%%/GdaReportDocument.html +share/doc/libgda-%%VERSION%%/GdaReportEngine.html +share/doc/libgda-%%VERSION%%/GdaReportRmlDocument.html +share/doc/libgda-%%VERSION%%/GdaRow.html +share/doc/libgda-%%VERSION%%/GdaServerOperation.html +share/doc/libgda-%%VERSION%%/GdaServerProvider.html +share/doc/libgda-%%VERSION%%/GdaSet.html +share/doc/libgda-%%VERSION%%/GdaSqlBuilder.html +share/doc/libgda-%%VERSION%%/GdaSqlParser.html +share/doc/libgda-%%VERSION%%/GdaStatement.html +share/doc/libgda-%%VERSION%%/GdaStatement.png +share/doc/libgda-%%VERSION%%/GdaThreadWrapper.html +share/doc/libgda-%%VERSION%%/GdaTransactionStatus.html +share/doc/libgda-%%VERSION%%/GdaTree.html +share/doc/libgda-%%VERSION%%/GdaTreeManager.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrColumns.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrLabel.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrLdap.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrSchemas.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrSelect.html +share/doc/libgda-%%VERSION%%/GdaTreeMgrTables.html +share/doc/libgda-%%VERSION%%/GdaTreeNode.html +share/doc/libgda-%%VERSION%%/GdaVconnectionDataModel.html +share/doc/libgda-%%VERSION%%/GdaVconnectionHub.html +share/doc/libgda-%%VERSION%%/GdaVirtualConnection.html +share/doc/libgda-%%VERSION%%/GdaVirtualProvider.html +share/doc/libgda-%%VERSION%%/GdaVproviderDataModel.html +share/doc/libgda-%%VERSION%%/GdaVproviderHub.html +share/doc/libgda-%%VERSION%%/GdauiBasicForm.html +share/doc/libgda-%%VERSION%%/GdauiCloud.html +share/doc/libgda-%%VERSION%%/GdauiCombo.html +share/doc/libgda-%%VERSION%%/GdauiDataEntry.html +share/doc/libgda-%%VERSION%%/GdauiDataFilter.html +share/doc/libgda-%%VERSION%%/GdauiDataProxy.html +share/doc/libgda-%%VERSION%%/GdauiDataProxyInfo.html +share/doc/libgda-%%VERSION%%/GdauiDataSelector.html +share/doc/libgda-%%VERSION%%/GdauiDataStore.html +share/doc/libgda-%%VERSION%%/GdauiForm.html +share/doc/libgda-%%VERSION%%/GdauiGrid.html +share/doc/libgda-%%VERSION%%/GdauiLogin.html +share/doc/libgda-%%VERSION%%/GdauiProviderSelector.html +share/doc/libgda-%%VERSION%%/GdauiRawForm.html +share/doc/libgda-%%VERSION%%/GdauiRawGrid.html +share/doc/libgda-%%VERSION%%/GdauiRtEditor.html +share/doc/libgda-%%VERSION%%/GdauiServerOperation.html +share/doc/libgda-%%VERSION%%/GdauiTreeStore.html +share/doc/libgda-%%VERSION%%/MetaStore1.png +share/doc/libgda-%%VERSION%%/MetaStore2.png +share/doc/libgda-%%VERSION%%/SqlIdentifiers.png +share/doc/libgda-%%VERSION%%/architecture.html +share/doc/libgda-%%VERSION%%/architecture.png +share/doc/libgda-%%VERSION%%/blobs_example.html +share/doc/libgda-%%VERSION%%/ch04.html +share/doc/libgda-%%VERSION%%/ch06s03.html +share/doc/libgda-%%VERSION%%/ch07s02.html +share/doc/libgda-%%VERSION%%/ch07s03.html +share/doc/libgda-%%VERSION%%/ch08s02.html +share/doc/libgda-%%VERSION%%/ch08s03.html +share/doc/libgda-%%VERSION%%/ch08s07.html +share/doc/libgda-%%VERSION%%/ch09s02.html +share/doc/libgda-%%VERSION%%/ch12s02.html +share/doc/libgda-%%VERSION%%/ch12s07.html +share/doc/libgda-%%VERSION%%/ch12s08.html +share/doc/libgda-%%VERSION%%/ch12s11.html +share/doc/libgda-%%VERSION%%/ch12s12.html +share/doc/libgda-%%VERSION%%/ch12s13.html +share/doc/libgda-%%VERSION%%/ch13.html +share/doc/libgda-%%VERSION%%/ch21.html +share/doc/libgda-%%VERSION%%/ch22.html +share/doc/libgda-%%VERSION%%/ch33.html +share/doc/libgda-%%VERSION%%/ch36.html +share/doc/libgda-%%VERSION%%/ch37s02.html +share/doc/libgda-%%VERSION%%/ch37s03.html +share/doc/libgda-%%VERSION%%/ch39s02.html +share/doc/libgda-%%VERSION%%/ch40s02.html +share/doc/libgda-%%VERSION%%/ch40s03.html +share/doc/libgda-%%VERSION%%/ch40s04.html +share/doc/libgda-%%VERSION%%/ch41.html +share/doc/libgda-%%VERSION%%/ch42s02.html +share/doc/libgda-%%VERSION%%/ch42s03.html +share/doc/libgda-%%VERSION%%/ch42s04.html +share/doc/libgda-%%VERSION%%/ch42s05.html +share/doc/libgda-%%VERSION%%/ch42s06.html +share/doc/libgda-%%VERSION%%/ch42s07.html +share/doc/libgda-%%VERSION%%/ch42s08.html +share/doc/libgda-%%VERSION%%/ch42s10.html +share/doc/libgda-%%VERSION%%/ch45s02.html +share/doc/libgda-%%VERSION%%/ch48s02.html +share/doc/libgda-%%VERSION%%/ch48s03.html +share/doc/libgda-%%VERSION%%/ch48s04.html +share/doc/libgda-%%VERSION%%/ch48s05.html +share/doc/libgda-%%VERSION%%/ch48s06.html +share/doc/libgda-%%VERSION%%/ch48s07.html +share/doc/libgda-%%VERSION%%/ch48s08.html +share/doc/libgda-%%VERSION%%/ch49s02.html +share/doc/libgda-%%VERSION%%/ch49s03.html +share/doc/libgda-%%VERSION%%/ch49s04.html +share/doc/libgda-%%VERSION%%/ch49s05.html +share/doc/libgda-%%VERSION%%/compiling.html +share/doc/libgda-%%VERSION%%/connection.html +share/doc/libgda-%%VERSION%%/connections.html +share/doc/libgda-%%VERSION%%/data-model.html +share/doc/libgda-%%VERSION%%/data-select.html +share/doc/libgda-%%VERSION%%/data_conv.html +share/doc/libgda-%%VERSION%%/data_models.html +share/doc/libgda-%%VERSION%%/data_proxy1.png +share/doc/libgda-%%VERSION%%/data_proxy2.png +share/doc/libgda-%%VERSION%%/data_proxy3.png +share/doc/libgda-%%VERSION%%/data_proxy4.png +share/doc/libgda-%%VERSION%%/data_proxy5.png +share/doc/libgda-%%VERSION%%/data_validation_holder.png +share/doc/libgda-%%VERSION%%/data_validation_proxy.png +share/doc/libgda-%%VERSION%%/data_validation_set.png +share/doc/libgda-%%VERSION%%/ddl_example.html +share/doc/libgda-%%VERSION%%/fdl-section1.html +share/doc/libgda-%%VERSION%%/fdl-section10.html +share/doc/libgda-%%VERSION%%/fdl-section2.html +share/doc/libgda-%%VERSION%%/fdl-section3.html +share/doc/libgda-%%VERSION%%/fdl-section4.html +share/doc/libgda-%%VERSION%%/fdl-section5.html +share/doc/libgda-%%VERSION%%/fdl-section6.html +share/doc/libgda-%%VERSION%%/fdl-section7.html +share/doc/libgda-%%VERSION%%/fdl-section8.html +share/doc/libgda-%%VERSION%%/fdl-section9.html +share/doc/libgda-%%VERSION%%/fdl-using.html +share/doc/libgda-%%VERSION%%/fdl.html +share/doc/libgda-%%VERSION%%/features.html +share/doc/libgda-%%VERSION%%/gda-dict.html +share/doc/libgda-%%VERSION%%/gda-sql-graph.png +share/doc/libgda-%%VERSION%%/gda-sql-manual-dsn.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-icommands.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-open.html +share/doc/libgda-%%VERSION%%/gda-sql-manual-run.html +share/doc/libgda-%%VERSION%%/gda-sql.html +share/doc/libgda-%%VERSION%%/gen:sql_identifiers.html +share/doc/libgda-%%VERSION%%/gen_blobs.html +share/doc/libgda-%%VERSION%%/getting_started.html +share/doc/libgda-%%VERSION%%/home.png +share/doc/libgda-%%VERSION%%/howto-exec-non-select.html +share/doc/libgda-%%VERSION%%/howto-exec-select.html +share/doc/libgda-%%VERSION%%/howto-exec.png +share/doc/libgda-%%VERSION%%/howto-meta1.html +share/doc/libgda-%%VERSION%%/howto-meta2.html +share/doc/libgda-%%VERSION%%/howto-modify-select.html +share/doc/libgda-%%VERSION%%/howto-sqlbuilder.html +share/doc/libgda-%%VERSION%%/howto.html +share/doc/libgda-%%VERSION%%/i_s_data_types.png +share/doc/libgda-%%VERSION%%/index-4-2-1.html +share/doc/libgda-%%VERSION%%/index-4-2-10.html +share/doc/libgda-%%VERSION%%/index-4-2-2.html +share/doc/libgda-%%VERSION%%/index-4-2-3.html +share/doc/libgda-%%VERSION%%/index-4-2-4.html +share/doc/libgda-%%VERSION%%/index-4-2-5.html +share/doc/libgda-%%VERSION%%/index-4-2-6.html +share/doc/libgda-%%VERSION%%/index-4-2-7.html +share/doc/libgda-%%VERSION%%/index-4-2-8.html +share/doc/libgda-%%VERSION%%/index-4-2-9.html +share/doc/libgda-%%VERSION%%/index-4-2.html +share/doc/libgda-%%VERSION%%/index-5-0-2.html +share/doc/libgda-%%VERSION%%/index-5-0-3.html +share/doc/libgda-%%VERSION%%/index-5-0.html +share/doc/libgda-%%VERSION%%/index-deprecated.html +share/doc/libgda-%%VERSION%%/index.html +share/doc/libgda-%%VERSION%%/index.sgml +share/doc/libgda-%%VERSION%%/index_main.html +share/doc/libgda-%%VERSION%%/information_schema.html +share/doc/libgda-%%VERSION%%/information_schema.png +share/doc/libgda-%%VERSION%%/init_config.html +share/doc/libgda-%%VERSION%%/installation-configuring.html +share/doc/libgda-%%VERSION%%/installation-installing.html +share/doc/libgda-%%VERSION%%/installation.html +share/doc/libgda-%%VERSION%%/introduction.html +share/doc/libgda-%%VERSION%%/left.png +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataPivot.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html +share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2 +share/doc/libgda-%%VERSION%%/libgda-list-server-op.html +share/doc/libgda-%%VERSION%%/libgda-packaging.html +share/doc/libgda-%%VERSION%%/libgda-provider-blobop.html +share/doc/libgda-%%VERSION%%/libgda-provider-class.html +share/doc/libgda-%%VERSION%%/libgda-provider-pack.html +share/doc/libgda-%%VERSION%%/libgda-provider-parser.html +share/doc/libgda-%%VERSION%%/libgda-provider-recordset.html +share/doc/libgda-%%VERSION%%/libgda-reports-introduction.html +share/doc/libgda-%%VERSION%%/libgda-sql.html +share/doc/libgda-%%VERSION%%/libgda-tools-controlcenter.html +share/doc/libgda-%%VERSION%%/libgda-tools-gdabrowser.html +share/doc/libgda-%%VERSION%%/libgda-tools-introduction.html +share/doc/libgda-%%VERSION%%/libgda-tools-list-config.html +share/doc/libgda-%%VERSION%%/libgda-tools-test-connection.html +share/doc/libgda-%%VERSION%%/libgda-xslt-api.html +share/doc/libgda-%%VERSION%%/libgda-xslt-introduction.html +share/doc/libgda-%%VERSION%%/libgdaui-packaging.html +share/doc/libgda-%%VERSION%%/limitations.html +share/doc/libgda-%%VERSION%%/limitations_jdbc.html +share/doc/libgda-%%VERSION%%/limitations_ldap.html +share/doc/libgda-%%VERSION%%/limitations_mysql.html +share/doc/libgda-%%VERSION%%/limitations_oracle.html +share/doc/libgda-%%VERSION%%/limitations_postgres.html +share/doc/libgda-%%VERSION%%/limitations_sqlcipher.html +share/doc/libgda-%%VERSION%%/limitations_sqlite.html +share/doc/libgda-%%VERSION%%/main_example.html +share/doc/libgda-%%VERSION%%/managing-errors.html +share/doc/libgda-%%VERSION%%/migration-1.html +share/doc/libgda-%%VERSION%%/migration-2-dict.html +share/doc/libgda-%%VERSION%%/migration-2-exec.html +share/doc/libgda-%%VERSION%%/migration-2-report.html +share/doc/libgda-%%VERSION%%/migration-2.html +share/doc/libgda-%%VERSION%%/migration-3.html +share/doc/libgda-%%VERSION%%/misc.html +share/doc/libgda-%%VERSION%%/multi-threading.html +share/doc/libgda-%%VERSION%%/null_handling.html +share/doc/libgda-%%VERSION%%/other_examples.html +share/doc/libgda-%%VERSION%%/parser_gen.png +share/doc/libgda-%%VERSION%%/parser_prov.png +share/doc/libgda-%%VERSION%%/part_begin.html +share/doc/libgda-%%VERSION%%/part_index.html +share/doc/libgda-%%VERSION%%/part_libgda-reports.html +share/doc/libgda-%%VERSION%%/part_libgda-xslt.html +share/doc/libgda-%%VERSION%%/part_libgda_api.html +share/doc/libgda-%%VERSION%%/part_providers.html +share/doc/libgda-%%VERSION%%/part_tools.html +share/doc/libgda-%%VERSION%%/parts.png +share/doc/libgda-%%VERSION%%/prov-metadata.html +share/doc/libgda-%%VERSION%%/provider-notes.html +share/doc/libgda-%%VERSION%%/provider_notes_ldap.html +share/doc/libgda-%%VERSION%%/provider_notes_sqlcipher.html +share/doc/libgda-%%VERSION%%/provider_notes_sqlite.html +share/doc/libgda-%%VERSION%%/psupport.html +share/doc/libgda-%%VERSION%%/pt08.html +share/doc/libgda-%%VERSION%%/right.png +share/doc/libgda-%%VERSION%%/stmt-compound.png +share/doc/libgda-%%VERSION%%/stmt-insert1.png +share/doc/libgda-%%VERSION%%/stmt-insert2.png +share/doc/libgda-%%VERSION%%/stmt-select.png +share/doc/libgda-%%VERSION%%/stmt-unknown.png +share/doc/libgda-%%VERSION%%/stmt-update.png +share/doc/libgda-%%VERSION%%/style.css +share/doc/libgda-%%VERSION%%/thread-wrapper.png +share/doc/libgda-%%VERSION%%/transactions.html +share/doc/libgda-%%VERSION%%/tree-overview.png +share/doc/libgda-%%VERSION%%/tree-overview2.png +share/doc/libgda-%%VERSION%%/trees.html +share/doc/libgda-%%VERSION%%/up.png +share/doc/libgda-%%VERSION%%/vi-basic-form.png +share/doc/libgda-%%VERSION%%/vi-cloud.png +share/doc/libgda-%%VERSION%%/vi-combo.png +share/doc/libgda-%%VERSION%%/vi-data-entry.png +share/doc/libgda-%%VERSION%%/vi-filter.png +share/doc/libgda-%%VERSION%%/vi-info.png +share/doc/libgda-%%VERSION%%/vi-login.png +share/doc/libgda-%%VERSION%%/vi-provider-selector.png +share/doc/libgda-%%VERSION%%/vi-raw-grid.png +share/doc/libgda-%%VERSION%%/vi-rte.png +share/doc/libgda-%%VERSION%%/vi-server-op.png +share/doc/libgda-%%VERSION%%/virtual_connection.html +share/doc/libgda-%%VERSION%%/writable_data_model.png +share/gnome/help/gda-sql/C/gda-sql-help.xml +share/libgda-%%VERSION%%/dtd/libgda-array.dtd +share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd +share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd +share/libgda-%%VERSION%%/gda_trml2html/__init__.py +share/libgda-%%VERSION%%/gda_trml2html/trml2html.py +share/libgda-%%VERSION%%/gda_trml2html/utils.py +share/libgda-%%VERSION%%/gda_trml2pdf/__init__.py +share/libgda-%%VERSION%%/gda_trml2pdf/color.py +share/libgda-%%VERSION%%/gda_trml2pdf/trml2pdf.py +share/libgda-%%VERSION%%/gda_trml2pdf/utils.py +share/libgda-%%VERSION%%/information_schema.xml +share/libgda-%%VERSION%%/php/README +share/libgda-%%VERSION%%/php/gda-clean.php +share/libgda-%%VERSION%%/php/gda-config.php +share/libgda-%%VERSION%%/php/gda-exception.php +share/libgda-%%VERSION%%/php/gda-front.php +share/libgda-%%VERSION%%/php/gda-meta.php +share/libgda-%%VERSION%%/php/gda-secure-config.php +share/libgda-%%VERSION%%/php/gda-setup.php +share/libgda-%%VERSION%%/php/gda-tester.php +share/libgda-%%VERSION%%/php/gda-utils.php +share/libgda-%%VERSION%%/php/gda-worker.php +share/libgda-%%VERSION%%/sqlite_specs_add_column.xml +share/libgda-%%VERSION%%/sqlite_specs_create_db.xml +share/libgda-%%VERSION%%/sqlite_specs_create_index.xml +share/libgda-%%VERSION%%/sqlite_specs_create_table.xml +share/libgda-%%VERSION%%/sqlite_specs_create_view.xml +share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml +share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml +share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml +share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml +share/libgda-%%VERSION%%/sqlite_specs_dsn.xml +share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml +share/libgda-%%VERSION%%/web_specs_auth.xml +share/libgda-%%VERSION%%/web_specs_dsn.xml +share/libgda-%%VERSION%%/web/cnc.js +share/libgda-%%VERSION%%/web/gda-print.css +share/libgda-%%VERSION%%/web/gda.css +share/libgda-%%VERSION%%/web/irb.css +share/libgda-%%VERSION%%/web/irb.js +share/libgda-%%VERSION%%/web/jquery.js +share/libgda-%%VERSION%%/web/md5.js +share/libgda-%%VERSION%%/web/mouseapp_2.js +share/libgda-%%VERSION%%/web/mouseirb_2.js +share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ca@valencia/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/eo/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/id/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo +@dirrm share/libgda-%%VERSION%%/web +@dirrm share/libgda-%%VERSION%%/php +@dirrm share/libgda-%%VERSION%%/gda_trml2pdf +@dirrm share/libgda-%%VERSION%%/gda_trml2html +@dirrm share/libgda-%%VERSION%%/dtd +@dirrm share/libgda-%%VERSION%%/ +@dirrm share/gnome/help/gda-sql/C +@dirrm share/gnome/help/gda-sql +@dirrmtry share/gnome/help +@dirrmtry share/gnome +@dirrm share/doc/libgda-%%VERSION%% +@dirrm lib/libgda-%%VERSION%%/providers +@dirrm lib/libgda-%%VERSION%% +@dirrm include/libgda-%%VERSION%%/libgda/virtual +@dirrm include/libgda-%%VERSION%%/libgda/thread-wrapper +@dirrm include/libgda-%%VERSION%%/libgda/sqlite +@dirrm include/libgda-%%VERSION%%/libgda/sql-parser +@dirrm include/libgda-%%VERSION%%/libgda/providers-support +@dirrm include/libgda-%%VERSION%%/libgda/handlers +@dirrm include/libgda-%%VERSION%%/libgda-xslt +@dirrm include/libgda-%%VERSION%%/libgda-report +@dirrm include/libgda-%%VERSION%%/libgda +@dirrm include/libgda-%%VERSION%% +@dirrmtry etc/libgda-%%VERSION%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia Property changes on: head/databases/libgda5/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5/files/patch-configure =================================================================== --- head/databases/libgda5/files/patch-configure (nonexistent) +++ head/databases/libgda5/files/patch-configure (revision 326490) @@ -0,0 +1,47 @@ +--- configure.orig 2010-11-28 20:28:23.000000000 -0500 ++++ configure 2010-11-28 20:28:54.000000000 -0500 +@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe + INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` +- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} ++ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" +- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} ++ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"` + INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` + INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` + INTROSPECTION_MAKEFILE=$introspection_makefile +@@ -19589,14 +19589,14 @@ fi + + if test "$enable_crypto" = "yes" + then +- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 ++# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 + fi + elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } + if test "$enable_crypto" = "yes" + then +- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 ++# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5 + fi + else + LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS +@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A + fi + CFLAGS="$save_CFLAGS" + fi ++ else ++ if false; then ++ MDB_TRUE= ++ MDB_FALSE='#' ++else ++ MDB_TRUE='#' ++ MDB_FALSE= ++fi ++ + fi + + if test "$mdbtools_found" = "yes"; then Property changes on: head/databases/libgda5/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5/pkg-descr =================================================================== --- head/databases/libgda5/pkg-descr (nonexistent) +++ head/databases/libgda5/pkg-descr (revision 326490) @@ -0,0 +1,19 @@ +GNU Data Access (GDA) is an attempt to provide uniform access to +different kinds of data sources (databases, information servers, +mail spools, etc). + +It is a complete architecture that provides all you need to access +your data, defined by a set of CORBA interfaces as generic as possible +(but very powerful at the same time) so that any kind of data source +can be accessed through them. + +libgda is an interface to the GDA architecture, providing a nice +wrapper around the CORBA interfaces, for both the client and the server +parts. It also provides a bunch of tools to help you both in the +development and management of your data sources, all done through +the GDA model's set of CORBA interfaces. + +libgda was part of the GNOME-DB project, but has been separated from it +to allow non-GNOME applications to be developed based on it. + +WWW: http://www.gnome-db.org/ Property changes on: head/databases/libgda5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-bdb/Makefile =================================================================== --- head/databases/libgda5-bdb/Makefile (nonexistent) +++ head/databases/libgda5-bdb/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-bdb/Makefile 18393 2013-04-26 21:23:07Z kwm $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-bdb + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides Berkeley DB backend for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/bdb/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= bdb + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-bdb/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-bdb/pkg-plist =================================================================== --- head/databases/libgda5-bdb/pkg-plist (nonexistent) +++ head/databases/libgda5-bdb/pkg-plist (revision 326490) @@ -0,0 +1,5 @@ +lib/libgda-%%VERSION%%/providers/libgda-bdb.a +lib/libgda-%%VERSION%%/providers/libgda-bdb.la +lib/libgda-%%VERSION%%/providers/libgda-bdb.so +libdata/pkgconfig/libgda-bdb-%%VERSION%%.pc +share/libgda-%%VERSION%%/bdb_specs_dsn.xml Property changes on: head/databases/libgda5-bdb/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-jdbc/Makefile =================================================================== --- head/databases/libgda5-jdbc/Makefile (nonexistent) +++ head/databases/libgda5-jdbc/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Koop Mast +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-jdbc/Makefile 18393 2013-04-26 21:23:07Z kwm $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-jdbc + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides Java DB Connector backend for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/jdbc +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= jdbc + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-jdbc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-jdbc/pkg-plist =================================================================== --- head/databases/libgda5-jdbc/pkg-plist (nonexistent) +++ head/databases/libgda5-jdbc/pkg-plist (revision 326490) @@ -0,0 +1,8 @@ +bin/gda-list-jdbc-providers-%%VERSION%% +lib/libgda-%%VERSION%%/providers/gdaprovider-%%VERSION%%.jar +lib/libgda-%%VERSION%%/providers/libgda-jdbc.a +lib/libgda-%%VERSION%%/providers/libgda-jdbc.la +lib/libgda-%%VERSION%%/providers/libgda-jdbc.so +libdata/pkgconfig/libgda-jdbc-%%VERSION%%.pc +share/libgda-%%VERSION%%/jdbc_specs_create_table.xml +share/libgda-%%VERSION%%/jdbc_specs_dsn.xml Property changes on: head/databases/libgda5-jdbc/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-ldap/Makefile =================================================================== --- head/databases/libgda5-ldap/Makefile (nonexistent) +++ head/databases/libgda5-ldap/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-ldap/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-ldap + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides ldap access for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/ldap/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= ldap + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-ldap/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-ldap/pkg-plist =================================================================== --- head/databases/libgda5-ldap/pkg-plist (nonexistent) +++ head/databases/libgda5-ldap/pkg-plist (revision 326490) @@ -0,0 +1,6 @@ +lib/libgda-%%VERSION%%/providers/libgda-ldap.a +lib/libgda-%%VERSION%%/providers/libgda-ldap.la +lib/libgda-%%VERSION%%/providers/libgda-ldap.so +libdata/pkgconfig/libgda-ldap-%%VERSION%%.pc +share/libgda-%%VERSION%%/ldap_specs_auth.xml +share/libgda-%%VERSION%%/ldap_specs_dsn.xml Property changes on: head/databases/libgda5-ldap/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-mdb/Makefile =================================================================== --- head/databases/libgda5-mdb/Makefile (nonexistent) +++ head/databases/libgda5-mdb/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-mdb/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-mdb + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides mdb backend for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/mdb/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= mdb + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-mdb/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-mdb/pkg-plist =================================================================== --- head/databases/libgda5-mdb/pkg-plist (nonexistent) +++ head/databases/libgda5-mdb/pkg-plist (revision 326490) @@ -0,0 +1,5 @@ +lib/libgda-%%VERSION%%/providers/libgda-mdb.a +lib/libgda-%%VERSION%%/providers/libgda-mdb.la +lib/libgda-%%VERSION%%/providers/libgda-mdb.so +libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc +share/libgda-%%VERSION%%/mdb_specs_dsn.xml Property changes on: head/databases/libgda5-mdb/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-mysql/Makefile =================================================================== --- head/databases/libgda5-mysql/Makefile (nonexistent) +++ head/databases/libgda5-mysql/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-mysql/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-mysql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides mysql backend for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= mysql + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-mysql/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-mysql/pkg-plist =================================================================== --- head/databases/libgda5-mysql/pkg-plist (nonexistent) +++ head/databases/libgda5-mysql/pkg-plist (revision 326490) @@ -0,0 +1,18 @@ +lib/libgda-%%VERSION%%/providers/libgda-mysql.a +lib/libgda-%%VERSION%%/providers/libgda-mysql.la +lib/libgda-%%VERSION%%/providers/libgda-mysql.so +libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc +share/libgda-%%VERSION%%/mysql_specs_add_column.xml +share/libgda-%%VERSION%%/mysql_specs_comment_table.xml +share/libgda-%%VERSION%%/mysql_specs_comment_column.xml +share/libgda-%%VERSION%%/mysql_specs_create_db.xml +share/libgda-%%VERSION%%/mysql_specs_create_index.xml +share/libgda-%%VERSION%%/mysql_specs_create_table.xml +share/libgda-%%VERSION%%/mysql_specs_create_view.xml +share/libgda-%%VERSION%%/mysql_specs_drop_column.xml +share/libgda-%%VERSION%%/mysql_specs_drop_db.xml +share/libgda-%%VERSION%%/mysql_specs_drop_index.xml +share/libgda-%%VERSION%%/mysql_specs_drop_table.xml +share/libgda-%%VERSION%%/mysql_specs_drop_view.xml +share/libgda-%%VERSION%%/mysql_specs_dsn.xml +share/libgda-%%VERSION%%/mysql_specs_rename_table.xml Property changes on: head/databases/libgda5-mysql/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-postgresql/Makefile =================================================================== --- head/databases/libgda5-postgresql/Makefile (nonexistent) +++ head/databases/libgda5-postgresql/Makefile (revision 326490) @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-postgresql/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-postgresql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides postgresql access for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= postgresql + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-postgresql/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-postgresql/pkg-plist =================================================================== --- head/databases/libgda5-postgresql/pkg-plist (nonexistent) +++ head/databases/libgda5-postgresql/pkg-plist (revision 326490) @@ -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 Property changes on: head/databases/libgda5-postgresql/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/databases/libgda5-ui/Makefile =================================================================== --- head/databases/libgda5-ui/Makefile (nonexistent) +++ head/databases/libgda5-ui/Makefile (revision 326490) @@ -0,0 +1,29 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-ui/Makefile 17268 2013-04-01 05:13:11Z marcus $ + +PORTREVISION= 1 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-ui + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The libgda 5 ui library + +MASTERDIR= ${.CURDIR}/../libgda5 +PLIST= ${.CURDIR}/pkg-plist + +CONFLICTS= libgda4-4.* + +LIBGDA5_SLAVE= ui + +do-build: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} + @cd ${WRKSRC}/control-center && ${GMAKE} + @cd ${WRKSRC}/tools/browser && ${GMAKE} + +do-install: + @cd ${WRKSRC}/libgda-ui && ${GMAKE} install + @cd ${WRKSRC}/control-center && ${GMAKE} install + @cd ${WRKSRC}/tools/browser && ${GMAKE} install + +.include "${MASTERDIR}/Makefile" Property changes on: head/databases/libgda5-ui/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-ui/distinfo =================================================================== Property changes on: head/databases/libgda5-ui/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-ui/files/patch-configure =================================================================== Property changes on: head/databases/libgda5-ui/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-ui/pkg-descr =================================================================== Property changes on: head/databases/libgda5-ui/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgda5-ui/pkg-plist =================================================================== --- head/databases/libgda5-ui/pkg-plist (nonexistent) +++ head/databases/libgda5-ui/pkg-plist (revision 326490) @@ -0,0 +1,524 @@ +bin/gda-browser-%%VERSION%% +bin/gda-control-center-%%VERSION%% +bin/gdaui-demo-%%VERSION%% +include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h +include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h +include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h +lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml +lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml +lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml +lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml +lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml +lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a +lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la +lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so +lib/libgda-ui-%%VERSION%%.a +lib/libgda-ui-%%VERSION%%.la +lib/libgda-ui-%%VERSION%%.so +lib/libgda-ui-%%VERSION%%.so.5 +libdata/pkgconfig/libgda-ui-%%VERSION%%.pc +share/applications/gda-browser-%%VERSION%%.desktop +share/applications/gda-control-center-%%VERSION%%.desktop +share/doc/gda-browser/BrowserConnection.html +share/doc/gda-browser/BrowserCore.html +share/doc/gda-browser/BrowserFavorites.html +share/doc/gda-browser/BrowserPerspective.html +share/doc/gda-browser/BrowserWindow.html +share/doc/gda-browser/CcGrayBar.html +share/doc/gda-browser/MgrFavorites.html +share/doc/gda-browser/UILayout.png +share/doc/gda-browser/code_orga.html +share/doc/gda-browser/core.html +share/doc/gda-browser/extrawidgets.html +share/doc/gda-browser/gda-browser-BrowserPage.html +share/doc/gda-browser/gda-browser-Data-Manager-perspective.html +share/doc/gda-browser/gda-browser-Query-Exec-perspective.html +share/doc/gda-browser/gda-browser-Schema-Browser-perspective.html +share/doc/gda-browser/gda-browser-Support-functions.html +share/doc/gda-browser/gda-browser-UiFormgrid.html +share/doc/gda-browser/gda-browser-popup-container.html +share/doc/gda-browser/gda-browser.devhelp2 +share/doc/gda-browser/home.png +share/doc/gda-browser/index.html +share/doc/gda-browser/index.sgml +share/doc/gda-browser/left.png +share/doc/gda-browser/part_api.html +share/doc/gda-browser/part_begin.html +share/doc/gda-browser/part_index.html +share/doc/gda-browser/perspectives.html +share/doc/gda-browser/prog_struct.html +share/doc/gda-browser/right.png +share/doc/gda-browser/style.css +share/doc/gda-browser/up.png +share/doc/gda-browser/why.html +share/doc/gda-browser/windows.html +share/gnome/help/gda-browser/C/actions.page +share/gnome/help/gda-browser/C/data-manager-perspective.page +share/gnome/help/gda-browser/C/data-manager-source-editor.page +share/gnome/help/gda-browser/C/data-manager-xml-syntax.page +share/gnome/help/gda-browser/C/declaredfk.page +share/gnome/help/gda-browser/C/diagram.page +share/gnome/help/gda-browser/C/features.page +share/gnome/help/gda-browser/C/figures/action-1.png +share/gnome/help/gda-browser/C/figures/action-2.png +share/gnome/help/gda-browser/C/figures/action-3.png +share/gnome/help/gda-browser/C/figures/action-4.png +share/gnome/help/gda-browser/C/figures/cnc_open.png +share/gnome/help/gda-browser/C/figures/data-man-mode.png +share/gnome/help/gda-browser/C/figures/data-man-persp.png +share/gnome/help/gda-browser/C/figures/data-man-uicompose.png +share/gnome/help/gda-browser/C/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/C/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/C/figures/declaredfk.png +share/gnome/help/gda-browser/C/figures/diagram.png +share/gnome/help/gda-browser/C/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/C/figures/ldap-classes.png +share/gnome/help/gda-browser/C/figures/ldap-search.png +share/gnome/help/gda-browser/C/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/C/figures/mainwin.png +share/gnome/help/gda-browser/C/figures/query-exec-persp.png +share/gnome/help/gda-browser/C/figures/schema-browser-persp.png +share/gnome/help/gda-browser/C/figures/table-insert-data.png +share/gnome/help/gda-browser/C/figures/trans-begin.png +share/gnome/help/gda-browser/C/figures/trans-commit.png +share/gnome/help/gda-browser/C/figures/trans-rollback.png +share/gnome/help/gda-browser/C/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/C/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/C/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/C/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/C/figures/virtual-cnc.png +share/gnome/help/gda-browser/C/general-ui.page +share/gnome/help/gda-browser/C/index.page +share/gnome/help/gda-browser/C/ldap-browser-perspective.page +share/gnome/help/gda-browser/C/ldap-connections.page +share/gnome/help/gda-browser/C/legal.xml +share/gnome/help/gda-browser/C/query-execution-perspective.page +share/gnome/help/gda-browser/C/schema-browser-perspective.page +share/gnome/help/gda-browser/C/table-insert-data.page +share/gnome/help/gda-browser/C/transactions.page +share/gnome/help/gda-browser/C/variables.page +share/gnome/help/gda-browser/C/virtual-connections.page +share/gnome/help/gda-browser/de/actions.page +share/gnome/help/gda-browser/de/data-manager-perspective.page +share/gnome/help/gda-browser/de/data-manager-source-editor.page +share/gnome/help/gda-browser/de/data-manager-xml-syntax.page +share/gnome/help/gda-browser/de/declaredfk.page +share/gnome/help/gda-browser/de/diagram.page +share/gnome/help/gda-browser/de/features.page +share/gnome/help/gda-browser/de/figures/action-1.png +share/gnome/help/gda-browser/de/figures/action-2.png +share/gnome/help/gda-browser/de/figures/action-3.png +share/gnome/help/gda-browser/de/figures/action-4.png +share/gnome/help/gda-browser/de/figures/cnc_open.png +share/gnome/help/gda-browser/de/figures/data-man-mode.png +share/gnome/help/gda-browser/de/figures/data-man-persp.png +share/gnome/help/gda-browser/de/figures/data-man-uicompose.png +share/gnome/help/gda-browser/de/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/de/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/de/figures/declaredfk.png +share/gnome/help/gda-browser/de/figures/diagram.png +share/gnome/help/gda-browser/de/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/de/figures/ldap-classes.png +share/gnome/help/gda-browser/de/figures/ldap-search.png +share/gnome/help/gda-browser/de/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/de/figures/mainwin.png +share/gnome/help/gda-browser/de/figures/query-exec-persp.png +share/gnome/help/gda-browser/de/figures/schema-browser-persp.png +share/gnome/help/gda-browser/de/figures/table-insert-data.png +share/gnome/help/gda-browser/de/figures/trans-begin.png +share/gnome/help/gda-browser/de/figures/trans-commit.png +share/gnome/help/gda-browser/de/figures/trans-rollback.png +share/gnome/help/gda-browser/de/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/de/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/de/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/de/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/de/figures/virtual-cnc.png +share/gnome/help/gda-browser/de/general-ui.page +share/gnome/help/gda-browser/de/index.page +share/gnome/help/gda-browser/de/ldap-browser-perspective.page +share/gnome/help/gda-browser/de/ldap-connections.page +share/gnome/help/gda-browser/de/legal.xml +share/gnome/help/gda-browser/de/query-execution-perspective.page +share/gnome/help/gda-browser/de/schema-browser-perspective.page +share/gnome/help/gda-browser/de/table-insert-data.page +share/gnome/help/gda-browser/de/transactions.page +share/gnome/help/gda-browser/de/variables.page +share/gnome/help/gda-browser/de/virtual-connections.page +share/gnome/help/gda-browser/el/actions.page +share/gnome/help/gda-browser/el/data-manager-perspective.page +share/gnome/help/gda-browser/el/data-manager-source-editor.page +share/gnome/help/gda-browser/el/data-manager-xml-syntax.page +share/gnome/help/gda-browser/el/declaredfk.page +share/gnome/help/gda-browser/el/diagram.page +share/gnome/help/gda-browser/el/features.page +share/gnome/help/gda-browser/el/figures/action-1.png +share/gnome/help/gda-browser/el/figures/action-2.png +share/gnome/help/gda-browser/el/figures/action-3.png +share/gnome/help/gda-browser/el/figures/action-4.png +share/gnome/help/gda-browser/el/figures/cnc_open.png +share/gnome/help/gda-browser/el/figures/data-man-mode.png +share/gnome/help/gda-browser/el/figures/data-man-persp.png +share/gnome/help/gda-browser/el/figures/data-man-uicompose.png +share/gnome/help/gda-browser/el/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/el/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/el/figures/declaredfk.png +share/gnome/help/gda-browser/el/figures/diagram.png +share/gnome/help/gda-browser/el/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/el/figures/ldap-classes.png +share/gnome/help/gda-browser/el/figures/ldap-search.png +share/gnome/help/gda-browser/el/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/el/figures/mainwin.png +share/gnome/help/gda-browser/el/figures/query-exec-persp.png +share/gnome/help/gda-browser/el/figures/schema-browser-persp.png +share/gnome/help/gda-browser/el/figures/table-insert-data.png +share/gnome/help/gda-browser/el/figures/trans-begin.png +share/gnome/help/gda-browser/el/figures/trans-commit.png +share/gnome/help/gda-browser/el/figures/trans-rollback.png +share/gnome/help/gda-browser/el/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/el/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/el/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/el/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/el/figures/virtual-cnc.png +share/gnome/help/gda-browser/el/general-ui.page +share/gnome/help/gda-browser/el/index.page +share/gnome/help/gda-browser/el/ldap-browser-perspective.page +share/gnome/help/gda-browser/el/ldap-connections.page +share/gnome/help/gda-browser/el/legal.xml +share/gnome/help/gda-browser/el/query-execution-perspective.page +share/gnome/help/gda-browser/el/schema-browser-perspective.page +share/gnome/help/gda-browser/el/table-insert-data.page +share/gnome/help/gda-browser/el/transactions.page +share/gnome/help/gda-browser/el/variables.page +share/gnome/help/gda-browser/el/virtual-connections.page +share/gnome/help/gda-browser/es/actions.page +share/gnome/help/gda-browser/es/data-manager-perspective.page +share/gnome/help/gda-browser/es/data-manager-source-editor.page +share/gnome/help/gda-browser/es/data-manager-xml-syntax.page +share/gnome/help/gda-browser/es/declaredfk.page +share/gnome/help/gda-browser/es/diagram.page +share/gnome/help/gda-browser/es/features.page +share/gnome/help/gda-browser/es/figures/action-1.png +share/gnome/help/gda-browser/es/figures/action-2.png +share/gnome/help/gda-browser/es/figures/action-3.png +share/gnome/help/gda-browser/es/figures/action-4.png +share/gnome/help/gda-browser/es/figures/cnc_open.png +share/gnome/help/gda-browser/es/figures/data-man-mode.png +share/gnome/help/gda-browser/es/figures/data-man-persp.png +share/gnome/help/gda-browser/es/figures/data-man-uicompose.png +share/gnome/help/gda-browser/es/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/es/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/es/figures/declaredfk.png +share/gnome/help/gda-browser/es/figures/diagram.png +share/gnome/help/gda-browser/es/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/es/figures/ldap-classes.png +share/gnome/help/gda-browser/es/figures/ldap-search.png +share/gnome/help/gda-browser/es/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/es/figures/mainwin.png +share/gnome/help/gda-browser/es/figures/query-exec-persp.png +share/gnome/help/gda-browser/es/figures/schema-browser-persp.png +share/gnome/help/gda-browser/es/figures/table-insert-data.png +share/gnome/help/gda-browser/es/figures/trans-begin.png +share/gnome/help/gda-browser/es/figures/trans-commit.png +share/gnome/help/gda-browser/es/figures/trans-rollback.png +share/gnome/help/gda-browser/es/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/es/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/es/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/es/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/es/figures/virtual-cnc.png +share/gnome/help/gda-browser/es/general-ui.page +share/gnome/help/gda-browser/es/index.page +share/gnome/help/gda-browser/es/ldap-browser-perspective.page +share/gnome/help/gda-browser/es/ldap-connections.page +share/gnome/help/gda-browser/es/legal.xml +share/gnome/help/gda-browser/es/query-execution-perspective.page +share/gnome/help/gda-browser/es/schema-browser-perspective.page +share/gnome/help/gda-browser/es/table-insert-data.page +share/gnome/help/gda-browser/es/transactions.page +share/gnome/help/gda-browser/es/variables.page +share/gnome/help/gda-browser/es/virtual-connections.page +share/gnome/help/gda-browser/gl/actions.page +share/gnome/help/gda-browser/gl/data-manager-perspective.page +share/gnome/help/gda-browser/gl/data-manager-source-editor.page +share/gnome/help/gda-browser/gl/data-manager-xml-syntax.page +share/gnome/help/gda-browser/gl/declaredfk.page +share/gnome/help/gda-browser/gl/diagram.page +share/gnome/help/gda-browser/gl/features.page +share/gnome/help/gda-browser/gl/figures/action-1.png +share/gnome/help/gda-browser/gl/figures/action-2.png +share/gnome/help/gda-browser/gl/figures/action-3.png +share/gnome/help/gda-browser/gl/figures/action-4.png +share/gnome/help/gda-browser/gl/figures/cnc_open.png +share/gnome/help/gda-browser/gl/figures/data-man-mode.png +share/gnome/help/gda-browser/gl/figures/data-man-persp.png +share/gnome/help/gda-browser/gl/figures/data-man-uicompose.png +share/gnome/help/gda-browser/gl/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/gl/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/gl/figures/declaredfk.png +share/gnome/help/gda-browser/gl/figures/diagram.png +share/gnome/help/gda-browser/gl/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/gl/figures/ldap-classes.png +share/gnome/help/gda-browser/gl/figures/ldap-search.png +share/gnome/help/gda-browser/gl/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/gl/figures/mainwin.png +share/gnome/help/gda-browser/gl/figures/query-exec-persp.png +share/gnome/help/gda-browser/gl/figures/schema-browser-persp.png +share/gnome/help/gda-browser/gl/figures/table-insert-data.png +share/gnome/help/gda-browser/gl/figures/trans-begin.png +share/gnome/help/gda-browser/gl/figures/trans-commit.png +share/gnome/help/gda-browser/gl/figures/trans-rollback.png +share/gnome/help/gda-browser/gl/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/gl/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/gl/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/gl/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/gl/figures/virtual-cnc.png +share/gnome/help/gda-browser/gl/general-ui.page +share/gnome/help/gda-browser/gl/index.page +share/gnome/help/gda-browser/gl/ldap-browser-perspective.page +share/gnome/help/gda-browser/gl/ldap-connections.page +share/gnome/help/gda-browser/gl/legal.xml +share/gnome/help/gda-browser/gl/query-execution-perspective.page +share/gnome/help/gda-browser/gl/schema-browser-perspective.page +share/gnome/help/gda-browser/gl/table-insert-data.page +share/gnome/help/gda-browser/gl/transactions.page +share/gnome/help/gda-browser/gl/variables.page +share/gnome/help/gda-browser/gl/virtual-connections.page +share/gnome/help/gda-browser/sl/actions.page +share/gnome/help/gda-browser/sl/data-manager-perspective.page +share/gnome/help/gda-browser/sl/data-manager-source-editor.page +share/gnome/help/gda-browser/sl/data-manager-xml-syntax.page +share/gnome/help/gda-browser/sl/declaredfk.page +share/gnome/help/gda-browser/sl/diagram.page +share/gnome/help/gda-browser/sl/features.page +share/gnome/help/gda-browser/sl/figures/action-1.png +share/gnome/help/gda-browser/sl/figures/action-2.png +share/gnome/help/gda-browser/sl/figures/action-3.png +share/gnome/help/gda-browser/sl/figures/action-4.png +share/gnome/help/gda-browser/sl/figures/cnc_open.png +share/gnome/help/gda-browser/sl/figures/data-man-mode.png +share/gnome/help/gda-browser/sl/figures/data-man-persp.png +share/gnome/help/gda-browser/sl/figures/data-man-uicompose.png +share/gnome/help/gda-browser/sl/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/sl/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/sl/figures/declaredfk.png +share/gnome/help/gda-browser/sl/figures/diagram.png +share/gnome/help/gda-browser/sl/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/sl/figures/ldap-classes.png +share/gnome/help/gda-browser/sl/figures/ldap-search.png +share/gnome/help/gda-browser/sl/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/sl/figures/mainwin.png +share/gnome/help/gda-browser/sl/figures/query-exec-persp.png +share/gnome/help/gda-browser/sl/figures/schema-browser-persp.png +share/gnome/help/gda-browser/sl/figures/table-insert-data.png +share/gnome/help/gda-browser/sl/figures/trans-begin.png +share/gnome/help/gda-browser/sl/figures/trans-commit.png +share/gnome/help/gda-browser/sl/figures/trans-rollback.png +share/gnome/help/gda-browser/sl/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/sl/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/sl/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/sl/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/sl/figures/virtual-cnc.png +share/gnome/help/gda-browser/sl/general-ui.page +share/gnome/help/gda-browser/sl/index.page +share/gnome/help/gda-browser/sl/ldap-browser-perspective.page +share/gnome/help/gda-browser/sl/ldap-connections.page +share/gnome/help/gda-browser/sl/legal.xml +share/gnome/help/gda-browser/sl/query-execution-perspective.page +share/gnome/help/gda-browser/sl/schema-browser-perspective.page +share/gnome/help/gda-browser/sl/table-insert-data.page +share/gnome/help/gda-browser/sl/transactions.page +share/gnome/help/gda-browser/sl/variables.page +share/gnome/help/gda-browser/sl/virtual-connections.page +share/gnome/help/gda-browser/zh_CN/actions.page +share/gnome/help/gda-browser/zh_CN/data-manager-perspective.page +share/gnome/help/gda-browser/zh_CN/data-manager-source-editor.page +share/gnome/help/gda-browser/zh_CN/data-manager-xml-syntax.page +share/gnome/help/gda-browser/zh_CN/declaredfk.page +share/gnome/help/gda-browser/zh_CN/diagram.page +share/gnome/help/gda-browser/zh_CN/features.page +share/gnome/help/gda-browser/zh_CN/figures/action-1.png +share/gnome/help/gda-browser/zh_CN/figures/action-2.png +share/gnome/help/gda-browser/zh_CN/figures/action-3.png +share/gnome/help/gda-browser/zh_CN/figures/action-4.png +share/gnome/help/gda-browser/zh_CN/figures/cnc_open.png +share/gnome/help/gda-browser/zh_CN/figures/data-man-mode.png +share/gnome/help/gda-browser/zh_CN/figures/data-man-persp.png +share/gnome/help/gda-browser/zh_CN/figures/data-man-uicompose.png +share/gnome/help/gda-browser/zh_CN/figures/data-man-xmlcompose.png +share/gnome/help/gda-browser/zh_CN/figures/declaredfk-dialog.png +share/gnome/help/gda-browser/zh_CN/figures/declaredfk.png +share/gnome/help/gda-browser/zh_CN/figures/diagram.png +share/gnome/help/gda-browser/zh_CN/figures/ldap-browser-persp.png +share/gnome/help/gda-browser/zh_CN/figures/ldap-classes.png +share/gnome/help/gda-browser/zh_CN/figures/ldap-search.png +share/gnome/help/gda-browser/zh_CN/figures/ldap-table-mapping.png +share/gnome/help/gda-browser/zh_CN/figures/mainwin.png +share/gnome/help/gda-browser/zh_CN/figures/query-exec-persp.png +share/gnome/help/gda-browser/zh_CN/figures/schema-browser-persp.png +share/gnome/help/gda-browser/zh_CN/figures/table-insert-data.png +share/gnome/help/gda-browser/zh_CN/figures/trans-begin.png +share/gnome/help/gda-browser/zh_CN/figures/trans-commit.png +share/gnome/help/gda-browser/zh_CN/figures/trans-rollback.png +share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-2.png +share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-3.png +share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-4.png +share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-5.png +share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc.png +share/gnome/help/gda-browser/zh_CN/general-ui.page +share/gnome/help/gda-browser/zh_CN/index.page +share/gnome/help/gda-browser/zh_CN/ldap-browser-perspective.page +share/gnome/help/gda-browser/zh_CN/ldap-connections.page +share/gnome/help/gda-browser/zh_CN/legal.xml +share/gnome/help/gda-browser/zh_CN/query-execution-perspective.page +share/gnome/help/gda-browser/zh_CN/schema-browser-perspective.page +share/gnome/help/gda-browser/zh_CN/table-insert-data.page +share/gnome/help/gda-browser/zh_CN/transactions.page +share/gnome/help/gda-browser/zh_CN/variables.page +share/gnome/help/gda-browser/zh_CN/virtual-connections.page +share/icons/hicolor/16x16/apps/gda-control-center.png +share/icons/hicolor/22x22/apps/gda-control-center.png +share/icons/hicolor/24x24/apps/gda-control-center.png +share/icons/hicolor/256x256/apps/gda-control-center.png +share/icons/hicolor/32x32/apps/gda-control-center.png +share/icons/hicolor/48x48/apps/gda-control-center.png +share/libgda-%%VERSION%%/demo/basic_form.c +share/libgda-%%VERSION%%/demo/cloud.c +share/libgda-%%VERSION%%/demo/combo.c +share/libgda-%%VERSION%%/demo/custom_layout.xml +share/libgda-%%VERSION%%/demo/data_model_dir.c +share/libgda-%%VERSION%%/demo/ddl_queries.c +share/libgda-%%VERSION%%/demo/demo_db.db +share/libgda-%%VERSION%%/demo/form.c +share/libgda-%%VERSION%%/demo/form_data_layout.c +share/libgda-%%VERSION%%/demo/form_pict.c +share/libgda-%%VERSION%%/demo/form_rw.c +share/libgda-%%VERSION%%/demo/grid.c +share/libgda-%%VERSION%%/demo/grid_data_layout.c +share/libgda-%%VERSION%%/demo/grid_pict.c +share/libgda-%%VERSION%%/demo/grid_rw.c +share/libgda-%%VERSION%%/demo/linked_grid_form.c +share/libgda-%%VERSION%%/demo/linked_model_param.c +share/libgda-%%VERSION%%/demo/login.c +share/libgda-%%VERSION%%/demo/provider_sel.c +share/libgda-%%VERSION%%/demo/tree.c +share/libgda-%%VERSION%%/dtd/gdaui-layout.dtd +share/libgda-%%VERSION%%/import_encodings.xml +share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png +share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png +share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png +share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png +share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/form.png +share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png +share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/grid.png +share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/table-add.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png +share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png +share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png +share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png +share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png +share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png +share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png +share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache +share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg +share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg +share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg +share/libgda-%%VERSION%%/language-specs/gda-sql.lang +share/libgda-%%VERSION%%/pixmaps/bin-attachment-16x16.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-action.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-auth-big.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-auth.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-bookmark.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fk.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fknn.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-column-nn.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-column-pk.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-x.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-entry.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-group.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-organization.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-person.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-query.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-reference.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-schema.png +share/libgda-%%VERSION%%/pixmaps/gda-browser-table.png +share/libgda-%%VERSION%%/pixmaps/gda-browser.png +share/libgda-%%VERSION%%/pixmaps/gda-control-center-newcnc.png +share/libgda-%%VERSION%%/pixmaps/gda-control-center.png +share/libgda-%%VERSION%%/pixmaps/gdaui-generic.png +share/libgda-%%VERSION%%/server_operation.glade +share/libgda-%%VERSION%%/ui/gdaui-entry-number.xml +share/libgda-%%VERSION%%/ui/gdaui-entry-string.xml +share/pixmaps/gda-browser-%%VERSION%%.png +@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable/actions +@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable +@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32/actions +@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32 +@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24/actions +@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24 +@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22/actions +@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22 +@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16/actions +@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16 +@dirrm share/libgda-%%VERSION%%/icons/hicolor +@dirrm share/libgda-%%VERSION%%/icons +@dirrm share/gnome/help/gda-browser/zh_CN/figures +@dirrm share/gnome/help/gda-browser/zh_CN +@dirrm share/gnome/help/gda-browser/sl/figures +@dirrm share/gnome/help/gda-browser/sl +@dirrm share/gnome/help/gda-browser/gl/figures +@dirrm share/gnome/help/gda-browser/gl +@dirrm share/gnome/help/gda-browser/es/figures +@dirrm share/gnome/help/gda-browser/es +@dirrm share/gnome/help/gda-browser/el/figures +@dirrm share/gnome/help/gda-browser/el +@dirrm share/gnome/help/gda-browser/de/figures +@dirrm share/gnome/help/gda-browser/de +@dirrm share/gnome/help/gda-browser/C/figures +@dirrm share/gnome/help/gda-browser/C +@dirrm share/gnome/help/gda-browser +@dirrm share/libgda-%%VERSION%%/ui +@dirrm share/libgda-%%VERSION%%/pixmaps +@dirrm share/libgda-%%VERSION%%/language-specs +@dirrm share/libgda-%%VERSION%%/demo +@dirrm share/doc/gda-browser +@dirrmtry share/applications +@dirrm lib/libgda-%%VERSION%%/plugins +@dirrm include/libgda-%%VERSION%%/libgda-ui Property changes on: head/databases/libgda5-ui/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgdamm5/Makefile =================================================================== --- head/databases/libgdamm5/Makefile (nonexistent) +++ head/databases/libgdamm5/Makefile (revision 326490) @@ -0,0 +1,36 @@ +# Created by: Alexander Nedotsukov +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgdamm5/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTNAME= libgdamm +PORTVERSION= 4.99.6 +CATEGORIES= databases gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= bland@FreeBSD.org +COMMENT= C++ wrapper for libgda5 library + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 + +USE_AUTOTOOLS= libtool +USE_XZ= yes +USES= gmake pathfix pkgconfig +USE_GNOME= libgda5 glibmm +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-static --disable-documentation + +OPTIONS_DEFINE= BDB + +.include + +.if ${PORT_OPTIONS:MBDB} || exists(${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc) +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:${PORTSDIR}/databases/libgda5-bdb +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libgda-bdb-5.0.pc:${PORTSDIR}/databases/libgda5-bdb +PLIST_SUB+= BDB="" +.else +PLIST_SUB+= BDB="" +.endif + +.include Property changes on: head/databases/libgdamm5/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgdamm5/distinfo =================================================================== --- head/databases/libgdamm5/distinfo (nonexistent) +++ head/databases/libgdamm5/distinfo (revision 326490) @@ -0,0 +1,2 @@ +SHA256 (gnome3/libgdamm-4.99.6.tar.xz) = d1b7e5101c192695e1fad96f6371d4c2362adb3e8f452f2cb2c89e4380d4f492 +SIZE (gnome3/libgdamm-4.99.6.tar.xz) = 1356632 Property changes on: head/databases/libgdamm5/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgdamm5/pkg-descr =================================================================== --- head/databases/libgdamm5/pkg-descr (nonexistent) +++ head/databases/libgdamm5/pkg-descr (revision 326490) @@ -0,0 +1,3 @@ +This is a set of thin C++ wrappers for libgda v5 library. + +WWW: http://www.gtkmm.org/ Property changes on: head/databases/libgdamm5/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/libgdamm5/pkg-plist =================================================================== --- head/databases/libgdamm5/pkg-plist (nonexistent) +++ head/databases/libgdamm5/pkg-plist (revision 326490) @@ -0,0 +1,92 @@ +include/libgdamm-5.0/libgdamm.h +include/libgdamm-5.0/libgdamm/batch.h +include/libgdamm-5.0/libgdamm/blob.h +include/libgdamm-5.0/libgdamm/blobop.h +include/libgdamm-5.0/libgdamm/column.h +include/libgdamm-5.0/libgdamm/config.h +include/libgdamm-5.0/libgdamm/connection.h +include/libgdamm-5.0/libgdamm/connectionevent.h +include/libgdamm-5.0/libgdamm/dataaccesswrapper.h +include/libgdamm-5.0/libgdamm/datacomparator.h +include/libgdamm-5.0/libgdamm/datahandler.h +include/libgdamm-5.0/libgdamm/datamodel.h +include/libgdamm-5.0/libgdamm/datamodelarray.h +include/libgdamm-5.0/libgdamm/datamodelimport.h +include/libgdamm-5.0/libgdamm/datamodeliter.h +include/libgdamm-5.0/libgdamm/dataproxy.h +include/libgdamm-5.0/libgdamm/dataselect.h +include/libgdamm-5.0/libgdamm/handlerbin.h +include/libgdamm-5.0/libgdamm/handlerboolean.h +include/libgdamm-5.0/libgdamm/handlernumerical.h +include/libgdamm-5.0/libgdamm/handlerstring.h +include/libgdamm-5.0/libgdamm/handlertime.h +include/libgdamm-5.0/libgdamm/handlertype.h +include/libgdamm-5.0/libgdamm/holder.h +include/libgdamm-5.0/libgdamm/init.h +include/libgdamm-5.0/libgdamm/metastore.h +include/libgdamm-5.0/libgdamm/metastruct.h +include/libgdamm-5.0/libgdamm/numeric.h +include/libgdamm-5.0/libgdamm/private/batch_p.h +include/libgdamm-5.0/libgdamm/private/blob_p.h +include/libgdamm-5.0/libgdamm/private/blobop_p.h +include/libgdamm-5.0/libgdamm/private/column_p.h +include/libgdamm-5.0/libgdamm/private/config_p.h +include/libgdamm-5.0/libgdamm/private/connection_p.h +include/libgdamm-5.0/libgdamm/private/connectionevent_p.h +include/libgdamm-5.0/libgdamm/private/dataaccesswrapper_p.h +include/libgdamm-5.0/libgdamm/private/datacomparator_p.h +include/libgdamm-5.0/libgdamm/private/datahandler_p.h +include/libgdamm-5.0/libgdamm/private/datamodel_p.h +include/libgdamm-5.0/libgdamm/private/datamodelarray_p.h +include/libgdamm-5.0/libgdamm/private/datamodelimport_p.h +include/libgdamm-5.0/libgdamm/private/datamodeliter_p.h +include/libgdamm-5.0/libgdamm/private/dataproxy_p.h +include/libgdamm-5.0/libgdamm/private/dataselect_p.h +include/libgdamm-5.0/libgdamm/private/handlerbin_p.h +include/libgdamm-5.0/libgdamm/private/handlerboolean_p.h +include/libgdamm-5.0/libgdamm/private/handlernumerical_p.h +include/libgdamm-5.0/libgdamm/private/handlerstring_p.h +include/libgdamm-5.0/libgdamm/private/handlertime_p.h +include/libgdamm-5.0/libgdamm/private/handlertype_p.h +include/libgdamm-5.0/libgdamm/private/holder_p.h +include/libgdamm-5.0/libgdamm/private/metastore_p.h +include/libgdamm-5.0/libgdamm/private/metastruct_p.h +include/libgdamm-5.0/libgdamm/private/numeric_p.h +include/libgdamm-5.0/libgdamm/private/quarklist_p.h +include/libgdamm-5.0/libgdamm/private/row_p.h +include/libgdamm-5.0/libgdamm/private/serveroperation_p.h +include/libgdamm-5.0/libgdamm/private/serverprovider_p.h +include/libgdamm-5.0/libgdamm/private/set_p.h +include/libgdamm-5.0/libgdamm/private/sqlbuilder_p.h +include/libgdamm-5.0/libgdamm/private/sqlexpr_p.h +include/libgdamm-5.0/libgdamm/private/sqlparser_p.h +include/libgdamm-5.0/libgdamm/private/sqlstatement_p.h +include/libgdamm-5.0/libgdamm/private/statement_p.h +include/libgdamm-5.0/libgdamm/private/transactionstatus_p.h +include/libgdamm-5.0/libgdamm/private/xatransaction_p.h +include/libgdamm-5.0/libgdamm/quarklist.h +include/libgdamm-5.0/libgdamm/row.h +include/libgdamm-5.0/libgdamm/serveroperation.h +include/libgdamm-5.0/libgdamm/serverprovider.h +include/libgdamm-5.0/libgdamm/set.h +include/libgdamm-5.0/libgdamm/sqlbuilder.h +include/libgdamm-5.0/libgdamm/sqlexpr.h +include/libgdamm-5.0/libgdamm/sqlparser.h +include/libgdamm-5.0/libgdamm/sqlstatement.h +include/libgdamm-5.0/libgdamm/statement.h +include/libgdamm-5.0/libgdamm/transactionstatus.h +include/libgdamm-5.0/libgdamm/throw_exception.h +include/libgdamm-5.0/libgdamm/value.h +include/libgdamm-5.0/libgdamm/wrap_init.h +include/libgdamm-5.0/libgdamm/xatransaction.h +lib/libgdamm-5.0.a +lib/libgdamm-5.0.la +lib/libgdamm-5.0.so +lib/libgdamm-5.0.so.13 +lib/libgdamm-5.0/include/libgdammconfig.h +libdata/pkgconfig/libgdamm-5.0.pc +@dirrm lib/libgdamm-5.0/include +@dirrm lib/libgdamm-5.0 +@dirrm include/libgdamm-5.0/libgdamm/private +@dirrm include/libgdamm-5.0/libgdamm +@dirrm include/libgdamm-5.0 Property changes on: head/databases/libgdamm5/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property