diff options
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 67 | ||||
-rw-r--r-- | databases/libgda3/distinfo | 1 | ||||
-rw-r--r-- | databases/libgda3/files/patch-aa | 11 | ||||
-rw-r--r-- | databases/libgda3/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/libgda3/files/patch-doc_C_Makefile.in | 11 | ||||
-rw-r--r-- | databases/libgda3/files/patch-tools_gda-config-tool.c | 11 | ||||
-rw-r--r-- | databases/libgda3/pkg-comment | 1 | ||||
-rw-r--r-- | databases/libgda3/pkg-descr | 19 | ||||
-rw-r--r-- | databases/libgda3/pkg-plist | 205 |
9 files changed, 0 insertions, 336 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index 6ffeca6202d3..000000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgda2 -PORTVERSION= 0.8.199 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.8 -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - glib-2.0.0:${PORTSDIR}/devel/glib20 \ - xslt.1:${PORTSDIR}/textproc/libxslt \ - popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= gda-config-tool.1 - -.if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -PLIST_SUB= MYSQL="" -.else -PLIST_SUB= MYSQL="@comment " -.endif - -.if defined(WITH_POSTGRES) -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -PLIST_SUB+= POSTGRES="" -.else -PLIST_SUB+= POSTGRES="@comment " -.endif - -pre-extract: -.if !defined(WITH_MYSQL) - @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." -.endif -.if !defined(WITH_POSTGRES) - @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index 943e2985e853..000000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/libgda-0.8.199.tar.bz2) = 5c67b44782707e16ab8273270f53f89e diff --git a/databases/libgda3/files/patch-aa b/databases/libgda3/files/patch-aa deleted file mode 100644 index 94f70db4275c..000000000000 --- a/databases/libgda3/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jul 26 16:09:57 2002 -+++ Makefile.in Fri Jul 26 16:10:46 2002 -@@ -155,7 +155,7 @@ - YACC = @YACC@ - cxxflags_set = @cxxflags_set@ - --SUBDIRS = po idl libsql libgda providers report tools testing data doc -+SUBDIRS = po idl libsql libgda providers report tools data doc - - - EXTRA_DIST = COPYING libgda.spec.in libgda.pc.in intltool-extract.in intltool-merge.in intltool-update.in diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index d744b24f81e8..000000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sun Jun 2 22:12:29 2002 -+++ configure Sun Jun 2 22:13:06 2002 -@@ -8429,6 +8429,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/databases/libgda3/files/patch-doc_C_Makefile.in b/databases/libgda3/files/patch-doc_C_Makefile.in deleted file mode 100644 index 718a4a1ebe6f..000000000000 --- a/databases/libgda3/files/patch-doc_C_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/C/Makefile.in.orig Sun Jun 2 22:17:05 2002 -+++ doc/C/Makefile.in Sun Jun 2 22:17:27 2002 -@@ -152,7 +152,7 @@ - cxxflags_set = @cxxflags_set@ - - DOC_MODULE = libgda --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - - # The top-level SGML file. Change it if you want. - DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml diff --git a/databases/libgda3/files/patch-tools_gda-config-tool.c b/databases/libgda3/files/patch-tools_gda-config-tool.c deleted file mode 100644 index 226aeeee7f3b..000000000000 --- a/databases/libgda3/files/patch-tools_gda-config-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 -+++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 -@@ -1136,7 +1136,7 @@ - static char ** - completion_func (const gchar *text, int start, int end) - { -- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : -+ return ((start == 0) ? completion_matches (text, cmd_generator) : - NULL); - } - diff --git a/databases/libgda3/pkg-comment b/databases/libgda3/pkg-comment deleted file mode 100644 index be18a121d7f0..000000000000 --- a/databases/libgda3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Provides uniform access to different kinds of data sources diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr deleted file mode 100644 index 12eb57b5ed9b..000000000000 --- a/databases/libgda3/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -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/ diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist deleted file mode 100644 index 8112337d788a..000000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,205 +0,0 @@ -bin/gda-config-tool -bin/gda-run -etc/libgda/config -include/libgda-report/gda-report-document.h -include/libgda-report/gda-report-types.h -include/libgda-report/gda-report.h -include/libgda/gda-client.h -include/libgda/gda-command.h -include/libgda/gda-config.h -include/libgda/gda-connection.h -include/libgda/gda-data-model-array.h -include/libgda/gda-data-model-hash.h -include/libgda/gda-data-model-list.h -include/libgda/gda-data-model.h -include/libgda/gda-error.h -include/libgda/gda-export.h -include/libgda/gda-field.h -include/libgda/gda-log.h -include/libgda/gda-marshal.h -include/libgda/gda-parameter.h -include/libgda/gda-quark-list.h -include/libgda/gda-row.h -include/libgda/gda-select.h -include/libgda/gda-server-provider.h -include/libgda/gda-table.h -include/libgda/gda-transaction.h -include/libgda/gda-util.h -include/libgda/gda-value.h -include/libgda/gda-xml-connection.h -include/libgda/gda-xml-database.h -include/libgda/gda-xml-document.h -include/libgda/gda-xql-atom.h -include/libgda/gda-xql-bin.h -include/libgda/gda-xql-column.h -include/libgda/gda-xql-const.h -include/libgda/gda-xql-delete.h -include/libgda/gda-xql-dml.h -include/libgda/gda-xql-dual.h -include/libgda/gda-xql-field.h -include/libgda/gda-xql-func.h -include/libgda/gda-xql-insert.h -include/libgda/gda-xql-item.h -include/libgda/gda-xql-join.h -include/libgda/gda-xql-list.h -include/libgda/gda-xql-query.h -include/libgda/gda-xql-select.h -include/libgda/gda-xql-stack.h -include/libgda/gda-xql-target.h -include/libgda/gda-xql-update.h -include/libgda/gda-xql-utils.h -include/libgda/gda-xql-value.h -include/libgda/gda-xql-valueref.h -include/libgda/libgda.h -lib/libgda-2.a -lib/libgda-2.so -lib/libgda-2.so.1 -lib/libgda-report-2.a -lib/libgda-report-2.so -lib/libgda-report-2.so.1 -lib/libgdasql.a -lib/libgdasql.so -lib/libgdasql.so.0 -lib/libgda/providers/libgda-default.so -%%MYSQL%%lib/libgda/providers/libgda-mysql.so -%%POSTGRES%%lib/libgda/providers/libgda-postgres.so -libdata/pkgconfig/libgda.pc -share/doc/libgda/architecture.html -share/doc/libgda/c680.html -share/doc/libgda/c685.html -share/doc/libgda/c687.html -share/doc/libgda/c689.html -share/doc/libgda/x853.html -share/doc/libgda/x882.html -share/doc/libgda/x887.html -share/doc/libgda/compiling.html -share/doc/libgda/connecting.html -share/doc/libgda/connections.html -share/doc/libgda/data-model.html -share/doc/libgda/fdl-section1.html -share/doc/libgda/fdl-section10.html -share/doc/libgda/fdl-section2.html -share/doc/libgda/fdl-section3.html -share/doc/libgda/fdl-section4.html -share/doc/libgda/fdl-section5.html -share/doc/libgda/fdl-section6.html -share/doc/libgda/fdl-section7.html -share/doc/libgda/fdl-section8.html -share/doc/libgda/fdl-section9.html -share/doc/libgda/fdl-using.html -share/doc/libgda/fdl.html -share/doc/libgda/gdavalue.html -share/doc/libgda/index.html -share/doc/libgda/index.sgml -share/doc/libgda/installation-configuring.html -share/doc/libgda/installation-installing.html -share/doc/libgda/installation.html -share/doc/libgda/introduction.html -share/doc/libgda/libgda-api.html -share/doc/libgda/libgda-gda-command.html -share/doc/libgda/libgda-gda-config.html -share/doc/libgda/libgda-gda-field.html -share/doc/libgda/libgda-gda-log.html -share/doc/libgda/libgda-gda-parameter.html -share/doc/libgda/libgda-gda-quark-list.html -share/doc/libgda/libgda-gda-report-types.html -share/doc/libgda/libgda-gda-row.html -share/doc/libgda/libgda-gda-util.html -share/doc/libgda/libgda-gda-value.html -share/doc/libgda/libgda-gda-xql-utils.html -share/doc/libgda/libgda-gdabatch.html -share/doc/libgda/libgda-gdaclient.html -share/doc/libgda/libgda-gdaconnection.html -share/doc/libgda/libgda-gdadatamodel.html -share/doc/libgda/libgda-gdadatamodelarray.html -share/doc/libgda/libgda-gdadatamodelhash.html -share/doc/libgda/libgda-gdadatamodellist.html -share/doc/libgda/libgda-gdaerror.html -share/doc/libgda/libgda-gdaexport.html -share/doc/libgda/libgda-gdareportdocument.html -share/doc/libgda/libgda-gdaselect.html -share/doc/libgda/libgda-gdaserverprovider.html -share/doc/libgda/libgda-gdatable.html -share/doc/libgda/libgda-gdatransaction.html -share/doc/libgda/libgda-gdaxmlconnection.html -share/doc/libgda/libgda-gdaxmldatabase.html -share/doc/libgda/libgda-gdaxmldocument.html -share/doc/libgda/libgda-gdaxqlatom.html -share/doc/libgda/libgda-gdaxqlbin.html -share/doc/libgda/libgda-gdaxqlcolumn.html -share/doc/libgda/libgda-gdaxqlconst.html -share/doc/libgda/libgda-gdaxqldelete.html -share/doc/libgda/libgda-gdaxqldml.html -share/doc/libgda/libgda-gdaxqldual.html -share/doc/libgda/libgda-gdaxqlfield.html -share/doc/libgda/libgda-gdaxqlfunc.html -share/doc/libgda/libgda-gdaxqlinsert.html -share/doc/libgda/libgda-gdaxqlitem.html -share/doc/libgda/libgda-gdaxqljoin.html -share/doc/libgda/libgda-gdaxqllist.html -share/doc/libgda/libgda-gdaxqlquery.html -share/doc/libgda/libgda-gdaxqlselect.html -share/doc/libgda/libgda-gdaxqlstack.html -share/doc/libgda/libgda-gdaxqltarget.html -share/doc/libgda/libgda-gdaxqlupdate.html -share/doc/libgda/libgda-gdaxqlvalue.html -share/doc/libgda/libgda-gdaxqlvalueref.html -share/doc/libgda/libgda-libgda.html -share/doc/libgda/libgda-provider-class.html -share/doc/libgda/libgda-provider-recordset.html -share/doc/libgda/libgda-providers.html -share/doc/libgda/libgda-reports.html -share/doc/libgda/libgda-xql.html -share/doc/libgda/main_example.html -share/doc/libgda/managing-errors.html -share/doc/libgda/migration-configuration.html -share/doc/libgda/migration-executing-commands.html -share/doc/libgda/migration.html -share/doc/libgda/processing-queries.html -share/doc/libgda/x849.html -share/doc/libgda/x851.html -share/doc/libgda/x878.html -share/doc/libgda/x880.html -share/doc/libgda/x883.html -share/doc/libgda/x885.html -share/gnome/idl/libgda/GNOME_Database.idl -share/gnome/libgda/dtd/gda-report.dtd -share/gnome/omf/libgda/libgda-C.omf -share/locale/az/LC_MESSAGES/libgda-2.mo -share/locale/ca/LC_MESSAGES/libgda-2.mo -share/locale/cs/LC_MESSAGES/libgda-2.mo -share/locale/da/LC_MESSAGES/libgda-2.mo -share/locale/de/LC_MESSAGES/libgda-2.mo -share/locale/el/LC_MESSAGES/libgda-2.mo -share/locale/es/LC_MESSAGES/libgda-2.mo -share/locale/fi/LC_MESSAGES/libgda-2.mo -share/locale/fr/LC_MESSAGES/libgda-2.mo -share/locale/ga/LC_MESSAGES/libgda-2.mo -share/locale/gl/LC_MESSAGES/libgda-2.mo -share/locale/hu/LC_MESSAGES/libgda-2.mo -share/locale/it/LC_MESSAGES/libgda-2.mo -share/locale/ja/LC_MESSAGES/libgda-2.mo -share/locale/ko/LC_MESSAGES/libgda-2.mo -share/locale/ms/LC_MESSAGES/libgda-2.mo -share/locale/nl/LC_MESSAGES/libgda-2.mo -share/locale/no/LC_MESSAGES/libgda-2.mo -share/locale/pl/LC_MESSAGES/libgda-2.mo -share/locale/pt/LC_MESSAGES/libgda-2.mo -share/locale/pt_BR/LC_MESSAGES/libgda-2.mo -share/locale/ru/LC_MESSAGES/libgda-2.mo -share/locale/sk/LC_MESSAGES/libgda-2.mo -share/locale/sl/LC_MESSAGES/libgda-2.mo -share/locale/sv/LC_MESSAGES/libgda-2.mo -share/locale/tr/LC_MESSAGES/libgda-2.mo -share/locale/uk/LC_MESSAGES/libgda-2.mo -share/locale/vi/LC_MESSAGES/libgda-2.mo -share/locale/zh_CN/LC_MESSAGES/libgda-2.mo -@dirrm share/gnome/omf/libgda -@dirrm share/gnome/libgda/dtd -@dirrm share/gnome/libgda -@dirrm lib/libgda/providers -@dirrm lib/libgda -@dirrm include/libgda/sql -@dirrm include/libgda -@dirrm include/libgda-report -@dirrm etc/libgda |