diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 14:54:07 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-05 14:54:07 +0000 |
commit | 5d7549ceb17724361a3e18df190eddbd222b076c (patch) | |
tree | a4a9baca4bf7e2f24ef94f9eb549402066bf5f15 /archivers/unarj | |
parent | 289c1239ca66ff8a896f598ff5ca4ef0061ec0cf (diff) |
Notes
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/unarj/pkg-descr | 21 | ||||
-rw-r--r-- | archivers/unarj/pkg-plist | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/archivers/unarj/pkg-comment b/archivers/unarj/pkg-comment new file mode 100644 index 000000000000..353aa14e7d14 --- /dev/null +++ b/archivers/unarj/pkg-comment @@ -0,0 +1 @@ +unarj version 2.41 - allows files to be extracted from ARJ archives. diff --git a/archivers/unarj/pkg-descr b/archivers/unarj/pkg-descr new file mode 100644 index 000000000000..08a524d8c4d2 --- /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. + diff --git a/archivers/unarj/pkg-plist b/archivers/unarj/pkg-plist new file mode 100644 index 000000000000..89c3ff617396 --- /dev/null +++ b/archivers/unarj/pkg-plist @@ -0,0 +1,2 @@ +@cwd /usr/local +bin/unarj |