aboutsummaryrefslogtreecommitdiff
path: root/databases/dbf
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-03 18:17:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-03 18:17:29 +0000
commit364861920ef288656464ce27144968cb583f7613 (patch)
treee382f215077a58e42cc05eff4fa110bb376cc8a4 /databases/dbf
parent9017f673160264090bf5614c5dfe88f12430cf1a (diff)
downloadports-364861920ef288656464ce27144968cb583f7613.tar.gz
ports-364861920ef288656464ce27144968cb583f7613.zip
add dbf 0.5.1
Show and convert the content of dBASE III, IV, and 5.0 files
Notes
Notes: svn path=/head/; revision=78051
Diffstat (limited to 'databases/dbf')
-rw-r--r--databases/dbf/Makefile25
-rw-r--r--databases/dbf/distinfo1
-rw-r--r--databases/dbf/pkg-descr7
-rw-r--r--databases/dbf/pkg-plist1
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