diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 05:35:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 05:35:28 +0800 |
commit | 12cda1cd0884a5e4f865ca472c786b8881101e8f (patch) | |
tree | a7966c1c9e29c447950fae97b66bf3629bc1d2ae /databases | |
parent | cd38148cbe011343f6f1787de6930531e5fde9ec (diff) | |
download | marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar.gz marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar.bz2 marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar.lz marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar.xz marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.tar.zst marcuscom-ports-12cda1cd0884a5e4f865ca472c786b8881101e8f.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnome-db/Makefile | 36 | ||||
-rw-r--r-- | databases/gnome-db/distinfo | 3 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-components::Makefile.in | 14 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-configure | 22 | ||||
-rw-r--r-- | databases/gnome-db/files/patch-doc::C::reference::Makefile.in | 14 | ||||
-rw-r--r-- | databases/gnome-db/pkg-descr | 8 | ||||
-rw-r--r-- | databases/gnome-db/pkg-plist | 205 |
7 files changed, 302 insertions, 0 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile new file mode 100644 index 000000000..50c19c6d7 --- /dev/null +++ b/databases/gnome-db/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomedb +# Date created: 19th June 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/databases/gnome-db/Makefile,v 1.2 2006/09/10 00:51:05 mezz Exp $ +# + +PORTNAME= gnome-db +PORTVERSION= 0.2.96 +PORTREVISION= 7 +CATEGORIES= databases gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-db/0.2 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provide uniform access to data sources for the GNOME environment + +USE_BZIP2= yes +USE_XLIB= yes +USE_GNOME= gnomehack gnomeprefix gnomehier libgda +USE_GMAKE= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +PLIST_SUB= VERSION=${PORTVERSION} + +DOCSDIR= ${PREFIX}/share/doc/gnomedb + +.include <bsd.port.mk> diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo new file mode 100644 index 000000000..5e15f21fa --- /dev/null +++ b/databases/gnome-db/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome/gnome-db-0.2.96.tar.bz2) = 718d3761ef96f83c02d34c16627d8579 +SHA256 (gnome/gnome-db-0.2.96.tar.bz2) = cc86c0a3ae8049b1f1c3e644b0c8cd8c2a1a2ef2bd26dbd56ec595e239acbc06 +SIZE (gnome/gnome-db-0.2.96.tar.bz2) = 676247 diff --git a/databases/gnome-db/files/patch-components::Makefile.in b/databases/gnome-db/files/patch-components::Makefile.in new file mode 100644 index 000000000..fc4bc3d84 --- /dev/null +++ b/databases/gnome-db/files/patch-components::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/databases/gnome-db/files/patch-components::Makefile.in,v 1.2 2006/10/14 08:52:37 marcus Exp $ + +--- components/Makefile.in 2002/01/22 13:14:51 1.1 ++++ components/Makefile.in 2002/01/22 13:15:50 +@@ -177,7 +177,7 @@ + + libdatabase_moniker_la_SOURCES = gnomedb-monikers-database.c gnomedb-monikers.h + +-libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) ++libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -module -avoid-version + + + oafdir = $(datadir)/oaf diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure new file mode 100644 index 000000000..2ba93c2b0 --- /dev/null +++ b/databases/gnome-db/files/patch-configure @@ -0,0 +1,22 @@ + +$FreeBSD: ports/databases/gnome-db/files/patch-configure,v 1.10 2006/10/14 08:52:37 marcus Exp $ + +--- configure.orig Mon Apr 15 15:30:28 2002 ++++ configure Wed May 1 11:51:50 2002 +@@ -5905,6 +5905,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' +@@ -8876,7 +8877,7 @@ + PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` + PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` + PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` +- PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` ++ PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` + + + diff --git a/databases/gnome-db/files/patch-doc::C::reference::Makefile.in b/databases/gnome-db/files/patch-doc::C::reference::Makefile.in new file mode 100644 index 000000000..93af4555d --- /dev/null +++ b/databases/gnome-db/files/patch-doc::C::reference::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/databases/gnome-db/files/patch-doc::C::reference::Makefile.in,v 1.2 2006/10/14 08:52:37 marcus Exp $ + +--- doc/C/reference/Makefile.in 2002/05/01 08:49:53 1.1 ++++ doc/C/reference/Makefile.in 2002/05/01 08:50:40 +@@ -174,7 +174,7 @@ + + + DOC_MAIN_SGML_FILE = libgnomedb-reference.sgml +-DOC_DIR = $(datadir)/gnome/html ++DOC_DIR = $(prefix)/share/doc/gnomedb + TARGET_DIR = $(DOC_DIR)/libgnomedb-reference + + DOC_DIR_INSTALL_FILES = libgnomedb.args libgnomedb.hierarchy libgnomedb.signals libgnomedb.types libgnomedb-decl.txt libgnomedb-sections.txt diff --git a/databases/gnome-db/pkg-descr b/databases/gnome-db/pkg-descr new file mode 100644 index 000000000..ff86e957f --- /dev/null +++ b/databases/gnome-db/pkg-descr @@ -0,0 +1,8 @@ +gnome-db can be considered as an extension of the libgda project. + +Its aims are the same: to provide universal data source access for +client applications, as well as development tools and libraries +for doing so. gnome-db; is an extension to libgda; because it adds +support to the architecture for the GNOME project. + +WWW: http://www.gnome-db.org/ diff --git a/databases/gnome-db/pkg-plist b/databases/gnome-db/pkg-plist new file mode 100644 index 000000000..8e0d5b557 --- /dev/null +++ b/databases/gnome-db/pkg-plist @@ -0,0 +1,205 @@ +bin/gnomedb-builder +bin/gnomedb-components +bin/gnomedb-config +bin/gnomedb-fe +bin/gnomedb-mgr +include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h +include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h +lib/bonobo/monikers/libdatabase_moniker.a +lib/bonobo/monikers/libdatabase_moniker.la +lib/bonobo/monikers/libdatabase_moniker.so +lib/libgnomedb.a +lib/libgnomedb.la +lib/libgnomedb.so +lib/libgnomedb.so.0 +%%DOCSDIR%%/libgnomedb-decl.txt +%%DOCSDIR%%/libgnomedb-sections.txt +%%DOCSDIR%%/libgnomedb.args +%%DOCSDIR%%/libgnomedb.hierarchy +%%DOCSDIR%%/libgnomedb.types +share/gnome/apps/Applications/gnomedb-fe.desktop +share/gnome/help/gnome-db/C/comlib.html +share/gnome/help/gnome-db/C/components.html +share/gnome/help/gnome-db/C/fdl-appendix.sgml +share/gnome/help/gnome-db/C/fdl-section1.html +share/gnome/help/gnome-db/C/fdl-section10.html +share/gnome/help/gnome-db/C/fdl-section2.html +share/gnome/help/gnome-db/C/fdl-section3.html +share/gnome/help/gnome-db/C/fdl-section4.html +share/gnome/help/gnome-db/C/fdl-section5.html +share/gnome/help/gnome-db/C/fdl-section6.html +share/gnome/help/gnome-db/C/fdl-section7.html +share/gnome/help/gnome-db/C/fdl-section8.html +share/gnome/help/gnome-db/C/fdl-section9.html +share/gnome/help/gnome-db/C/fdl-using.html +share/gnome/help/gnome-db/C/fdl.html +share/gnome/help/gnome-db/C/fe.html +share/gnome/help/gnome-db/C/gnome-db.sgml +share/gnome/help/gnome-db/C/index.html +share/gnome/help/gnome-db/C/introduction.html +share/gnome/help/gnome-db/C/manager-config-components.html +share/gnome/help/gnome-db/C/manager.html +share/gnome/help/gnome-db/C/topic.dat +share/gnome/help/gnome-db/C/widgetlib-overview.html +share/gnome/help/gnome-db/C/widgetlib.html +share/gnome/help/gnome-db/es/comlib.html +share/gnome/help/gnome-db/es/components.html +share/gnome/help/gnome-db/es/fe.html +share/gnome/help/gnome-db/es/gnome-db.html +share/gnome/help/gnome-db/es/gnome-db.sgml +share/gnome/help/gnome-db/es/index.html +share/gnome/help/gnome-db/es/introduction.html +share/gnome/help/gnome-db/es/manager-config-components.html +share/gnome/help/gnome-db/es/manager.html +share/gnome/help/gnome-db/es/topic.dat +share/gnome/help/gnome-db/es/widgetlib-overview.html +share/gnome/help/gnome-db/es/widgetlib.html +share/gnome/help/gnome-db/it/comlib.html +share/gnome/help/gnome-db/it/components.html +share/gnome/help/gnome-db/it/fdl-appendix.sgml +share/gnome/help/gnome-db/it/fdl-section1.html +share/gnome/help/gnome-db/it/fdl-section10.html +share/gnome/help/gnome-db/it/fdl-section2.html +share/gnome/help/gnome-db/it/fdl-section3.html +share/gnome/help/gnome-db/it/fdl-section4.html +share/gnome/help/gnome-db/it/fdl-section5.html +share/gnome/help/gnome-db/it/fdl-section6.html +share/gnome/help/gnome-db/it/fdl-section7.html +share/gnome/help/gnome-db/it/fdl-section8.html +share/gnome/help/gnome-db/it/fdl-section9.html +share/gnome/help/gnome-db/it/fdl-using.html +share/gnome/help/gnome-db/it/fdl.html +share/gnome/help/gnome-db/it/fe.html +share/gnome/help/gnome-db/it/gnome-db.sgml +share/gnome/help/gnome-db/it/index.html +share/gnome/help/gnome-db/it/introduction.html +share/gnome/help/gnome-db/it/manager-config-components.html +share/gnome/help/gnome-db/it/manager.html +share/gnome/help/gnome-db/it/topic.dat +share/gnome/help/gnome-db/it/widgetlib-overview.html +share/gnome/help/gnome-db/it/widgetlib.html +share/gnome/help/gnome-db/pt_BR/comlib.html +share/gnome/help/gnome-db/pt_BR/components.html +share/gnome/help/gnome-db/pt_BR/fe.html +share/gnome/help/gnome-db/pt_BR/gnome-db.sgml +share/gnome/help/gnome-db/pt_BR/index.html +share/gnome/help/gnome-db/pt_BR/introduction.html +share/gnome/help/gnome-db/pt_BR/manager-config-components.html +share/gnome/help/gnome-db/pt_BR/manager.html +share/gnome/help/gnome-db/pt_BR/topic.dat +share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html +share/gnome/help/gnome-db/pt_BR/widgetlib.html +share/gnome/ui/gnomedb-com-connection.xml +share/gnome/ui/gnomedb-com-designer.xml +share/gnome/ui/gnomedb-com-log.xml +share/gnome/ui/gnomedb-fe.xml +share/gnome/ui/gnomedb-manager.xml +share/idl/GNOME_Database_UI.idl +share/locale/az/LC_MESSAGES/gnome-db.mo +share/locale/ca/LC_MESSAGES/gnome-db.mo +share/locale/da/LC_MESSAGES/gnome-db.mo +share/locale/de/LC_MESSAGES/gnome-db.mo +share/locale/el/LC_MESSAGES/gnome-db.mo +share/locale/es/LC_MESSAGES/gnome-db.mo +share/locale/fi/LC_MESSAGES/gnome-db.mo +share/locale/fr/LC_MESSAGES/gnome-db.mo +share/locale/ga/LC_MESSAGES/gnome-db.mo +share/locale/gl/LC_MESSAGES/gnome-db.mo +share/locale/hu/LC_MESSAGES/gnome-db.mo +share/locale/it/LC_MESSAGES/gnome-db.mo +share/locale/ja/LC_MESSAGES/gnome-db.mo +share/locale/ko/LC_MESSAGES/gnome-db.mo +share/locale/nl/LC_MESSAGES/gnome-db.mo +share/locale/nn/LC_MESSAGES/gnome-db.mo +share/locale/no/LC_MESSAGES/gnome-db.mo +share/locale/pl/LC_MESSAGES/gnome-db.mo +share/locale/pt/LC_MESSAGES/gnome-db.mo +share/locale/pt_BR/LC_MESSAGES/gnome-db.mo +share/locale/ru/LC_MESSAGES/gnome-db.mo +share/locale/sk/LC_MESSAGES/gnome-db.mo +share/locale/sl/LC_MESSAGES/gnome-db.mo +share/locale/sv/LC_MESSAGES/gnome-db.mo +share/locale/tr/LC_MESSAGES/gnome-db.mo +share/locale/uk/LC_MESSAGES/gnome-db.mo +share/locale/zh_TW/LC_MESSAGES/gnome-db.mo +share/oaf/GNOME_DB_Builder.oaf +share/oaf/GNOME_DB_ComponentFactory.oaf +share/oaf/GNOME_DB_Connection.oaf +share/oaf/GNOME_DB_Designer.oaf +share/oaf/GNOME_DB_Export.oaf +share/oaf/GNOME_DB_Log.oaf +share/oaf/GNOME_DB_Manager.oaf +share/oaf/GNOME_DB_Monikers.oaf +share/omf/gnome-db/gnome-db-C.omf +share/omf/gnome-db/gnome-db-es.omf +share/omf/gnome-db/gnome-db-it.omf +share/omf/gnome-db/gnome-db-pt_BR.omf +share/pixmaps/gnome-db.png +@dirrm share/omf/gnome-db +@dirrm share/gnome/help/gnome-db/pt_BR/images +@dirrm share/gnome/help/gnome-db/pt_BR +@dirrm share/gnome/help/gnome-db/it/images +@dirrm share/gnome/help/gnome-db/it +@dirrm share/gnome/help/gnome-db/es/images +@dirrm share/gnome/help/gnome-db/es +@dirrm share/gnome/help/gnome-db/C/images +@dirrm share/gnome/help/gnome-db/C +@dirrm share/gnome/help/gnome-db +@dirrm %%DOCSDIR%% +@dirrm include/libgnomedb-%%VERSION%%/gnome-db +@dirrm include/libgnomedb-%%VERSION%% +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |