summaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-GHTTP
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-02-11 06:50:52 +0000
committervanilla <vanilla@FreeBSD.org>2001-02-11 06:50:52 +0000
commit442f83a43b3623995a45e141451709d8a7ff140a (patch)
treebcfeaf22419dbebe778873e9abb549426421ab6b /www/p5-HTTP-GHTTP
parent6a008f38a5a6b0d57dab31d1f657ca9286259b15 (diff)
downloadFreeBSD-ports-442f83a43b3623995a45e141451709d8a7ff140a.zip
FreeBSD-ports-442f83a43b3623995a45e141451709d8a7ff140a.tar.gz
New port: HTTP::GHTTP - Perl interface to the gnome ghttp library
PR: ports/24246 Submitted by: Sergey Skvortsov <skv@protey.ru>
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 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
OpenPOWER on IntegriCloud