FreshPorts -- The Place For Ports Thu, 18 Mar 2010 3:19 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
gnome-db 0.2.96_12 databases on this many watch lists=2 search for ports that depend on this port
Provide uniform access to data sources for the GNOME environment
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 28 May 2006 05:10:30
Also Listed In: gnome


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool22, devel/pkg-config
Required To Run: misc/gnomehier, devel/pkg-config
Required Libraries: devel/gettext, audio/esound, devel/bonobo, devel/gconf, graphics/gdk-pixbuf, devel/glib12, graphics/gnomecanvas, x11/gnome-libs, print/gnome-print, x11-toolkits/gtk12, databases/libgda, textproc/libxml, graphics/imlib, devel/oaf, devel/ORBit

To install the port: cd /usr/ports/databases/gnome-db/ && make install clean
To add the package: pkg_add -r gnome-db


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/gnome-db/0.2/
ftp://ftp.no.gnome.org/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.dit.upm.es/linux/gnome/sources/gnome-db/0.2/
http://ftp.acc.umu.se/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/gnome-db/0.2/
http://ftp.unina.it/pub/linux/GNOME/sources/gnome-db/0.2/
http://fr2.rpmfind.net/linux/gnome.org/sources/gnome-db/0.2/
http://www.gtlib.cc.gatech.edu/pub/gnome/sources/gnome-db/0.2/
ftp://ftp.dti.ad.jp/pub/X/gnome/sources/gnome-db/0.2/
http://linorg.usp.br/gnome/sources/gnome-db/0.2/
http://mirror.aarnet.edu.au/pub/GNOME/sources/gnome-db/0.2/
http://ring.nict.go.jp/archives/X/gnome/sources/gnome-db/0.2/
http://ring.k-opti.com/archives/X/gnome/sources/gnome-db/0.2/
http://ring.riken.jp/archives/X/gnome/sources/gnome-db/0.2/
ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/gnome-db/0.2/
http://ftp.gnome.org/pub/GNOME/sources/gnome-db/0.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome/
Port Moves
  • port moved here from databases/gnomedb on 2006-05-27
    REASON: Renamed to use real vendor package name

Number of commits found: 13

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.2.96_12
dinoex search for other commits by this committer
- update to jpeg-8
02 Aug 2009 20:36:34
Original commit files touched by this commit  0.2.96_11
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
31 Jul 2009 14:57:52
Original commit files touched by this commit  0.2.96_11
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
02 Feb 2009 01:36:16
Original commit files touched by this commit  0.2.96_10
araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.2.96_10
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 14:17:10
Original commit files touched by this commit  0.2.96_10
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.2.96_9
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
25 Oct 2007 00:37:25
Original commit files touched by this commit  0.2.96_8
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 May 2007 21:32:57
Original commit files touched by this commit  0.2.96_7
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
02 Mar 2007 18:59:29
Original commit files touched by this commit  0.2.96_6
mezz search for other commits by this committer
Fix the build with objformat removal on -CURRENT.

PR:             ports/109754, ports/109755
Submitted by:   rafan
14 Oct 2006 09:54:54
Original commit files touched by this commit  0.2.96_6
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
04 Jun 2006 22:17:26
Original commit files touched by this commit  0.2.96_5
mezz search for other commits by this committer
Fix the plist, bump the PORTREVISION.

Reported by:    krismail
28 May 2006 05:06:27
Original commit files touched by this commit  0.2.96_4
mezz search for other commits by this committer
Change the PORTNAME:

        gnomemag -> gnome-mag
        gnomespeech -> gnome-speech
        fileroller -> file-roller
        gnomeaudio -> gnome-audio
        gnomemedia2 -> gnome-media
        gnomedb -> gnome-db
        gnomeblog -> gnome-blog
        gnomepim -> gnome-pim
        gnomeutils2 -> gnome-utils
        bugbuddy -> bug-buddy
        gnomebuild -> gnome-build
        gnomecommon -> gnome-common
        gnomecrash -> gnome-crash

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21406
Broken 172
Deprecated 45
Ignore 896
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 2
new 48 hours4
new 7 days19
new fortnight49
new month96

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.299 seconds.