diff options
author | steve <steve@FreeBSD.org> | 2000-09-18 05:19:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-18 05:19:30 +0800 |
commit | 365eb4b8f82f1ed60d39ae934113fd4296dd2b43 (patch) | |
tree | 5f2c13c99232314474a4b8c8e519173aed545a0f /www/webcheck | |
parent | 78b365bb98ec2cc4294c6f47bb962141704d5eaf (diff) | |
download | freebsd-ports-gnome-365eb4b8f82f1ed60d39ae934113fd4296dd2b43.tar.gz freebsd-ports-gnome-365eb4b8f82f1ed60d39ae934113fd4296dd2b43.tar.zst freebsd-ports-gnome-365eb4b8f82f1ed60d39ae934113fd4296dd2b43.zip |
- Install several config files that are required at runtime.
- Update to use new homepage location.
Approved by: maintainer
Diffstat (limited to 'www/webcheck')
-rw-r--r-- | www/webcheck/Makefile | 5 | ||||
-rw-r--r-- | www/webcheck/pkg-descr | 2 | ||||
-rw-r--r-- | www/webcheck/pkg-plist | 18 |
3 files changed, 24 insertions, 1 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index 03bf2c9e128e..d32871fafe34 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -7,6 +7,7 @@ PORTNAME= linbot PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/misc @@ -22,6 +23,10 @@ do-install: ${MKDIR} ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot +.for d in plugins schemes + ${MKDIR} ${PREFIX}/share/linbot/${d} + ${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d} +.endfor ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot .include <bsd.port.mk> diff --git a/www/webcheck/pkg-descr b/www/webcheck/pkg-descr index 96a8ff97ea0a..1541eb622e90 100644 --- a/www/webcheck/pkg-descr +++ b/www/webcheck/pkg-descr @@ -4,6 +4,6 @@ find potentially outdated web pages list links pointing to external sites, view portfolio of inline images, get a run-down of problems sorted by author and to do all this periodically without user intervention. -WWW: http://starship.skyport.net/crew/marduk/linbot/ +WWW: http://starship.python.net/crew/marduk/linbot/ Bill Fumerola (billf@chc-chimes.com) diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist index bba35d7399fc..8fe33fa58873 100644 --- a/www/webcheck/pkg-plist +++ b/www/webcheck/pkg-plist @@ -5,8 +5,26 @@ 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 +@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 |