Port details |
- pgdbf Convert XBase / FoxPro tables to PostgreSQL
- 0.6.2 databases
=0 0.6.2Version of this port present on the latest quarterly branch. - Maintainer: kirk@strauser.com
 - Port Added: 2009-06-23 18:04:41
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: GPLv3
- 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.
WWW: http://pgdbf.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/databases/pgdbf/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pgdbf
- pkg install pgdbf
- PKGNAME: pgdbf
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pgdbf-0.6.2.tar.xz) = e46f75e9ac5f500bd12c4542b215ea09f4ebee638d41dcfd642be8e9769aa324
SIZE (pgdbf-0.6.2.tar.xz) = 115880
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_pgdbf
- USES:
- gmake tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.6.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Sep 2015 14:15:14
0.6.2
|
danfe  |
Drop misleading BROKEN statement: port builds and installs fine everywhere. |
20 Dec 2014 17:40:54
0.6.2
|
bapt  |
Cleanup plist |
29 Jul 2014 21:07:40
0.6.2
|
adamw  |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
14 Feb 2014 15:01:00
0.6.2
|
miwi  |
- Stage support |
20 Sep 2013 16:13:49
0.6.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
01 Oct 2012 03:02:08
0.6.2
|
bdrewery  |
- Update to 0.6.2 [1]
- Update to new header
Changes:
* Adds iconv charset conversion and 64-bit little-endian fixes.
PR: ports/172191 [1]
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) [1] |
27 May 2012 06:42:02
0.6.1
|
linimon  |
Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'
undeclared (first use in this function)".
Hat: portmgr |
02 Mar 2012 12:37:17
0.6.1
|
culot  |
- Update to 0.6.1
PR: ports/165592
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer) |
19 Feb 2011 12:45:12
0.5.5
|
miwi  |
- Update to 0.5.5
PR: 154509
Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer from different
mail adress |
17 Nov 2010 02:32:39
0.5.4
|
sunpoet  |
- Update to 0.5.4
Changes:
0.5.4:
- Do away with the single memofile size check at the beginning of the run and
checks for valid memo record offsets every time one is requested.
0.5.3:
- Fix an unsigned int comparison bug.
PR: ports/152301
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) |
04 Nov 2010 06:10:58
0.5.2
|
sunpoet  |
- Update to 0.5.2
- Simplify MASTER_SITES
- Use DOCSDIR
- While I'm here, add LICENSE
Changes:
- Add tests for the validity of specified memofiles.
Older versions would possibly segfault if an invalid memofile was given.
PR: ports/151921
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) |
16 Mar 2010 02:06:17
0.5.1
|
wen  |
- Update to 0.5.1
PR: ports/144764
Submitted by: Kirk Strauser <kirk@strauser.com>
Approved by: maintainer |
26 Nov 2009 14:30:51
0.5.0
|
miwi  |
- Update to 0.5.0
PR: 140839
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer) |
23 Jun 2009 18:04:12
0.4.6
|
pgollucci  |
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 |