Thu Aug 6 23:36:51 2020 UTC ()
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.


(joerg)
diff -r0 -r1.1 pkgsrc/math/lua-cassowary/DESCR
diff -r0 -r1.1 pkgsrc/math/lua-cassowary/Makefile
diff -r0 -r1.1 pkgsrc/math/lua-cassowary/PLIST
diff -r0 -r1.1 pkgsrc/math/lua-cassowary/distinfo

File Added: pkgsrc/math/lua-cassowary/DESCR
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.

File Added: pkgsrc/math/lua-cassowary/Makefile
# $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
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"

File Added: pkgsrc/math/lua-cassowary/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/08/06 23:36:51 joerg Exp $
${LUA_LDIR}/cassowary.lua

File Added: pkgsrc/math/lua-cassowary/distinfo
$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