freebsd-ports/www/linbot/pkg-plist
Mikhail Teterin 9befe5ba60 Tidy up ``import'' statements to avoid warnings by the latest Python-2.2.
When de-installing, try removing any .pyc or .pyo files generated by
Python compiler next to the .py files we install.

Not bumping up PORTREVISION, since it still does not work with the new
Python and worked without the fixes with the earlier one.

Submitted by:	maintainer
2002-04-03 16:34:33 +00:00

33 lines
1 KiB
Text

share/linbot/config.py
share/linbot/debugio.py
share/linbot/htmlparse.py
share/linbot/httpcodes.py
share/linbot/linbot.css
share/linbot/linbot.py
share/linbot/myUrlLib.py
share/linbot/plugins/__init__.py
share/linbot/plugins/badlinks.py
share/linbot/plugins/external.py
share/linbot/plugins/images.py
share/linbot/plugins/notchkd.py
share/linbot/plugins/notitles.py
share/linbot/plugins/problems.py
share/linbot/plugins/rptlib.py
share/linbot/plugins/sitemap.py
share/linbot/plugins/slow.py
share/linbot/plugins/whatsnew.py
share/linbot/plugins/whatsold.py
share/linbot/robotparser.py
share/linbot/schemes/__init__.py
share/linbot/schemes/filelink.py
share/linbot/schemes/ftplink.py
share/linbot/schemes/httplink.py
share/linbot/version.py
%%PORTDOCS%%share/doc/linbot/USAGE
%%PORTDOCS%%@dirrm share/doc/linbot/
@unexec rm -f %D/share/linbot/*.py[co] %D/share/linbot/*/*.py[co]
@dirrm share/linbot/plugins
@dirrm share/linbot/schemes
@dirrm share/linbot
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
@unexec rm %D/bin/linbot