summaryrefslogtreecommitdiff
path: root/databases/dbfsak/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Changes 5.0:adam1-2/+2
* /dbfsak/VERSION, /dbfsak/dbf.c, /dbfsak/dbf.h, /dbfsak/dbfsak.c: More precisely specify variable sizes, since DBF files were originally 8-bit, then 16-bit, then 32-bit. Current code being worked on 64 bit platform.
2016-03-12MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1)tnn1-3/+3
2014-01-02Changes 4.6:adam1-2/+2
Bug fixes.
2013-12-05DBFSAK is a command line program designed to extract data from DBF (dBase,adam1-0/+24
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.