diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:44:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 12:44:10 +0000 |
commit | c3ce1ddc75fb38dffc019d42295a987ba1620c77 (patch) | |
tree | da17db1f48b35781b37fb35a622c7f764319a3f5 /lang/ruby-lua4 | |
parent | Drop support for ruby-lua4 (diff) |
2013-10-15 www/rubygem-staticmatic: No longer maintained upstream
2013-10-10 www/ruby-nora: Does not work with Ruby 1.9
www/aswiki
2013-10-10 textproc/ruby-amrita: Does not work with Ruby 1.9
2013-10-15 security/flowtag: Does not work with Ruby 1.9
2013-10-10 lang/ruby-lua4: Does not work with Ruby 1.9
2013-10-15 dns/dnsdoctor: Does not work with Ruby 1.9
Notes
Notes:
svn path=/head/; revision=330396
Diffstat (limited to 'lang/ruby-lua4')
-rw-r--r-- | lang/ruby-lua4/Makefile | 55 | ||||
-rw-r--r-- | lang/ruby-lua4/distinfo | 2 | ||||
-rw-r--r-- | lang/ruby-lua4/pkg-descr | 6 | ||||
-rw-r--r-- | lang/ruby-lua4/pkg-plist | 10 |
4 files changed, 0 insertions, 73 deletions
diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile deleted file mode 100644 index 98006f2efb38..000000000000 --- a/lang/ruby-lua4/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -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-10-10 - -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_* - -NO_STAGE= yes -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> diff --git a/lang/ruby-lua4/distinfo b/lang/ruby-lua4/distinfo deleted file mode 100644 index cba6ac7b253f..000000000000 --- a/lang/ruby-lua4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/rubylua-20010921.zip) = c61d6d37687019be503fa1ff4aad1d58f819239a94f0d7689e1299040ad94a0b -SIZE (ruby/rubylua-20010921.zip) = 7745 diff --git a/lang/ruby-lua4/pkg-descr b/lang/ruby-lua4/pkg-descr deleted file mode 100644 index 274d72736e58..000000000000 --- a/lang/ruby-lua4/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby-Lua -- an embebed scripting language for ruby programs - -This is a first attempt to make Lua script language as a class for -ruby, it's very basic right now. - -WWW: http://ruby-lua.unolotiene.com/ diff --git a/lang/ruby-lua4/pkg-plist b/lang/ruby-lua4/pkg-plist deleted file mode 100644 index ca609f492d67..000000000000 --- a/lang/ruby-lua4/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/lua-%%LUA_VER%%.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rubylua.txt -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/html_ssi_lua.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_lua.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_ssi_lua2_2.html -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_ssi_lua3_2.html -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_ssi_lua_2.html -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_ssi_lua_2.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |