update to 5.0.2, from pedro martelletto (maintainer)
This commit is contained in:
parent
789ddb290e
commit
83ea375ed6
@ -1,18 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/12/03 00:56:43 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/04/08 01:44:41 jolan Exp $
|
||||
|
||||
COMMENT= "powerful, light-weight programming language"
|
||||
|
||||
DISTNAME= lua-5.0
|
||||
DISTNAME= lua-5.0.2
|
||||
CATEGORIES= lang
|
||||
|
||||
MASTER_SITES= http://www.lua.org/ftp/ \
|
||||
http://www.tecgraf.puc-rio.br/lua/ftp/ \
|
||||
http://ftp.gwdg.de/pub/languages/lua/ \
|
||||
http://mirrors.sunsite.dk/lua/ \
|
||||
http://ftp.ntua.gr/pub/lang/lua/ \
|
||||
http://ftp.chg.ru/pub/lang/lua/
|
||||
|
||||
HOMEPAGE= http://www.lua.org/
|
||||
|
||||
MAINTAINER= Pedro Martelletto <pbastos@rdc.puc-rio.br>
|
||||
MAINTAINER= Pedro Martelletto <pbastos@inf.puc-rio.br>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lua-5.0.tar.gz) = 6f14803fad389fb1cb15d17edfeddd91
|
||||
RMD160 (lua-5.0.tar.gz) = d5ed101f71e811969efb8e059e0f19aa8b6463e5
|
||||
SHA1 (lua-5.0.tar.gz) = 88b1bc057857c0db5ace491c4af2c917a2b803bf
|
||||
MD5 (lua-5.0.2.tar.gz) = dea74646b7e5c621fef7174df83c34b1
|
||||
RMD160 (lua-5.0.2.tar.gz) = 5f1a1cf5802e38b3c4dcfc9f3cd0dc33bfdc0a30
|
||||
SHA1 (lua-5.0.2.tar.gz) = a200cfd20a9a4c7da1206ae45dddf26186a9e0e7
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/12/03 00:56:43 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/04/08 01:44:41 jolan Exp $
|
||||
bin/bin2c
|
||||
bin/lua
|
||||
bin/luac
|
||||
@ -9,6 +9,7 @@ lib/liblua.a
|
||||
lib/liblualib.a
|
||||
man/man1/lua.1
|
||||
man/man1/luac.1
|
||||
share/doc/lua/contents.html
|
||||
share/doc/lua/logo.gif
|
||||
share/doc/lua/lua.html
|
||||
share/doc/lua/luac.html
|
||||
|
Loading…
Reference in New Issue
Block a user