---
name: autogen
version: 5.12_1
origin: devel/autogen
comment: The Automated Program Generator
arch: freebsd:9:x86:64
www: http://autogen.sourceforge.net/
maintainer: clsung@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1708237
desc: "AutoGen is a tool designed for generating program files that contain\nrepetitive
  text with varied substitutions. Its goal is to simplify the\nmaintenance of programs
  that contain large amounts of repetitious text.\nThis is especially valuable if
  there are several blocks of such text that\nmust be kept synchronized. \n\nOne common
  example is the problem of maintaining the code required for\nprocessing program
  options. Processing options requires a minimum of four\ndifferent constructs be
  kept in proper order in different places in your\nprogram. You need at least: \n\n
  \  1. The flag character in the flag string, \n   2. code to process the flag when
  it is encountered, \n   3. a global state variable or two, and \n   4. a line in
  the usage text. \n\nWWW: http://autogen.sourceforge.net/\n"
deps:
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  gmp: {origin: math/gmp, version: 5.1.2}
  guile: {origin: lang/guile, version: 1.8.8}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  libltdl: {origin: devel/libltdl, version: 2.4.2}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- devel
shlibs_required:
- libopts.so.35
- libguile.so.21
- libintl.so.9
- libiconv.so.3
- libgmp.so.10
- libltdl.so.7
- libxml2.so.5
shlibs_provided:
- libopts.so.35
