---
name: confget
version: 1.05
origin: textproc/confget
comment: Read variables from INI-style configuration files
arch: freebsd:10:x86:64
www: http://devel.ringlet.net/textproc/confget/
maintainer: sunpoet@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 22514
desc: |
  The confget utility examines a INI-style configuration file and retrieves
  the value of the specified variables from the specified section.
  Its intended use is to let shell scripts use the same INI-style
  configuration files as other programs, to avoid duplication of data.

  The confget utility may retrieve the values of one or more variables,
  list all the variables in a specified section, list only those whose names
  or values match a specified pattern (shell glob or regular expression), or
  check if a variable is present in the file at all.  It has a "shell-quoting"
  output mode that quotes the variable values in a way suitable for passing
  them directly to a Bourne-style shell.

  Author: Peter Pentchev <roam@ringlet.net>
  WWW: http://devel.ringlet.net/textproc/confget/
deps:
  pcre: {origin: devel/pcre, version: 8.33}
categories:
- textproc
shlibs_required:
- libpcre.so.3
options: {EXAMPLES: on, PCRE: on}
