aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda2
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile38
-rw-r--r--databases/libgda2/distinfo1
-rw-r--r--databases/libgda2/files/patch-aa14
-rw-r--r--databases/libgda2/files/patch-ltmain.sh28
-rw-r--r--databases/libgda2/files/patch-po::Makefile.in.in7
-rw-r--r--databases/libgda2/files/patch-tools::gda-buildserver.in14
-rw-r--r--databases/libgda2/files/patch-tools::templates::Makefile.in14
-rw-r--r--databases/libgda2/pkg-comment1
-rw-r--r--databases/libgda2/pkg-descr19
-rw-r--r--databases/libgda2/pkg-plist124
10 files changed, 0 insertions, 260 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
deleted file mode 100644
index 2977844ddfbe..000000000000
--- a/databases/libgda2/Makefile
+++ /dev/null
@@ -1,38 +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.93
-PORTREVISION= 2
-CATEGORIES= databases gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
-
-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}
-PLIST_SUB= VERSION=${PORTVERSION}
-
-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/libgda2/distinfo b/databases/libgda2/distinfo
deleted file mode 100644
index 3a656b9703f5..000000000000
--- a/databases/libgda2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258
diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa
deleted file mode 100644
index 8f9cc8fb43a8..000000000000
--- a/databases/libgda2/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Wed Nov 21 10:29:52 2001
-+++ Makefile.in Wed Nov 21 10:30:19 2001
-@@ -158,7 +158,7 @@
- YACC = @YACC@
- l = @l@
-
--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/libgda2/files/patch-ltmain.sh b/databases/libgda2/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/databases/libgda2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/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/libgda2/files/patch-po::Makefile.in.in b/databases/libgda2/files/patch-po::Makefile.in.in
deleted file mode 100644
index 3f425ffda3af..000000000000
--- a/databases/libgda2/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/libgda2/files/patch-tools::gda-buildserver.in b/databases/libgda2/files/patch-tools::gda-buildserver.in
deleted file mode 100644
index fa75e2dcc31f..000000000000
--- a/databases/libgda2/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/libgda2/files/patch-tools::templates::Makefile.in b/databases/libgda2/files/patch-tools::templates::Makefile.in
deleted file mode 100644
index 2ca62bfb551d..000000000000
--- a/databases/libgda2/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/libgda2/pkg-comment b/databases/libgda2/pkg-comment
deleted file mode 100644
index be18a121d7f0..000000000000
--- a/databases/libgda2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Provides uniform access to different kinds of data sources
diff --git a/databases/libgda2/pkg-descr b/databases/libgda2/pkg-descr
deleted file mode 100644
index 12eb57b5ed9b..000000000000
--- a/databases/libgda2/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/libgda2/pkg-plist b/databases/libgda2/pkg-plist
deleted file mode 100644
index 6d254614be78..000000000000
--- a/databases/libgda2/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-bin/gda-buildclient
-bin/gda-buildserver
-bin/gda-config
-bin/gda-default-srv
-bin/gda-run
-include/libgda-%%VERSION%%/gda++/gdaBatch.h
-include/libgda-%%VERSION%%/gda++/gdaCommand.h
-include/libgda-%%VERSION%%/gda++/gdaConnection.h
-include/libgda-%%VERSION%%/gda++/gdaError.h
-include/libgda-%%VERSION%%/gda++/gdaErrorList.h
-include/libgda-%%VERSION%%/gda++/gdaField.h
-include/libgda-%%VERSION%%/gda++/gdaHelpers.h
-include/libgda-%%VERSION%%/gda++/gdaIncludes.h
-include/libgda-%%VERSION%%/gda++/gdaRecordset.h
-include/libgda-%%VERSION%%/gda++/gdaValue.h
-include/libgda-%%VERSION%%/gda/GDA.h
-include/libgda-%%VERSION%%/gda/gda-batch.h
-include/libgda-%%VERSION%%/gda/gda-client.h
-include/libgda-%%VERSION%%/gda/gda-command.h
-include/libgda-%%VERSION%%/gda/gda-common-defs.h
-include/libgda-%%VERSION%%/gda/gda-common.h
-include/libgda-%%VERSION%%/gda/gda-config.h
-include/libgda-%%VERSION%%/gda/gda-connection-pool.h
-include/libgda-%%VERSION%%/gda/gda-connection.h
-include/libgda-%%VERSION%%/gda/gda-corba.h
-include/libgda-%%VERSION%%/gda/gda-error.h
-include/libgda-%%VERSION%%/gda/gda-export.h
-include/libgda-%%VERSION%%/gda/gda-field.h
-include/libgda-%%VERSION%%/gda/gda-listener.h
-include/libgda-%%VERSION%%/gda/gda-log.h
-include/libgda-%%VERSION%%/gda/gda-quark-list.h
-include/libgda-%%VERSION%%/gda/gda-recordset.h
-include/libgda-%%VERSION%%/gda/gda-server-command.h
-include/libgda-%%VERSION%%/gda/gda-server-connection.h
-include/libgda-%%VERSION%%/gda/gda-server-error.h
-include/libgda-%%VERSION%%/gda/gda-server-field.h
-include/libgda-%%VERSION%%/gda/gda-server-recordset.h
-include/libgda-%%VERSION%%/gda/gda-server.h
-include/libgda-%%VERSION%%/gda/gda-thread.h
-include/libgda-%%VERSION%%/gda/gda-util.h
-include/libgda-%%VERSION%%/gda/gda-value.h
-include/libgda-%%VERSION%%/gda/gda-xml-atom-item.h
-include/libgda-%%VERSION%%/gda/gda-xml-bin-item.h
-include/libgda-%%VERSION%%/gda/gda-xml-database.h
-include/libgda-%%VERSION%%/gda/gda-xml-document.h
-include/libgda-%%VERSION%%/gda/gda-xml-item.h
-include/libgda-%%VERSION%%/gda/gda-xml-list-item.h
-include/libgda-%%VERSION%%/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/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/gnome/omf/libgda/libgda-C.omf
-share/gnome/omf/libgda/libgda-es.omf
-share/gnome/omf/libgda/libgda-pt_BR.omf
-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/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/omf/libgda
-@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/libgda-%%VERSION%%/gda++
-@dirrm include/libgda-%%VERSION%%/gda
-@dirrm include/libgda-%%VERSION%%