SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,28 @@
COMMENT = fast implementation of the Cassowary constraint solver
MODPY_EGG_VERSION = 1.3.2
DISTNAME = kiwisolver-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = devel
# BSD
PERMIT_PACKAGE = Yes
# C++11
COMPILER = base-clang ports-gcc ports-clang
WANTLIB = ${COMPILER_LIBCXX} ${MODPY_WANTLIB} m
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
BUILD_DEPENDS = devel/py-cppy${MODPY_FLAVOR}
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (kiwisolver-1.3.2.tar.gz) = /ERTcFuB0DVo1bgIrY8Jx3xHU09qwucucz+cpHFKp1w=
SIZE (kiwisolver-1.3.2.tar.gz) = 54611

View file

@ -0,0 +1,10 @@
Kiwi is an efficient C++ implementation of the Cassowary constraint
solving algorithm. Kiwi is an implementation of the algorithm based
on the seminal Cassowary paper. It is not a refactoring of the
original C++ solver. Kiwi has been designed from the ground up to
be lightweight and fast. Kiwi ranges from 10x to 500x faster than
the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python
bindings.

View file

@ -0,0 +1,9 @@
@conflict py-kiwisolver-*
@pkgpath devel/py-kiwisolver
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/kiwisolver-${MODPY_EGG_VERSION}.dist-info/top_level.txt
@so lib/python${MODPY_VERSION}/site-packages/kiwisolver.${MODPY_PYC_MAGIC_TAG}so