diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-10 20:03:08 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-10 20:03:08 +0000 |
commit | 6cac6e9199a399e38ee049c3fbe532e567b28288 (patch) | |
tree | 816ac0ce91dd93a9380269d6cd19c64d290f1997 /www/p5-Xango | |
parent | 9e0bbe96f718005864d89ba1a185721a035d2085 (diff) | |
download | ports-6cac6e9199a399e38ee049c3fbe532e567b28288.tar.gz ports-6cac6e9199a399e38ee049c3fbe532e567b28288.zip |
Notes
Diffstat (limited to 'www/p5-Xango')
-rw-r--r-- | www/p5-Xango/Makefile | 34 | ||||
-rw-r--r-- | www/p5-Xango/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Xango/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-Xango/pkg-plist | 12 |
4 files changed, 59 insertions, 0 deletions
diff --git a/www/p5-Xango/Makefile b/www/p5-Xango/Makefile new file mode 100644 index 000000000000..a9684f7cb40c --- /dev/null +++ b/www/p5-Xango/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Xango +# Date created: 2006-07-10 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Xango +PORTVERSION= 1.08 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Event Based High Performance Web Crawler Framework + +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 +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> diff --git a/www/p5-Xango/distinfo b/www/p5-Xango/distinfo new file mode 100644 index 000000000000..9d32d78a7a24 --- /dev/null +++ b/www/p5-Xango/distinfo @@ -0,0 +1,3 @@ +MD5 (Xango-1.08.tar.gz) = 3f17b00e222fc9e9f7f1dd14e4d782b9 +SHA256 (Xango-1.08.tar.gz) = 2394db172a2db24402d5a2bcef884adb03b1e790fa3a68b5f7f74036639433bc +SIZE (Xango-1.08.tar.gz) = 20147 diff --git a/www/p5-Xango/pkg-descr b/www/p5-Xango/pkg-descr new file mode 100644 index 000000000000..018ba042da7c --- /dev/null +++ b/www/p5-Xango/pkg-descr @@ -0,0 +1,10 @@ +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/ diff --git a/www/p5-Xango/pkg-plist b/www/p5-Xango/pkg-plist new file mode 100644 index 000000000000..a96ad6907bf0 --- /dev/null +++ b/www/p5-Xango/pkg-plist @@ -0,0 +1,12 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Xango.pm +%%SITE_PERL%%/Xango/Broker.pm +%%SITE_PERL%%/Xango/Broker/Base.pm +%%SITE_PERL%%/Xango/Broker/Pull.pm +%%SITE_PERL%%/Xango/Broker/Push.pm +%%SITE_PERL%%/Xango/Config.pm +%%SITE_PERL%%/Xango/Job.pm +%%SITE_PERL%%/Xango/Manual/Intro.pod +@dirrmtry %%SITE_PERL%%/Xango/Broker +@dirrmtry %%SITE_PERL%%/Xango/Manual +@dirrmtry %%SITE_PERL%%/Xango |