Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix python support. | arved | 2003-11-04 | 3 | -1/+1438 |
| | | | | | | Bump PORTREVISION Reported by: enoal <sreco@xmission.com> | ||||
* | Add PostgreSQL support. Make MySQL support optional, but on by default. | seanc | 2003-11-01 | 2 | -7/+28 |
| | | | | | Specifying WITHOUT_MYSQL removes MySQL support. WITH_POSTGRESQL speaks for itself. Port revision bump. | ||||
* | Remove bogus autoconf dependency | arved | 2003-10-31 | 1 | -3/+3 |
| | | | | | USE_MYSQL Add LDCONFIG_DIRS | ||||
* | Add hk_classes, | arved | 2003-10-31 | 6 | -0/+116 |
C++ library which allows rapid development of database applications. Note: hk_classes works with mysql, postgresql und ODBC, but this port only supports mysql at the moment. Prodded by: enoal <sreco@xmission.com> PR: 41380 |