Add lua50-app 1.70, app framework for Lua 5.0.x.
PR: ports/95968 Submitted by: Andrew Turner <andrew+ports -at- fubar.geek.nz>
This commit is contained in:
parent
bb4fa79ce8
commit
8f9a46bd1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159838
@ -570,6 +570,7 @@
|
||||
SUBDIR += log4sh
|
||||
SUBDIR += looks
|
||||
SUBDIR += lrmi
|
||||
SUBDIR += lua50-app
|
||||
SUBDIR += lua50-compat51
|
||||
SUBDIR += lua50-filename
|
||||
SUBDIR += lua50-posix
|
||||
|
32
devel/lua50-app/Makefile
Normal file
32
devel/lua50-app/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: lua50-app
|
||||
# Date created: 17 April 2006
|
||||
# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= app
|
||||
PORTVERSION= 1.70
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/app/
|
||||
PKGNAMEPREFIX= lua50-
|
||||
DISTFILES= app.lua?rev=${PORTVERSION}
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= andrew+ports@fubar.geek.nz
|
||||
COMMENT= App framework for Lua 5.0.x
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua \
|
||||
${LOCALBASE}/share/lua/5.0/posix.lua:${PORTSDIR}/devel/lua50-posix \
|
||||
${LOCALBASE}/share/lua/5.0/filename.lua:${PORTSDIR}/devel/lua50-filename \
|
||||
${LOCALBASE}/share/lua/5.0/pty.lua:${PORTSDIR}/devel/lua50-pty
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/lua/5.0
|
||||
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/lua/5.0/${DISTFILES:C/\?.*$//}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/lua50-app/distinfo
Normal file
3
devel/lua50-app/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (app.lua?rev=1.70) = 6502b9a053fb48a5990b74b919e0e97e
|
||||
SHA256 (app.lua?rev=1.70) = fc64c6e8f159def4dedfa8d3ff8af0aa16d178f43f2d33d51bb65425d400656e
|
||||
SIZE (app.lua?rev=1.70) = 22208
|
2
devel/lua50-app/pkg-descr
Normal file
2
devel/lua50-app/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
App framework for Lua, inspired by several sources, primarily the
|
||||
Erlang app module.
|
3
devel/lua50-app/pkg-plist
Normal file
3
devel/lua50-app/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
share/lua/5.0/app.lua
|
||||
@dirrmtry share/lua/5.0
|
||||
@dirrmtry share/lua
|
Loading…
Reference in New Issue
Block a user