Date: Sun, 16 Dec 2018 18:30:04 +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: r487612 - in head/x11-fonts: . py-defcon Message-ID: <201812161830.wBGIU4gO043119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Dec 16 18:30:04 2018 New Revision: 487612 URL: https://svnweb.freebsd.org/changeset/ports/487612 Log: Add x11-fonts/py-defcon, set of flexible objects for representing UFO data PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Added: head/x11-fonts/py-defcon/ head/x11-fonts/py-defcon/Makefile (contents, props changed) head/x11-fonts/py-defcon/distinfo (contents, props changed) head/x11-fonts/py-defcon/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 16 18:27:47 2018 (r487611) +++ head/x11-fonts/Makefile Sun Dec 16 18:30:04 2018 (r487612) @@ -171,6 +171,7 @@ SUBDIR += psftools SUBDIR += py-QtAwesome SUBDIR += py-bdflib + SUBDIR += py-defcon SUBDIR += py-fontMath SUBDIR += py-ufoLib SUBDIR += raleway Added: head/x11-fonts/py-defcon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-defcon/Makefile Sun Dec 16 18:30:04 2018 (r487612) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= defcon +PORTVERSION= 0.5.3 +CATEGORIES= x11-fonts python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lantw44@gmail.com +COMMENT= Set of flexible objects for representing UFO data + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.3.1:x11-fonts/py-ufoLib@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist distutils +USE_LOCALE= en_US.UTF-8 + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/x11-fonts/py-defcon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-defcon/distinfo Sun Dec 16 18:30:04 2018 (r487612) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537021252 +SHA256 (defcon-0.5.3.zip) = 4c1b45c3d8bc24ec2560f355a899f853ddb715b401862e8c99aaefdec8599de0 +SIZE (defcon-0.5.3.zip) = 491640 Added: head/x11-fonts/py-defcon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-defcon/pkg-descr Sun Dec 16 18:30:04 2018 (r487612) @@ -0,0 +1,8 @@ +Defcon is a set of UFO based objects optimized for use in font editing +applications. The objects are built to be lightweight, fast and flexible. +The objects are very bare-bones and they are not meant to be end-all, be-all +objects. Rather, they are meant to provide base functionality so that you can +focus on your application's behavior, not object observing or maintaining +cached data. + +WWW: https://github.com/typesupply/defcon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161830.wBGIU4gO043119>