From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 23 17:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5011065677 for ; Tue, 23 Jun 2009 17:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C34088FC1B for ; Tue, 23 Jun 2009 17:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5NHA3b7053182 for ; Tue, 23 Jun 2009 17:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5NHA34m053181; Tue, 23 Jun 2009 17:10:03 GMT (envelope-from gnats) Resent-Date: Tue, 23 Jun 2009 17:10:03 GMT Resent-Message-Id: <200906231710.n5NHA34m053181@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirk Strauser Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385FF1065673 for ; Tue, 23 Jun 2009 17:03:34 +0000 (UTC) (envelope-from kirk@kanga.honeypot.net) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id EAF788FC13 for ; Tue, 23 Jun 2009 17:03:33 +0000 (UTC) (envelope-from kirk@kanga.honeypot.net) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 13EA74DF7E; Tue, 23 Jun 2009 12:03:33 -0500 (CDT) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yWMnrF6IBHy2; Tue, 23 Jun 2009 12:03:30 -0500 (CDT) Received: by kanga.honeypot.net (Postfix, from userid 1000) id 91FAB4DF72; Tue, 23 Jun 2009 12:03:30 -0500 (CDT) Message-Id: <20090623170330.91FAB4DF72@kanga.honeypot.net> Date: Tue, 23 Jun 2009 12:03:30 -0500 (CDT) From: Kirk Strauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Kirk Strauser Subject: ports/135969: New port: databases/pgdbf - Convert XBase / FoxPro tables to PostgreSQL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirk Strauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 17:10:04 -0000 >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 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: