summaryrefslogtreecommitdiff
path: root/archivers/unarj/pkg/DESCR
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
commit8b564b5192b294067cb0130be5d93572a73a8d50 (patch)
treeaa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/unarj/pkg/DESCR
parent78879a265da1d7043bcd319b2f1b34fb6177b5de (diff)
downloadpkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/unarj/pkg/DESCR')
-rw-r--r--archivers/unarj/pkg/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/unarj/pkg/DESCR b/archivers/unarj/pkg/DESCR
new file mode 100644
index 00000000000..08a524d8c4d
--- /dev/null
+++ b/archivers/unarj/pkg/DESCR
@@ -0,0 +1,21 @@
+This is an extract only program which allows access to the contents of ARJ
+archives.
+
+ COMMAND SYNTAX:
+
+ UNARJ has been modified to support the four commands: "e", "l", "t",
+ and "x". These are similar to the ARJ version of these commands.
+ However, UNARJ does not create directories when using the "x" command.
+
+ Usage: UNARJ archive[.arj] (list archive)
+ UNARJ e archive (extract archive)
+ UNARJ l archive (list archive)
+ UNARJ t archive (test archive)
+ UNARJ x archive (extract with pathnames)
+
+ UNARJ does not accept any other commands or options. You cannot
+ specify a base directory or select individual files to extract. UNARJ
+ does not support empty directories or volume labels. UNARJ is much
+ slower than ARJ because ARJ is highly optimized using assembly
+ language.
+