head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.05.20.05.18;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.12.02.15.53;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.16.16.57.13;	author swills;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-unicorn
# Date created:		2011-11-16
# Whom:			Steve Wills <swills@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-unicorn/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	unicorn
PORTVERSION=	4.3.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Unicorn is an HTTP server for Rack applications

RUN_DEPENDS=	rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
		rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \
		rubygem-raindrops>=0.7:${PORTSDIR}/www/rubygem-raindrops

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/unicorn bin/unicorn_rails

.include <bsd.port.mk>
@


1.3
log
@- Update to 4.3.1
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 4.2.0

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d9 1
a9 1
PORTVERSION=	4.2.0
d17 2
a18 2
		rubygem-kgio>=2.4:${PORTSDIR}/devel/rubygem-kgio \
		rubygem-raindrops>=0.6:${PORTSDIR}/www/rubygem-raindrops
@


1.1
log
@Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the the request and
response in between Unicorn and slow clients.

WWW:	http://unicorn.bogomips.org/

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	4.1.1
@

