aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbf2mysql/files
Commit message (Collapse)AuthorAgeFilesLines
* - Add -L option to enable fast local insertspav2005-09-181-5/+158
| | | | | | | PR: ports/64305 Submitted by: Travis Whitton <twhitton@ppb-envlabs.com> Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian
* Use mkstemp() instead of tempnam()jedgar2001-02-081-0/+46
|
* Update port to 1.14jedgar2001-02-081-25/+17
|
* For backwards compatibility with FreeBSD 2.2.x due to it'scpiazza1999-10-061-1/+11
| | | | | | | | | | | | (apparent) lack of 's' support in ar. change: ar rcs libdbf.a ... to: ar rc libdbf.a ... ranlib libdbf.a PR: 14139 Submitted by: maintainer
* A set of programs to convert a .dbf file to a MySQL tabledan1999-10-041-0/+33
and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>