          MODULE=progsreiserfs
         VERSION=0.3.0.5
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=http://reiserfs.osdn.org.ua/
   SOURCE_URL[1]=http://reiserfs.linux.kiev.ua/
   SOURCE_URL[2]=$MIRROR_URL
      SOURCE_VFY=sha1:51f8e5651c59f70b58d64849a423eaa727e623f9
        WEB_SITE=http://reiserfs.osdn.org.ua
         ENTERED=20021220
         UPDATED=20080214
           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
