K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-06-09T19:27:31.322184Z K 7 svn:log V 736 New port: sysutils/wimlib Allows to read and write Windows Imaging (WIM) files and deployment of Windows operating systems. General capabilities: - Apply (extract) a WIM image (wimapply) - Capture (create) a WIM image (wimcapture) - Append, delete, and export WIM images (wimappend, wimdelete, wimexport) - Modify a WIM image (wimupdate) - Extract files or directories from a WIM image (wimextract) - Optimize a WIM archive, removing wasted space and optionally recompressing (wimoptimize) - Split or join a WIM archive (wimsplit, wimjoin) - Mount a WIM image (wimmount, wimmountrw) Sample of usage: http://www.ultimatedeployment.org/win7pxelinux3.html WWW: https://wimlib.net/ PR: 219163 Submitted by: mail_of_sergey@mail.ru END