aboutsummaryrefslogtreecommitdiff
path: root/databases/dbf2mysql/files
Commit message (Collapse)AuthorAgeFilesLines
* - Add -L option to enable fast local insertsPav Lucistnik2005-09-171-5/+158
| | | | | | | | | | PR: ports/64305 Submitted by: Travis Whitton <twhitton@ppb-envlabs.com> Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian Notes: svn path=/head/; revision=143010
* Use mkstemp() instead of tempnam()Chris D. Faulhaber2001-02-071-0/+46
| | | | Notes: svn path=/head/; revision=38069
* Update port to 1.14Chris D. Faulhaber2001-02-071-25/+17
| | | | Notes: svn path=/head/; revision=38068
* For backwards compatibility with FreeBSD 2.2.x due to it'sChris Piazza1999-10-051-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 Notes: svn path=/head/; revision=22174
* A set of programs to convert a .dbf file to a MySQL tableDan Moschuk1999-10-031-0/+33
and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=22151