---
name: dbf
version: 0.9.0
origin: databases/dbf
comment: Show and convert the content of dBASE III, IV, and 5.0 files
arch: freebsd:9:x86:64
www: http://dbf.berlios.de/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 72935
desc: |
  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.berlios.de/
deps:
  mpfr: {origin: math/mpfr, version: 3.1.2}
  mpc: {origin: math/mpc, version: 0.9}
  gmp: {origin: math/gmp, version: 5.1.2}
  gcc: {origin: lang/gcc, version: 4.6.3}
  gettext: {origin: devel/gettext, version: 0.18.3}
  binutils: {origin: devel/binutils, version: 2.23.2}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- databases
shlibs_required:
- libdbf.so.0
- libintl.so.9
- libiconv.so.3
shlibs_provided:
- libdbf.so.0
options: {NLS: on}
files:
  /usr/local/bin/dbf: 108ff6283d2f7f9099453b873741f96c5f1baf9874a58d17531fc998cabdd4a1
  /usr/local/include/libdbf/libdbf.h: 967497209f515fb2aeb2713a3194c709bef413219a8fc50c610170ac15a67492
  /usr/local/lib/libdbf.a: bd2eeffd22a762c2e2aeb6dd5c91bc6483c3da3e49153345dc4df099c8706590
  /usr/local/lib/libdbf.la: 1b1a3ffd49d759227d320fb563fa3006218e2ac51ff994498598b56aa06ffc41
  /usr/local/lib/libdbf.so: '-'
  /usr/local/lib/libdbf.so.0: f7a58b9e60609575c66c83c0a9d36e2eb7ab7b77e8e45015b670cc8854309098
  /usr/local/libdata/pkgconfig/libdbf.pc: 0f06b8a87893b5da51e5569f6f233bde772d21341d64c30df295624627971dfa
  /usr/local/share/locale/de/LC_MESSAGES/dbf.mo: 6c37504359e790a9cb53bf5221c3b661c3859034cf927951411e18969e4a72aa
  /usr/local/share/locale/de/LC_MESSAGES/libdbf.mo: 7f5da664962a98c4358e6a36fa0836f19452b280aed9e50f8daa92554ece0aa3
directories:
  /usr/local/include/libdbf/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  post-deinstall: |
    /sbin/ldconfig -R
