Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

10
www/p5-HTTP-GHTTP/DESCR Normal file
View File

@@ -0,0 +1,10 @@
This is a fairly low level interface to the Gnome project's libghttp,
which allows you to process HTTP requests to HTTP servers. There also
exists a slightly higher level interface - a simple get() function which
takes a URI as a parameter.
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.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:44 wiz Exp $
#
DISTNAME= HTTP-GHTTP-1.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-GHTTP/
COMMENT= Perl interface to the gnome ghttp library
PERL5_PACKLIST= auto/HTTP/GHTTP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../www/libghttp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2010/02/26 18:11:08 joerg Exp $
SHA1 (HTTP-GHTTP-1.07.tar.gz) = ea8db0a43f2a78f376db9b3ed238843c2a2bff94
RMD160 (HTTP-GHTTP-1.07.tar.gz) = b5c37619a4d218561c2496807e88e36b4305a799
Size (HTTP-GHTTP-1.07.tar.gz) = 8205 bytes
SHA1 (patch-aa) = 3fef15e154a84794a89aaf4d96883b660d2c08ed

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2010/02/26 18:11:08 joerg Exp $
--- Makefile.PL.orig 2010-02-26 17:56:40.000000000 +0000
+++ Makefile.PL
@@ -41,7 +41,7 @@ OPT
}
-my $LINK = "$Config{ld} -o conftest $Config{ccflags} -I$Config{incpath} %s $Config{ldflags} conftest.c $Config{libs} %s %s";
+my $LINK = "$Config{ld} -o conftest $Config{ccflags} %s $Config{ldflags} conftest.c $Config{libs} %s %s";
if ($config{LIBS} !~ /\-lghttp/) {
$config{LIBS} .= ' -lghttp';