---
name: unshield
version: 0.6_1
origin: archivers/unshield
comment: Extract data from InstallShield CAB files
arch: freebsd:9:x86:64
www: http://www.synce.org/oldwiki/index.php/Unshield
maintainer: sunpoet@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 105859
desc: |
  An installer created by the InstallShield software stores the files it will
  install inside of InstallShield Cabinet Files. It would thus be desirable
  to be able to extract the Microsoft Cabinet Files from the InstallShield
  Cabinet Files in order to be able to install the applications without access
  to Microsoft Windows.

  - Use a well known open source license (MIT)
  - Work on both little-endian and big-endian systems
  - Separate the implementation in a tool and a library
  - Support InstallShield versions 5 and later
  - Be able to list contents of InstallShield Cabinet Files
  - Be able to extract files from InstallShield Cabinet Files

  SVN: https://synce.svn.sourceforge.net/svnroot/synce/trunk/unshield/
  WWW: http://www.synce.org/oldwiki/index.php/Unshield
       http://www.synce.org/moin/ComponentOverview
categories: [archivers]
files:
  /usr/local/bin/unshield: fd91508e763223bcf8aee030d160f66ba78d0471fbb3d1cb0d6022e1ef36ef83
  /usr/local/include/libunshield.h: 0ee813f6c40b46b8b72df659bb5ac485622bbfcc1033184b06ff65412f1d8438
  /usr/local/lib/libunshield.a: 1fa4f4eb2928bf1309aa9d6927659e1ca78025e646a5e228ce4af106811ea8ea
  /usr/local/lib/libunshield.la: f72805f8883d2bde99a946c7f52e10db071c967743786ba53ebdfabc6afef98d
  /usr/local/lib/libunshield.so: '-'
  /usr/local/lib/libunshield.so.0: 1f0826cdf6199dac369bcc8c7d2ecf453d9a81d92dc94acabfe0c663870cf8d8
  /usr/local/libdata/pkgconfig/libunshield.pc: 4265a662c8fe511bb416ee5992777eeea4594811cf0f722e6e17e33df803a8ca
  /usr/local/man/man1/unshield.1.gz: 23fae38f180d6e440c711d0efadf430e92171d7b4ff72da04fc624815d5e3859
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
