b8f5 FreshPorts -- databases/dbconnect
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
dbconnect 0.3.5_4 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 04:51:30
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. devel/autoconf
Required Libraries:
  1. databases/mysql41-client
There are no ports dependent upon this port

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_4:
     MYSQL=on (default) "With MySQL driver"
     PGSQL=off (default) "With PostgreSQL driver"
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://freefr.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  3. http://heanet.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  4. http://internode.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  5. http://iweb.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  6. http://jaist.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  7. http://kent.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  8. http://nchc.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  9. http://ncu.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  10. http://osdn.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  11. http://softlayer.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  12. http://sunet.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  13. http://surfnet.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  14. http://switch.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  15. http://transact.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  16. http://ufpr.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  17. http://voxel.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/
  18. http://waix.dl.sourceforge.net/project/dbconnect/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%200.3.5/

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 Mar 2013 17:43:46
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert to new options framework left unconverted ports in databases category
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.3.5_4
miwi search for other commits by this committer
- Get Rid MD5 support
19 Mar 2011 13:15:34
Original commit files touched by this commit  0.3.5_4
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.3.5_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  0.3.5_3
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  0.3.5_3
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
01 Feb 2010 14:17:27
Original commit files touched by this commit  0.3.5_2
sem search for other commits by this committer
- Fix configure for new autoconf tools

Asked by:       garga
22 Aug 2009 00:18:43
Original commit files touched by this commit  0.3.5_1
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.3.5_1
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)
20 Aug 2008 00:57:32
Original commit files touched by this commit  0.3.5_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
19 Apr 2008 17: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 04: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 03: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 08: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 12: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 19: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 17: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 12: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 08: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: 30

2869
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24537
Broken 218
Deprecated 474
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days30
new fortnight63
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0