From owner-svn-ports-all@freebsd.org Sun Dec 16 18:30:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A11E613365E6; Sun, 16 Dec 2018 18:30:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4570191871; Sun, 16 Dec 2018 18:30:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3AD2A32A1; Sun, 16 Dec 2018 18:30:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBGIU5G7043123; Sun, 16 Dec 2018 18:30:05 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBGIU4gO043119; Sun, 16 Dec 2018 18:30:04 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812161830.wBGIU4gO043119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 16 Dec 2018 18:30:04 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/x11-fonts: . py-defcon X-SVN-Commit-Revision: 487612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4570191871 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.84 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-0.88)[-0.881,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 18:30:05 -0000 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 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 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