summaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-23 18:04:12 +0000
committerpgollucci <pgollucci@FreeBSD.org>2009-06-23 18:04:12 +0000
commitafad66935378b8e8d760700686eb5a3330839209 (patch)
tree25738879c8782d6273b5ce972570ec1112d6086e /databases/Makefile
parentf753e3c483d25a129d165bca640f3120349644f3 (diff)
downloadFreeBSD-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/Makefile1
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
OpenPOWER on IntegriCloud