pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/lua-cassowary
Module Name: pkgsrc
Committed By: joerg
Date: Thu Aug 6 23:36:51 UTC 2020
Added Files:
pkgsrc/math/lua-cassowary: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/lua-cassowary/DESCR \
pkgsrc/math/lua-cassowary/Makefile pkgsrc/math/lua-cassowary/PLIST \
pkgsrc/math/lua-cassowary/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/lua-cassowary/DESCR
diff -u /dev/null pkgsrc/math/lua-cassowary/DESCR:1.1
--- /dev/null Thu Aug 6 23:36:51 2020
+++ pkgsrc/math/lua-cassowary/DESCR Thu Aug 6 23:36:51 2020
@@ -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.
Index: pkgsrc/math/lua-cassowary/Makefile
diff -u /dev/null pkgsrc/math/lua-cassowary/Makefile:1.1
--- /dev/null Thu Aug 6 23:36:51 2020
+++ pkgsrc/math/lua-cassowary/Makefile Thu Aug 6 23:36:51 2020
@@ -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"
Index: pkgsrc/math/lua-cassowary/PLIST
diff -u /dev/null pkgsrc/math/lua-cassowary/PLIST:1.1
--- /dev/null Thu Aug 6 23:36:51 2020
+++ pkgsrc/math/lua-cassowary/PLIST Thu Aug 6 23:36:51 2020
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/06 23:36:51 joerg Exp $
+${LUA_LDIR}/cassowary.lua
Index: pkgsrc/math/lua-cassowary/distinfo
diff -u /dev/null pkgsrc/math/lua-cassowary/distinfo:1.1
--- /dev/null Thu Aug 6 23:36:51 2020
+++ pkgsrc/math/lua-cassowary/distinfo Thu Aug 6 23:36:51 2020
@@ -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