diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-09-17 21:19:30 +0000 | 
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-09-17 21:19:30 +0000 | 
| commit | 8c52eb080abd2d273c6a8cc6a9bafe7da816dfec (patch) | |
| tree | 0cceeb6d04f8a40044ebf6bb2ad9a407cd2d9546 | |
| parent | Fix rpm dependency issue. (diff) | |
- Install several config files that are required at runtime.
- Update to use new homepage location.
Approved by:	maintainer
Notes
Notes:
    svn path=/head/; revision=32780
| -rw-r--r-- | www/linbot/Makefile | 5 | ||||
| -rw-r--r-- | www/linbot/pkg-descr | 2 | ||||
| -rw-r--r-- | www/linbot/pkg-plist | 18 | ||||
| -rw-r--r-- | www/webcheck/Makefile | 5 | ||||
| -rw-r--r-- | www/webcheck/pkg-descr | 2 | ||||
| -rw-r--r-- | www/webcheck/pkg-plist | 18 | 
6 files changed, 48 insertions, 2 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile index 03bf2c9e128e..d32871fafe34 100644 --- a/www/linbot/Makefile +++ b/www/linbot/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/linbot/pkg-descr b/www/linbot/pkg-descr index 96a8ff97ea0a..1541eb622e90 100644 --- a/www/linbot/pkg-descr +++ b/www/linbot/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/linbot/pkg-plist b/www/linbot/pkg-plist index bba35d7399fc..8fe33fa58873 100644 --- a/www/linbot/pkg-plist +++ b/www/linbot/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 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  | 
