diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-23 18:04:12 +0000 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-23 18:04:12 +0000 |
commit | afad66935378b8e8d760700686eb5a3330839209 (patch) | |
tree | 25738879c8782d6273b5ce972570ec1112d6086e /databases/Makefile | |
parent | f753e3c483d25a129d165bca640f3120349644f3 (diff) | |
download | FreeBSD-ports-afad66935378b8e8d760700686eb5a3330839209.zip FreeBSD-ports-afad66935378b8e8d760700686eb5a3330839209.tar.gz |
PgDBF is a program for converting XBase databases - particularly FoxPro
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
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 56b7781..bd60b44 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -438,6 +438,7 @@ SUBDIR += pgadmin3-12 SUBDIR += pgbouncer SUBDIR += pgcluster + SUBDIR += pgdbf SUBDIR += pgfouine SUBDIR += pgloader SUBDIR += pgpool |