SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/py-kiwisolver/Makefile
Normal file
28
devel/py-kiwisolver/Makefile
Normal 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>
|
2
devel/py-kiwisolver/distinfo
Normal file
2
devel/py-kiwisolver/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (kiwisolver-1.3.2.tar.gz) = /ERTcFuB0DVo1bgIrY8Jx3xHU09qwucucz+cpHFKp1w=
|
||||
SIZE (kiwisolver-1.3.2.tar.gz) = 54611
|
10
devel/py-kiwisolver/pkg/DESCR
Normal file
10
devel/py-kiwisolver/pkg/DESCR
Normal 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.
|
9
devel/py-kiwisolver/pkg/PLIST
Normal file
9
devel/py-kiwisolver/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue