diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/Makefile | 25 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/pkg-descr | 12 | ||||
-rw-r--r-- | www/p5-HTTP-GHTTP/pkg-plist | 7 |
6 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6f76270..3516a48 100644 --- a/www/Makefile +++ b/www/Makefile @@ -171,6 +171,7 @@ SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Tree + SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA SUBDIR += p5-WWW-Babelfish diff --git a/www/p5-HTTP-GHTTP/Makefile b/www/p5-HTTP-GHTTP/Makefile new file mode 100644 index 0000000..b822161 --- /dev/null +++ b/www/p5-HTTP-GHTTP/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: HTTP::GHTTP +# Date created: 11 Jan 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-GHTTP +PORTVERSION= 1.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= LIBS="-L${LOCALBASE}/lib" INC="-I${LOCALBASE}/include" + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTTP::GHTTP.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-GHTTP/distinfo b/www/p5-HTTP-GHTTP/distinfo new file mode 100644 index 0000000..594ca0a --- /dev/null +++ b/www/p5-HTTP-GHTTP/distinfo @@ -0,0 +1 @@ +MD5 (HTTP-GHTTP-1.02.tar.gz) = ff3d7d1cd76e68cc56d745b7a14eb002 diff --git a/www/p5-HTTP-GHTTP/pkg-comment b/www/p5-HTTP-GHTTP/pkg-comment new file mode 100644 index 0000000..3091ea8 --- /dev/null +++ b/www/p5-HTTP-GHTTP/pkg-comment @@ -0,0 +1 @@ +Perl interface to the gnome ghttp library diff --git a/www/p5-HTTP-GHTTP/pkg-descr b/www/p5-HTTP-GHTTP/pkg-descr new file mode 100644 index 0000000..ef81127 --- /dev/null +++ b/www/p5-HTTP-GHTTP/pkg-descr @@ -0,0 +1,12 @@ +HTTP::GHTTP + +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 is free software distributed under the same terms as Perl itself, +and the code is Copyright AxKit.com Ltd, 2000. diff --git a/www/p5-HTTP-GHTTP/pkg-plist b/www/p5-HTTP-GHTTP/pkg-plist new file mode 100644 index 0000000..f48f4a3 --- /dev/null +++ b/www/p5-HTTP-GHTTP/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTP/GHTTP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/GHTTP.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/GHTTP.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true |