          MODULE=progsreiserfs
         VERSION=0.3.1-rc8
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://reiserfs.osdn.org.ua/snapshots/$SOURCE
   SOURCE_URL[1]=http://reiserfs.linux.kiev.ua/snapshots/$SOURCE
        WEB_SITE=http://reiserfs.osdn.org.ua
         ENTERED=20021220
         UPDATED=20021220
           SHORT="library for reiserfs filesystem access and manipulation."
cat << EOF
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.

The second goal is high maintainability source code.

The third goal is to develop an alternative set of the reiserfsprogs as 
small and nice frontends to this library.

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. four progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
   resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
EOF
