pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-binaryheap



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

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

Log Message:
devel: Add lua-binaryheap

A binary heap implementation in Lua.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/lua-binaryheap/DESCR \
    pkgsrc/devel/lua-binaryheap/Makefile pkgsrc/devel/lua-binaryheap/PLIST \
    pkgsrc/devel/lua-binaryheap/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-binaryheap/DESCR
diff -u /dev/null pkgsrc/devel/lua-binaryheap/DESCR:1.1
--- /dev/null   Thu Jul  2 14:52:33 2020
+++ pkgsrc/devel/lua-binaryheap/DESCR   Thu Jul  2 14:52:33 2020
@@ -0,0 +1 @@
+A binary heap implementation in Lua.
Index: pkgsrc/devel/lua-binaryheap/Makefile
diff -u /dev/null pkgsrc/devel/lua-binaryheap/Makefile:1.1
--- /dev/null   Thu Jul  2 14:52:33 2020
+++ pkgsrc/devel/lua-binaryheap/Makefile        Thu Jul  2 14:52:33 2020
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/07/02 14:52:33 nia Exp $
+
+DISTNAME=      lua-binaryheap-0.4
+PKGNAME=       ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1}
+CATEGORIES=    devel lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Tieske/}
+GITHUB_PROJECT=        binaryheap.lua
+GITHUB_TAG=    version_${PKGVERSION:S/./v/g}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://tieske.github.io/binaryheap.lua/
+COMMENT=       Binary heap implementation in Lua
+LICENSE=       mit
+
+WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+
+INSTALLATION_DIRS+=    ${LUA_LDIR}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/src/binaryheap.lua \
+               ${DESTDIR}${PREFIX}/${LUA_LDIR}/binaryheap.lua
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/lua-binaryheap/PLIST
diff -u /dev/null pkgsrc/devel/lua-binaryheap/PLIST:1.1
--- /dev/null   Thu Jul  2 14:52:33 2020
+++ pkgsrc/devel/lua-binaryheap/PLIST   Thu Jul  2 14:52:33 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/02 14:52:33 nia Exp $
+${LUA_LDIR}/binaryheap.lua
Index: pkgsrc/devel/lua-binaryheap/distinfo
diff -u /dev/null pkgsrc/devel/lua-binaryheap/distinfo:1.1
--- /dev/null   Thu Jul  2 14:52:33 2020
+++ pkgsrc/devel/lua-binaryheap/distinfo        Thu Jul  2 14:52:33 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/02 14:52:33 nia Exp $
+
+SHA1 (lua-binaryheap-0.4.tar.gz) = 4c7a5373ce79c74ec16a9c5293268cea9e852c18
+RMD160 (lua-binaryheap-0.4.tar.gz) = 9eb1db2215386c901c34e0146c864c1a695f20e3
+SHA512 (lua-binaryheap-0.4.tar.gz) = 2d26108af024f6de5873d9ad2a10dc2fec5b603770c5ff3b3b36289c73261ad6952ed790caad6886bd313a41f9bd42a8257585dd653508d7f1bcd5d1236d2e12
+Size (lua-binaryheap-0.4.tar.gz) = 13556 bytes



Home | Main Index | Thread Index | Old Index