head	1.16;
access;
symbols
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2011.06.09.15.45.58;	author bapt;	state dead;
branches;
next	1.15;

1.15
date	2011.04.10.20.00.11;	author swills;	state Exp;
branches;
next	1.14;

1.14
date	2009.06.16.15.53.22;	author stas;	state Exp;
branches;
next	1.13;

1.13
date	2009.03.24.06.27.31;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2008.08.20.06.50.58;	author linimon;	state Exp;
branches;
next	1.11;

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

1.10
date	2005.11.11.01.17.59;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2004.12.25.19.37.17;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2004.05.22.18.02.59;	author knu;	state Exp;
branches;
next	1.7;

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

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

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

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

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

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

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


desc
@@


1.16
log
@Remove lang/njs and ports that depends on it, njs has no more public distfile and no more upstream
the other aren't under development anymore

lang/ruby-js
textproc/ruby-xml-script
www/ruby-asp
2011-05-01 lang/njs: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:	Ruby-ASP
# Date created:		23 August 2003
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/www/ruby-asp/Makefile,v 1.15 2011/04/10 20:00:11 swills Exp $
#

PORTNAME=	asp
PORTVERSION=	0.4.1
PORTREVISION=	2
CATEGORIES=	www ruby
MASTER_SITES=	http://gregoire.lejeune.free.fr/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}_${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	An Active Server Pages port to Apache with Ruby scripting

RUN_DEPENDS=	rubygem-xslt>=0.9.8:${PORTSDIR}/textproc/rubygem-xslt \
		${RUBY_SITELIBDIR}/xml/script.rb:${PORTSDIR}/textproc/ruby-xml-script

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

WRKSRC=		${WRKDIR}/ruby-${PORTNAME}

DOCS=		AUTHORS \
		README
EXAMPLES=	tests tests-cgi

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>
@


1.15
log
@- Use textproc/rubygem-xslt instead of textproc/ruby-xslt. It's newer and
  works with Ruby 1.9
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 1
a20 1
RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/xslt_lib.so:${PORTSDIR}/textproc/ruby-xslt \
@


1.13
log
@- Fix build after textproc/ruby-xslt update

Reported by:	pavbot
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Reset nivo+kw+ports.bfa274@@is-root.com due to lack of time to work
on FreeBSD at the moment.

Hat:		portmgr
@
text
@d10 1
d20 1
a20 1
RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/xml/xslt.so:${PORTSDIR}/textproc/ruby-xslt \
@


1.11
log
@- Update to 0.4.1
- Take maintainership

PR:		ports/105272
Submitted by:	maintainer (Nils Vogels)
@
text
@d16 1
a16 1
MAINTAINER=	nivo+kw+ports.bfa274@@is-root.com
@


1.10
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
@d9 1
a9 1
PORTVERSION=	0.3.3
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@Update to 0.3.3.
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.8
log
@Update to 0.3.2.
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d11 1
a11 1
MASTER_SITES=	http://webtime-project.net/ruby-asp/
d19 3
@


1.7
log
@Update to 0.2.9.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.9
@


1.6
log
@Update to 0.2.7.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.7
a20 1
RUBY_SETUP=	install.rb
a23 5
RUBY_RD_FILES=	doc/classes.en.rd \
		doc/install.en.rd \
		doc/subsmatch.en.rd \
		doc/index.en.rd

d25 2
a26 9
		README \
		${RUBY_RD_FILES} \
		${RUBY_RD_HTML_FILES}
EXAMPLES=	tests/*

post-build:
.if !defined(NOPORTDOCS) && defined(RUBY_RD_HTML)
	cd ${BUILD_WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}
.endif
d28 1
a28 5
post-install: doc-install

.include <bsd.port.mk>

doc-install:
d39 2
@


1.5
log
@Update to 0.2.6.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.6
@


1.4
log
@Update to 0.2.5.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.5
@


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


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


1.1
log
@Add ruby-asp, an Active Server Pages port to Apache with Ruby
scripting.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
@

