initial import of p5-HTTP-GHTTP-1.06

--
This module is a simple interface to the Gnome project's libghttp.

It allows you to make very simple HTTP requests, without the weight
of something like LWP. This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl.  It has full
support for proxy requests and authenticated requests.
This commit is contained in:
avsm 2001-04-09 23:09:59 +00:00
parent 400dc51a91
commit 4a4e750c8c
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/09 23:09:59 avsm Exp $
COMMENT= "perl interface to the Gnome GHTTP library"
DISTNAME= HTTP-GHTTP-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
NEED_VERSION= 1.391
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= ghttp.1::www/libghttp
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTTP-GHTTP-1.06.tar.gz) = ff1c5f9bad20a57a396500c020dcef68
RMD160 (HTTP-GHTTP-1.06.tar.gz) = 528169f0234b4716b6c2d92dffd2bc7e232cbc92
SHA1 (HTTP-GHTTP-1.06.tar.gz) = 879420c896e5f6430e98c373da2b1b01763db51e

View File

@ -0,0 +1,10 @@
This module is a simple interface to the Gnome project's libghttp.
It allows you to make very simple HTTP requests, without the weight
of something like LWP. This makes it very useful in situations where
memory and speed are at a premium, such as mod_perl. It has full
support for proxy requests and authenticated requests.
There is also a command line script, g-request, which is similar
in operation to LWP's lwp-request. Run it without any parameters
to get usage information.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/09 23:09:59 avsm Exp $
bin/g-request
libdata/perl5/site_perl/${ARCH}-openbsd/HTTP/GHTTP.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/HTTP/GHTTP/GHTTP.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/HTTP/GHTTP/GHTTP.so
man/man3/HTTP::GHTTP.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/HTTP/GHTTP