summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-GHTTP
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-02-11 06:50:52 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-02-11 06:50:52 +0000
commit9c459f6dd462f35b40a5c0b26f2d7aee501a913e (patch)
treeca801e3c3a5ea71d3050ab98e5db9fc9f5c202be /www/p5-HTTP-GHTTP
parentUpgrade to version 1.2.1 (diff)
New port: HTTP::GHTTP - Perl interface to the gnome ghttp library
PR: ports/24246 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=38199
Diffstat (limited to 'www/p5-HTTP-GHTTP')
-rw-r--r--www/p5-HTTP-GHTTP/Makefile25
-rw-r--r--www/p5-HTTP-GHTTP/distinfo1
-rw-r--r--www/p5-HTTP-GHTTP/pkg-comment1
-rw-r--r--www/p5-HTTP-GHTTP/pkg-descr12
-rw-r--r--www/p5-HTTP-GHTTP/pkg-plist7
5 files changed, 46 insertions, 0 deletions
diff --git a/www/p5-HTTP-GHTTP/Makefile b/www/p5-HTTP-GHTTP/Makefile
new file mode 100644
index 000000000000..b82216102343
--- /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 000000000000..594ca0a129b8
--- /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 000000000000..3091ea862817
--- /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 000000000000..ef811279dd97
--- /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 000000000000..f48f4a3df65f
--- /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