head	1.9;
access;
symbols
	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.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2011.06.09.15.45.58;	author bapt;	state dead;
branches;
next	1.8;

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

1.7
date	2007.10.21.19.17.58;	author nox;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.29.15.18.21;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.11.01.17.41;	author linimon;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.9
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/JS
# Date created:		25 February 2003
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/lang/ruby-js/Makefile,v 1.8 2009/06/16 15:53:14 stas Exp $
#

PORTNAME=	js
PORTVERSION=	0.0.4
CATEGORIES=	lang ruby
MASTER_SITES=	http://www.rubyist.net/~tamura/ruby/ruby-js/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby binding to NJS JavaScript Interpreter

LIB_DEPENDS=	js.0:${PORTSDIR}/lang/njs

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

WRKSRC=		${WRKDIR}/JS
INSTALL_TARGET=	site-install

EXAMPLES=	classtest.rb
DOCS_EN=	README.rd
DOCS_JA=	README.rd.ja

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

.include <bsd.port.mk>
@


1.8
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Fix build with GCC 4.2
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Mark as broken with gcc4.2.
@
text
@d46 1
a46 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>
@


1.5
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
@d46 7
a52 1
.include <bsd.port.mk>
@


1.4
log
@Distfiles moved. (www.ruby-lang.org site reorg.)
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.3
log
@Update to 0.0.4.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.ruby-lang.org/~tamura/ruby/ruby-js/
@


1.2
log
@Update to 0.0.3 and unbreak post-install.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.3
@


1.1
log
@Add ruby-js, a Ruby binding to NJS JavaScript Interpreter.
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
d11 1
a11 1
MASTER_SITES=	http://www.ruby-lang.org/~tamura/ruby/
d24 1
d27 3
a29 1
EXAMPLES=	html_ssi_lua.rb test_*
d37 7
a43 2
	${MKDIR} ${RUBY_MODDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/rubylua.txt ${RUBY_MODDOCDIR}/
@

