pkgsrc-WIP-changes archive

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

wip/lua-say: import lua52-say-1.3



Module Name:	pkgsrc-wip
Committed By:	Jonathan Buschmann <jonthn+pkgsrc%pinacea.com@localhost>
Pushed By:	jonthn
Date:		Fri Jan 3 23:51:13 2020 +0800
Changeset:	3bd746705adeca8b46abe8c2415e0acd0e907d43

Added Files:
	lua-say/DESCR
	lua-say/Makefile
	lua-say/PLIST
	lua-say/distinfo

Log Message:
wip/lua-say: import lua52-say-1.3

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bd746705adeca8b46abe8c2415e0acd0e907d43

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

diffstat:
 lua-say/DESCR    |  2 ++
 lua-say/Makefile | 24 ++++++++++++++++++++++++
 lua-say/PLIST    |  2 ++
 lua-say/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/lua-say/DESCR b/lua-say/DESCR
new file mode 100644
index 0000000000..9ddcd06701
--- /dev/null
+++ b/lua-say/DESCR
@@ -0,0 +1,2 @@
+say is a simple string key/value store for i18n or ay other case
+where you want namespaced strings.
diff --git a/lua-say/Makefile b/lua-say/Makefile
new file mode 100644
index 0000000000..df319d6dbb
--- /dev/null
+++ b/lua-say/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	lua-say-1.3
+PKGNAME=	${DISTNAME:S/lua/${LUA_PKGPREFIX}/}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=Olivine-Labs/}
+GITHUB_PROJECT=	say
+GITHUB_TAG=	v${PKGVERSION_NOREV}-1
+
+HOMEPAGE=	https://github.com/Olivine-Labs/say
+COMMENT=	Lua string hashing library, useful for internationalization
+LICENSE=	mit
+
+NO_BUILD=	yes
+
+INSTALLATION_DIRS+=	${LUA_LDIR} ${LUA_LDIR}/say
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/src/init.lua \
+	                ${DESTDIR}${PREFIX}/${LUA_LDIR}/say/
+
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lua-say/PLIST b/lua-say/PLIST
new file mode 100644
index 0000000000..0264beec20
--- /dev/null
+++ b/lua-say/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+${LUA_LDIR}/say/init.lua
diff --git a/lua-say/distinfo b/lua-say/distinfo
new file mode 100644
index 0000000000..f4626869d3
--- /dev/null
+++ b/lua-say/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2015/08/10 22:13:59 jonthn 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