diff options
Diffstat (limited to 'databases/dbf')
-rw-r--r-- | databases/dbf/Makefile | 25 | ||||
-rw-r--r-- | databases/dbf/distinfo | 1 | ||||
-rw-r--r-- | databases/dbf/pkg-descr | 7 | ||||
-rw-r--r-- | databases/dbf/pkg-plist | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile new file mode 100644 index 000000000000..2d810c54f1bd --- /dev/null +++ b/databases/dbf/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: dbf +# Date created: Apr 3, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dbf +PORTVERSION= 0.5.1 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}.src + +MAINTAINER= ports@FreeBSD.org +COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dbf ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/databases/dbf/distinfo b/databases/dbf/distinfo new file mode 100644 index 000000000000..603336f6fe25 --- /dev/null +++ b/databases/dbf/distinfo @@ -0,0 +1 @@ +MD5 (dbf-0.5.1.src.tar.gz) = 26266874ea4b5030e3b000f0a6263df7 diff --git a/databases/dbf/pkg-descr b/databases/dbf/pkg-descr new file mode 100644 index 000000000000..71ff78363800 --- /dev/null +++ b/databases/dbf/pkg-descr @@ -0,0 +1,7 @@ +dbf is an easy-to-use command line tool to show and convert the content of +dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content +to the screen or converts it to comma-separated (*.csv) files which can be +opened in Excel, StarOffice, and most other spread sheets. It can also be +used to show some statistics about the content. + +WWW: http://dbf.sourceforge.net/ diff --git a/databases/dbf/pkg-plist b/databases/dbf/pkg-plist new file mode 100644 index 000000000000..c7838e6e24a9 --- /dev/null +++ b/databases/dbf/pkg-plist @@ -0,0 +1 @@ +bin/dbf |