From owner-dev-commits-ports-all@freebsd.org Sun May 16 15:26:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 8B3BE644FB6; Sun, 16 May 2021 15:26:00 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FjmLc345hz4Z3t; Sun, 16 May 2021 15:26:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FDAF1B1C6; Sun, 16 May 2021 15:26:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14GFQ0CH065801; Sun, 16 May 2021 15:26:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14GFQ0p8065800; Sun, 16 May 2021 15:26:00 GMT (envelope-from git) Date: Sun, 16 May 2021 15:26:00 GMT Message-Id: <202105161526.14GFQ0p8065800@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 95b7a5b34a96 - main - print/py-vharfbuzz: Add py-vharfbuzz 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 95b7a5b34a963490503cd26159895b192358a9e8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2021 15:26:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=95b7a5b34a963490503cd26159895b192358a9e8 commit 95b7a5b34a963490503cd26159895b192358a9e8 Author: Po-Chuan Hsieh AuthorDate: 2021-05-16 15:13:00 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-16 15:23:48 +0000 print/py-vharfbuzz: Add py-vharfbuzz 0.1.1 uharfbuzz is an awesome tool for shaping text in Python. But it wraps the Harfbuzz C interface quite closely, so still requires you to perform a bunch of boilerplate operations before you can get on with the shaping. vharfbuzz allows you a slightly more high-level interface to the text shaping process. WWW: https://github.com/simoncozens/vharfbuzz --- print/Makefile | 1 + print/py-vharfbuzz/Makefile | 22 ++++++++++++++++++++++ print/py-vharfbuzz/distinfo | 3 +++ print/py-vharfbuzz/pkg-descr | 6 ++++++ 4 files changed, 32 insertions(+) diff --git a/print/Makefile b/print/Makefile index 550ec7fa3165..a9b740e9c0b7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -196,6 +196,7 @@ SUBDIR += py-ttfautohint-py SUBDIR += py-ufolib2 SUBDIR += py-uharfbuzz + SUBDIR += py-vharfbuzz SUBDIR += py-weasyprint SUBDIR += qpdf SUBDIR += qpdfview diff --git a/print/py-vharfbuzz/Makefile b/print/py-vharfbuzz/Makefile new file mode 100644 index 000000000000..a9a45dab9f7a --- /dev/null +++ b/print/py-vharfbuzz/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= vharfbuzz +PORTVERSION= 0.1.1 +CATEGORIES= print python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= User-friendlier way to use Harfbuzz in Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/print/py-vharfbuzz/distinfo b/print/py-vharfbuzz/distinfo new file mode 100644 index 000000000000..2ae14768577f --- /dev/null +++ b/print/py-vharfbuzz/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620928547 +SHA256 (vharfbuzz-0.1.1.tar.gz) = 49eb93735f22d46ba2cf5e6a7ea074bd279f00ad9b625f4d4ffb450ecfe68153 +SIZE (vharfbuzz-0.1.1.tar.gz) = 5078 diff --git a/print/py-vharfbuzz/pkg-descr b/print/py-vharfbuzz/pkg-descr new file mode 100644 index 000000000000..e7e12a8032c1 --- /dev/null +++ b/print/py-vharfbuzz/pkg-descr @@ -0,0 +1,6 @@ +uharfbuzz is an awesome tool for shaping text in Python. But it wraps the +Harfbuzz C interface quite closely, so still requires you to perform a bunch of +boilerplate operations before you can get on with the shaping. vharfbuzz allows +you a slightly more high-level interface to the text shaping process. + +WWW: https://github.com/simoncozens/vharfbuzz