Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 09:26:03 +1200 (NZST)
From:      Andrew Turner <andrew+ports@fubar.geek.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        andrew@fubar.geek.nz
Subject:   ports/95968: New Port: devel/lua50-app Lua application framework
Message-ID:  <20060417212603.9B2ED6112@serv.int.fubar.geek.nz>
Resent-Message-ID: <200604172130.k3HLUFER083042@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95968
>Category:       ports
>Synopsis:       New Port: devel/lua50-app Lua application framework
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 21:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Turner
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD serv.int.fubar.geek.nz 5.4-STABLE FreeBSD 5.4-STABLE #9: Sun Jan 29 12:45:34 NZDT 2006 root@serv.int.fubar.geek.nz:/usr/obj/srctrees/RELENG_5/sys/GENERIC i386


	
>Description:
	devel/lua50-app is a framework to create applications in Lua.
	It is designed to simplify the creation of applications in Lua
>How-To-Repeat:
	
>Fix:

	

--- port-devel-lua50app.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   lua50-app
X# Date created:        17 April 2006
X# Whom:                Andrew Turner <andrew+ports@fubar.geek.nz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	app
XPORTVERSION=	1.70
XCATEGORIES=	devel
XMASTER_SITES=	http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/app/
XPKGNAMEPREFIX=	lua50-
XDISTFILES=	app.lua?rev=${PORTVERSION}
XEXTRACT_ONLY=
X
XMAINTAINER=	andrew+ports@fubar.geek.nz
XCOMMENT=	App framework for Lua 5.0.x
X
XBUILD_DEPENDS=	${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua
XRUN_DEPENDS=	${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua \
X		${LOCALBASE}/share/lua/5.0/posix.lua:${PORTSDIR}/devel/lua50-posix \
X		${LOCALBASE}/share/lua/5.0/filename.lua:${PORTSDIR}/devel/lua50-filename \
X		${LOCALBASE}/share/lua/5.0/pty.lua:${PORTSDIR}/devel/lua50-pty
X
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/lua/5.0
X	${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/lua/5.0/${DISTFILES:C/\?.*$//}
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (app.lua?rev=1.70) = 6502b9a053fb48a5990b74b919e0e97e
XSHA256 (app.lua?rev=1.70) = fc64c6e8f159def4dedfa8d3ff8af0aa16d178f43f2d33d51bb65425d400656e
XSIZE (app.lua?rev=1.70) = 22208
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XApp framework for Lua, inspired by several sources, primarily the
XErlang app module.
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xshare/lua/5.0/app.lua
X@dirrmtry share/lua/5.0
X@dirrmtry share/lua
END-of-pkg-plist
exit
--- port-devel-lua50app.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060417212603.9B2ED6112>