---
name: iniparser
version: 3.1
origin: devel/iniparser
comment: Free stand-alone ini file parsing library
arch: freebsd:9:x86:64
www: http://ndevilla.free.fr/iniparser/
maintainer: kevlo@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 56697
desc: |
  iniParser is a simple C library offering ini file parsing services.
  The library is pretty small (less than 1500 lines of C) and robust, and
  does not depend on any other external library to compile. It is written
  in ANSI C and should compile on most platforms without difficulty.

  WWW: http://ndevilla.free.fr/iniparser/
categories: [devel]
files:
  /usr/local/include/dictionary.h: 6c250135ab5a4b865e9445847bae576e90bd44e2b5a070562c6db91342019f65
  /usr/local/include/iniparser.h: 364ce6f1d74eedca4329ac55bbf8574ac30a92061ac406e6933d9aaed825b056
  /usr/local/lib/libiniparser.a: 77dd537118cf6402035ef70132f551d60b22e7cd5a9c6343d7331b9c987e84aa
  /usr/local/lib/libiniparser.so: '-'
  /usr/local/lib/libiniparser.so.0: e795901b952a0eecacb6f90979ec8980f3f3ba72032a1a8b68548be62fea4b94
  /usr/local/share/licenses/iniparser-3.1/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/iniparser-3.1/MIT: aebac67eb9f965d6fbb296d7348be35f393490e1453cec2b0cd5ffe966bee666
  /usr/local/share/licenses/iniparser-3.1/catalog.mk: 959d34a357148aef370649f820e8f2c2eb3ac5ba3a67731c56b6492cd8d9beb6
directories:
  /usr/local/share/licenses/iniparser-3.1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
