freebsd-ports/sysutils/progsreiserfs/pkg-descr
Pav Lucistnik f26daa7f4e 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>
2004-05-14 15:49:39 +00:00

11 lines
427 B
Text

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