head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.08.31.22.36.00;	author eadler;	state dead;
branches;
next	1.6;

1.6
date	2012.06.30.05.30.10;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2012.04.11.20.28.30;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.21.17.39.31;	author eadler;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.20.09.22.15;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.30.24;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.10.20.03.08;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.7
log
@SVN rev 303448 on 2012-08-31 22:36:00Z by eadler

2012-05-11 www/p5-Xango: Removed from CPAN
@
text
@# New ports collection makefile for:	p5-Xango
# Date created:		2006-07-10
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: ports/www/p5-Xango/Makefile,v 1.6 2012/06/30 05:30:10 az Exp $
#

PORTNAME=	Xango
PORTVERSION=	1.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DMAKI
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@@gslin.org
COMMENT=	Event Based High Performance Web Crawler Framework

DEPRECATED=	Removed from CPAN
EXPIRATION_DATE=	2012-05-11

BUILD_DEPENDS=	p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
		p5-POE-Component-Client-DNS>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
		p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=		Xango.3 Xango::Broker.3 Xango::Broker::Base.3 \
		Xango::Broker::Pull.3 Xango::Broker::Push.3 \
		Xango::Config.3 Xango::Job.3 Xango::Manual::Intro.3

.include <bsd.port.mk>
@


1.6
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Mark deprecated since it's gone from CPAN

PR:		ports/166351
Approved by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d21 7
a27 8
BUILD_DEPENDS=	${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
		${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
		${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
		${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
		${SITE_PERL}/POE/Component/Client/HTTP.pm:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
@


1.4
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 3
@


1.3
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
@d26 1
a26 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
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
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/D/DM/DMAKI
@


1.1
log
@Xango is a framework for writing web crawlers. As such, it doesn't do
a whole lot by itself - you need to create custom handlers to do the
grunt work. See the documentation for Xango::Manual::Intro for more
details on how to write your own crawler.

Please note that Xango is still in beta. Some behavior may change as
we keep on developing it.

Author:	Daisuke Maki <dmaki@@cpan.org>
WWW:	http://search.cpan.org/dist/Xango/

PR:		ports/99988
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@

