Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-20 | buildlink1 -> buildlink2 | jlam | 1 | -5/+6 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -1/+1 | |
buildlink2.mk files back into the main trunk. | |||||
2002-08-01 | Convert to use pthread.buildlink.mk. | jlam | 1 | -4/+8 | |
2001-12-04 | Remove unused variables now that we use PKGREVISION. | jlam | 1 | -5/+1 | |
2001-11-26 | Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. | jlam | 1 | -2/+2 | |
2001-11-19 | Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in | jlam | 1 | -2/+2 | |
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d. | |||||
2001-11-07 | Workaround differences in "make" behaviour between 1.5.2 and -current. | jlam | 1 | -1/+2 | |
These packages use GNU-automake-generated Makefiles, so we can pass our ${MAKE_FLAGS} in through AM_MAKEFLAGS. | |||||
2001-11-06 | databases/unixodbc - ODBC 2.x/3.x driver manager | jlam | 1 | -0/+65 | |
The unixODBC project provides UNIX applications with the same ODBC 3.51 API and facilities available under MS Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a collection of ODBC drivers including a simple text-based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP. |