Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2009 20:29:24 GMT
From:      "Jeremy C. Reed" <reed@reedmedia.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135300: update for ports/www/webcheck
Message-ID:  <200906052029.n55KTOXR021861@www.freebsd.org>
Resent-Message-ID: <200906052030.n55KU2DX043343@freefall.freebsd.org>

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

>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 <mwm@mired.org>
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 <bsd.port.mk>
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:



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