summaryrefslogtreecommitdiff
path: root/databases/dbfsak
diff options
context:
space:
mode:
authoradam <adam>2013-12-05 08:48:02 +0000
committeradam <adam>2013-12-05 08:48:02 +0000
commit1163e875a296c64e6be7166d51604176aee55b56 (patch)
treebf801236417c7d722f701dd19d7b02c7e46ac08c /databases/dbfsak
parent490315728f1703dca6db580fd2481c73d0344658 (diff)
downloadpkgsrc-1163e875a296c64e6be7166d51604176aee55b56.tar.gz
DBFSAK is a command line program designed to extract data from DBF (dBase,
FoxPro, Clipper, xBase) files. It can also be used to create DBF files and populate them from your data. It is written for the Linux/Unix environment, but relies only on standard C libraries and functions.
Diffstat (limited to 'databases/dbfsak')
-rw-r--r--databases/dbfsak/DESCR4
-rw-r--r--databases/dbfsak/Makefile24
-rw-r--r--databases/dbfsak/PLIST3
-rw-r--r--databases/dbfsak/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/databases/dbfsak/DESCR b/databases/dbfsak/DESCR
new file mode 100644
index 00000000000..610e55d63fa
--- /dev/null
+++ b/databases/dbfsak/DESCR
@@ -0,0 +1,4 @@
+DBFSAK is a command line program designed to extract data from DBF (dBase,
+FoxPro, Clipper, xBase) files. It can also be used to create DBF files and
+populate them from your data. It is written for the Linux/Unix environment,
+but relies only on standard C libraries and functions.
diff --git a/databases/dbfsak/Makefile b/databases/dbfsak/Makefile
new file mode 100644
index 00000000000..26ba8099acb
--- /dev/null
+++ b/databases/dbfsak/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2013/12/05 08:48:02 adam Exp $
+
+DISTNAME= dbfsak-4.5.src
+PKGNAME= ${DISTNAME:S/.src//}
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbfsak/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://dbfsak.sourceforge.net/
+COMMENT= Tool for converting to and from DBF files
+LICENSE= artistic
+
+NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+MAKEFLAGS+= CPP=${CC:Q}
+MAKEFLAGS+= CFLAGS="${CFLAGS} -I. -DVERSION='\"${PKGVERSION_NOREV}\"'"
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dbfsak ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dbfsak.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/dbfsak/PLIST b/databases/dbfsak/PLIST
new file mode 100644
index 00000000000..281a814b9fc
--- /dev/null
+++ b/databases/dbfsak/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/12/05 08:48:02 adam Exp $
+bin/dbfsak
+man/man1/dbfsak.1
diff --git a/databases/dbfsak/distinfo b/databases/dbfsak/distinfo
new file mode 100644
index 00000000000..824fa30e4f8
--- /dev/null
+++ b/databases/dbfsak/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/12/05 08:48:02 adam Exp $
+
+SHA1 (dbfsak-4.5.src.tar.gz) = 4d62d3d589eb20d75f1a2955c1ab5d2b0b6adc69
+RMD160 (dbfsak-4.5.src.tar.gz) = 43b5e2d27d62842cea5b3dccd41689db2fb381a4
+Size (dbfsak-4.5.src.tar.gz) = 18469 bytes