Date: Thu, 7 Jun 2007 00:44:16 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113421: [NEW PORT] www/p5-chklinks: A non-threaded Perl link checker Message-ID: <20070606164416.970AE5081D@blog.homiya.com> Resent-Message-ID: <200706061650.l56Go8k7004806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113421 >Category: ports >Synopsis: [NEW PORT] www/p5-chklinks: A non-threaded Perl link checker >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: Wed Jun 06 16:50:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Fri May 11 02:18:47 CST 2007 >Description: chklinks is a Perl link checker. It helps finding broken links on your website. chklinks differs from linkchecker in that chklinks is non- threaded. It does not raises many simultaneously connections for its job. It won't run out of the resources and crash your system in a moment. This is certainly more desirable for most webmasters and users. WWW: http://search.cpan.org/dist/chklinks/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-chklinks-3.04.shar begins here --- # 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: # # p5-chklinks # p5-chklinks/Makefile # p5-chklinks/distinfo # p5-chklinks/pkg-descr # p5-chklinks/pkg-plist # echo c - p5-chklinks mkdir -p p5-chklinks > /dev/null 2>&1 echo x - p5-chklinks/Makefile sed 's/^X//' >p5-chklinks/Makefile << 'END-of-p5-chklinks/Makefile' X# New ports collection makefile for: p5-chklinks X# Date created: 2007/06/07 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= chklinks XPORTVERSION= 3.04 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Locale/IMACAT XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= A non-threaded Perl link checker X XBUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XMAN1= chklinks.1 X X.include <bsd.port.mk> END-of-p5-chklinks/Makefile echo x - p5-chklinks/distinfo sed 's/^X//' >p5-chklinks/distinfo << 'END-of-p5-chklinks/distinfo' XMD5 (chklinks-3.04.tar.gz) = f8319382e9733c289c623c066b015a4d XSHA256 (chklinks-3.04.tar.gz) = 1f6e1d5cf3f4bd1cbd7cfad65a0a33f0c52fdeb532a0ad91d78573422b2e57ce XSIZE (chklinks-3.04.tar.gz) = 64917 END-of-p5-chklinks/distinfo echo x - p5-chklinks/pkg-descr sed 's/^X//' >p5-chklinks/pkg-descr << 'END-of-p5-chklinks/pkg-descr' Xchklinks is a Perl link checker. It helps finding broken links on your Xwebsite. X Xchklinks differs from linkchecker in that chklinks is non- threaded. It does Xnot raises many simultaneously connections for its job. It won't run out of Xthe resources and crash your system in a moment. This is certainly more Xdesirable for most webmasters and users. X XWWW: http://search.cpan.org/dist/chklinks/ END-of-p5-chklinks/pkg-descr echo x - p5-chklinks/pkg-plist sed 's/^X//' >p5-chklinks/pkg-plist << 'END-of-p5-chklinks/pkg-plist' Xbin/chklinks X%%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks END-of-p5-chklinks/pkg-plist exit --- p5-chklinks-3.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070606164416.970AE5081D>