Date: 3 Apr 2002 05:00:41 -0000 From: Mike Meyer <mwm@mired.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36688: [PATCH] linbot is no longer supported Message-ID: <20020403050041.33938.qmail@mired.org>
next in thread | raw e-mail | index | archive | help
>Number: 36688 >Category: ports >Synopsis: [PATCH] linbot is no longer supported >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 02 21:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.5-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.5-STABLE FreeBSD 4.5-STABLE #3: Sun Mar 31 22:25:01 CST 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: Linbot has been unsupported for over two years now because the author was threatened with a lawsuit by the makers of Linkbot. >How-To-Repeat: Try checking any of the references in the documentation. >Fix: Apply the following patch to the linbot port to create the webcheck port, which is linbot + patches. diff -ur linbot/Makefile webcheck/Makefile --- linbot/Makefile Fri Jul 20 20:43:12 2001 +++ webcheck/Makefile Tue Apr 2 22:05:29 2002 @@ -1,16 +1,14 @@ -# 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: 02 April 2002 +# Whom: Mike Meyer <mwm@mired.org> # # $FreeBSD: ports/www/linbot/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 +MASTER_SITES= http://www.mired.org/webcheck/ EXTRACT_SUFX= .tgz MAINTAINER= mwm@mired.org @@ -18,20 +16,20 @@ 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 -ur linbot/distinfo webcheck/distinfo --- linbot/distinfo Fri Apr 21 13:15:23 2000 +++ webcheck/distinfo Tue Apr 2 22:24:47 2002 @@ -1 +1 @@ -MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345 +MD5 (webcheck-1.0.tgz) = 3dd6eeb71bb84427fd8efd1fe62cdfde Only in linbot/files: patch-compat Only in linbot/files: patch-usage diff -ur linbot/pkg-descr webcheck/pkg-descr --- linbot/pkg-descr Sun Sep 17 16:19:30 2000 +++ webcheck/pkg-descr Tue Apr 2 22:06:24 2002 @@ -1,9 +1,9 @@ -Linbot is the professional Site Management Tool for webmasters. Linbot +Webcheck is the professional Site Management Tool for webmasters. Webcheck 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 -ur linbot/pkg-plist webcheck/pkg-plist --- linbot/pkg-plist Sun Jul 15 13:29:52 2001 +++ webcheck/pkg-plist Tue Apr 2 22:06:48 2002 @@ -1,32 +1,32 @@ -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/ -@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/ +@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?20020403050041.33938.qmail>