pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Lite Import p5-HTTP-Lite from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2afe9e2fc179
branches: trunk
changeset: 517788:2afe9e2fc179
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Aug 22 21:46:13 2006 +0000
description:
Import p5-HTTP-Lite from pkgsrc-wip. Packaged by Eric Schnoebelen.
HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl. It is not intended as a replacement for the fully-features
LWP module. Instead, it is intended for use in situations where
it is desirable to install the minimal number of modules to achieve
HTTP support, or where LWP is not a good candidate due to CPU
overhead, such as slower processors. HTTP::Lite is also significantly
faster than LWP.
diffstat:
www/p5-HTTP-Lite/DESCR | 7 +++++++
www/p5-HTTP-Lite/Makefile | 18 ++++++++++++++++++
www/p5-HTTP-Lite/PLIST | 1 +
www/p5-HTTP-Lite/distinfo | 6 ++++++
www/p5-HTTP-Lite/patches/patch-aa | 17 +++++++++++++++++
5 files changed, 49 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 0d91bd3a6c0d -r 2afe9e2fc179 www/p5-HTTP-Lite/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Lite/DESCR Tue Aug 22 21:46:13 2006 +0000
@@ -0,0 +1,7 @@
+HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
+for perl. It is not intended as a replacement for the fully-features
+LWP module. Instead, it is intended for use in situations where
+it is desirable to install the minimal number of modules to achieve
+HTTP support, or where LWP is not a good candidate due to CPU
+overhead, such as slower processors. HTTP::Lite is also significantly
+faster than LWP.
diff -r 0d91bd3a6c0d -r 2afe9e2fc179 www/p5-HTTP-Lite/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Lite/Makefile Tue Aug 22 21:46:13 2006 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $
+
+DISTNAME= HTTP-Lite-2.1.6
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5hl
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER= eric%cirr.com@localhost
+HOMEPAGE= http://search.cpan.org/dist/HTTP-Lite/
+COMMENT= Lightweight HTTP client implementation
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/HTTP/Lite/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0d91bd3a6c0d -r 2afe9e2fc179 www/p5-HTTP-Lite/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Lite/PLIST Tue Aug 22 21:46:13 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $
diff -r 0d91bd3a6c0d -r 2afe9e2fc179 www/p5-HTTP-Lite/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Lite/distinfo Tue Aug 22 21:46:13 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $
+
+SHA1 (HTTP-Lite-2.1.6.tar.gz) = dbba37219eb1628490ef8f7b8aafbc7f1f4223a3
+RMD160 (HTTP-Lite-2.1.6.tar.gz) = a2c95fe592c8ee3686b53a219a14cbb12c4d14ee
+Size (HTTP-Lite-2.1.6.tar.gz) = 276955 bytes
+SHA1 (patch-aa) = 536fe0a864e139b069a26e179993132fece92e9b
diff -r 0d91bd3a6c0d -r 2afe9e2fc179 www/p5-HTTP-Lite/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Lite/patches/patch-aa Tue Aug 22 21:46:13 2006 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/08/22 21:46:13 minskim Exp $
+
+--- test.pl.orig 2003-02-10 15:13:57.000000000 -0600
++++ test.pl
+@@ -42,10 +42,10 @@ to be successful, as one many tests curr
+
+ What is the full URL for the above? Enter 'none' to skip tests.
+ EOF
+-print STDERR "Location: [http://www.thetoybox.org/HTTP-Lite-Tests] ";
++print STDERR "Location: [http://www.toybox.ca/HTTP-Lite-Tests] ";
+ $testpath = <>;
+ chomp($testpath);
+-$testpath = $testpath ? $testpath : "http://www.thetoybox.org/HTTP-Lite-Tests";
++$testpath = $testpath ? $testpath : "http://www.toybox.ca/HTTP-Lite-Tests";
+
+ if ($testpath =~ /\s*'*none'*\s*/)
+ {
Home |
Main Index |
Thread Index |
Old Index