summaryrefslogtreecommitdiffstats
path: root/system/isextract/isextract.1
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-05-02 17:18:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-02 17:18:37 +0700
commit0350cdbfb98198bc385d8dea193a502268e0acd4 (patch)
tree93d4b9762ccc4159d1202c37c93421a71d36981e /system/isextract/isextract.1
parent30ceb8604c66686e2c052f2decf3492c2c461356 (diff)
downloadslackbuilds-0350cdbfb98198bc385d8dea193a502268e0acd4.tar.gz
slackbuilds-0350cdbfb98198bc385d8dea193a502268e0acd4.tar.xz
system/isextract: Added (extract v3 InstallShield files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/isextract/isextract.1')
-rw-r--r--system/isextract/isextract.197
1 files changed, 97 insertions, 0 deletions
diff --git a/system/isextract/isextract.1 b/system/isextract/isextract.1
new file mode 100644
index 0000000000..318ac7fabd
--- /dev/null
+++ b/system/isextract/isextract.1
@@ -0,0 +1,97 @@
+.\" Man page generated from reStructuredText.
+.
+.TH ISEXTRACT 1 "2020-04-29" "20141107_5adb0af" "SlackBuilds.org"
+.SH NAME
+isextract \- Extract InstallShield v3 archives
+.
+.nr rst2man-indent-level 0
+.
+.de1 rstReportMargin
+\\$1 \\n[an-margin]
+level \\n[rst2man-indent-level]
+level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
+-
+\\n[rst2man-indent0]
+\\n[rst2man-indent1]
+\\n[rst2man-indent2]
+..
+.de1 INDENT
+.\" .rstReportMargin pre:
+. RS \\$1
+. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
+. nr rst2man-indent-level +1
+.\" .rstReportMargin post:
+..
+.de UNINDENT
+. RE
+.\" indent \\n[an-margin]
+.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.nr rst2man-indent-level -1
+.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
+.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
+..
+.\" RST source for isextract(1) man page. Convert with:
+.
+.\" rst2man.py isextract.rst > isextract.1
+.
+.\" rst2man.py comes from the SBo development/docutils package.
+.
+.\" converting from pod:
+.
+.\" s/B<\([^>]*\)>/**\1**/g
+.
+.\" s/I<\([^>]*\)>/*\1*/g
+.
+.SH SYNOPSIS
+.sp
+isextract [\fIl|x\fP] file.z
+.SH DESCRIPTION
+.sp
+isextract is a command line tool to extract the .z InstallShield v3
+packages many old windows games were distributed as.
+.sp
+The files isextract supports normally have a \fB\&.z\fP extension, and can be
+idenfified by the file command:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+$ file data.z
+data.z: InstallShield Z archive Data
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+\&...or by the hex signature at the start of the file:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+$ head \-c6 data.z | xxd
+00000000: 135d 658c 3a01 .]e.:.
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.SH OPTIONS
+.sp
+\fBl\fP List contents of archive.
+.sp
+\fBx\fP Extract archive to current directory.
+.SH COPYRIGHT
+.sp
+See the file /usr/doc/PRGNAM\-20141107_5adb0af/LICENSE for license information.
+.SH AUTHORS
+.sp
+isextract was written by OmniBlade.
+.sp
+This man page written for the SlackBuilds.org project
+by B. Watson, and is licensed under the WTFPL.
+.SH SEE ALSO
+.sp
+unshield(1), cabextract(1)
+.\" Generated by docutils manpage writer.
+.