head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.54;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.04.24.00.54.57;	author swills;	state Exp;
branches;
next	1.15;

1.15
date	2011.10.18.08.45.48;	author jadawin;	state Exp;
branches;
next	1.14;

1.14
date	2011.09.17.06.49.26;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2011.06.20.09.22.14;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2011.04.05.12.56.14;	author jadawin;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.21.19.44.09;	author jadawin;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.05.15.31.06;	author jadawin;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.25.14.00.24;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2009.04.03.11.52.42;	author jadawin;	state Exp;
branches;
next	1.7;

1.7
date	2009.02.19.12.49.24;	author jadawin;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.29.05.27.09;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.30.18;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.11.41;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.25.20.36.36;	author aaron;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.02.14.13.31;	author aaron;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.09.09.14.08;	author flz;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-W3C-LinkChecker
# Date created:				25 November 2004
# Whom:					Aaron Dalton <aaron@@daltons.ca>
#
# $FreeBSD: head/www/p5-W3C-LinkChecker/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	W3C-LinkChecker
PORTVERSION=	4.81
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SCOP
PKGNAMEPREFIX=	p5-

MAINTAINER=	jadawin@@FreeBSD.org
COMMENT=	Checks the validity of links in an HTML or XHTML document

BUILD_DEPENDS=	p5-CSS-DOM>=0.09:${PORTSDIR}/www/p5-CSS-DOM \
		p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \
		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN1=		checklink.1
MANCOMPRESSED=	no

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.16
log
@- Add missing DEPENDS (p5-CSS-DOM)
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS
- Bump PORTREVISION

PR:		ports/166530
Approved by:	maintainer timeout (jadawin, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Update to 4.81
- Changelog: http://cpansearch.perl.org/src/SCOP/W3C-LinkChecker-4.81/NEWS
@
text
@d10 1
d19 8
a26 7
RUN_DEPENDS=	${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.14
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d9 1
a9 1
PORTVERSION=	4.8
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.13
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d29 1
a29 1
PERL_CONFIGURE=	5.8.0+
@


1.12
log
@- Update to 4.8
- Changelog: http://cpansearch.perl.org/src/SCOP/W3C-LinkChecker-4.8/NEWS
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/S/SC/SCOP
@


1.11
log
@- Update to 4.7
- Changelog: http://cpansearch.perl.org/src/SCOP/W3C-LinkChecker-4.7/NEWS
@
text
@d9 1
a9 1
PORTVERSION=	4.7
@


1.10
log
@- Update to 4.6
- Changelog: http://search.cpan.org/src/SCOP/W3C-LinkChecker-4.6/ChangeLog
@
text
@d9 1
a9 1
PORTVERSION=	4.6
@


1.9
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 5).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	4.5
PORTREVISION=	1
@


1.8
log
@- Update to 4.5
@
text
@d10 1
d19 1
a19 2
BUILD_DEPENDS=	${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
		${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \
a23 1
		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
@


1.7
log
@- Update to 4.4
- Take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	4.4
@


1.6
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d9 1
a9 1
PORTVERSION=	4.3
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.4
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.3
log
@Update to v4.3
@
text
@d31 1
a31 1
PERL_CONFIGURE=	yes
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=	requires at least Perl 5.8.  Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@


1.2
log
@- Updated from 4.1 to 4.2.1
- Updated maintainer email address

Approved by: tobez
@
text
@d9 1
a9 1
PORTVERSION=	4.2.1
d33 7
a39 1
.include <bsd.port.mk>
@


1.1
log
@- Add p5-W3C-LinkChecker 4.1, a HTML link validity checker.

PR:		ports/74438
Submitted by:	Aaron Dalton <aaron@@daltons.ca>
Approved by:	pav (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	4.1
d15 1
a15 1
MAINTAINER=	aaron@@daltons.ca
@

