diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-14 15:49:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-14 15:49:39 +0000 |
commit | f26daa7f4eb0a3ca08d9a107074d3ba7a9f7913a (patch) | |
tree | d2cca7161e5d8682ccccab78d20ce2c8308f8f65 /sysutils/progsreiserfs/pkg-descr | |
parent | a08800154ba8a4f6fff0686c064cf78ecd333216 (diff) |
Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes:
svn path=/head/; revision=109140
Diffstat (limited to 'sysutils/progsreiserfs/pkg-descr')
-rw-r--r-- | sysutils/progsreiserfs/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/progsreiserfs/pkg-descr b/sysutils/progsreiserfs/pkg-descr new file mode 100644 index 000000000000..95359fafd563 --- /dev/null +++ b/sysutils/progsreiserfs/pkg-descr @@ -0,0 +1,11 @@ +This is a library for reiserfs filesystem access and manipulation. +The primary goal is to develop the nice, full functionality library +wich might be linked against any projects which needed reiserfs filesystem +access. There are GNU Parted, GNU GRUB, Yaboot, Partimage, EVMS, etc. + +progsreiserfs supports versions 3.5, 3.6 with standard and relocated journal. + +WWW: http://reiserfs.osdn.org.ua + +- Florent Thoumie +flz@xbsd.org |