head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.06.18.17.04.49;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2009.06.16.15.53.22;	author stas;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.11.01.18.00;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.23.18.59.31;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.18.23.02.33;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.09.26.02.52.32;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.31.18.52.20;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.18.05.39.35;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.09.18.05.27;	author knu;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Ruby-Div
# Date created:		10 February 2003
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/www/ruby-div/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	div
PORTVERSION=	1.3.2
CATEGORIES=	www ruby
MASTER_SITES=	http://www2a.biglobe.ne.jp/~seki/ruby/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A web application server using dRuby and ERB2

USE_RUBY=	yes
USE_RUBY_FEATURES=	drb erb

NO_BUILD=	yes

do-install:
	cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
	${MKDIR} ${RUBY_MODDOCDIR}
	${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
.endif

.include <bsd.port.mk>
@


1.9
log
@- Update to 1.3.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
@


1.7
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Fix the installer and unbreak.

PR:		ports/74665
Submitted by:	IWATSUKI Hiroyuki <don .at. na.rim.or.jp>
@
text
@d15 1
a15 1
MAINTAINER=	knu@@FreeBSD.org
@


1.5
log
@This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
@
text
@a17 4
BROKEN=		Does not build
EXPIRATION_DATE=2005-02-18
DEPRECATED=	${BROKEN}

@


1.4
log
@BROKEN: Does not build

Approved by:	portmgr (self)
@
text
@d19 2
@


1.3
log
@Update obsolete dependencies with USE_RUBY_FEATURES.
@
text
@d18 2
@


1.2
log
@De-pkg-comment.
@
text
@a17 2
RUN_DEPENDS=	${RUBY_SITELIBDIR}/drb.rb:${PORTSDIR}/net/ruby-drb

d19 1
a19 1
USE_RUBY_FEATURES=	erb
@


1.1
log
@Add ruby-div, a web application server using dRuby and ERB2.
@
text
@d16 1
@

