summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2013-10-02 00:13:10 +0000
committermspo <mspo@pkgsrc.org>2013-10-02 00:13:10 +0000
commit2799a0699a2725b9f411ea9c08a0d55be446f2d4 (patch)
treeb8e9768ffa8d477afe955d7b604649e42af6a84f /net
parent16fd4a4d5031f848e8efa0bd488a0260acf2df00 (diff)
downloadpkgsrc-2799a0699a2725b9f411ea9c08a0d55be446f2d4.tar.gz
update to 1.80
1.80: 2012-02-26 -- FLV streaming plugin (Gosuke Miyashita <gosukenator@gmail.com>) -- New Throttle plugin (Adam Thomason <thomason@reticulatedsplines.net>) -- Force keepalives off when we haven't finished reading a request body, but we are already sending a response. (Jonathan Steinert <hachi@kuiki.net>) -- Add support for Content-MD5 checking on PUT requests to web server services. (Eric Wong <normalperson@yhbt.net>) -- Include an XFFExtras plugin that can add X-Forwarded-Port and X-Forwarded-Proto headers to help proxy backends construct canonical URLs with less configuration. (RT 60260) (Jonathan Steinert <hachi@kuiki.net>) -- Fix perlbal-check's age calculation to get the maximum age of queues across all Perlbals. (Abe Hassan <ahassan@saymedia.com>) -- Add DEFAULT command to allow setting default values for later service tunables (Mark Smith <mark@qq.is>) -- Change IO::Socket::SSL version requirement error to reflect what we actually require. (Jonathan Steinert <hachi@kuiki.net>) -- Completely redo the deps list for perlbal. This addresses an issue exposed when LWP was split into component modules (RT 68490) , plus other subtle issues we've been ignoring or unaware of. (Jonathan Steinert <hachi@kuiki.net>) -- Stop loading Storable, we don't use it (Jonathan Steinert <hachi@kuiki.net>) -- Switch Devel::Peek to an optional requirement (Jonathan Steinert <hachi@kuiki.net>) -- Change perlbal-check to use IO::Socket::INET, not just IO::Socket (Jonathan Steinert <hachi@kuiki.net>) -- Can use PERLBAL_REMOVE_FIELDS=1 to disable fields and improve performance (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>) -- Optimize handling of SET for bool values (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>)
Diffstat (limited to 'net')
-rw-r--r--net/perlbal/Makefile11
-rw-r--r--net/perlbal/distinfo8
2 files changed, 12 insertions, 7 deletions
diff --git a/net/perlbal/Makefile b/net/perlbal/Makefile
index 9403f0d44e4..633374a30fc 100644
--- a/net/perlbal/Makefile
+++ b/net/perlbal/Makefile
@@ -1,16 +1,21 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/10/02 00:13:10 mspo Exp $
#
-DISTNAME= Perlbal-1.79
+DISTNAME= Perlbal-1.80
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO/
+USE_TOOLS+= perl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://danga.com/perlbal/
COMMENT= Very configurable load balancer in perl
LICENSE= ${PERL5_LICENSE}
+REPLACE_PERL+= lib/Perlbal.pm
+REPLACE_PERL+= lib/Perlbal/*.pm
+REPLACE_PERL+= lib/Perlbal/Plugin/*.pm
+REPLACE_PERL+= lib/Perlbal/Test/*.pm
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-IO-AIO>=0:../../devel/p5-IO-AIO
diff --git a/net/perlbal/distinfo b/net/perlbal/distinfo
index b0a1aea6fc2..2913b5c912e 100644
--- a/net/perlbal/distinfo
+++ b/net/perlbal/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/01/31 02:45:46 mspo Exp $
+$NetBSD: distinfo,v 1.2 2013/10/02 00:13:10 mspo Exp $
-SHA1 (Perlbal-1.79.tar.gz) = 2fb7c62b856bf0e529569d3b535d15f0dc1647a0
-RMD160 (Perlbal-1.79.tar.gz) = 9d5b47ef19ac29aa1068f57b6344d790cd968bd4
-Size (Perlbal-1.79.tar.gz) = 194771 bytes
+SHA1 (Perlbal-1.80.tar.gz) = fa494ec29fd3507a481842e023c6c75085a5faa7
+RMD160 (Perlbal-1.80.tar.gz) = 3450b13b369432c87c419352498ffdcbecca692b
+Size (Perlbal-1.80.tar.gz) = 212701 bytes