diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 09:12:32 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 09:12:32 +0800 |
commit | ff0a0e5c89db0b54edc82416188a24004478c908 (patch) | |
tree | d94290fc81ca316b39d48af42b07d0c9de1a0fb0 /archivers/file-roller/pkg-descr | |
parent | 67a1b269d25a2ab492314266089856182ebe4fb2 (diff) | |
download | marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar.gz marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar.bz2 marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar.lz marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar.xz marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.tar.zst marcuscom-ports-ff0a0e5c89db0b54edc82416188a24004478c908.zip |
Update to 2.29.3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13283 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/file-roller/pkg-descr')
-rw-r--r-- | archivers/file-roller/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/file-roller/pkg-descr b/archivers/file-roller/pkg-descr new file mode 100644 index 000000000..703a89829 --- /dev/null +++ b/archivers/file-roller/pkg-descr @@ -0,0 +1,21 @@ +File Roller is an archive manager for the GNOME environment. It 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 for which you have a viewer. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://fileroller.sourceforge.net/ + +- Anders Nordby <anders@FreeBSD.org> |