head	1.8;
access;
symbols
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2;
locks; strict;
comment	@# @;


1.8
date	2003.10.31.18.40.49;	author knu;	state dead;
branches;
next	1.7;

1.7
date	2003.08.14.12.21.48;	author knu;	state Exp;
branches;
next	1.6;

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

1.5
date	2002.10.06.21.38.32;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.05.10.24.45;	author knu;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.8
log
@Retire the following ports; they have been integrated into ruby18 and
ruby16-shim-ruby18:

	devel/ruby-yaml
	net/ruby-drb
	net/ruby-gserver
	net/ruby-soap
	net/ruby-xmlrpc
	security/ruby-openssl
	sysutils/ruby-devel-logger
	textproc/ruby-rexml
	www/ruby-webrick
@
text
@# New ports collection makefile for:	WEBrick
# Date created:		7 February 2002
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/www/ruby-webrick/Makefile,v 1.7 2003/08/14 12:21:48 knu Exp $
#

PORTNAME=	webrick
PORTVERSION=	1.3.1
CATEGORIES=	www ruby
MASTER_SITES=	http://www.notwork.org/ipr/webrick/src/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	knu@@FreeBSD.org
COMMENT=	An HTTP server toolkit for Ruby

# optional dependencies
#RUN_DEPENDS=	${RUBY_SITELIBDIR}/erb/erb.rb:${PORTSDIR}/textproc/ruby-erb \
#		${RUBY_SITELIBDIR}/openssl.rb:${PORTSDIR}/security/ruby-openssl

USE_RUBY=	yes

NO_BUILD=	yes

DOCS=		ChangeLog README doc/*

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

.include <bsd.port.mk>
@


1.7
log
@Update to 1.3.1.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.3
@


1.5
log
@Use RUBY_MOD*.
@
text
@d16 1
@


1.4
log
@Update to 1.2.3.
@
text
@d30 3
a32 3
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
	${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
d34 1
a34 1
	${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
@


1.3
log
@Update to 1.2.2.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
@


1.2
log
@Update to 1.1.5.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.5
@


1.1
log
@Add ruby-webrick, an HTTP server toolkit for Ruby.  You can write your
custom web server very easily.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.4
@

