Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel devel: Add lua-say, based on work by Jonathan Bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c9f8a22b918
branches:  trunk
changeset: 435519:9c9f8a22b918
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 08 15:46:36 2020 +0000

description:
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.

diffstat:

 devel/Makefile         |   3 ++-
 devel/lua-say/DESCR    |   2 ++
 devel/lua-say/Makefile |  25 +++++++++++++++++++++++++
 devel/lua-say/PLIST    |   2 ++
 devel/lua-say/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r e9681d0dd861 -r 9c9f8a22b918 devel/Makefile
--- a/devel/Makefile    Wed Jul 08 15:36:34 2020 +0000
+++ b/devel/Makefile    Wed Jul 08 15:46:36 2020 +0000
@@ -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-penlight
 SUBDIR+=       lua-posix
 SUBDIR+=       lua-rocks
+SUBDIR+=       lua-say
 SUBDIR+=       lua-std-_debug
 SUBDIR+=       lua-std-normalize
 SUBDIR+=       lua-stdlib
diff -r e9681d0dd861 -r 9c9f8a22b918 devel/lua-say/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-say/DESCR       Wed Jul 08 15:46:36 2020 +0000
@@ -0,0 +1,2 @@
+say is a simple string key/value store for internationalization or any other
+case where you want namespaced strings.
diff -r e9681d0dd861 -r 9c9f8a22b918 devel/lua-say/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-say/Makefile    Wed Jul 08 15:46:36 2020 +0000
@@ -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"
diff -r e9681d0dd861 -r 9c9f8a22b918 devel/lua-say/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-say/PLIST       Wed Jul 08 15:46:36 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/08 15:46:37 nia Exp $
+${LUA_LDIR}/say/init.lua
diff -r e9681d0dd861 -r 9c9f8a22b918 devel/lua-say/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-say/distinfo    Wed Jul 08 15:46:36 2020 +0000
@@ -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