---
name: confget
version: 1.04_1
origin: textproc/confget
comment: Read variables from INI-style configuration files
arch: freebsd:9:x86:64
www: http://devel.ringlet.net/textproc/confget/
maintainer: sunpoet@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 29616
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: {PCRE: on, EXAMPLES: on}
files:
  /usr/local/bin/confget: 9045327619cd6c4acb2b185e5c58d526522ae5ad40016c6e48eec60f864ae6ea
  /usr/local/man/man1/confget.1.gz: a89b792f3d33d40b13a336e7345a691a26d8c3b6df140749798c9bf2136a4615
  /usr/local/share/examples/confget/t1.ini: c48bd033062c7cc1f7a6e3fd851e48fda2edc086625eaa90bcf10a93a6f142af
  /usr/local/share/examples/confget/t2.ini: f2bf4c412bc38fc6fb4b068caa9fd2e337a7658916fd49e18c42df7be60ae453
directories:
  /usr/local/share/examples/confget/: n
scripts: {}
