FreshPorts -- The Place For Ports Sat, 17 May 2008 5:26 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dbconnect 0.3.5_1 databases on this many watch lists=2 search for ports that depend on this port
Use C++ object API to allow applications to connect to databases
Maintained by: sem@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jul 2001 05:51:30


DBConnect (Database Connect) API is an easy to use C++ object API to allow
applications to connect to databases. Your DB applications can now become
cross platform and cross databased. 

The API currently implements MySQL, Oracle8 and PostGreSQL drivers in the
Unix environments and MySQL, Oracle8 and ODBC in the Windows environment. 

WWW: http://dbconnect.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/autoconf261
Required Libraries: databases/mysql50-client

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


Configuration Options
===> The following configuration options are available for dbconnect-0.3.5_1:
     MYSQL=on (default) "With MySQL driver"
     PGSQL=off (default) "With PostgreSQL driver"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/dbconnect/
http://nchc.dl.sourceforge.net/sourceforge/dbconnect/
http://kent.dl.sourceforge.net/sourceforge/dbconnect/
http://easynews.dl.sourceforge.net/sourceforge/dbconnect/
http://ufpr.dl.sourceforge.net/sourceforge/dbconnect/
http://umn.dl.sourceforge.net/sourceforge/dbconnect/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-04-03
    Affects: users of databases/db*
    Author: swhetzel@gmail.com
    Reason: 
      Most of the ports that depend on Berkeley DB have been updated to use
      Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
      Berkeley DB, and SQLite in a port.
    
      The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
      db* library name and location of the include and library directories of the
      requested version.
    
      To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
      or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
      or 44).
    
      When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
      port will use the oldest installed version of Berkeley DB. For example if
      both db41 and db43 are installed, the port would end up compiling with db41.
      If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
      db* instead. If no Berkeley DB is installed then the port will default to the
      version specified or the default Berkeley DB version (currently db41).
    
      NOTE: If a port was using a different variable to select Berkeley DB or a
      version, you will get an IGNORE message when you build the port. This
      message will tell you what you need to do.
    
      Port Maintainers please review the comments in Mk/bsd.database.mk on what
      variables are available for you use in your own ports.
    
    

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.3.5_1
  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)
30 Sep 2007 05:47:37
Original commit files touched by this commit  0.3.5_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
28 Jan 2007 14:47:30
Original commit files touched by this commit  0.3.5
sem search for other commits by this committer
- Fix build with gcc 4.1

Reported by:    kris mail
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.3.5
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
11 Nov 2005 07:36:56
Original commit files touched by this commit  0.3.5
sem search for other commits by this committer
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.3.5
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.3.5
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
01 Mar 2005 07:23:07
Original commit files touched by this commit  0.3.5
sem search for other commits by this committer
- Update to 0.3.5
  * Added transactional support for MySQL 4 INNODB tables.
- Patternize pkg-plist for easy updating.
31 Jan 2005 00:35:56
Original commit files touched by this commit  0.3.4
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
09 Aug 2004 13:01:33
Original commit files touched by this commit  0.3.4
sem search for other commits by this committer
fix build with gcc 3.4
07 Jul 2004 20:20:02
Original commit files touched by this commit  0.3.4
sem search for other commits by this committer
Change email address for my ports.

Approved by:    krion (mentor)
01 Jul 2004 18:06:41
Original commit files touched by this commit  0.3.4
ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
07 Mar 2004 09:05:13
Original commit files touched by this commit  0.3.4
krion search for other commits by this committer
- Update to 0.3.4
- Utilize OPTIONS
- Assign maintainership to submitter

PR:             ports/63821
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.2.4
trevor search for other commits by this committer
SIZEify.
21 Nov 2003 14:51:01
Original commit files touched by this commit  0.2.4
arved search for other commits by this committer
Add -fPIC to fix build on amd64
28 Aug 2003 13:57:52
Original commit files touched by this commit  0.2.4
edwin search for other commits by this committer
[orphaned ports]: use USE_MYSQL for various orphaned ports.

        Make these ports use USE_MYSQL:
            * databases/dbconnect
            * net/netsaint
            * www/mod_mp3
            * www/mod_mylo
            * www/phpnuke
            * www/postnuke
            * www/udmsearch
            * mail/courier

PR:             ports/56029
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
20 Feb 2003 17:00:26
Original commit files touched by this commit  0.2.4
knu search for other commits by this committer
De-pkg-comment.
02 Jan 2003 04:00:22
Original commit files touched by this commit  0.2.4
ijliao search for other commits by this committer
upgrade to 0.2.4

PR:             44958
Submitted by:   Ports Fury
07 Nov 2002 03:10:58
Original commit files touched by this commit  0.2.0
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
23 Jul 2001 09:51:30
files touched by this commit
ijliao search for other commits by this committer
add dbconnect   Use C++ object API to allow applications to connect to databases
   

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

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.393 seconds.