Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Dec 2001 21:02:30 -0500 (EST)
From:      Matthew Holmes <matt@kerion.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32485: New port: Lua - The Scripting Language
Message-ID:  <20011204020230.BB73154C@beccabug.kerion.net>

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

>Number:         32485
>Category:       ports
>Synopsis:       New port: Lua - The Scripting Language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 03 18:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Holmes
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD beccabug.kerion.net 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Mon Nov 26 19:46:41 EST 2001 root@beccabug.kerion.net:/usr/src/sys/compile/BECCABUG i386
>Description:
Lua - The Scripting Language

A small, powerful, object oriented scripting language.
>How-To-Repeat:
>Fix:
# 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:
#
#	lua
#	lua/Makefile
#	lua/pkg-comment
#	lua/pkg-descr
#	lua/pkg-plist
#	lua/distinfo
#
echo c - lua
mkdir -p lua > /dev/null 2>&1
echo x - lua/Makefile
sed 's/^X//' >lua/Makefile << 'END-of-lua/Makefile'
X# New ports collection makefile for: Lua
X# Date created:		3 December 2001
X# Whom:			matt
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lua
XPORTVERSION=	4.0
XCATEGORIES=	devel
XMASTER_SITES=	http://www.lua.org/ftp/
X
XMAINTAINER=	matt@kerion.net
X
X.include <bsd.port.mk>
X
XWRKSRC=		${WRKDIR}/lua
END-of-lua/Makefile
echo x - lua/pkg-comment
sed 's/^X//' >lua/pkg-comment << 'END-of-lua/pkg-comment'
XThe Lua scripting language
END-of-lua/pkg-comment
echo x - lua/pkg-descr
sed 's/^X//' >lua/pkg-descr << 'END-of-lua/pkg-descr'
XThe Lua scripting a language.
X
XA small, object oriented scripting language great for embedding
Xin larger applications.
X
XWWW: http://www.lua.org
X
X- Matt
X<matt@kerion.net>
END-of-lua/pkg-descr
echo x - lua/pkg-plist
sed 's/^X//' >lua/pkg-plist << 'END-of-lua/pkg-plist'
Xbin/lua
Xbin/luac
Xinclude/lua.h
Xinclude/lauxlib.h
Xinclude/luadebug.h
Xinclude/lualib.h
Xlib/liblua.a
Xlib/liblualib.a
END-of-lua/pkg-plist
echo x - lua/distinfo
sed 's/^X//' >lua/distinfo << 'END-of-lua/distinfo'
XMD5 (lua-4.0.tar.gz) = be11522d46d33a931868c03694aaeeef
END-of-lua/distinfo
exit


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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