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:
parent
400dc51a91
commit
4a4e750c8c
23
www/p5-HTTP-GHTTP/Makefile
Normal file
23
www/p5-HTTP-GHTTP/Makefile
Normal 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>
|
3
www/p5-HTTP-GHTTP/files/md5
Normal file
3
www/p5-HTTP-GHTTP/files/md5
Normal 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
|
10
www/p5-HTTP-GHTTP/pkg/DESCR
Normal file
10
www/p5-HTTP-GHTTP/pkg/DESCR
Normal 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.
|
7
www/p5-HTTP-GHTTP/pkg/PLIST
Normal file
7
www/p5-HTTP-GHTTP/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user