Date: Tue, 23 Jun 2009 18:04:12 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/pgdbf Makefile distinfo pkg-descr Message-ID: <200906231804.n5NI4Col043089@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-06-23 18:04:12 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pgdbf Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.779 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/pgdbf/Makefile (new) 1.1 +3 -0 ports/databases/pgdbf/distinfo (new) 1.1 +9 -0 ports/databases/pgdbf/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906231804.n5NI4Col043089>