diff options
author | anders <anders@FreeBSD.org> | 2002-05-19 05:52:55 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-05-19 05:52:55 +0800 |
commit | f08999eea19bcf483cf9fc99c9e6fd306e57c9de (patch) | |
tree | 5a6c45321f2f43f2700cf05210baf6ab1f245f6d /archivers/file-roller/pkg-descr | |
parent | 0cc1be8f6363185d3d8ea4c5a4e8594e7b7d3134 (diff) | |
download | freebsd-ports-gnome-f08999eea19bcf483cf9fc99c9e6fd306e57c9de.tar.gz freebsd-ports-gnome-f08999eea19bcf483cf9fc99c9e6fd306e57c9de.tar.zst freebsd-ports-gnome-f08999eea19bcf483cf9fc99c9e6fd306e57c9de.zip |
Add fileroller, a GNOME archive manager for zip files, tar, etc.
(Something for those that miss WinZip.)
Diffstat (limited to 'archivers/file-roller/pkg-descr')
-rw-r--r-- | archivers/file-roller/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr new file mode 100644 index 000000000000..66b4bc9dd688 --- /dev/null +++ b/archivers/file-roller/pkg-descr @@ -0,0 +1,24 @@ +File Roller is an archive manager for the GNOME environment. Archive manager +means that you can create and modify archives, view the content of an archive, +view a file contained in the archive, and extract files from the archive. + +File Roller is only a front-end (a graphical interface) to archiving programs +like tar and zip. The supported file types are : + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), +bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), +lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +File Roller also has a document viewer based on bonobo that lets you view files +of any type you have a viewer for. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://fileroller.sourceforge.net/ + +- Anders Nordby <anders@FreeBSD.org> |