mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2008278664
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
26 lines
422 B
Makefile
26 lines
422 B
Makefile
# Ports collection makefile for: pgdbf
|
|
# Date created: 23 June 2009
|
|
# Whom: kirk@daycos.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgdbf
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kirk@daycos.com
|
|
COMMENT= Convert XBase / FoxPro tables to PostgreSQL
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= pgdbf.1
|
|
|
|
PLIST_FILES= bin/pgdbf \
|
|
share/doc/pgdbf/README
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
.include <bsd.port.mk>
|