aboutsummaryrefslogtreecommitdiff
path: root/databases/pgdbf
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.1Wen Heping2010-03-162-4/+4
| | | | | | | | | PR: ports/144764 Submitted by: Kirk Strauser <kirk@strauser.com> Approved by: maintainer Notes: svn path=/head/; revision=251111
* - Update to 0.5.0Martin Wilke2009-11-262-5/+5
| | | | | | | | PR: 140839 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) Notes: svn path=/head/; revision=244779
* PgDBF is a program for converting XBase databases - particularly FoxProPhilip M. Gollucci2009-06-233-0/+37
tables with memo files - into a format that PostgreSQL can directly import. It's a compact C project with no dependencies other than standard Unix libraries. While the project is relatively tiny and simple, it's also heavily optimized via profiling - routine benchmark were many times faster than with other Open Source programs. In fact, even on slower systems, conversions are typically limited by hard drive speed. WWW: http://pgdbf.sourceforge.net/ PR: ports/135969 Submitted by: kirk at daycos.com Notes: svn path=/head/; revision=236538