mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update to 20010921.
This commit is contained in:
parent
0ff2207253
commit
b8b595632e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48113
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lua
|
||||
PORTVERSION= 20010831
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20010921
|
||||
CATEGORIES= lang ruby
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= knu
|
||||
@ -23,18 +22,19 @@ USE_ZIP= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
RUBY_EXTCONF= luaconf.rb
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
post-extract:
|
||||
${ECHO} 'require "mkmf"' > ${WRKSRC}/extconf.rb
|
||||
${ECHO} 'have_library("lua") &&' >> ${WRKSRC}/extconf.rb
|
||||
${ECHO} ' have_library("lualib") &&' >> ${WRKSRC}/extconf.rb
|
||||
${ECHO} ' create_makefile("lua")' >> ${WRKSRC}/extconf.rb
|
||||
EXAMPLES= html_ssi_lua.rb test_*
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/rubylua.txt ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endif
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/rubylua-20010831.zip) = d1a7f664e38d82751810281813e75d7f
|
||||
MD5 (ruby/rubylua-20010921.zip) = 6dc7663781d4b1ecdd733669693775b3
|
||||
|
@ -1,3 +1,9 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/lua.so
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/lua/rubylua.txt
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/lua
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/html_ssi_lua.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/test_lua.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/test_ssi_lua2_2.html
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/test_ssi_lua3_2.html
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/test_ssi_lua_2.html
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/lua/test_ssi_lua_2.rb
|
||||
|
Loading…
Reference in New Issue
Block a user