aboutsummaryrefslogtreecommitdiff
path: root/databases/pgdbf
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 0.6.2 [1]Bryan Drewery2012-10-012-8/+4
| | | | | | | | | | | | | - Update to new header Changes: * Adds iconv charset conversion and 64-bit little-endian fixes. PR: ports/172191 [1] Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) [1] Notes: svn path=/head/; revision=305089
* Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'Mark Linimon2012-05-271-1/+7
| | | | | | | | | undeclared (first use in this function)". Hat: portmgr Notes: svn path=/head/; revision=297517
* - Update to 0.6.1Frederic Culot2012-03-022-3/+5
| | | | | | | | PR: ports/165592 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=292528
* - Update to 0.5.5Martin Wilke2011-02-192-4/+4
| | | | | | | | PR: 154509 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer from different mail adress Notes: svn path=/head/; revision=269346
* - Update to 0.5.4Sunpoet Po-Chuan Hsieh2010-11-172-3/+3
| | | | | | | | | | | | | | | | | Changes: 0.5.4: - Do away with the single memofile size check at the beginning of the run and checks for valid memo record offsets every time one is requested. 0.5.3: - Fix an unsigned int comparison bug. PR: ports/152301 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) Notes: svn path=/head/; revision=264665
* - Update to 0.5.2Sunpoet Po-Chuan Hsieh2010-11-042-6/+7
| | | | | | | | | | | | | | | | - Simplify MASTER_SITES - Use DOCSDIR - While I'm here, add LICENSE Changes: - Add tests for the validity of specified memofiles. Older versions would possibly segfault if an invalid memofile was given. PR: ports/151921 Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) Notes: svn path=/head/; revision=264022
* - 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