Bug 135969 - New port: databases/pgdbf - Convert XBase / FoxPro tables to PostgreSQL
Summary: New port: databases/pgdbf - Convert XBase / FoxPro tables to PostgreSQL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-23 18:10 UTC by Kirk Strauser
Modified: 2009-06-23 19:10 UTC (History)
1 user (show)

See Also:


Attachments
pgdbf.sh (1.91 KB, text/plain)
2009-06-23 18:10 UTC, Kirk Strauser
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirk Strauser 2009-06-23 18:10:03 UTC
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.
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-23 18:19:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-23 19:04:26 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-06-23 19:05:25 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!, please send a patch to honor 
NOPORTDOCS flags.