pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul  8 15:46:37 UTC 2020

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

Log Message:
devel: Add lua-say, based on work by Jonathan Buschmann in wip

say is a simple string key/value store for internationalization or any other
case where you want namespaced strings.


To generate a diff of this commit:
cvs rdiff -u -r1.3163 -r1.3164 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/lua-say/DESCR \
    pkgsrc/devel/lua-say/Makefile pkgsrc/devel/lua-say/PLIST \
    pkgsrc/devel/lua-say/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/Makefile
diff -u pkgsrc/devel/Makefile:1.3163 pkgsrc/devel/Makefile:1.3164
--- pkgsrc/devel/Makefile:1.3163        Wed Jul  8 15:36:21 2020
+++ pkgsrc/devel/Makefile       Wed Jul  8 15:46:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3163 2020/07/08 15:36:21 nia Exp $
+# $NetBSD: Makefile,v 1.3164 2020/07/08 15:46:36 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -874,6 +874,7 @@ SUBDIR+=    lua-mode
 SUBDIR+=       lua-penlight
 SUBDIR+=       lua-posix
 SUBDIR+=       lua-rocks
+SUBDIR+=       lua-say
 SUBDIR+=       lua-std-_debug
 SUBDIR+=       lua-std-normalize
 SUBDIR+=       lua-stdlib

Added files:

Index: pkgsrc/devel/lua-say/DESCR
diff -u /dev/null pkgsrc/devel/lua-say/DESCR:1.1
--- /dev/null   Wed Jul  8 15:46:37 2020
+++ pkgsrc/devel/lua-say/DESCR  Wed Jul  8 15:46:37 2020
@@ -0,0 +1,2 @@
+say is a simple string key/value store for internationalization or any other
+case where you want namespaced strings.
Index: pkgsrc/devel/lua-say/Makefile
diff -u /dev/null pkgsrc/devel/lua-say/Makefile:1.1
--- /dev/null   Wed Jul  8 15:46:37 2020
+++ pkgsrc/devel/lua-say/Makefile       Wed Jul  8 15:46:37 2020
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/07/08 15:46:37 nia Exp $
+
+DISTNAME=      lua-say-1.3
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//1}
+CATEGORIES=    devel lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Olivine-Labs/}
+GITHUB_PROJECT=        say
+GITHUB_TAG=    v${PKGVERSION_NOREV}-1
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Olivine-Labs/say
+COMMENT=       Lua string hashing library, useful for internationalization
+LICENSE=       mit
+
+NO_BUILD=      yes
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+=    ${LUA_LDIR}/say
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/src/init.lua \
+               ${DESTDIR}${PREFIX}/${LUA_LDIR}/say/init.lua
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/lua-say/PLIST
diff -u /dev/null pkgsrc/devel/lua-say/PLIST:1.1
--- /dev/null   Wed Jul  8 15:46:37 2020
+++ pkgsrc/devel/lua-say/PLIST  Wed Jul  8 15:46:37 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/08 15:46:37 nia Exp $
+${LUA_LDIR}/say/init.lua
Index: pkgsrc/devel/lua-say/distinfo
diff -u /dev/null pkgsrc/devel/lua-say/distinfo:1.1
--- /dev/null   Wed Jul  8 15:46:37 2020
+++ pkgsrc/devel/lua-say/distinfo       Wed Jul  8 15:46:37 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/08 15:46:37 nia Exp $
+
+SHA1 (lua-say-1.3.tar.gz) = 88509fecc43d18fffe2947a66ba710d747e5bbf0
+RMD160 (lua-say-1.3.tar.gz) = 9d9e70ac88d0a02000a6773766206d59c459924d
+SHA512 (lua-say-1.3.tar.gz) = 8d4a360bf0731c2a70c23edb9e6e81cab1e7d9b861aa35103a5c6e521633410860d76c46dc2ea62a06ac8ab3b522bc71c11143d6fe7e26e7fa24dd3f5ea1e5f6
+Size (lua-say-1.3.tar.gz) = 3667 bytes



Home | Main Index | Thread Index | Old Index