From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 6 16:50:08 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4C7F16A46B for ; Wed, 6 Jun 2007 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C5B9613C457 for ; Wed, 6 Jun 2007 16:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l56Go8Rf004807 for ; Wed, 6 Jun 2007 16:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l56Go8k7004806; Wed, 6 Jun 2007 16:50:08 GMT (envelope-from gnats) Resent-Date: Wed, 6 Jun 2007 16:50:08 GMT Resent-Message-Id: <200706061650.l56Go8k7004806@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, chinsan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC5C416A477 for ; Wed, 6 Jun 2007 16:44:21 +0000 (UTC) (envelope-from chinsan@blog.homiya.com) Received: from blog.homiya.com (blog.homiya.com [61.67.220.71]) by mx1.freebsd.org (Postfix) with ESMTP id BE2D813C46E for ; Wed, 6 Jun 2007 16:44:21 +0000 (UTC) (envelope-from chinsan@blog.homiya.com) Received: by blog.homiya.com (Postfix, from userid 1001) id 970AE5081D; Thu, 7 Jun 2007 00:44:16 +0800 (CST) Message-Id: <20070606164416.970AE5081D@blog.homiya.com> Date: Thu, 7 Jun 2007 00:44:16 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/113421: [NEW PORT] www/p5-chklinks: A non-threaded Perl link checker 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: Wed, 06 Jun 2007 16:50:09 -0000 >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 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: