summaryrefslogtreecommitdiffstats
path: root/archivers/fileroller/pkg-descr
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 07:21:19 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 07:21:19 +0800
commit5bd04a661d0346b9e80150418bb1f90f57a26a01 (patch)
tree4e0cbd5e4d3e41440c0f4dd5a2e82f290449b84a /archivers/fileroller/pkg-descr
parent30693cfcd3650ef94bdf8561478c0cf58b428b88 (diff)
downloadmarcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar.gz
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar.bz2
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar.lz
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar.xz
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.tar.zst
marcuscom-ports-5bd04a661d0346b9e80150418bb1f90f57a26a01.zip
Add fileroller 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1360 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/fileroller/pkg-descr')
-rw-r--r--archivers/fileroller/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/archivers/fileroller/pkg-descr b/archivers/fileroller/pkg-descr
new file mode 100644
index 000000000..66b4bc9dd
--- /dev/null
+++ b/archivers/fileroller/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>