diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
commit | acf0ea91e56aae171a187d17cf2d25d88930076a (patch) | |
tree | 225e4e7a709451114447e92bf3846e1eada9cf59 /devel/gnome-vfs | |
parent | ba137501f6eafae4bf30b6054d8f8684a719d996 (diff) | |
download | marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.gz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.zst marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.zip |
Professionalize the descriptions of the pieces of the GNOME
system. Monkey-bubble's description still makes no sense ::)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/pkg-descr | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr index 81cfcd5dd..03cbc07f6 100644 --- a/devel/gnome-vfs/pkg-descr +++ b/devel/gnome-vfs/pkg-descr @@ -1,14 +1,7 @@ -This is the GNOME Virtual File System. - -GnomeVFS is a filesystem abstraction library allowing applications -plugable transparent access to a variety of "real" filesystems, from -WebDAV to digital cameras, to the local filesystem. It also contains a -number of other convenient file utilities such as a comphrehensive MIME -database / Application registry, and a copy engine. Use of GnomeVFS -ensures that an application or component will be usable by Nautilus or -other GnomeVFS applications for handling the display of data from -various URIs, as well. - -This is the GnomeVFS for the GNOME 2 architecture. +The GNOME Virtual File System allows applications and users to treat +any number of file system concepts as a part of the local filesystem. +With GnomeVFS, filesystems across the internet, on connected devices, +and in multiple formats are as simple to access (and write code for) +as any directory on the local machine. WWW: http://www.gnome.org/ |