---
name: autoconf
version: 2.13.000227_6
origin: devel/autoconf213
comment: Automatically configure source code on many Un*x platforms (legacy 2.13)
arch: freebsd:9:x86:64
www: http://sources.redhat.com/autoconf/
maintainer: autotools@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 872890
desc: |
  This is the legacy 2.13 version of autoconf.  It is explicitly for use with
  older software packages that are not buildable with the current autoconf.

  Autoconf is an extensible package of m4 macros that produce shell
  scripts to automatically configure software source code packages.
  These scripts can adapt the packages to many kinds of UNIX-like
  systems without manual user intervention.  Autoconf creates a
  configuration script for a package from a template file that lists the
  operating system features that the package can use, in the form of m4
  macro calls.

  WWW: http://sources.redhat.com/autoconf/
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
  m4: {origin: devel/m4, version: '1.4.16_1,1'}
  autoconf-wrapper: {origin: devel/autoconf-wrapper, version: 20130530}
categories:
- devel
files:
  /usr/local/bin/autoconf-2.13: 5ccce888b03b960a71e57a8e5cf2ecc5c393d9cfe0bbbf19218d664c90dca0ac
  /usr/local/bin/autoheader-2.13: f3cf3938836e59b65a715893b3752cd72c609eb0eeba5f64c70870efcb018b09
  /usr/local/bin/autoreconf-2.13: 101ef1374dce677a09ba75b5967b78172299e8e114d87332ec6d6577968b8e86
  /usr/local/bin/autoscan-2.13: 53abb32cc933597d8bd803d678051c3981995501592ae43ea18b6fc3da7fd283
  /usr/local/bin/autoupdate-2.13: 7c7c2d30943df16972a75e9e9a97e21d43d36d7d4f6573e78e24114d61e48eb5
  /usr/local/bin/ifnames-2.13: 91b1cf8b4b53ceb2f85c35ed4ce12d71daecc07ee8877e8111b3784a018e83e5
  /usr/local/info/autoconf-2.13.info: cb58bf0f27bc73ada5896b7eeef2cc9d1683499e1eb32e9bfaf9f2a94f6496cb
  /usr/local/share/autoconf-2.13/acconfig.h: 7346ea177684158ae095ceedfb336dbfe1079d94fbde240eb66f22db507df18e
  /usr/local/share/autoconf-2.13/acfunctions: 22fc5da9e41562ab86e1f487d786104435751232ded5a58ce6811a6f2e1b5d25
  /usr/local/share/autoconf-2.13/acgeneral.m4: 0c1b203f78959b1e44b8b6b09f8413d93441cd23f7bb08e5512621342796b0e4
  /usr/local/share/autoconf-2.13/acheaders: 50fee5280e01e5687b6539b7936c4091aec31db9f561c5f8204f8411d032d242
  /usr/local/share/autoconf-2.13/acidentifiers: bf3208a99e2f420dbbffe6c828b0521cff658b7f3e1a712e96254e611c030562
  /usr/local/share/autoconf-2.13/acmakevars: 21ce6ad8316bd11cad82844698a5ba0dd33c2d4e1a9138495b305cd3b03d827b
  /usr/local/share/autoconf-2.13/acoldnames.m4: 2e56a23ee8acc209230658ba8971fa55b1a667c52b96d20f8def1047b6ce1739
  /usr/local/share/autoconf-2.13/acprograms: 56f18324687ad146ffdce5ed4cebde4d7b0f1610d397cd72c6d6c20c431fd895
  /usr/local/share/autoconf-2.13/acspecific.m4: 40e85c66d90eb4610a4932fc423ff33f720cc18815159dcf1e36cd5e573fbec2
  /usr/local/share/autoconf-2.13/autoconf.m4: 8850b1923093260cbab19cc5183db0c3115697a0347257bff9578d0259213376
  /usr/local/share/autoconf-2.13/autoconf.m4f: ed07b30d24fded8ce453ce3fa62a6aff50ca5a64bcef76cb737c283d4c4e895d
  /usr/local/share/autoconf-2.13/autoheader.m4: a2bf8e64ea41603362df6e36518e52f42071423b29e8e429d9d9f55b8ece67b7
  /usr/local/share/autoconf-2.13/autoheader.m4f: b99cd0d15d236252331566e297c775c9716a3e0d025ceae958bf5d86f1616a1c
  /usr/local/share/autoconf-2.13/config.guess: 433177717cca2cd8780b51dc140c2f9a3d62c006be1d42cdf2a46e36e7a735b1
  /usr/local/share/autoconf-2.13/config.sub: c0a53c6984809ea4fabc70d36b9f322b7b2b88bc4a9f42860213b12d63a79020
  /usr/local/share/autoconf-2.13/install-sh: 810eb763e74ce800e5e90b8b2500137c45cedc05411f05da36a147d37cc1e20d
directories:
  /usr/local/share/autoconf-2.13/: n
scripts:
  post-install: |
    file=/usr/local/info/autoconf-2.13.info
    install-info --quiet /usr/local/info/autoconf-2.13.info ${file%25/*}/dir
  pre-deinstall: |
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/autoconf-2.13.info
    install-info --quiet --delete /usr/local/info/autoconf-2.13.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
