Skip site navigation (1)Skip section navigation (2)
Date:      10 May 2002 21:28:25 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37939: [PATCH] webcheck port is the linbot version.
Message-ID:  <20020510212825.86011.qmail@mired.org>

next in thread | raw e-mail | index | archive | help

>Number:         37939
>Category:       ports
>Synopsis:       [PATCH] webcheck port is the linbot version.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 10 14:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #7: Sun May 5 11:22:45 CDT 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386


>Description:
The webcheck port is still what was repo-copied from linbot.

>How-To-Repeat:
Look at the port, and note that it's got the linbot name scattered all the way through it.

>Fix:

Here's the patch to update it.

diff -ru webcheck.orig/Makefile webcheck/Makefile
--- webcheck.orig/Makefile	Fri Jul 20 20:43:12 2001
+++ webcheck/Makefile	Fri May 10 16:18:31 2002
@@ -2,36 +2,35 @@
 # $FreeBSD: ports/www/webcheck/Makefile,v 1.13 2001/07/19 16:34:12 mi Exp $
 #
 
-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
+MASTER_SITES=	http://www.mired.org/webcheck/
+EXTRACT_SUFX=	.bz2
 
 MAINTAINER=	mwm@mired.org
 
+USE_BZIP2=	YES
 USE_PYTHON=	YES
 
 do-install:
-	${MKDIR} ${PREFIX}/share/linbot
-	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
-	${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
+	${MKDIR} ${PREFIX}/share/webcheck
+	${CP} ${WRKSRC}/*.py ${PREFIX}/share/webcheck
+	${CP} ${WRKSRC}/*.css ${PREFIX}/share/webcheck
 .for d in plugins schemes
-	${MKDIR} ${PREFIX}/share/linbot/${d}
-	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d}
+	${MKDIR} ${PREFIX}/share/webcheck/${d}
+	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/webcheck/${d}
 .endfor
-	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
+	${LN} -sf ${PREFIX}/share/webcheck/webcheck.py ${PREFIX}/bin/webcheck
 .ifndef NOPORTDOCS
 	${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
diff -ru webcheck.orig/distinfo webcheck/distinfo
--- webcheck.orig/distinfo	Fri Apr 21 13:15:23 2000
+++ webcheck/distinfo	Fri May 10 16:16:13 2002
@@ -1 +1 @@
-MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345
+MD5 (webcheck-1.0.bz2) = a679bdd35d26f6b1abd237ceba9d14bc
Only in webcheck.orig: files
diff -ru webcheck.orig/pkg-descr webcheck/pkg-descr
--- webcheck.orig/pkg-descr	Sun Sep 17 16:19:30 2000
+++ webcheck/pkg-descr	Fri May 10 16:11:00 2002
@@ -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 -ru webcheck.orig/pkg-plist webcheck/pkg-plist
--- webcheck.orig/pkg-plist	Wed Apr  3 11:43:42 2002
+++ webcheck/pkg-plist	Fri May 10 16:20:02 2002
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020510212825.86011.qmail>