head	1.12;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2012.12.04.07.04.23;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.07.17.19.48;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.28.09.54.28;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2012.02.15.05.09.04;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2012.02.12.03.11.35;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.09.02.36.11;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.12.22.18.54.15;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.12.17.15.09.32;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.16.18.57.08;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.12.18.26.05;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.31.08.52.02;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308194
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308194 | sunpoet | 2012-12-04 05:59:24 +0000 (Tue, 04 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Update to 2.8
## SVN ##
## SVN ## Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
# $FreeBSD: head/www/rubygem-net-http-persistent/Makefile 308194 2012-12-04 05:59:24Z sunpoet $

PORTNAME=	net-http-persistent
PORTVERSION=	2.8
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Manages persistent connections using Net::HTTP

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	rubygem-net-http-persistent
# Date created:		2011-10-31
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-net-http-persistent/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	2.7
@


1.10
log
@- Update to 2.7

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 2.6

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.6
@


1.8
log
@- Update to 2.5.2

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d9 1
a9 1
PORTVERSION=	2.5.2
@


1.7
log
@- Update to 2.5.1

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d9 1
a9 1
PORTVERSION=	2.5.1
@


1.6
log
@- Update to 2.5
- Add RG link

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d9 1
a9 1
PORTVERSION=	2.5
@


1.5
log
@- Update to 2.3.3

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
@
text
@d9 1
a9 1
PORTVERSION=	2.3.3
@


1.4
log
@- Remove RUN_DEPENDS: they are actually development dependencies
- Bump PORTREVISION for dependency change
@
text
@d9 1
a9 2
PORTVERSION=	2.3.2
PORTREVISION=	1
@


1.3
log
@- Fix CATEGORIES: it should be rubygems, not ruby

Feature safe:	yes
@
text
@d10 1
a16 3
RUN_DEPENDS=	rubygem-hoe>=2.12:${PORTSDIR}/devel/rubygem-hoe \
		rubygem-minitest>=2.6:${PORTSDIR}/devel/rubygem-minitest

@


1.2
log
@- Update to 2.3.2

Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
Feature safe:	yes
@
text
@d10 1
a10 1
CATEGORIES=	www net ruby
@


1.1
log
@- Add rubygem-net-http-persistent 2.3.1

net-http-persistent manages persistent connections using Net::HTTP plus a speed
fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can
dramatically increase the speed of HTTP. Creating a new HTTP connection for
every request involves an extra TCP round-trip and causes TCP congestion
avoidance negotiation to start over. Net::HTTP supports persistent connections
with some API methods but does not handle reconnection gracefully.
Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.

WWW: https://github.com/drbrain/net-http-persistent
WWW: https://rubygems.org/gems/net-http-persistent
@
text
@d9 1
a9 1
PORTVERSION=	2.3.1
@

