NOTICE: This package has been removed from pkgsrc

./wip/innoextract, Tool to unpack installers created by Inno Setup

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.4, Package name: innoextract-1.4, Maintainer: pkgsrc-users

Inno Setup is a tool to create installers for Microsoft Windows
applications. innoextract allows to extract such installers under
non-windows systems without running the actual installer using
Wine. innoextract currently supports installers created by Inno
Setup 1.2.10 to 5.5.5.


Required to run:
[devel/boost-libs]

Required to build:
[devel/boost-headers]

Master sites:

SHA1: 3fd3ac98c802c72a1f4ae5f6e6a5dca35747ff98
RMD160: 5f9cd26d508ee8f28cedaa619df4108f5f761a9c
Filesize: 147.686 KB

Version history: (Expand)


CVS history: (Expand)


   2015-04-03 11:45:02 by Thomas Klausner | Files touched by this commit (15) | Package removed
Log message:
Remove two packages that were imported to pkgsrc.
   2015-03-25 23:34:42 by Yorick Hardy | Files touched by this commit (1)
Log message:
Generated PLIST.
   2015-03-25 23:33:35 by Yorick Hardy | Files touched by this commit (3)
Log message:
These patches allow configuration to complete.
   2015-03-25 23:31:13 by Yorick Hardy | Files touched by this commit (1)
Log message:
The license is a "zlib" license.
Set the installation dir for manual pages.
Add a cmake flag which allows configuration to progress further
(this probably needs a second look).
   2015-03-24 12:28:28 by Thomas Klausner | Files touched by this commit (5)
Log message:
Import innoextract-1.4 as wip/innoextract.

Inno Setup is a tool to create installers for Microsoft Windows
applications. innoextract allows to extract such installers under
non-windows systems without running the actual installer using
Wine. innoextract currently supports installers created by Inno
Setup 1.2.10 to 5.5.5.

TODO:

Does not compile in pkgsrc due to:

-- Checking compiler flag: -std=c++11
CMake Error at cmake/CompileCheck.cmake:72 (try_compile):
  Attempt at a recursive or nested TRY_COMPILE in directory

    /scratch/nih/innoextract/work/innoextract-1.4

Call Stack (most recent call first):
  cmake/CXX11Check.cmake:41 (check_compile)
  CMakeLists.txt:150 (check_cxx11)