---
name: ultragetopt
version: 0.6.0
origin: devel/ultragetopt
comment: Versatile and customizable implementation of getopt()
arch: freebsd:9:x86:64
www: http://kevinlocke.name/programs/ultragetopt.php
maintainer: beyert@cs.ucr.edu
prefix: /usr/local
licenselogic: single
licenses: [MIT]
flatsize: 30573
desc: |
  UltraGetopt is a versatile and customizable implementation of getopt() with
  support for many common extensions, MS-DOS formatted option strings, and much
  more.  It can function as a drop-in replacement for getopt() on systems with or
  without existing vendor-provided implementations and also as a separate
  co-existing function.

  WWW: http://kevinlocke.name/programs/ultragetopt.php
categories: [devel]
files:
  /usr/local/include/ultragetopt.h: 1e0746398cee427dcdc3725f26b48ae1a7a72bc6bff223de6569f3389f01a22e
  /usr/local/lib/libultragetopt.a: 9514644d8d10216b55a40a386cda1c2746657fe38fb5ac4c301aef4d4aef2f52
  /usr/local/lib/libultragetopt.la: 1c5f3b9c6f76cb11f6a981556a31b09b227ce0e58c2cc7f75d20d3e4e2f66d73
  /usr/local/lib/libultragetopt.so: '-'
  /usr/local/lib/libultragetopt.so.0: 35d1bb4c9e384b6840c97771e4be5cc6c410a0cdfba191131ed0f6663b646633
  /usr/local/share/licenses/ultragetopt-0.6.0/LICENSE: 8a9617637463b68fc0584861100926c56e2af396c013024314c285549b9c9642
  /usr/local/share/licenses/ultragetopt-0.6.0/MIT: 3507caa9b70264bdbe49eff56f570238ee9294ead5d32982e642c249e3053bd4
  /usr/local/share/licenses/ultragetopt-0.6.0/catalog.mk: a371ef145b3e4d990d07e6e26f4d6f12e1d1b06d703e089e788f6eb29ed93db6
directories:
  /usr/local/share/licenses/ultragetopt-0.6.0/: 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
