Date: Tue, 23 Jun 2009 12:03:30 -0500 (CDT) From: Kirk Strauser <kirk@strauser.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kirk Strauser <kirk@strauser.com> Subject: ports/135969: New port: databases/pgdbf - Convert XBase / FoxPro tables to PostgreSQL Message-ID: <20090623170330.91FAB4DF72@kanga.honeypot.net> Resent-Message-ID: <200906231710.n5NHA34m053181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135969 >Category: ports >Synopsis: New port: databases/pgdbf - Convert XBase / FoxPro tables to PostgreSQL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 23 17:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kirk Strauser >Release: FreeBSD 7.2-STABLE amd64 >Organization: The Day Companies >Environment: System: FreeBSD kanga.honeypot.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 10 13:28:59 CDT 2009 root@kanga.honeypot.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 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. >How-To-Repeat: >Fix: --- pgdbf.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pgdbf # pgdbf/Makefile # pgdbf/distinfo # pgdbf/pkg-descr # echo c - pgdbf mkdir -p pgdbf > /dev/null 2>&1 echo x - pgdbf/Makefile sed 's/^X//' >pgdbf/Makefile << '62fd09030e0193891ca6565a65edccfe' X# Ports collection makefile for: pgdbf X# Date created: 23 June 2009 X# Whom: kirk@daycos.com X# X# $FreeBSD$ X# X XPORTNAME= pgdbf XPORTVERSION= 0.4.6 XCATEGORIES= databases XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= kirk@daycos.com XCOMMENT= Convert XBase / FoxPro tables to PostgreSQL X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XMAN1= pgdbf.1 X XPLIST_FILES= bin/pgdbf \ X share/doc/pgdbf/README X X.include <bsd.port.mk> 62fd09030e0193891ca6565a65edccfe echo x - pgdbf/distinfo sed 's/^X//' >pgdbf/distinfo << '5880ee1e79c70fcf9e942726c977614d' XMD5 (pgdbf-0.4.6.tar.gz) = 3b50364b44accefcaf68b85fb66f3750 XSHA256 (pgdbf-0.4.6.tar.gz) = 39d6f78f52487eeb0741f483e373447777d2341a656991eec419f40e0bc05d8e XSIZE (pgdbf-0.4.6.tar.gz) = 102835 5880ee1e79c70fcf9e942726c977614d echo x - pgdbf/pkg-descr sed 's/^X//' >pgdbf/pkg-descr << 'a2aa06b4109003dc90854c7633bcf180' XPgDBF is a program for converting XBase databases - particularly FoxPro Xtables with memo files - into a format that PostgreSQL can directly Ximport. It's a compact C project with no dependencies other than standard XUnix libraries. While the project is relatively tiny and simple, it's also Xheavily optimized via profiling - routine benchmark were many times faster Xthan with other Open Source programs. In fact, even on slower systems, Xconversions are typically limited by hard drive speed. X XWWW: http://pgdbf.sourceforge.net/ a2aa06b4109003dc90854c7633bcf180 exit --- pgdbf.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090623170330.91FAB4DF72>