From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 5 20:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDFB01065679 for ; Fri, 5 Jun 2009 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B90978FC08 for ; Fri, 5 Jun 2009 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n55KU2FK043344 for ; Fri, 5 Jun 2009 20:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n55KU2DX043343; Fri, 5 Jun 2009 20:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jun 2009 20:30:02 GMT Resent-Message-Id: <200906052030.n55KU2DX043343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jeremy C. Reed" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3CD10656AA for ; Fri, 5 Jun 2009 20:29:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9758E8FC0C for ; Fri, 5 Jun 2009 20:29:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n55KTO6L021862 for ; Fri, 5 Jun 2009 20:29:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n55KTOXR021861; Fri, 5 Jun 2009 20:29:24 GMT (envelope-from nobody) Message-Id: <200906052029.n55KTOXR021861@www.freebsd.org> Date: Fri, 5 Jun 2009 20:29:24 GMT From: "Jeremy C. Reed" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135300: update for ports/www/webcheck X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2009 20:30:03 -0000 >Number: 135300 >Category: ports >Synopsis: update for ports/www/webcheck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 05 20:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jeremy C. Reed >Release: >Organization: >Environment: >Description: ports/www/webcheck is old. Website says has new maintainer. I updated it and used it. It works for me. Attached is a small tarball with: drwxr-xr-x 2 root wheel 0 Jun 5 15:20 www/webcheck -rw-r--r-- 1 root wheel 1283 Jun 5 12:48 www/webcheck/Makefile -rw-r--r-- 1 root wheel 201 Jun 5 12:22 www/webcheck/distinfo -rw-r--r-- 1 root wheel 425 May 15 2002 www/webcheck/pkg-descr -rw-r--r-- 1 root wheel 1622 Jun 5 12:48 www/webcheck/pkg-plist I didn't change the MAINTAINER. I assume that should be done too. Maybe pkg-descr could be improved too. (I changed the tgz file to a shar file so I could upload it using this send-pr.html interface.) >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg-descr # ./Makefile # ./distinfo # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XWebcheck is the professional Site Management Tool for webmasters. Linbot Xallows webmasters to view the structure of a site, track down broken links, Xfind potentially outdated web pages list links pointing to external sites, Xview portfolio of inline images, get a run-down of problems sorted by Xauthor and to do all this periodically without user intervention. X XWWW: http://www.mired.org/webcheck/ X XMike Meyer (mwm@mired.org) END-of-./pkg-descr echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: webcheck X# Date created: 10 May, 2002 X# Whom: Mike Meyer X# X# $FreeBSD: ports/www/webcheck/Makefile,v 1.19 2003/02/21 14:01:34 knu Exp $ X# X XPORTNAME= webcheck XPORTVERSION= 1.10.3 XCATEGORIES= www python XMASTER_SITES= http://ch.tudelft.nl/~arthur/webcheck/ XEXTRACT_SUFX= .tar.gz X XMAINTAINER= mwm@mired.org XCOMMENT= View structure of a web site, get a list of problems like broken links X XUSE_PYTHON= YES X#.if defined(NOPORTDOCS) XNO_BUILD= YES X#.endif X XMAN1= webcheck.1 X X# what about fancytooltips? X Xdo-install: X @${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/*.py ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/*.css ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/favicon.ico ${DATADIR} X.for d in parsers parsers/html plugins schemes X @${MKDIR} ${DATADIR}/${d} X ${INSTALL_DATA} ${WRKSRC}/${d}/*.py ${DATADIR}/${d} X.endfor X @${MKDIR} ${DATADIR}/fancytooltips X ${INSTALL_DATA} ${WRKSRC}/fancytooltips/* ${DATADIR}/fancytooltips X ${INSTALL_SCRIPT} ${WRKSRC}/webcheck.py ${DATADIR} X ${LN} -sf ${DATADIR}/webcheck.py ${PREFIX}/bin/webcheck X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X @${INSTALL_MAN} ${WRKSRC}/webcheck.1 ${MANPREFIX}/man/man1 X X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (webcheck-1.10.3.tar.gz) = efb86b009099b71827d9131e13c0db81 XSHA256 (webcheck-1.10.3.tar.gz) = 85e2d56eb8da8bc946dd00278f80893f74b64416c2d292bf13016f29574f068c XSIZE (webcheck-1.10.3.tar.gz) = 85803 END-of-./distinfo echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xshare/webcheck/config.py Xshare/webcheck/crawler.py Xshare/webcheck/debugio.py Xshare/webcheck/myurllib.py Xshare/webcheck/serialize.py Xshare/webcheck/webcheck.py Xshare/webcheck/webcheck.css Xshare/webcheck/favicon.ico Xshare/webcheck/fancytooltips/fancytooltips.js Xshare/webcheck/fancytooltips/readme.txt Xshare/webcheck/fancytooltips/fancytooltips.css Xshare/webcheck/parsers/__init__.py Xshare/webcheck/parsers/css.py Xshare/webcheck/parsers/html/__init__.py Xshare/webcheck/parsers/html/beautifulsoup.py Xshare/webcheck/parsers/html/calltidy.py Xshare/webcheck/parsers/html/htmlparser.py Xshare/webcheck/plugins/__init__.py Xshare/webcheck/plugins/about.py Xshare/webcheck/plugins/anchors.py Xshare/webcheck/plugins/badlinks.py Xshare/webcheck/plugins/external.py Xshare/webcheck/plugins/images.py Xshare/webcheck/plugins/new.py Xshare/webcheck/plugins/notchkd.py Xshare/webcheck/plugins/notitles.py Xshare/webcheck/plugins/old.py Xshare/webcheck/plugins/problems.py Xshare/webcheck/plugins/sitemap.py Xshare/webcheck/plugins/size.py Xshare/webcheck/plugins/urllist.py Xshare/webcheck/schemes/__init__.py Xshare/webcheck/schemes/file.py Xshare/webcheck/schemes/ftp.py Xshare/webcheck/schemes/http.py Xshare/webcheck/schemes/https.py X%%PORTDOCS%%share/doc/webcheck/README X%%PORTDOCS%%@dirrm share/doc/webcheck X@unexec rm -f %D/share/webcheck/*.py[co] %D/share/webcheck/*/*.py[co] X@dirrm share/webcheck/plugins X@dirrm share/webcheck/schemes X@dirrm share/webcheck/parsers/html X@dirrm share/webcheck/parsers X@dirrm share/webcheck/fancytooltips/ X@dirrm share/webcheck X@exec ln -fs %D/share/webcheck/webcheck.py %D/bin/webcheck X@unexec rm %D/bin/webcheck X END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: