Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2008 22:33:48 +0400 (MSD)
From:      Timofeev Vladimir <vovkasm@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125342: [NEW PORT] www/p5-AnyEvent-HTTP: Simple but non-blocking HTTP/HTTPS client
Message-ID:  <200807061833.m66IXm4V012096@zoo.rambler.ru>
Resent-Message-ID: <200807061840.m66Ie4Hn016517@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125342
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-AnyEvent-HTTP: Simple but non-blocking HTTP/HTTPS client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 06 18:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Timofeev Vladimir
>Release:        FreeBSD 6.2-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD zoo.rambler.ru 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Thu Feb 15 17:00:27 MSK 2007
>Description:
Implements a simple, stateless and non-blocking HTTP client. It supports GET,
POST and other request methods, cookies and more, all on a very low level.
It can follow redirects supports proxies and automatically limits the number
of connections to the values specified in the RFC.

WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-AnyEvent-HTTP-1.03.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-AnyEvent-HTTP
#	p5-AnyEvent-HTTP/pkg-plist
#	p5-AnyEvent-HTTP/pkg-descr
#	p5-AnyEvent-HTTP/Makefile
#	p5-AnyEvent-HTTP/distinfo
#
echo c - p5-AnyEvent-HTTP
mkdir -p p5-AnyEvent-HTTP > /dev/null 2>&1
echo x - p5-AnyEvent-HTTP/pkg-plist
sed 's/^X//' >p5-AnyEvent-HTTP/pkg-plist << 'END-of-p5-AnyEvent-HTTP/pkg-plist'
X%%SITE_PERL%%/AnyEvent/HTTP.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/HTTP/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/HTTP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
X@dirrmtry %%SITE_PERL%%/AnyEvent
END-of-p5-AnyEvent-HTTP/pkg-plist
echo x - p5-AnyEvent-HTTP/pkg-descr
sed 's/^X//' >p5-AnyEvent-HTTP/pkg-descr << 'END-of-p5-AnyEvent-HTTP/pkg-descr'
XImplements a simple, stateless and non-blocking HTTP client. It supports GET,
XPOST and other request methods, cookies and more, all on a very low level.
XIt can follow redirects supports proxies and automatically limits the number
Xof connections to the values specified in the RFC.
X
XWWW: http://search.cpan.org/perldoc?AnyEvent::HTTP
END-of-p5-AnyEvent-HTTP/pkg-descr
echo x - p5-AnyEvent-HTTP/Makefile
sed 's/^X//' >p5-AnyEvent-HTTP/Makefile << 'END-of-p5-AnyEvent-HTTP/Makefile'
X# New ports collection makefile for:	p5-AnyEvent-HTTP
X# Date created:		06 Jul 2008
X# Whom:			Vladimir Timofeev <vovkasm@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	AnyEvent-HTTP
XPORTVERSION=	1.03
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/M/ML/MLEHMANN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vovkasm@gmail.com
XCOMMENT=	Simple but non-blocking HTTP/HTTPS client
X
XBUILD_DEPENDS=	p5-AnyEvent>=4.14:${PORTSDIR}/devel/p5-AnyEvent
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	AnyEvent::HTTP.3
X
X.include <bsd.port.mk>
END-of-p5-AnyEvent-HTTP/Makefile
echo x - p5-AnyEvent-HTTP/distinfo
sed 's/^X//' >p5-AnyEvent-HTTP/distinfo << 'END-of-p5-AnyEvent-HTTP/distinfo'
XMD5 (AnyEvent-HTTP-1.03.tar.gz) = 3fe4a645a95dd56812830d0a6656c0d9
XSHA256 (AnyEvent-HTTP-1.03.tar.gz) = 1e66f12348569bbc74f9bfd339e20cfcb4ea23180d25cb854d528b7b763ffa7a
XSIZE (AnyEvent-HTTP-1.03.tar.gz) = 8161
END-of-p5-AnyEvent-HTTP/distinfo
exit
--- p5-AnyEvent-HTTP-1.03.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807061833.m66IXm4V012096>