You can get VerliHub source from tar.bz2 file and compile it. Last version is 0.9.8e-r2
Before compiling Verlihub from Portage you must add the ebuilds from Layman or Subversion; for more information please follow this guide.
From shell just type:
emerge net-p2p/verlihub
Portage will install all depends needed.
Add more features to Verlihub using plugins
Before compiling Lua plugin you have to install Lua library. You can do that by using your system package manager or downloading and compiling it manually from http://www.lua.org/ftp/. Check out this thread aswell, you might be very interested: http://forums.verlihub-project.org/viewtopic.php?f=26&t=4244.
For Gentoo user
emerge net-libs/lua
For Debian user
sudo apt-get install lua51
For Gentoo user, Lua 5.0.x is no longer available in Portage but you can download it from http://www.lua.org/ftp/.
For Debian user
sudo apt-get install lua50
From Gentoo use
emerge net-libs/forbid
From Debian
sudo apt-get install forbid
From Gentoo use
emerge net-libs/chatroom
From Debian
sudo apt-get install chatroom
From Gentoo use
emerge net-libs/iplog
From Debian
sudo apt-get install iplog
From Gentoo use
emerge net-libs/python
From Debian
sudo apt-get install python
From Gentoo use
emerge net-libs/replacer
From Debian
sudo apt-get install replacer
From Gentoo use
emerge net-libs/isp
From Debian
sudo apt-get install isp
From Gentoo use
emerge net-libs/messanger
From Debian
sudo apt-get install messanger
From Gentoo use
emerge net-libs/stats
From Debian
sudo apt-get install stats
Verlihub and plugins source are available on CVS (Concurrent Versions System) from SF.net site; to download it use
cvs -d:pserver:anonymous@verlihub.cvs.sourceforge.net:/cvsroot/verlihub login cvs -z3 -d:pserver:anonymous@verlihub.cvs.sourceforge.net:/cvsroot/verlihub co -P modulename
where modulename is verlihub, chatroom, iplog, etc.
To download older version:
cvs -z1 -d:pserver:anonymous@verlihub.cvs.sf.net:/cvsroot/verlihub checkout -D 2005-02-13 verlihub
For Quick update use:
cvs update make
Otherwise for full update type:
cvs update -C -d ./configure make