aboutsummaryrefslogtreecommitdiff
path: root/databases/dbf2mysql
Commit message (Collapse)AuthorAgeFilesLines
* Use MASTER_SITES that do not redirect to obfuscatedChris D. Faulhaber2001-11-271-1/+2
| | | | | | | directory names. Notes: svn path=/head/; revision=50647
* Fix installation (WRKDIR -> WRKSRC)Chris D. Faulhaber2001-02-201-2/+2
| | | | | | | Submitted by: ken@mui.net Notes: svn path=/head/; revision=38498
* 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-073-36/+20
| | | | Notes: svn path=/head/; revision=38068
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Update MASTER_SITESChris D. Faulhaber2000-07-072-3/+3
| | | | | | | Update my email address Notes: svn path=/head/; revision=30343
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-4/+4
| | | | Notes: svn path=/head/; revision=27418
* 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-036-0/+73
and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=22151