diff options
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 37 | ||||
-rw-r--r-- | databases/libgda3/distinfo | 1 | ||||
-rw-r--r-- | databases/libgda3/files/patch-aa | 14 | ||||
-rw-r--r-- | databases/libgda3/files/patch-configure | 14 | ||||
-rw-r--r-- | databases/libgda3/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | databases/libgda3/files/patch-po::Makefile.in.in | 7 | ||||
-rw-r--r-- | databases/libgda3/files/patch-providers::gda-default-server::Makefile.in | 7 | ||||
-rw-r--r-- | databases/libgda3/files/patch-providers::gda-default-server::sqlite::Makefile.in | 7 | ||||
-rw-r--r-- | databases/libgda3/files/patch-providers::gda-default-server::sqlite::tool::lemon.c | 14 | ||||
-rw-r--r-- | databases/libgda3/files/patch-tools::gda-buildserver.in | 14 | ||||
-rw-r--r-- | databases/libgda3/files/patch-tools::templates::Makefile.in | 14 | ||||
-rw-r--r-- | databases/libgda3/pkg-comment | 1 | ||||
-rw-r--r-- | databases/libgda3/pkg-descr | 19 | ||||
-rw-r--r-- | databases/libgda3/pkg-plist | 155 |
14 files changed, 0 insertions, 322 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index 149904e8b975..000000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: libgda -# Date created: 8th March 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgda -PORTVERSION= 0.2.90 -PORTREVISION= 4 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-db - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - bonobo.2:${PORTSDIR}/devel/bonobo - -USE_X_PREFIX= yes -USE_GNOMECTRL= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|share/idl|share/gnome/idl|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index 539c48fb099a..000000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libgda-0.2.90.tar.gz) = d968e062868656e2c55b354eb8bb2d0a diff --git a/databases/libgda3/files/patch-aa b/databases/libgda3/files/patch-aa deleted file mode 100644 index 041e76617dad..000000000000 --- a/databases/libgda3/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Tue Aug 14 10:29:18 2001 -+++ Makefile.in Tue Aug 14 10:41:04 2001 -@@ -146,7 +146,7 @@ - XML_I18N_UPDATE = @XML_I18N_UPDATE@ - XML_LIBS = @XML_LIBS@ - --SUBDIRS = po intl macros idl lib bindings providers tools testing doc -+SUBDIRS = po intl macros idl lib bindings providers tools doc - - - EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index 9b06f29c68d6..000000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/08/06 08:32:35 1.1 -+++ configure 2001/08/06 08:32:59 -@@ -8896,7 +8896,7 @@ - - - --GDA_oafdir=`oaf-config --prefix`/share/oaf -+GDA_oafdir="${prefix}/share/gnome/oaf" - - - diff --git a/databases/libgda3/files/patch-ltmain.sh b/databases/libgda3/files/patch-ltmain.sh deleted file mode 100644 index e8182f3e6d81..000000000000 --- a/databases/libgda3/files/patch-ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/20 07:26:57 1.1 -+++ ltmain.sh 2001/08/20 07:27:31 -@@ -4673,10 +4673,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/libgda3/files/patch-po::Makefile.in.in b/databases/libgda3/files/patch-po::Makefile.in.in deleted file mode 100644 index 3f425ffda3af..000000000000 --- a/databases/libgda3/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,7 +0,0 @@ ---- po/Makefile.in.in.orig Wed Jun 13 15:55:50 2001 -+++ po/Makefile.in.in Tue Jun 19 01:14:13 2001 -@@ -25,3 +25,3 @@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po diff --git a/databases/libgda3/files/patch-providers::gda-default-server::Makefile.in b/databases/libgda3/files/patch-providers::gda-default-server::Makefile.in deleted file mode 100644 index 10a773128884..000000000000 --- a/databases/libgda3/files/patch-providers::gda-default-server::Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- providers/gda-default-server/Makefile.in.orig Fri Jun 15 15:17:33 2001 -+++ providers/gda-default-server/Makefile.in Tue Jun 19 00:44:20 2001 -@@ -502,3 +502,3 @@ - ../sqlite/configure && \ -- make -+ ${MAKE} - cp build_sqlite/libsqlite.a libsqlite.a diff --git a/databases/libgda3/files/patch-providers::gda-default-server::sqlite::Makefile.in b/databases/libgda3/files/patch-providers::gda-default-server::sqlite::Makefile.in deleted file mode 100644 index d2fd990d2c40..000000000000 --- a/databases/libgda3/files/patch-providers::gda-default-server::sqlite::Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- providers/gda-default-server/sqlite/Makefile.in.orig Fri Apr 27 20:17:17 2001 -+++ providers/gda-default-server/sqlite/Makefile.in Tue Jun 19 00:54:45 2001 -@@ -99,3 +99,3 @@ - $(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \ -- libsqlite.a $(LIBGDBM) $(LIBREADLINE) -+ libsqlite.a $(LIBGDBM) $(LIBREADLINE) -L/usr/local/lib -lgdbm - diff --git a/databases/libgda3/files/patch-providers::gda-default-server::sqlite::tool::lemon.c b/databases/libgda3/files/patch-providers::gda-default-server::sqlite::tool::lemon.c deleted file mode 100644 index 694313e430ae..000000000000 --- a/databases/libgda3/files/patch-providers::gda-default-server::sqlite::tool::lemon.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- providers/gda-default-server/sqlite/tool/lemon.c.orig Fri Aug 3 17:47:37 2001 -+++ providers/gda-default-server/sqlite/tool/lemon.c Mon Aug 6 10:59:21 2001 -@@ -1327,7 +1327,7 @@ - /* - ** Return a pointer to the next structure in the linked list. - */ --#define NEXT(A) (*(char**)(((int)A)+offset)) -+#define NEXT(A) (*(char**)(((long)A)+offset)) - - /* - ** Inputs: diff --git a/databases/libgda3/files/patch-tools::gda-buildserver.in b/databases/libgda3/files/patch-tools::gda-buildserver.in deleted file mode 100644 index fa75e2dcc31f..000000000000 --- a/databases/libgda3/files/patch-tools::gda-buildserver.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/gda-buildserver.in 2001/08/06 08:16:41 1.1 -+++ tools/gda-buildserver.in 2001/08/06 08:16:54 -@@ -7,7 +7,7 @@ - CC=@CC@ - shell=@shell@ - --TEMPLATES_DIR="${prefix}/share/gda/templates" -+TEMPLATES_DIR="${prefix}/share/gnome/gda/templates" - TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c" - TMPL_H_FILES="gda-srv.h" - diff --git a/databases/libgda3/files/patch-tools::templates::Makefile.in b/databases/libgda3/files/patch-tools::templates::Makefile.in deleted file mode 100644 index 2ca62bfb551d..000000000000 --- a/databases/libgda3/files/patch-tools::templates::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools/templates/Makefile.in 2001/08/06 08:15:18 1.1 -+++ tools/templates/Makefile.in 2001/08/06 08:15:53 -@@ -148,7 +148,7 @@ - - EXTRA_DIST = $(TEMPLATE_FILES) - --gdatemplatesdir = $(prefix)/share/gda/templates -+gdatemplatesdir = $(prefix)/share/gnome/gda/templates - gdatemplates_DATA = $(TEMPLATE_FILES) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h 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 46a4bc8df949..000000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,155 +0,0 @@ -bin/gda-buildclient -bin/gda-buildserver -bin/gda-config -bin/gda-default-srv -bin/gda-run -include/gda/GDA.h -include/gda/gda++/gdaBatch.h -include/gda/gda++/gdaCommand.h -include/gda/gda++/gdaConnection.h -include/gda/gda++/gdaError.h -include/gda/gda++/gdaErrorList.h -include/gda/gda++/gdaField.h -include/gda/gda++/gdaIncludes.h -include/gda/gda++/gdaRecordset.h -include/gda/gda++/gdaValue.h -include/gda/gda-batch.h -include/gda/gda-client.h -include/gda/gda-command.h -include/gda/gda-common-defs.h -include/gda/gda-common.h -include/gda/gda-config.h -include/gda/gda-connection-pool.h -include/gda/gda-connection.h -include/gda/gda-corba.h -include/gda/gda-error.h -include/gda/gda-export.h -include/gda/gda-field.h -include/gda/gda-listener.h -include/gda/gda-log.h -include/gda/gda-quark-list.h -include/gda/gda-recordset.h -include/gda/gda-server-command.h -include/gda/gda-server-connection.h -include/gda/gda-server-error.h -include/gda/gda-server-field.h -include/gda/gda-server-recordset.h -include/gda/gda-server.h -include/gda/gda-thread.h -include/gda/gda-util.h -include/gda/gda-value.h -include/gda/gda-xml-atom-item.h -include/gda/gda-xml-bin-item.h -include/gda/gda-xml-database.h -include/gda/gda-xml-document.h -include/gda/gda-xml-item.h -include/gda/gda-xml-list-item.h -include/gda/gda-xml-util.h -lib/libgda-client.a -lib/libgda-client.so -lib/libgda-client.so.0 -lib/libgda-clientcpp.a -lib/libgda-clientcpp.so -lib/libgda-clientcpp.so.0 -lib/libgda-common.a -lib/libgda-common.so -lib/libgda-common.so.0 -lib/libgda-server.a -lib/libgda-server.so -lib/libgda-server.so.0 -share/gnome/gda/templates/gda-srv-command.c.tmpl -share/gnome/gda/templates/gda-srv-connection.c.tmpl -share/gnome/gda/templates/gda-srv-recordset.c.tmpl -share/gnome/gda/templates/gda-srv.h.tmpl -share/gnome/gda/templates/main-srv.c.tmpl -share/gnome/help/libgda/C/architecture.html -share/gnome/help/libgda/C/clients-building-corba.html -share/gnome/help/libgda/C/clients-building.html -share/gnome/help/libgda/C/clients.html -share/gnome/help/libgda/C/docbook.css -share/gnome/help/libgda/C/fdl-section1.html -share/gnome/help/libgda/C/fdl-section10.html -share/gnome/help/libgda/C/fdl-section2.html -share/gnome/help/libgda/C/fdl-section3.html -share/gnome/help/libgda/C/fdl-section4.html -share/gnome/help/libgda/C/fdl-section5.html -share/gnome/help/libgda/C/fdl-section6.html -share/gnome/help/libgda/C/fdl-section7.html -share/gnome/help/libgda/C/fdl-section8.html -share/gnome/help/libgda/C/fdl-section9.html -share/gnome/help/libgda/C/fdl-using.html -share/gnome/help/libgda/C/fdl.html -share/gnome/help/libgda/C/gda-client-batch.html -share/gnome/help/libgda/C/gda-client-meta.html -share/gnome/help/libgda/C/gda-client-objects.html -share/gnome/help/libgda/C/gda-client-types.html -share/gnome/help/libgda/C/gda-client.html -share/gnome/help/libgda/C/gda-common-logs.html -share/gnome/help/libgda/C/gda-common-xml-databases.html -share/gnome/help/libgda/C/gda-common-xml-queries.html -share/gnome/help/libgda/C/gda-common.html -share/gnome/help/libgda/C/index.html -share/gnome/help/libgda/C/installation-configuring.html -share/gnome/help/libgda/C/installation-installing.html -share/gnome/help/libgda/C/installation.html -share/gnome/help/libgda/C/introduction.html -share/gnome/help/libgda/C/libgda.html -share/gnome/help/libgda/C/ln40.html -share/gnome/help/libgda/C/providers-actual-implementation.html -share/gnome/help/libgda/C/providers-examples.html -share/gnome/help/libgda/C/providers-implementation.html -share/gnome/help/libgda/C/providers.html -share/gnome/help/libgda/C/reports.html -share/gnome/help/libgda/C/topic.dat -share/gnome/help/libgda/es/topic.dat -share/gnome/help/libgda/pt_BR/topic.dat -share/gnome/html/libgda-client-sections.txt -share/gnome/html/libgda-client.args -share/gnome/html/libgda-client.hierarchy -share/gnome/html/libgda-client.types -share/gnome/html/libgda-common-sections.txt -share/gnome/html/libgda-common.args -share/gnome/html/libgda-common.hierarchy -share/gnome/html/libgda-common.types -share/gnome/idl/GDA.idl -share/gnome/idl/GDA_Command.idl -share/gnome/idl/GDA_Connection.idl -share/gnome/idl/GDA_Error.idl -share/gnome/idl/GDA_Field.idl -share/gnome/idl/GDA_Listener.idl -share/gnome/idl/GDA_Parameter.idl -share/gnome/idl/GDA_Recordset.idl -share/gnome/oaf/GNOME_GDA_Provider_Default.oaf -share/locale/ca/LC_MESSAGES/libgda.mo -share/locale/da/LC_MESSAGES/libgda.mo -share/locale/de/LC_MESSAGES/libgda.mo -share/locale/el/LC_MESSAGES/libgda.mo -share/locale/es/LC_MESSAGES/libgda.mo -share/locale/fi/LC_MESSAGES/libgda.mo -share/locale/fr/LC_MESSAGES/libgda.mo -share/locale/ga/LC_MESSAGES/libgda.mo -share/locale/gl/LC_MESSAGES/libgda.mo -share/locale/hu/LC_MESSAGES/libgda.mo -share/locale/it/LC_MESSAGES/libgda.mo -share/locale/ja/LC_MESSAGES/libgda.mo -share/locale/nl/LC_MESSAGES/libgda.mo -share/locale/nn/LC_MESSAGES/libgda.mo -share/locale/no/LC_MESSAGES/libgda.mo -share/locale/pl/LC_MESSAGES/libgda.mo -share/locale/pt_BR/LC_MESSAGES/libgda.mo -share/locale/ru/LC_MESSAGES/libgda.mo -share/locale/sk/LC_MESSAGES/libgda.mo -share/locale/sl/LC_MESSAGES/libgda.mo -share/locale/sv/LC_MESSAGES/libgda.mo -share/locale/uk/LC_MESSAGES/libgda.mo -@dirrm share/gnome/help/libgda/pt_BR/images -@dirrm share/gnome/help/libgda/pt_BR -@dirrm share/gnome/help/libgda/es/images -@dirrm share/gnome/help/libgda/es -@dirrm share/gnome/help/libgda/C/images -@dirrm share/gnome/help/libgda/C -@dirrm share/gnome/help/libgda -@dirrm share/gnome/gda/templates -@dirrm share/gnome/gda -@dirrm include/gda/gda++ -@dirrm include/gda |