head	1.23;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.6;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2011.04.06.07.44.43;	author clsung;	state Exp;
branches;
next	1.21;

1.21
date	2011.03.28.05.30.26;	author clsung;	state Exp;
branches;
next	1.20;

1.20
date	2011.03.03.02.57.37;	author clsung;	state Exp;
branches;
next	1.19;

1.19
date	2010.12.07.19.19.15;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2010.10.06.03.35.37;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2010.09.20.02.08.50;	author clsung;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.06.01.45.00;	author clsung;	state Exp;
branches;
next	1.15;

1.15
date	2010.06.23.18.20.31;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2010.06.06.19.25.10;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2010.05.26.19.51.34;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2009.10.28.09.36.31;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2009.06.11.07.36.08;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.29.14.14.29;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.09.00.11.47;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2009.02.03.01.27.03;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.28.01.14.28;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.28.08.08.49;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.16.07.07.57;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.06.08.58.21;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.01.02.15.20;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2008.01.30.10.28.23;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.24.06.27.00;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# Ports collection makefile for:	thin
# Date created:				24 Jan 2008
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-thin/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	thin
PORTVERSION=	1.2.11
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A fast and very simple Ruby web server

RUN_DEPENDS=	rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
		rubygem-eventmachine>=0.12.6:${PORTSDIR}/devel/rubygem-eventmachine \
		rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/thin

.include <bsd.port.mk>
@


1.22
log
@- Update to 1.2.11
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Update to 1.2.10
@
text
@d8 1
a8 1
PORTVERSION=	1.2.10
@


1.20
log
@- Update to 1.2.8
@
text
@d8 1
a8 1
PORTVERSION=	1.2.8
@


1.19
log
@With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@@.
@
text
@d8 1
a8 2
PORTVERSION=	1.2.7
PORTREVISION=	1
@


1.18
log
@- Fix dependency versions

PR:             ports/150827
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (clsung ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d13 1
a13 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.17
log
@- Update to 1.2.7

PR:		ports/150418
Submitted by:	pgollucci
@
text
@d9 1
d17 1
a17 1
		rubygem-eventmachine>=0.8.1:${PORTSDIR}/devel/rubygem-eventmachine \
@


1.16
log
@- Update to 1.2.6

PR:		ports/150021
Submitted by:	pgollucci
@
text
@d8 1
a8 1
PORTVERSION=	1.2.6
@


1.15
log
@- Update to 1.2.5

PR:             ports/147544
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (clsung; 20 days)

Feature safe:   yes
@
text
@d8 1
a8 1
PORTVERSION=	1.2.5
@


1.14
log
@- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
@
text
@d8 1
a8 1
PORTVERSION=	1.2.4
@


1.13
log
@- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@@
@
text
@d15 1
a15 1
BUILD_DEPENDS=	rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.12
log
@- Update to 1.2.4
@
text
@d10 1
a10 1
MASTER_SITES=	RF
@


1.11
log
@- Update to 1.2.2

PR:		ports/135355
Submitted by:	pgollucci
@
text
@d8 1
a8 1
PORTVERSION=	1.2.2
@


1.10
log
@- Update to 1.2.1

PR:		ports/134687
Submitted by:	pgollucci
@
text
@d8 1
a8 1
PORTVERSION=	1.2.1
@


1.9
log
@- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
@
text
@d8 1
a8 1
PORTVERSION=	1.0.0
d15 1
a15 1
BUILD_DEPENDS=	rubygem-rack>=0.3.0:${PORTSDIR}/www/rubygem-rack \
d22 1
a22 1
RUBYGEM_AUTOPLIST=  yes
@


1.8
log
@- Update to 1.0.0
@
text
@d22 2
a23 9

post-install:
	@@${ECHO} bin/thin > ${TMPPLIST}
	@@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
	@@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
@


1.7
log
@- Update to 0.8.2
@
text
@d8 1
a8 1
PORTVERSION=	0.8.2
@


1.6
log
@- update to 0.8.1
@
text
@d8 1
a8 1
PORTVERSION=	0.8.1
d15 1
a15 1
BUILD_DEPENDS=	rackup:${PORTSDIR}/www/rubygem-rack \
d23 9
@


1.5
log
@- Update to 0.8.0
@
text
@d8 1
a8 1
PORTVERSION=	0.8.0
@


1.4
log
@- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@@innerewut.de> [1] (gems maintainer)
Tested by:	ports@@
@
text
@d8 1
a8 1
PORTVERSION=	0.7.0
@


1.3
log
@- Update to 0.7.0

Changes:
@
text
@d20 4
a23 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@


1.2
log
@- Update to 0.6.1

Changes:
@
text
@d8 1
a8 1
PORTVERSION=	0.6.1
@


1.1
log
@Thin is a Ruby web server that glues together 3 of the best
Ruby libraries in web history:

* the Mongrel parser, the root of Mongrel speed and security
* Event Machine, a network I/O library with extremely high scalability,
  performance and stability
* Rack, a minimal interface between webservers and Ruby frameworks

Which makes it, with all humility, the most secure, stable, fast and
extensible Ruby web server bundled in an easy to use gem for your own
pleasure.

WWW: http://code.macournoyer.com/thin/
@
text
@d8 1
a8 1
PORTVERSION=	0.5.4
@

