Port details |
- pxtools Collection of tools to work with Paradox databases
- 0.0.20_4 databases
=5 0.0.20_4Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-SyslogScan, autoconf, libunicode, cops, logcheck
- License: GPLv2
- WWW:
- https://jan.kneschke.de/projects/pxtools/
- Description:
- pxtools is a collection of tools to work with a Paradox-databases.
pxtools consists of the following:
* pxinfo scans the header of a specified database-file and dumps
the important information.
* pxsqldump/pxcsvdump are utilities to extract the data from a
Paradox-database. The output is an SQL-/CSV-dump that can be
used to recreate the database in an SQL environment.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pxtools>0:databases/pxtools
- To install the port:
- cd /usr/ports/databases/pxtools/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pxtools
- pkg install pxtools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pxtools
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pxtools-0.0.20.tar.gz) = 2ea85778a16e8d635096a09df57eb6f24bda5715a13238202a88abab300cc00f
SIZE (pxtools-0.0.20.tar.gz) = 149990
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:
-
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pxtools-0.0.20_4:
Y2K=off: Y2k workaround for Paradox < 7.0
===> Use 'make config' to modify these settings
- Options name:
- databases_pxtools
- USES:
- gettext localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.0.20_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.0.20_4 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
0.0.20_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.0.20_4 19 Jun 2019 17:50:35
  |
danfe  |
- Remove broken mirror from the MASTER_SITES
- Fix database parsing on 64-bit architectures: it used `void *'
pointer (only as a placeholder), while its size was used in
read(2) calls which resulted in wrong generated table names
- Add a Y2K option (Y2k workaround for Paradox < 7.0)
- Convert to USES+=localbase, fix a typo in the port description,
and take maintainership as I might be using it sometimes |
0.0.20_4 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.0.20_3 30 Dec 2015 10:48:47
  |
rakuco  |
Fix MASTER_SITES and unmark BROKEN. |
0.0.20_3 12 Dec 2015 23:02:03
  |
bapt  |
Mark as broken: does not fetch |
0.0.20_3 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.0.20_3 25 Sep 2013 00:54:09
  |
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.0.20_3 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.0.20_3 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.0.20_3 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.0.20_3 21 Jan 2013 03:37:57
  |
araujo  |
- Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Trim header.
PR: ports/174179
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.0.20_3 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.0.20_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.0.20_3 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.0.20_2 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.0.20_2 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.0.20_1 20 Mar 2008 09:37:21
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 200 |
0.0.20_1 21 Feb 2007 19:00:53
 |
gabor  |
- Add patch to fix coredumps when using tables with BLOBs
- Bump PORTREVISION
Submitted by: Kurt Jaeger <pi@c0mplx.org> (via private mail)
Approved by: erwin (mentor, implicit) |
0.0.20 19 Feb 2007 12:39:48
 |
gabor  |
- Fix fetching
Approved by: erwin (mentor, implicit) |
0.0.20 30 May 2006 09:34:37
 |
clsung  |
- Update to 0.0.20
PR: ports/98123
Submitted by: Nils Vogels <nivo+kw+ports.bfa274_AT_is-root dot com> |
0.0.19_3 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.0.19_3 24 Mar 2006 06:23:47
 |
linimon  |
Reset jedgar as maintainer; has not responded to email about status.
Hat: portmgr |
0.0.19_3 22 Jan 2006 08:23:41
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.0.19_3 15 Nov 2005 16:31:01
 |
vs  |
Update WWW-tag
PR: ports/88102
Submitted by: Jean Milanez Melo
Approved by: maintainer timeout |
0.0.19_3 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.0.19_3 04 Feb 2004 04:36:30
 |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.0.19_2 23 Jan 2004 18:12:26
 |
trevor  |
Now gettext 0.12.1 is gettext-old. |
0.0.19_2 26 Aug 2003 20:25:58
 |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.0.19_1 25 Aug 2003 05:41:38
 |
marcus  |
Chase the libintl.so shared lib version. |
0.0.19_1 14 Jul 2003 02:53:03
 |
sf  |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.0.19 07 Mar 2003 05:58:32
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.0.19 29 Sep 2002 02:55:24
 |
kris  |
Add dependency on gettext, since there appears to no longer be an
included gettext in this port. |
0.0.19 06 Sep 2002 17:31:49
 |
jedgar  |
Update port to 0.0.19. |
0.0.16 07 Jun 2002 17:40:55
 |
jedgar  |
Update port to 0.0.16
Update MASTER_SITES |
04 Oct 2001 20:17:38
    |
jedgar  |
Update port to 0.0.13 |
08 Oct 2000 01:08:27
    |
asami  |
Convert category databases to new layout. |
16 Jul 2000 14:15:17
    |
jedgar  |
Update port to 0.0.11 |