freebsd-ports/www/linbot/pkg-plist
Mikhail Teterin 0a9c19624a RUN_DEPEND on python15 -- the scripts break with the new Python
:-( Can someone look into this, please?

Generate and  install USAGE document (derived  from the author's
INSTALL file). That's the user's  only documentation -- there is
no man-page or meaningfull usage(). Bump up port-revision.

Change maintainership to ports.

Reviewed by:	previous maintainer (billf)
Approved by:	previous maintainer (billf)
2001-07-13 01:51:30 +00:00

33 lines
966 B
Plaintext

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/
@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