aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-acefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.9Antoine Brodin2018-05-182-4/+4
| | | | Notes: svn path=/head/; revision=470317
* Update to 0.6.8Antoine Brodin2018-01-022-4/+4
| | | | | | | MFH: 2018Q1 (build fix for mips) Notes: svn path=/head/; revision=457916
* New port: archivers/py-acefileAntoine Brodin2017-12-273-0/+34
acefile is an implementation of the ACE archive format. It is intended to be used as a library, but also provides a stand-alone unace utility. As mostly pure-python implementation, it is significantly slower than native implementations, but more robust against vulnerabilities. This implementation supports up to version 2.0 of the ACE archive format, including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected archives and multi-volume archives. It does not support writing to archives. It is an implementation from scratch, based on the 1998 document titled "Technical information of the archiver ACE v1.2" by Marcel Lemke, using unace 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations. WWW: https://www.roe.ch/acefile Notes: svn path=/head/; revision=457366