diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-22 22:29:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-22 22:29:25 +0800 |
commit | 24a890829d6af952e3923ee2d72c2444185c36fa (patch) | |
tree | 8d2e8d33f44d3f0478596736e9dafaff6640ad52 /sysutils/fusefs-sqlfs/pkg-descr | |
parent | 794204ba0dad2213a9f6c9f76c77064b9508d935 (diff) | |
download | freebsd-ports-gnome-24a890829d6af952e3923ee2d72c2444185c36fa.tar.gz freebsd-ports-gnome-24a890829d6af952e3923ee2d72c2444185c36fa.tar.zst freebsd-ports-gnome-24a890829d6af952e3923ee2d72c2444185c36fa.zip |
Add fusefs-sqlfs 20060811, SQLite backed FUSE file system.
PR: ports/102271
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'sysutils/fusefs-sqlfs/pkg-descr')
-rw-r--r-- | sysutils/fusefs-sqlfs/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/fusefs-sqlfs/pkg-descr b/sysutils/fusefs-sqlfs/pkg-descr new file mode 100644 index 000000000000..954b32d26c93 --- /dev/null +++ b/sysutils/fusefs-sqlfs/pkg-descr @@ -0,0 +1,9 @@ +The sqlfs filesystem implements a POSIX style file system on top of an SQLite +database. It allows applications to have access to a full read/write +file system in a single file, complete with its own file hierarchy and name +space. This is useful for applications which needs structured storage, such +as embedding documents within documents, or management of configuration +data or preferences. + +Author: Palmsource, Inc. An Access Company +WWW: http://www.palmsource.com/opensource/ |