From owner-svn-ports-head@freebsd.org Sun Jan 5 04:07:19 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34A921D7B7E; Sun, 5 Jan 2020 04:07:19 +0000 (UTC) (envelope-from sunpoet@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 47r4pt5Wycz3KNl; Sun, 5 Jan 2020 04:07:18 +0000 (UTC) (envelope-from sunpoet@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 96B8C1FCB6; Sun, 5 Jan 2020 04:07:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00547Ima048517; Sun, 5 Jan 2020 04:07:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00547HjM048513; Sun, 5 Jan 2020 04:07:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001050407.00547HjM048513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Jan 2020 04:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522089 - in head/x11-fonts: . py-ufolint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/x11-fonts: . py-ufolint X-SVN-Commit-Revision: 522089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 04:07:19 -0000 Author: sunpoet Date: Sun Jan 5 04:07:17 2020 New Revision: 522089 URL: https://svnweb.freebsd.org/changeset/ports/522089 Log: Add py-ufolint 0.4.1 ufolint is a source file linter for typeface development in Unified Font Object (UFO) source code. It was designed for continuous integration testing of UFO source contributions to typeface projects. The application performs a UFO version specific static analysis of the source text files against the UFO v2 and v3 specifications for issues. These tests are performed through a combination of public methods in the fontTools.ufoLib library and additional tests that are implemented in the ufolint application. ufolint catches exceptions raised in the ufoLib public read methods for all *.plist file types and all ufoLib validations performed on *.glif files. These are returned to users with informative error messages that indicate the filepath(s) of concern and exit status code 1. WWW: https://github.com/source-foundry/ufolint Added: head/x11-fonts/py-ufolint/ head/x11-fonts/py-ufolint/Makefile (contents, props changed) head/x11-fonts/py-ufolint/distinfo (contents, props changed) head/x11-fonts/py-ufolint/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Jan 5 04:07:11 2020 (r522088) +++ head/x11-fonts/Makefile Sun Jan 5 04:07:17 2020 (r522089) @@ -199,6 +199,7 @@ SUBDIR += py-glyphsLib SUBDIR += py-ufo2ft SUBDIR += py-ufoLib + SUBDIR += py-ufolint SUBDIR += raleway SUBDIR += roboto-fonts-ttf SUBDIR += sgifonts Added: head/x11-fonts/py-ufolint/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-ufolint/Makefile Sun Jan 5 04:07:17 2020 (r522089) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ufolint +PORTVERSION= 0.4.1 +CATEGORIES= x11-fonts python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= UFO source file linter + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commandlines>=0:devel/py-commandlines@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fonttools>=3.31.0:print/py-fonttools@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/x11-fonts/py-ufolint/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-ufolint/distinfo Sun Jan 5 04:07:17 2020 (r522089) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578125681 +SHA256 (ufolint-0.4.1.tar.gz) = 972a227a85209cd97ec06cd8f52773b90eae7b3f419170edef94101d79e39316 +SIZE (ufolint-0.4.1.tar.gz) = 18201 Added: head/x11-fonts/py-ufolint/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-ufolint/pkg-descr Sun Jan 5 04:07:17 2020 (r522089) @@ -0,0 +1,15 @@ +ufolint is a source file linter for typeface development in Unified Font Object +(UFO) source code. It was designed for continuous integration testing of UFO +source contributions to typeface projects. + +The application performs a UFO version specific static analysis of the source +text files against the UFO v2 and v3 specifications for issues. + +These tests are performed through a combination of public methods in the +fontTools.ufoLib library and additional tests that are implemented in the +ufolint application. ufolint catches exceptions raised in the ufoLib public read +methods for all *.plist file types and all ufoLib validations performed on +*.glif files. These are returned to users with informative error messages that +indicate the filepath(s) of concern and exit status code 1. + +WWW: https://github.com/source-foundry/ufolint