1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

This module acts as glue between IO::All and LWP, so that files can be

read and written through the network using the convenient IO:All
interface. Note that this module is not used directly: you just use
IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS,
IO::All::FTP, or IO::All::Gopher, which implement the specific
protocols based on IO::All::LWP.

WWW:	http://search.cpan.org/dist/IO-All-LWP/

PR:		ports/133881
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Martin Wilke 2009-04-23 17:44:40 +00:00
parent 6abfdf6db9
commit 8f97134ffb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232608
5 changed files with 52 additions and 0 deletions

View File

@ -1436,6 +1436,7 @@
SUBDIR += p5-IO
SUBDIR += p5-IO-AIO
SUBDIR += p5-IO-All
SUBDIR += p5-IO-All-LWP
SUBDIR += p5-IO-Async
SUBDIR += p5-IO-BufferedSelect
SUBDIR += p5-IO-Capture

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-IO-All-LWP
# Date created: 2009-04-21
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= IO-All-LWP
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= IO::All interface to LWP
RUN_DEPENDS= p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= 5.8.0+
MAN3= IO::All::FTP.3 \
IO::All::HTTP.3 \
IO::All::HTTPS.3 \
IO::All::LWP.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (IO-All-LWP-0.14.tar.gz) = 2971dc7889c0c523237b1fd4488c6cdb
SHA256 (IO-All-LWP-0.14.tar.gz) = 11eba181c589e7fabd0b60518cb704f245bdb3d7eb1d9749f16457f9af7d70aa
SIZE (IO-All-LWP-0.14.tar.gz) = 14529

View File

@ -0,0 +1,8 @@
This module acts as glue between IO::All and LWP, so that files can be
read and written through the network using the convenient IO:All
interface. Note that this module is not used directly: you just use
IO::All, which knows when to autoload IO::All::HTTP, IO::All::HTTPS,
IO::All::FTP, or IO::All::Gopher, which implement the specific
protocols based on IO::All::LWP.
WWW: http://search.cpan.org/dist/IO-All-LWP/

View File

@ -0,0 +1,12 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP/.packlist
%%SITE_PERL%%/IO/All/FTP.pm
%%SITE_PERL%%/IO/All/HTTP.pm
%%SITE_PERL%%/IO/All/HTTPS.pm
%%SITE_PERL%%/IO/All/LWP.pm
%%SITE_PERL%%/IO/All/iocp.pl
@dirrmtry %%SITE_PERL%%/IO/All
@dirrmtry %%SITE_PERL%%/IO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO