Changes between Version 1 and Version 2 of Ticket #65561, comment 15


Ignore:
Timestamp:
Jul 30, 2022, 2:29:37 AM (20 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65561, comment 15

    v1 v2  
    44
    55Crossing my fingers. :-)
     6
     7The updated port provides bug fixes and security updates.  `unalz` seems to work just fine now:
     8
     9
     10{{{
     11bash-3.2$ unalz
     12unalz v0.65 (2009/04/01)
     13Copyright(C) 2004-2009 by kippler@gmail.com (http://www.kipple.pe.kr)
     14
     15Usage : unalz [<switches>...] archive.alz [<file names to extract>...]
     16
     17<switches>
     18  -utf8        : convert filename's codepage to UTF-8 (default)
     19  -cp949       : convert filename's codepage to CP949
     20  -euc-kr      : convert filename's codepage to EUC-KR
     21  -l           : list contents of archive
     22  -d directory : set output directory
     23  -p           : extract files to pipe, no messages
     24  -pwd <pwd>   : set password
     25bash-3.2$
     26bash-3.2$ file /opt/local/bin/unalz
     27/opt/local/bin/unalz: Mach-O universal binary with 2 architectures
     28/opt/local/bin/unalz (for architecture x86_64): Mach-O 64-bit executable x86_64
     29/opt/local/bin/unalz (for architecture i386):   Mach-O executable i386
     30bash-3.2$
     31bash-3.2$ lipo -info  /opt/local/bin/unalz
     32Architectures in the fat file: /opt/local/bin/unalz are: x86_64 i386
     33bash-3.2$
     34}}}
     35 
     36