pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lua-posix



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 14 12:41:21 UTC 2020

Modified Files:
        pkgsrc/devel/lua-posix: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/lua-posix/patches: patch-ext_posix_stdlib.c
            patch-ext_posix_time.c patch-lukefile

Log Message:
lua-posix: Update to 35.0

Incompatible Changes

    Internally, we use our own bitwise operation wrapper functions
    rather than bit32 where possible. This means bitwise operations
    when running under Lua 5.3+ work on 64bit integers.

Bugs Fixed

    posix.deprecated.getrlimit and posix.deprecated.setrlimit pass
    tests again.

New Features

    Initial support for Lua 5.4.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/lua-posix/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lua-posix/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/lua-posix/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/lua-posix/patches/patch-ext_posix_stdlib.c \
    pkgsrc/devel/lua-posix/patches/patch-ext_posix_time.c \
    pkgsrc/devel/lua-posix/patches/patch-lukefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lua-posix/Makefile
diff -u pkgsrc/devel/lua-posix/Makefile:1.22 pkgsrc/devel/lua-posix/Makefile:1.23
--- pkgsrc/devel/lua-posix/Makefile:1.22        Sat Jul 11 15:14:29 2020
+++ pkgsrc/devel/lua-posix/Makefile     Tue Jul 14 12:41:21 2020
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.22 2020/07/11 15:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.23 2020/07/14 12:41:21 nia Exp $
 
-DISTNAME=      luaposix-34.1.1
-PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
+DISTNAME=      luaposix-35.0
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/^lua//1}
 CATEGORIES=    devel lua
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=luaposix/}
 GITHUB_PROJECT=        luaposix
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    ryoon%NetBSD.org@localhost
+kAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/luaposix/luaposix
 COMMENT=       POSIX library for Lua language
 LICENSE=       mit
 
-USE_LANGUAGES= c c99
+USE_LANGUAGES= c99
+USE_TOOLS+=    pax
 
+INSTALLATION_DIRS+=    ${LUA_DOCDIR}
 INSTALLATION_DIRS+=    ${LUA_LDIR} ${LUA_CDIR}
 
 .include "../../lang/lua/luaversion.mk"
@@ -37,6 +39,7 @@ do-install:
                ${LUA_INTERPRETER} ./build-aux/luke \
                        PREFIX=${DESTDIR}${PREFIX} \
                        install
+       cd ${WRKSRC}/doc && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${LUA_DOCDIR}
 
 .include "../../lang/lua/module.mk"
 .include "../../lang/lua/tool.mk"

Index: pkgsrc/devel/lua-posix/PLIST
diff -u pkgsrc/devel/lua-posix/PLIST:1.5 pkgsrc/devel/lua-posix/PLIST:1.6
--- pkgsrc/devel/lua-posix/PLIST:1.5    Wed Jan 29 11:30:01 2020
+++ pkgsrc/devel/lua-posix/PLIST        Tue Jul 14 12:41:21 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/01/29 11:30:01 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/07/14 12:41:21 nia Exp $
 ${LUA_CDIR}/posix/ctype.so
 ${LUA_CDIR}/posix/dirent.so
 ${LUA_CDIR}/posix/errno.so
@@ -27,7 +27,75 @@ ${LUA_CDIR}/posix/termio.so
 ${LUA_CDIR}/posix/time.so
 ${LUA_CDIR}/posix/unistd.so
 ${LUA_CDIR}/posix/utime.so
+${LUA_DOCDIR}/examples/abstract-ns-client.lua
+${LUA_DOCDIR}/examples/abstract-ns-client.lua.html
+${LUA_DOCDIR}/examples/abstract-ns-server.lua
+${LUA_DOCDIR}/examples/abstract-ns-server.lua.html
+${LUA_DOCDIR}/examples/dir.lua
+${LUA_DOCDIR}/examples/dir.lua.html
+${LUA_DOCDIR}/examples/dup2.lua
+${LUA_DOCDIR}/examples/dup2.lua.html
+${LUA_DOCDIR}/examples/fork.lua
+${LUA_DOCDIR}/examples/fork.lua.html
+${LUA_DOCDIR}/examples/fork2.lua
+${LUA_DOCDIR}/examples/fork2.lua.html
+${LUA_DOCDIR}/examples/getopt.lua
+${LUA_DOCDIR}/examples/getopt.lua.html
+${LUA_DOCDIR}/examples/glob.lua
+${LUA_DOCDIR}/examples/glob.lua.html
+${LUA_DOCDIR}/examples/limit.lua
+${LUA_DOCDIR}/examples/limit.lua.html
+${LUA_DOCDIR}/examples/lock.lua
+${LUA_DOCDIR}/examples/lock.lua.html
+${LUA_DOCDIR}/examples/netlink-uevent.lua
+${LUA_DOCDIR}/examples/netlink-uevent.lua.html
+${LUA_DOCDIR}/examples/ping.lua
+${LUA_DOCDIR}/examples/ping.lua.html
+${LUA_DOCDIR}/examples/poll.lua
+${LUA_DOCDIR}/examples/poll.lua.html
+${LUA_DOCDIR}/examples/rt_sched.lua
+${LUA_DOCDIR}/examples/rt_sched.lua.html
+${LUA_DOCDIR}/examples/signal.lua
+${LUA_DOCDIR}/examples/signal.lua.html
+${LUA_DOCDIR}/examples/socket.lua
+${LUA_DOCDIR}/examples/socket.lua.html
+${LUA_DOCDIR}/examples/termios.lua
+${LUA_DOCDIR}/examples/termios.lua.html
+${LUA_DOCDIR}/examples/tree.lua
+${LUA_DOCDIR}/examples/tree.lua.html
+${LUA_DOCDIR}/index.html
+${LUA_DOCDIR}/ldoc.css
+${LUA_DOCDIR}/modules/posix.ctype.html
+${LUA_DOCDIR}/modules/posix.dirent.html
+${LUA_DOCDIR}/modules/posix.errno.html
+${LUA_DOCDIR}/modules/posix.fcntl.html
+${LUA_DOCDIR}/modules/posix.fnmatch.html
+${LUA_DOCDIR}/modules/posix.glob.html
+${LUA_DOCDIR}/modules/posix.grp.html
+${LUA_DOCDIR}/modules/posix.html
+${LUA_DOCDIR}/modules/posix.libgen.html
+${LUA_DOCDIR}/modules/posix.poll.html
+${LUA_DOCDIR}/modules/posix.pwd.html
+${LUA_DOCDIR}/modules/posix.sched.html
+${LUA_DOCDIR}/modules/posix.signal.html
+${LUA_DOCDIR}/modules/posix.stdio.html
+${LUA_DOCDIR}/modules/posix.stdlib.html
+${LUA_DOCDIR}/modules/posix.sys.msg.html
+${LUA_DOCDIR}/modules/posix.sys.resource.html
+${LUA_DOCDIR}/modules/posix.sys.socket.html
+${LUA_DOCDIR}/modules/posix.sys.stat.html
+${LUA_DOCDIR}/modules/posix.sys.statvfs.html
+${LUA_DOCDIR}/modules/posix.sys.time.html
+${LUA_DOCDIR}/modules/posix.sys.times.html
+${LUA_DOCDIR}/modules/posix.sys.utsname.html
+${LUA_DOCDIR}/modules/posix.sys.wait.html
+${LUA_DOCDIR}/modules/posix.syslog.html
+${LUA_DOCDIR}/modules/posix.termio.html
+${LUA_DOCDIR}/modules/posix.time.html
+${LUA_DOCDIR}/modules/posix.unistd.html
+${LUA_DOCDIR}/modules/posix.utime.html
 ${LUA_LDIR}/posix/_base.lua
+${LUA_LDIR}/posix/_bitwise.lua
 ${LUA_LDIR}/posix/_strict.lua
 ${LUA_LDIR}/posix/compat.lua
 ${LUA_LDIR}/posix/deprecated.lua

Index: pkgsrc/devel/lua-posix/distinfo
diff -u pkgsrc/devel/lua-posix/distinfo:1.9 pkgsrc/devel/lua-posix/distinfo:1.10
--- pkgsrc/devel/lua-posix/distinfo:1.9 Sat Feb  8 15:32:33 2020
+++ pkgsrc/devel/lua-posix/distinfo     Tue Jul 14 12:41:21 2020
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/02/08 15:32:33 nia Exp $
+$NetBSD: distinfo,v 1.10 2020/07/14 12:41:21 nia Exp $
 
-SHA1 (luaposix-34.1.1.tar.gz) = ac392070e898faae9c5160347bfd74c0141efd21
-RMD160 (luaposix-34.1.1.tar.gz) = dd4d4e7f43de478a87ecafe8226ecd77b01daa33
-SHA512 (luaposix-34.1.1.tar.gz) = 324f149bd97c2ad5d6431d6d8717a50e43018bf4bb7db85911590a05671b4be8fe0e1b5ed39f73cd261963cae76d7aa647d0c028cc05662e15fd391de2d73687
-Size (luaposix-34.1.1.tar.gz) = 177685 bytes
-SHA1 (patch-ext_posix_stdlib.c) = 1ab4263d3578288ef54649ec6c91115019e664ce
-SHA1 (patch-ext_posix_time.c) = 2ef51e2a5db9e41afa557954edf2ac6aff33e3f2
-SHA1 (patch-lukefile) = 41773ee71524080a35c924bd623a250c44791a2b
+SHA1 (luaposix-35.0.tar.gz) = 31a8c48fc57ff1a4199df27618e098beabcee946
+RMD160 (luaposix-35.0.tar.gz) = 6ae6a865c21fda8a1caa291cfb2cef7255302dc2
+SHA512 (luaposix-35.0.tar.gz) = 4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b
+Size (luaposix-35.0.tar.gz) = 178091 bytes



Home | Main Index | Thread Index | Old Index