---------------------------------------------------------------------
before 1.0 |
-----------/

[doc] Update documentation
[doc] Write article
[test] Automatic testuite

Simpler CLI. Remove -i and -u commands and make default behavior
of something like this: ./spkg pkg-1.0-i486-1.tgz
 - pkg does not exist in the package database: install
 - pkg does exist in the package database (not exact version): upgrade
 - pkg does exist in the package database (exact version): nothing (unless --reinstall)

Use it for a month or so instead of pkgtools everywhere and push
rcX releases after each bug is found and fixed.

---------------------------------------------------------------------
post 1.0 |
---------/

- --check command
- --verify command for checking validity of slack packages
  (check for suid binaries and other rights based checks for files,
  enforcing slackware packages policy)
- python bindings
- gui interface
- backward comaptible script extending using special comments for
  pre/post install/update/remove code

[untgz] using blockbuf as writebuf can speedup things slightly on the 
    user side (approx. by some 5%)

install/doinst.sh:

#<I#
#I>#
#U>#
#<U#/etc/rc.d/dnsmasq restart
#R>#/etc/rc.d/dnsmasq stop
#<R#
