Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added utils/mscompress.ico
Binary file not shown.
Binary file added utils/mscompress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions utils/mscompress.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="https://apps.0install.net/utils/mscompress.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>MsCompress</name>
<summary xml:lang="en">MsCompress: compress data using LZ77 algorithm</summary>
<description xml:lang="en">MsCompress is a Microsoft &quot;compress.exe/expand.exe&quot; compatible (de)compressor. This package contains two programs:
•msexpand, which decompresses files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
•mscompress, which compresses files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
</description>
<icon href="https://raw.githubusercontent.com/0install/apps/master/utils/mscompress.ico" type="image/vnd.microsoft.icon"/>
<icon href="https://raw.githubusercontent.com/0install/apps/master/utils/mscompress.png" type="image/png"/>
<category>Utility</category>
<homepage>http://gnuwin32.sourceforge.net/packages/mscompress.htm</homepage>
<needs-terminal/>
<implementation arch="Windows-*" id="sha1new=92a0f1d93751fc37a9632157df0d301b962235d0" license="GPL v2 (GNU General Public License)" released="2004-03-14" version="0.3">
<command name="run" path="bin/mscompress.exe"/>
<command name="msexpand" path="bin/msexpand.exe"/>
<manifest-digest sha256new="4KHEJMCYHH2GHS2WNZEE2TUT4D5VBFKOVXHWR2PSKPB2QOQI4ACQ" />
<archive href="https://sourceforge.net/projects/gnuwin32/files/mscompress/0.3/mscompress-0.3-bin.zip" size="37272" type="application/zip"/>
<archive href="https://github.com/kkeybbs/gnuwin32/blob/master/gnuwin32/mscompress-bin.zip?raw=true" size="37272" type="application/zip"/>
</implementation>
<package-implementation distributions="Gentoo" package="app-arch/mscompress"/>
<package-implementation package="mscompress"/>
<entry-point binary-name="mscompress" command="run">
<needs-terminal/>
<summary xml:lang="en">compresses files using LZ77 compression algorithm.</summary>
<description xml:lang="en">Mscompress reduces the size of the named files using Lempel-Ziv
coding (LZ77). Each input file is compressed to file eding
with underscore and original file remains untouched. Output
files then can be decompressed using Microsoft EXPAND.EXE util-
ity or msexpand(1). In other words, mscompress(1) is binary com-
patible with Microsoft's COMPRESS.EXE
</description>
</entry-point>
<entry-point binary-name="msexpand" command="msexpand">
<needs-terminal/>
<name xml:lang="en">MsExpand</name>
<summary xml:lang="en">decompresses files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files) </summary>
<description xml:lang="en"> Msexpand decompress files compressed using mscompress(1) or
Microsoft COMPRESS.EXE utility (e.g. Windows 3.x installation
files). If no files are specified, the standard input is decom-
pressed to the standard output.</description>
</entry-point>
</interface>