-------------------------------------------------------
Himerge: A Haskell Graphical User Interface for Emerge.
-------------------------------------------------------
Version: 0.30.36 (Feathered Serpent)
Status: Beta

Dependencies:

The Glasgow Haskell Compiler >= 6.8	http://www.haskell.org/ghc
The GHC Parallel Programming Library	http://www.haskell.org/ghc
Cabal (any version should work fine)	http://www.haskell.org/cabal
The Filepath Haskell library		http://www.haskell.org/ghc
The Posix Regex Backend			http://sourceforge.net/projects/lazy-regex
gtk2hs >= 0.9.12 (darcs version)	http://www.haskell.org/gtk2hs/
gentoolkit >= 0.2.3			http://www.gentoo.org/proj/en/portage/tools/index.xml
portage-utils >= 0.1.28			http://www.gentoo.org

You need to have Cabal installed in your system.
Cabal gets installed with newer versions of GHC,
you also can get a stand-alone version of Cabal 
from http://haskell.org/cabal.

Building:

   $ runhaskell Setup.hs configure
   $ runhaskell Setup.hs build
   # runhaskell Setup.hs install
   (you may need to be root)

*** Note ***************************************************************
Since version 0.30 Himerge uses a special standalone executable to run
privileged operations called 'hima'. This program must have special suid
permissions.

You need to create a group named 'himerge' in the system and add there
the users who will have accesss to run all the himerge privileged features.

These are usually the recommended commands to get hima properly working with
himerge:

	# groupadd himerge
	# usermod -a -G himerge <user>
	# chmod 4111 /path/to/hima

You need to run all the above commands as root user.

After executing these steps all should be correctly setup and the <user> has 
full access to all the himerge operations, including the privileged ones.

Notice that 'root' also needs to be a member of the 'himerge' group to
have full access to the privileged himerge operations.
************************************************************************

Visit the Himerge web-site and wiki for further information and
updates:

	http://www.haskell.org/himerge
	http://www.haskell.org/haskellwiki/Himerge

Use:
	$ himerge

Further Help:
	$ himerge --help

License:
   GPL

Author:
   Luis Francisco Araujo
   araujo@gentoo.org

Mon Dec 22 22:51:39 VET 2008
