pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-fifo



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul  2 14:52:49 UTC 2020

Added Files:
        pkgsrc/devel/lua-fifo: DESCR Makefile PLIST distinfo

Log Message:
devel: Add lua-fifo

A Lua library/'class' that implements a FIFO. Objects in the FIFO
can be of any type, including nil.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/lua-fifo/DESCR \
    pkgsrc/devel/lua-fifo/Makefile pkgsrc/devel/lua-fifo/PLIST \
    pkgsrc/devel/lua-fifo/distinfo

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

Added files:

Index: pkgsrc/devel/lua-fifo/DESCR
diff -u /dev/null pkgsrc/devel/lua-fifo/DESCR:1.1
--- /dev/null   Thu Jul  2 14:52:49 2020
+++ pkgsrc/devel/lua-fifo/DESCR Thu Jul  2 14:52:49 2020
@@ -0,0 +1,2 @@
+A Lua library/'class' that implements a FIFO. Objects in the FIFO
+can be of any type, including nil.
Index: pkgsrc/devel/lua-fifo/Makefile
diff -u /dev/null pkgsrc/devel/lua-fifo/Makefile:1.1
--- /dev/null   Thu Jul  2 14:52:49 2020
+++ pkgsrc/devel/lua-fifo/Makefile      Thu Jul  2 14:52:49 2020
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/07/02 14:52:49 nia Exp $
+
+DISTNAME=      lua-fifo-0.2
+PKGNAME=       ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1}
+CATEGORIES=    devel lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=daurnimator/}
+GITHUB_PROJECT=        fifo.lua
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/daurnimator/fifo.lua
+COMMENT=       FIFO library for Lua
+LICENSE=       mit
+
+WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+
+INSTALLATION_DIRS+=    ${LUA_LDIR}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/fifo.lua \
+               ${DESTDIR}${PREFIX}/${LUA_LDIR}/fifo.lua
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/lua-fifo/PLIST
diff -u /dev/null pkgsrc/devel/lua-fifo/PLIST:1.1
--- /dev/null   Thu Jul  2 14:52:49 2020
+++ pkgsrc/devel/lua-fifo/PLIST Thu Jul  2 14:52:49 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/02 14:52:49 nia Exp $
+${LUA_LDIR}/fifo.lua
Index: pkgsrc/devel/lua-fifo/distinfo
diff -u /dev/null pkgsrc/devel/lua-fifo/distinfo:1.1
--- /dev/null   Thu Jul  2 14:52:49 2020
+++ pkgsrc/devel/lua-fifo/distinfo      Thu Jul  2 14:52:49 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/02 14:52:49 nia Exp $
+
+SHA1 (lua-fifo-0.2.tar.gz) = 687113bfc9cc7af2fd0f2950ed1a7c53592010de
+RMD160 (lua-fifo-0.2.tar.gz) = 05ce9df75d915f6b9622c57296df3e964e3e7d65
+SHA512 (lua-fifo-0.2.tar.gz) = db2e0d2117c70ab0daa6e83141b95f198689e6568aab51e8300ca5577c1a517de249b9514ad8a3476239da3d9bceb699726ead913126817c0801f7ec5d419306
+Size (lua-fifo-0.2.tar.gz) = 5210 bytes



Home | Main Index | Thread Index | Old Index