zannot _unstable_ port information

Package: zannot
Version: 0.3
Revision: 1013
Depends: zope (>= 2.6.3-1102)
Source: http://www.zope.org/Members/Crouton/ZAnnot/ZAnnot-%v.tgz
Source-MD5: f5bf9ccbe8efd885ed60ecc971316b6a
SourceDirectory: ZAnnot
GCC: 4.0
CompileScript: <<
# Just unpack the distro in the Zope directory and away you go (apparently)
ls
<<

InstallScript: <<
install -d -m 755 %i/lib/zope/lib/python/Products/ZAnnot
/bin/cp -R -L * %i/lib/zope/lib/python/Products/ZAnnot
<<
#
DocFiles: <<
README.txt LICENSE.txt
<<
#
#
PreRmScript: <<
# sample prerm script for Debian python packages
# written 1998 by Gregor Hoffleit
# modified for fink by Kilian Koepsell

PACKAGE=zannot

dpkg --listfiles $PACKAGE |
awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
xargs rm -f >&2

<<
#
PostInstScript: <<
# sample postinst script for Debian python packages
# written 1998 by Gregor Hoffleit
# modified for fink by Kilian Koepsell

# make the Zope instance owned by the www user
chown -R www.admin %p/var/lib/zope/var

<<
#
Description: Annotea extension for Zope Server
DescDetail: <<
ZAnnot provides an annotea server - http://www.w3.org/2001/Annotea - for Zope
servers.
<<
DescUsage: <<
The default web port for Zope is 8080. You can modify this port in the file
/sw/etc/zope/zope.cnf.
The command line option '-P 9000', for example, will make 9080 the web server
port and 9021 the ftp port. See 'man zope-z2' for more details.
<<

License: GPL
Homepage: http://www.zope.com/Members/Crouton/ZAnnot
Maintainer: Charles McCathieNevile