View | Details | Raw Unified | Return to bug 37939
Collapse All | Expand All

(-)webcheck/Makefile (-12 / +11 lines)
Lines 2-37 Link Here
2
# $FreeBSD: ports/www/webcheck/Makefile,v 1.13 2001/07/19 16:34:12 mi Exp $
2
# $FreeBSD: ports/www/webcheck/Makefile,v 1.13 2001/07/19 16:34:12 mi Exp $
3
#
3
#
4
4
5
PORTNAME=	linbot
5
PORTNAME=	webcheck
6
PORTVERSION=	1.0
6
PORTVERSION=	1.0
7
PORTREVISION=	3
8
CATEGORIES=	www python
7
CATEGORIES=	www python
9
MASTER_SITES=	${MASTER_SITE_SUNSITE}
8
MASTER_SITES=	http://www.mired.org/webcheck/
10
MASTER_SITE_SUBDIR=	apps/www/misc
9
EXTRACT_SUFX=	.bz2
11
EXTRACT_SUFX=	.tgz
12
10
13
MAINTAINER=	mwm@mired.org
11
MAINTAINER=	mwm@mired.org
14
12
13
USE_BZIP2=	YES
15
USE_PYTHON=	YES
14
USE_PYTHON=	YES
16
15
17
do-install:
16
do-install:
18
	${MKDIR} ${PREFIX}/share/linbot
17
	${MKDIR} ${PREFIX}/share/webcheck
19
	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
18
	${CP} ${WRKSRC}/*.py ${PREFIX}/share/webcheck
20
	${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
19
	${CP} ${WRKSRC}/*.css ${PREFIX}/share/webcheck
21
.for d in plugins schemes
20
.for d in plugins schemes
22
	${MKDIR} ${PREFIX}/share/linbot/${d}
21
	${MKDIR} ${PREFIX}/share/webcheck/${d}
23
	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d}
22
	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/webcheck/${d}
24
.endfor
23
.endfor
25
	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
24
	${LN} -sf ${PREFIX}/share/webcheck/webcheck.py ${PREFIX}/bin/webcheck
26
.ifndef NOPORTDOCS
25
.ifndef NOPORTDOCS
27
	${MKDIR} ${DOCSDIR}
26
	${MKDIR} ${DOCSDIR}
28
	${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR}
27
	${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR}
29
28
30
do-build:
29
do-build:
31
	${AWK} '/^Running Linbot/ { output=1 } output' \
30
	${AWK} '/^Running Webcheck/ { output=1 } output' \
32
		< ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE
31
		< ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE
33
.else
32
.else
34
NO_BUILD=	yeah
33
NO_BUILD=	yeah
(-)webcheck/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345
1
MD5 (webcheck-1.0.bz2) = a679bdd35d26f6b1abd237ceba9d14bc
(-)webcheck/pkg-descr (-3 / +3 lines)
Lines 1-9 Link Here
1
Linbot is the professional Site Management Tool for webmasters. Linbot
1
Webcheck is the professional Site Management Tool for webmasters. Linbot
2
allows webmasters to view the structure of a site, track down broken links,
2
allows webmasters to view the structure of a site, track down broken links,
3
find potentially outdated web pages list links pointing to external sites,
3
find potentially outdated web pages list links pointing to external sites,
4
view portfolio of inline images, get a run-down of problems sorted by
4
view portfolio of inline images, get a run-down of problems sorted by
5
author and to do all this periodically without user intervention.
5
author and to do all this periodically without user intervention.
6
6
7
WWW: http://starship.python.net/crew/marduk/linbot/
7
WWW: http://www.mired.org/webcheck/
8
8
9
Bill Fumerola (billf@chc-chimes.com)
9
Mike Meyer (mwm@mired.org)
(-)webcheck/pkg-plist (-33 / +33 lines)
Lines 1-33 Link Here
1
share/linbot/config.py
1
share/webcheck/config.py
2
share/linbot/debugio.py
2
share/webcheck/debugio.py
3
share/linbot/htmlparse.py
3
share/webcheck/htmlparse.py
4
share/linbot/httpcodes.py
4
share/webcheck/httpcodes.py
5
share/linbot/linbot.css
5
share/webcheck/webcheck.css
6
share/linbot/linbot.py
6
share/webcheck/webcheck.py
7
share/linbot/myUrlLib.py
7
share/webcheck/myUrlLib.py
8
share/linbot/plugins/__init__.py
8
share/webcheck/plugins/__init__.py
9
share/linbot/plugins/badlinks.py
9
share/webcheck/plugins/badlinks.py
10
share/linbot/plugins/external.py
10
share/webcheck/plugins/external.py
11
share/linbot/plugins/images.py
11
share/webcheck/plugins/images.py
12
share/linbot/plugins/notchkd.py
12
share/webcheck/plugins/notchkd.py
13
share/linbot/plugins/notitles.py
13
share/webcheck/plugins/notitles.py
14
share/linbot/plugins/problems.py
14
share/webcheck/plugins/problems.py
15
share/linbot/plugins/rptlib.py
15
share/webcheck/plugins/rptlib.py
16
share/linbot/plugins/sitemap.py
16
share/webcheck/plugins/sitemap.py
17
share/linbot/plugins/slow.py
17
share/webcheck/plugins/slow.py
18
share/linbot/plugins/whatsnew.py
18
share/webcheck/plugins/whatsnew.py
19
share/linbot/plugins/whatsold.py
19
share/webcheck/plugins/whatsold.py
20
share/linbot/robotparser.py
20
share/webcheck/robotparser.py
21
share/linbot/schemes/__init__.py
21
share/webcheck/schemes/__init__.py
22
share/linbot/schemes/filelink.py
22
share/webcheck/schemes/filelink.py
23
share/linbot/schemes/ftplink.py
23
share/webcheck/schemes/ftplink.py
24
share/linbot/schemes/httplink.py
24
share/webcheck/schemes/httplink.py
25
share/linbot/version.py
25
share/webcheck/version.py
26
%%PORTDOCS%%share/doc/linbot/USAGE
26
%%PORTDOCS%%share/doc/webcheck/USAGE
27
%%PORTDOCS%%@dirrm share/doc/linbot/
27
%%PORTDOCS%%@dirrm share/doc/webcheck/
28
@unexec rm -f %D/share/linbot/*.py[co] %D/share/linbot/*/*.py[co]
28
@unexec rm -f %D/share/webcheck/*.py[co] %D/share/webcheck/*/*.py[co]
29
@dirrm share/linbot/plugins
29
@dirrm share/webcheck/plugins
30
@dirrm share/linbot/schemes
30
@dirrm share/webcheck/schemes
31
@dirrm share/linbot
31
@dirrm share/webcheck
32
@exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
32
@exec ln -fs %D/share/webcheck/webcheck.py %D/bin/webcheck
33
@unexec rm %D/bin/linbot
33
@unexec rm %D/bin/webcheck

Return to bug 37939