head	1.12;
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.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2013.03.03.04.16.59;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2013.03.03.01.53.50;	author svnexp;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2010.06.07.21.00.37;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.04.28.05.12.58;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.16.19.13.57;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.16.15.53.15;	author stas;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.16.22.01.36;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.15.08.17.08;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.11.01.17.41;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313317
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Akinori MUSHA aka knu <knu@@idaemons.org>
# $FreeBSD: head/lang/ruby-lua4/Makefile 313317 2013-03-03 01:43:02Z swills $

PORTNAME=	lua
PORTVERSION=	20010921
PORTREVISION=	1
CATEGORIES=	lang ruby
MASTER_SITES=	LOCAL/knu
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A Ruby extension to make Lua script language as a class

DEPRECATED=	Does not work with Ruby 1.9
EXPIRATION_DATE=	2013-05-02

USE_LUA=	4.0
USE_ZIP=	yes

USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes
RUBY_EXTCONF=	luaconf.rb
RUBY_MODNAME=	${PORTNAME}-${LUA_VER}

NO_WRKSUBDIR=	yes
INSTALL_TARGET=	site-install

EXAMPLES=	html_ssi_lua.rb test_*

post-patch:
	@@${REINPLACE_CMD} -Ee 's/[[:<:]](lua(lib)?)[[:>:]]/\1-${LUA_VER}/' \
		${WRKSRC}/${RUBY_EXTCONF}

post-configure:
	@@${REINPLACE_CMD} -Ee 's|^(CPPFLAGS =.*)|\1 -I${LUA_INCDIR}|' \
		${WRKSRC}/${MAKEFILE}

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

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN=	does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313298
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/ruby-lua4/Makefile 313298 2013-03-02 21:01:58Z swills $
d17 1
a17 1
EXPIRATION_DATE=	2012-05-02
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	Ruby/Lua
# Date created:		30 August 2001
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/lang/ruby-lua4/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d16 3
@


1.9
log
@- Mark as broken with Ruby 1.9
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Use LOCAL macro
- Kill 2 dead mirrors in security/ruby-blowfish

With Hat:   ruby@@
@
text
@d51 5
a55 1
.include <bsd.port.mk>
@


1.7
log
@- Send my ruby- ports to ruby@@
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	knu
@


1.6
log
@claim
  - rails
  - lua
  - perl
  - $work
related ones (quick glance)
@
text
@d18 1
a18 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.5
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d18 1
a18 1
MAINTAINER=	ruby@@FreeBSD.org
@


1.4
log
@Update PORTREVISION for previous commits where plist changed.

PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
Pointy hat to:	linimon
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
@
text
@d10 1
@


1.2
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
@a13 1
PKGNAMESUFFIX=	4
d20 1
a20 4
LIB_DEPENDS=	lua.4:${PORTSDIR}/lang/lua4

CONFLICTS=	${RUBY_PKGNAMEPREFIX}lua5-[0-9]*

d26 1
d33 8
@


1.1
log
@Re-add ruby-lua4, which was updated with ruby-lua to support lua 5.x.

Repocopy is not necessary here since lang/ruby-lua is and will be the
mainstream.
@
text
@d18 1
a18 1
MAINTAINER=	knu@@FreeBSD.org
@

