pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-filesystem



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Mon Jan  5 00:15:41 UTC 2026

Modified Files:
        pkgsrc/devel/lua-filesystem: Makefile distinfo

Log Message:
Update luafilesystem to 1.9.0.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/lua-filesystem/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/lua-filesystem/distinfo

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-filesystem/Makefile
diff -u pkgsrc/devel/lua-filesystem/Makefile:1.18 pkgsrc/devel/lua-filesystem/Makefile:1.19
--- pkgsrc/devel/lua-filesystem/Makefile:1.18   Sat Jul 11 15:14:29 2020
+++ pkgsrc/devel/lua-filesystem/Makefile        Mon Jan  5 00:15:40 2026
@@ -1,29 +1,35 @@
-# $NetBSD: Makefile,v 1.18 2020/07/11 15:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/05 00:15:40 alnsn Exp $
 #
 
-DISTNAME=              luafilesystem-1.8.0
-PKGNAME=               ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
-CATEGORIES=            devel lua
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=keplerproject/}
-GITHUB_PROJECT=                luafilesystem
-GITHUB_TAG=            v${PKGVERSION_NOREV:S/./_/g}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://keplerproject.github.com/luafilesystem/
-COMMENT=               File system related library for Lua
-LICENSE=               mit
-
-WRKSRC=                        ${WRKDIR}/luafilesystem-${PKGVERSION_NOREV:S/./_/g}
-
-USE_TOOLS+=            gmake pkg-config
-BUILD_TARGET=          lib
-
-TEST_TARGET=           test
-
-MAKE_FLAGS+=           PREFIX=${PREFIX}
-MAKE_FLAGS+=           CC=${CC}
-MAKE_FLAGS+=           CFLAGS="${CFLAGS} -fPIC"
-MAKE_FLAGS+=           LUA_VERSION=${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
+DISTNAME=      penlight-1.13.1
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lunarmodules/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+GITHUB_PROJECT=        Penlight
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://lunarmodules.github.io/Penlight/
+COMMENT=       Lua libraries for functional programming, OS path management, etc
+LICENSE=       mit
+
+DIST_SUBDIR=   lua-penlight
+
+NO_BUILD=      yes
+USE_TOOLS+=    pax
+
+DEPENDS+=      ${LUA_PKGPREFIX}-filesystem-[0-9]*:../../devel/lua-filesystem
+
+WRKSRC=                        ${WRKDIR}/Penlight-${PKGVERSION_NOREV}
+INSTALLATION_DIRS+=    ${LUA_LDIR}
+
+# XXX Generate documentation with Markdown.
+do-install:
+       cd ${WRKSRC}/lua && find pl ! -type d | \
+           pax -rw ${DESTDIR}${PREFIX}/${LUA_LDIR}
+
+do-test:
+       cd ${WRKSRC} && ${LUA_INTERPRETER} run.lua tests
 
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/lua-filesystem/distinfo
diff -u pkgsrc/devel/lua-filesystem/distinfo:1.9 pkgsrc/devel/lua-filesystem/distinfo:1.10
--- pkgsrc/devel/lua-filesystem/distinfo:1.9    Tue Oct 26 10:15:34 2021
+++ pkgsrc/devel/lua-filesystem/distinfo        Mon Jan  5 00:15:40 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:15:34 nia Exp $
+$NetBSD: distinfo,v 1.10 2026/01/05 00:15:40 alnsn Exp $
 
-BLAKE2s (luafilesystem-1.8.0.tar.gz) = 59163d270648b11857361cdbe6834c6eb764c41c1857ba2a5d6678e868e59116
-SHA512 (luafilesystem-1.8.0.tar.gz) = 79d964f13ae43716281dc8521d2f128b22f2261234c443e242b857cfdf621e208bdf4512f8ba710baa113e9b3b71e2544609de65e2c483f569c243a5cf058247
-Size (luafilesystem-1.8.0.tar.gz) = 30374 bytes
-SHA1 (patch-Makefile) = 28319e09fde9214aba812a84ee63ed39385694ec
+BLAKE2s (lua-penlight/penlight-1.13.1.tar.gz) = cc1477b46474f1c64d29a5fe2145c5deb3a7fb79f72cb2bff47f4ec66d35bbf3
+SHA512 (lua-penlight/penlight-1.13.1.tar.gz) = de0a6a2f585f32bed234ef084d8fca9cee645eed3459aa3c39b885b46a05ae752b5c7ac3bb1957fef9519df2a11e250fc87d6d4d62ee6155be2742ad43a079fe
+Size (lua-penlight/penlight-1.13.1.tar.gz) = 434059 bytes



Home | Main Index | Thread Index | Old Index