Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:38:00 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487617 - in head/x11-fonts: . py-booleanOperations
Message-ID:  <201812161838.wBGIc0iP049063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Dec 16 18:37:59 2018
New Revision: 487617
URL: https://svnweb.freebsd.org/changeset/ports/487617

Log:
  Add x11-fonts/py-booleanOperations, boolean operations on paths
  
  PR:		228027
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Added:
  head/x11-fonts/py-booleanOperations/
  head/x11-fonts/py-booleanOperations/Makefile   (contents, props changed)
  head/x11-fonts/py-booleanOperations/distinfo   (contents, props changed)
  head/x11-fonts/py-booleanOperations/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Dec 16 18:36:43 2018	(r487616)
+++ head/x11-fonts/Makefile	Sun Dec 16 18:37:59 2018	(r487617)
@@ -171,6 +171,7 @@
     SUBDIR += psftools
     SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
+    SUBDIR += py-booleanOperations
     SUBDIR += py-compreffor
     SUBDIR += py-defcon
     SUBDIR += py-fontMath

Added: head/x11-fonts/py-booleanOperations/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-booleanOperations/Makefile	Sun Dec 16 18:37:59 2018	(r487617)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	booleanOperations
+PORTVERSION=	0.8.0
+CATEGORIES=	x11-fonts python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44@gmail.com
+COMMENT=	Boolean operations on paths
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyclipper>=1.0.5:math/py-pyclipper@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR}
+
+USES=		python zip
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/x11-fonts/py-booleanOperations/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-booleanOperations/distinfo	Sun Dec 16 18:37:59 2018	(r487617)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525522266
+SHA256 (booleanOperations-0.8.0.zip) = 62723b7cabe3e727546df945c155e2f8be9514ef8c4f3b2f0f5cdb24ebbcfdf1
+SIZE (booleanOperations-0.8.0.zip) = 25143

Added: head/x11-fonts/py-booleanOperations/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-booleanOperations/pkg-descr	Sun Dec 16 18:37:59 2018	(r487617)
@@ -0,0 +1,4 @@
+Boolean operations on paths based on a super fast polygon clipper library by
+Angus Johnson.
+
+WWW: https://github.com/typemytype/booleanOperations



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161838.wBGIc0iP049063>