head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.12.19.08.52.27;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.21.14.36.51;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2011.10.07.11.22.46;	author culot;	state Exp;
branches;
next	1.15;

1.15
date	2011.09.28.14.07.41;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2011.09.08.13.20.15;	author az;	state Exp;
branches;
next	1.13;

1.13
date	2011.02.28.11.13.15;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2011.02.18.14.56.13;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2010.02.04.09.30.46;	author tobez;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.28.11.46.59;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2009.07.28.11.30.38;	author tobez;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.28.11.23.09;	author tobez;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.15.00.27.18;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.04.02.13.47.41;	author tobez;	state Exp;
branches;
next	1.5;

1.5
date	2009.03.27.22.24.47;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.19.16.54.07;	author jadawin;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.15.10.13.27;	author jadawin;	state Exp;
branches;
next	1.2;

1.2
date	2008.02.12.23.11.15;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.12.08.01.52;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309228
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309228 | jadawin | 2012-12-19 08:48:23 +0000 (Wed, 19 Dec 2012) | 3 lines
## SVN ##
## SVN ## - Update to 0.37
## SVN ## - Changelog: http://cpansearch.perl.org/src/MIYAGAWA/Web-Scraper-0.37/Changes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by:			Gea-Suan Lin <gslin@@gslin.org>
# $FreeBSD: head/www/p5-Web-Scraper/Makefile 309228 2012-12-19 08:48:23Z jadawin $

PORTNAME=	Web-Scraper
PORTVERSION=	0.37
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Web Scraping Toolkit inspired by Scrapi

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTML-Selector-XPath>=0.03:${PORTSDIR}/www/p5-HTML-Selector-XPath \
		p5-HTML-Tagset>0:${PORTSDIR}/www/p5-HTML-Tagset \
		p5-HTML-TreeBuilder-LibXML>=0.04:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \
		p5-HTML-TreeBuilder-XPath>=0.08:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
		p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree \
		p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		p5-URI>0:${PORTSDIR}/net/p5-URI \
		p5-XML-XPathEngine>=0.08:${PORTSDIR}/textproc/p5-XML-XPathEngine \
		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
		p5-libwww>=5.827:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires

PERL_CONFIGURE=	yes

MAN3=		Web::Scraper.3 Web::Scraper::Filter.3 Web::Scraper::LibXML.3

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Web-Scraper
# Date created:		2007-10-27
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Web-Scraper/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.36
@


1.17
log
@- Update to 0.36
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Web-Scraper/Changes
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@@olofsson.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.35
d21 1
a21 1
RUN_DEPENDS=	p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
d32 4
@


1.15
log
@- Update to 0.35

Changes:	http://search.cpan.org/dist/Web-Scraper/Changes
@
text
@d18 1
a18 1
LICENSE=	ART20 GPLv1
@


1.14
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.

With perl@@ hat
@
text
@d9 1
a9 1
PORTVERSION=	0.34
@


1.13
log
@- update to 0.34
- add licenses
- changes: http://cpansearch.perl.org/src/MIYAGAWA/Web-Scraper-0.34/Changes
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/M/MI/MIYAGAWA
d18 3
d33 1
a33 4
PERL_CONFIGURE=	5.8.1+

LICENSE_COMB=	dual
LICENSE=	ART20 GPLv1
@


1.12
log
@- Update to 0.33
@
text
@d9 1
a9 1
PORTVERSION=	0.33
d32 3
@


1.11
log
@Update to 0.32.

Changes:	http://search.cpan.org/dist/Web-Scraper/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.32
d12 1
@


1.10
log
@Hmm, fun with QAT.
@
text
@d9 1
a9 2
PORTVERSION=	0.31
PORTREVISION=	2
@


1.9
log
@Pacify QAT.  Not sure how my own tests did not catch this.
@
text
@d10 1
a10 1
PORTREVISION=	1
d23 1
a23 1
		p5-HTML-TreeBuilder>=3.23:${PORTSDIR}/www/p5-HTML-Tree \
@


1.8
log
@Update to 0.31.

Changes:	http://search.cpan.org/dist/Web-Scraper/Changes
@
text
@d10 1
d18 1
a18 1
RUN_DEPENDS=	p5-HTML-Entities>0:${PORTSDIR}/www/p5-HTML-Parser \
@


1.7
log
@- Update to 0.30

PR:             ports/136692
Submitted by:   TERAMOTO Masahiro <markun@@onohara.to>
Tested by:      Cezary Morga <cm@@therek.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.30
d17 11
a27 12
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/HTTP/Response/Encoding.pm:${PORTSDIR}/www/p5-HTTP-Response-Encoding \
		${SITE_PERL}/HTML/Selector/XPath.pm:${PORTSDIR}/www/p5-HTML-Selector-XPath \
		${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \
		${SITE_PERL}/HTML/TreeBuilder/XPath.pm:${PORTSDIR}/www/p5-HTML-TreeBuilder-XPath \
		${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/XML/XPathEngine.pm:${PORTSDIR}/textproc/p5-XML-XPathEngine \
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
@


1.6
log
@Update to 0.28.
@
text
@d9 1
a9 1
PORTVERSION=	0.28
d32 1
a32 1
MAN3=		Web::Scraper.3 Web::Scraper::Filter.3
@


1.5
log
@- Update to 0.27
@
text
@d9 1
a9 1
PORTVERSION=	0.27
d30 1
a30 1
PERL_CONFIGURE=	yes
@


1.4
log
@- Update to 0.26
@
text
@d9 1
a9 1
PORTVERSION=	0.26
@


1.3
log
@- Update to 0.25
@
text
@d9 1
a9 1
PORTVERSION=	0.25
@


1.2
log
@- Update to 0.12

PR:		120554
Submitted by:	Masahiro Teramoto <markun@@onohara.to> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.24
@


1.1
log
@Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent
Scrapi.

WWW:	http://search.cpan.org/dist/Web-Scraper/

PR:		ports/117554
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
@

