Add p5-chklinks 3.06, a non-threaded Perl link checker.
PR: ports/113421 Submitted by: chinsan
This commit is contained in:
parent
bc78cbafa8
commit
c467bc4fc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193322
4 changed files with 43 additions and 0 deletions
|
@ -915,6 +915,7 @@
|
|||
SUBDIR += p5-WebService-YouTube
|
||||
SUBDIR += p5-Xango
|
||||
SUBDIR += p5-Yahoo-Search
|
||||
SUBDIR += p5-chklinks
|
||||
SUBDIR += p5-libapreq
|
||||
SUBDIR += p5-libapreq-static
|
||||
SUBDIR += p5-libapreq2
|
||||
|
|
30
www/p5-chklinks/Makefile
Normal file
30
www/p5-chklinks/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: p5-chklinks
|
||||
# Date created: 2007/06/07
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= chklinks
|
||||
PORTVERSION= 3.06
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Locale/IMACAT
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= A non-threaded Perl link checker
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN1= chklinks.1
|
||||
|
||||
PLIST_FILES= bin/chklinks \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks/.packlist
|
||||
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/chklinks
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-chklinks/distinfo
Normal file
3
www/p5-chklinks/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (chklinks-3.06.tar.gz) = 7877fc7e9985d1ffa812c6f773e8ceb7
|
||||
SHA256 (chklinks-3.06.tar.gz) = 7ff478c6ab33d64ff7b62d5f787ce0e86f0b8ef0d2143dc2c97ca4b66ff15b70
|
||||
SIZE (chklinks-3.06.tar.gz) = 67349
|
9
www/p5-chklinks/pkg-descr
Normal file
9
www/p5-chklinks/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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/
|
Loading…
Reference in a new issue