Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/lua-cassowary Add lua-cassowary-2.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e80eb48a7e2
branches:  trunk
changeset: 436613:6e80eb48a7e2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 06 23:36:51 2020 +0000

description:
Add lua-cassowary-2.2:

This is a lua port of the cassowary constraint solving toolkit. It allows
you to use lua to solve algebraic equations and inequalities and find the
values of unknown variables which satisfy those inequalities.

diffstat:

 math/lua-cassowary/DESCR    |   3 +++
 math/lua-cassowary/Makefile |  26 ++++++++++++++++++++++++++
 math/lua-cassowary/PLIST    |   2 ++
 math/lua-cassowary/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r df746ccad124 -r 6e80eb48a7e2 math/lua-cassowary/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lua-cassowary/DESCR  Thu Aug 06 23:36:51 2020 +0000
@@ -0,0 +1,3 @@
+This is a lua port of the cassowary constraint solving toolkit. It allows
+you to use lua to solve algebraic equations and inequalities and find the
+values of unknown variables which satisfy those inequalities.
diff -r df746ccad124 -r 6e80eb48a7e2 math/lua-cassowary/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lua-cassowary/Makefile       Thu Aug 06 23:36:51 2020 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/08/06 23:36:51 joerg Exp $
+
+DISTNAME=      cassowary-2.2
+PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    math lua
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=sile-typesetter/}
+GITHUB_PROJECT=        cassowary.lua
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sile-typesetter/cassowary.lua/
+COMMENT=       Constraint solver for Lua
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${LUA_PKGPREFIX}-penlight-[0-9]*:../../devel/lua-penlight
+
+NO_BUILD=      yes
+
+INSTALLATION_DIRS+=    ${LUA_LDIR}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/cassowary.lua \
+               ${DESTDIR}${PREFIX}/${LUA_LDIR}/
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r df746ccad124 -r 6e80eb48a7e2 math/lua-cassowary/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lua-cassowary/PLIST  Thu Aug 06 23:36:51 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/06 23:36:51 joerg Exp $
+${LUA_LDIR}/cassowary.lua
diff -r df746ccad124 -r 6e80eb48a7e2 math/lua-cassowary/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/lua-cassowary/distinfo       Thu Aug 06 23:36:51 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/06 23:36:51 joerg Exp $
+
+SHA1 (cassowary-2.2.tar.gz) = bcfb1ba764bc9c2a1753520bd3759f306ae535df
+RMD160 (cassowary-2.2.tar.gz) = d415f6aa387fa712f1887cec0caa8982a751a7d5
+SHA512 (cassowary-2.2.tar.gz) = cfbc2475014a7959dbae98be1b94f61c9e859e9d09110d9405fa13e398472738900d0a80a50b80be9d2e2b23a63ad1af65071c36f8ef82a9f6bc6a8fa97ca94a
+Size (cassowary-2.2.tar.gz) = 15570 bytes



Home | Main Index | Thread Index | Old Index