diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 15:33:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 15:33:01 +0000 |
commit | 3d8c9e07cb5c78b62a8a69b1c34de36ecee30d0c (patch) | |
tree | 1bb40eac9fd3b54ec22cf5239a41c4215c99203c | |
parent | 70672b2851520f6d2ab1f7f48610a1a3141b8934 (diff) | |
download | ports-3d8c9e07cb5c78b62a8a69b1c34de36ecee30d0c.tar.gz ports-3d8c9e07cb5c78b62a8a69b1c34de36ecee30d0c.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/webcheck/Makefile | 30 | ||||
-rw-r--r-- | www/webcheck/distinfo | 2 | ||||
-rw-r--r-- | www/webcheck/pkg-descr | 6 | ||||
-rw-r--r-- | www/webcheck/pkg-plist | 66 |
5 files changed, 52 insertions, 53 deletions
diff --git a/www/Makefile b/www/Makefile index b74f5946aa07..e17567a7ba5f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -362,6 +362,7 @@ SUBDIR += web500gw SUBDIR += webalizer SUBDIR += webcopy + SUBDIR += webcheck SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webglimpse diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index c39f4b307ea4..b7981779a749 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -1,40 +1,38 @@ -# New ports collection makefile for: linbot -# Date created: 19 September 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> +# New ports collection makefile for: webcheck +# Date created: 10 May, 2002 +# Whom: Mike Meyer <mwm@mired.org> # # $FreeBSD$ # -PORTNAME= linbot +PORTNAME= webcheck PORTVERSION= 1.0 -PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/www/misc -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .bz2 MAINTAINER= mwm@mired.org USE_PYTHON= YES do-install: - ${MKDIR} ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot + @${MKDIR} ${DATADIR} + ${CP} ${WRKSRC}/*.py ${DATADIR} + ${CP} ${WRKSRC}/*.css ${DATADIR} .for d in plugins schemes - ${MKDIR} ${PREFIX}/share/linbot/${d} - ${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d} + @${MKDIR} ${DATADIR}/${d} + ${CP} ${WRKSRC}/${d}/*.py ${DATADIR}/${d} .endfor - ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot + ${LN} -sf ${DATADIR}/webcheck.py ${PREFIX}/bin/webcheck .ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR} do-build: - ${AWK} '/^Running Linbot/ { output=1 } output' \ + ${AWK} '/^Running Webcheck/ { output=1 } output' \ < ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE .else -NO_BUILD= yeah +NO_BUILD= yes .endif .include <bsd.port.mk> diff --git a/www/webcheck/distinfo b/www/webcheck/distinfo index c15e5bde2b36..be5bd6cbbffb 100644 --- a/www/webcheck/distinfo +++ b/www/webcheck/distinfo @@ -1 +1 @@ -MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345 +MD5 (webcheck-1.0.bz2) = a679bdd35d26f6b1abd237ceba9d14bc diff --git a/www/webcheck/pkg-descr b/www/webcheck/pkg-descr index 1541eb622e90..c59e8f8755f6 100644 --- a/www/webcheck/pkg-descr +++ b/www/webcheck/pkg-descr @@ -1,9 +1,9 @@ -Linbot is the professional Site Management Tool for webmasters. Linbot +Webcheck is the professional Site Management Tool for webmasters. Linbot allows webmasters to view the structure of a site, track down broken links, 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.python.net/crew/marduk/linbot/ +WWW: http://www.mired.org/webcheck/ -Bill Fumerola (billf@chc-chimes.com) +Mike Meyer (mwm@mired.org) diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist index 757627a71d8a..23c82056b1f9 100644 --- a/www/webcheck/pkg-plist +++ b/www/webcheck/pkg-plist @@ -1,33 +1,33 @@ -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 +share/webcheck/config.py +share/webcheck/debugio.py +share/webcheck/htmlparse.py +share/webcheck/httpcodes.py +share/webcheck/webcheck.css +share/webcheck/webcheck.py +share/webcheck/myUrlLib.py +share/webcheck/plugins/__init__.py +share/webcheck/plugins/badlinks.py +share/webcheck/plugins/external.py +share/webcheck/plugins/images.py +share/webcheck/plugins/notchkd.py +share/webcheck/plugins/notitles.py +share/webcheck/plugins/problems.py +share/webcheck/plugins/rptlib.py +share/webcheck/plugins/sitemap.py +share/webcheck/plugins/slow.py +share/webcheck/plugins/whatsnew.py +share/webcheck/plugins/whatsold.py +share/webcheck/robotparser.py +share/webcheck/schemes/__init__.py +share/webcheck/schemes/filelink.py +share/webcheck/schemes/ftplink.py +share/webcheck/schemes/httplink.py +share/webcheck/version.py +%%PORTDOCS%%share/doc/webcheck/USAGE +%%PORTDOCS%%@dirrm share/doc/webcheck +@unexec rm -f %D/share/webcheck/*.py[co] %D/share/webcheck/*/*.py[co] +@dirrm share/webcheck/plugins +@dirrm share/webcheck/schemes +@dirrm share/webcheck +@exec ln -fs %D/share/webcheck/webcheck.py %D/bin/webcheck +@unexec rm %D/bin/webcheck |