diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-17 22:57:30 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-17 22:57:30 +0000 |
commit | b16aec708154c2a657fb55d4df1e3aa31e21e3e2 (patch) | |
tree | 1ac766630261dc9a03cb54cea6705e57ca963a7a /archivers/unzip/pkg-descr | |
parent | 87f792546a4221b1fccc6edcf302135506817a1a (diff) | |
download | ports-b16aec708154c2a657fb55d4df1e3aa31e21e3e2.tar.gz ports-b16aec708154c2a657fb55d4df1e3aa31e21e3e2.zip |
Notes
Diffstat (limited to 'archivers/unzip/pkg-descr')
-rw-r--r-- | archivers/unzip/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr new file mode 100644 index 000000000000..5171951acc85 --- /dev/null +++ b/archivers/unzip/pkg-descr @@ -0,0 +1,23 @@ +Unzip will list, test, or extract files from a ZIP archive, commonly +found on MS-DOS systems. The default behavior (with no options) is to +extract into the current directory (and subdirectories below it) all +files from the specified ZIP archive. Unzip is compatible with +archives created by PKWARE's PKZIP, but in many cases the program +options or default behaviors differ. + +Zipinfo lists technical information about files in a ZIP archive, most +commonly found on MS-DOS systems. Such information includes file access +permissions, encryption status, type of compression, version and operating +system or file system of compressing program, and the like. + +Funzip acts as a filter; that is, it assumes that a ZIP archive is +being piped into standard input, and it extracts the first member from +the archive to stdout. If there is an argument, then the input comes +from the specified file instead of from stdin. + +Unzipsfx is a modified version of unzip designed to be prepended to +existing ZIP archives in order to form self-extracting archives. +Instead of taking its first non-flag argument to be the zipfile(s) to +be extracted, unzipsfx seeks itself under the name by which it was +invoked and tests or extracts the contents of the appended archive. + |