From e61a79ee99905a28f82a43aea6c6234dcef26cc8 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Wed, 22 Dec 1999 23:21:08 +0000 Subject: pxtools is a collection of tools to work with a Paradox-databases PR: 15126 --- databases/pxtools/Makefile | 17 +++++++++++++++++ databases/pxtools/distinfo | 1 + databases/pxtools/files/patch-aa | 18 ++++++++++++++++++ databases/pxtools/pkg-comment | 1 + databases/pxtools/pkg-descr | 13 +++++++++++++ databases/pxtools/pkg-plist | 3 +++ 6 files changed, 53 insertions(+) create mode 100644 databases/pxtools/Makefile create mode 100644 databases/pxtools/distinfo create mode 100644 databases/pxtools/files/patch-aa create mode 100644 databases/pxtools/pkg-comment create mode 100644 databases/pxtools/pkg-descr create mode 100644 databases/pxtools/pkg-plist (limited to 'databases') diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile new file mode 100644 index 000000000000..cc8097a368a9 --- /dev/null +++ b/databases/pxtools/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: pxtools +# Version required: 0.0.3 +# Date created: 27 November 1999 +# Whom: Chris D. Faulhaber +# +# $FreeBSD$ +# + +DISTNAME= pxtools-0.0.3 +CATEGORIES= databases +MASTER_SITES= http://www.kneschke.de/projekte/pxtools/download/ + +MAINTAINER= jedgar@FreeBSD.org + +GNU_CONFIGURE= yes + +.include diff --git a/databases/pxtools/distinfo b/databases/pxtools/distinfo new file mode 100644 index 000000000000..1305a940f97c --- /dev/null +++ b/databases/pxtools/distinfo @@ -0,0 +1 @@ +MD5 (pxtools-0.0.3.tar.gz) = aed6a65c1c1ff4fd9928551b5794d309 diff --git a/databases/pxtools/files/patch-aa b/databases/pxtools/files/patch-aa new file mode 100644 index 000000000000..2bc9bc75c2f2 --- /dev/null +++ b/databases/pxtools/files/patch-aa @@ -0,0 +1,18 @@ +--- src/pxcsvdump.c.orig Fri Nov 26 10:53:10 1999 ++++ src/pxcsvdump.c Sat Nov 27 19:33:36 1999 +@@ -74,7 +74,6 @@ + printf("%f", PXtoDouble(s, felder[i]->type) ); + } else if (felder[i]->type == PX_Field_Type_Date) { + unsigned long s; +- time_t t; + struct tm *_tm; + + BLOCK_COPY(&s, felder[i]->size); +@@ -87,7 +86,6 @@ + #endif + } else if (felder[i]->type == PX_Field_Type_Timestamp) { + unsigned long long s; +- time_t t; + struct tm *_tm; + + BLOCK_COPY(&s, felder[i]->size); diff --git a/databases/pxtools/pkg-comment b/databases/pxtools/pkg-comment new file mode 100644 index 000000000000..9aaaa26c58f3 --- /dev/null +++ b/databases/pxtools/pkg-comment @@ -0,0 +1 @@ +pxtools is a collection of tools to work with a Paradox-databases. diff --git a/databases/pxtools/pkg-descr b/databases/pxtools/pkg-descr new file mode 100644 index 000000000000..9a9c48b08fb7 --- /dev/null +++ b/databases/pxtools/pkg-descr @@ -0,0 +1,13 @@ +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-enviroment. + +WWW: http://www.kneschke.de/projekte/pxtools/ + +- Chris D. Faulhaber +jedgar@FreeBSD.org diff --git a/databases/pxtools/pkg-plist b/databases/pxtools/pkg-plist new file mode 100644 index 000000000000..efc4c7d639d3 --- /dev/null +++ b/databases/pxtools/pkg-plist @@ -0,0 +1,3 @@ +bin/pxinfo +bin/pxsqldump +bin/pxcsvdump -- cgit v1.2.3