portell README by Ryan (gt3) Kulla.
-----------------------------------
Portell is a Python program that prints detailed information on a port.
All you do is supply a valid FreeBSD port name and portell will find it and 
dump it's associated pkg-descr file to stdout.

usage
-----
-The first time you run portell you need to create a database for quick
lookups. By default the portell.db goes to /var/db/portell.db but you can
change this by setting the PORTELL_PATH environment variable to something 
else. To create /var/db/portell.db type:

	portell.py -u

-Now you can use portell normally from now on. Say you want to know what
"blackbox" is. Simply type: 

	portell.py blackbox 
