From owner-dev-commits-ports-all@freebsd.org Fri Apr 16 21:09:02 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 8D1A55E0D24; Fri, 16 Apr 2021 21:09:02 +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 4FMTNG3dp6z4rnq; Fri, 16 Apr 2021 21:09:02 +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 6B6673A8B; Fri, 16 Apr 2021 21:09:02 +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 13GL92Ws094348; Fri, 16 Apr 2021 21:09:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13GL92PX094347; Fri, 16 Apr 2021 21:09:02 GMT (envelope-from git) Date: Fri, 16 Apr 2021 21:09:02 GMT Message-Id: <202104162109.13GL92PX094347@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 05c1c23d5436 - main - New port: textproc/py-typogrify: Filters to enhance web typography MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 05c1c23d54360b32dfb70cbbe01102d583caa8e1 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: Fri, 16 Apr 2021 21:09:02 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=05c1c23d54360b32dfb70cbbe01102d583caa8e1 commit 05c1c23d54360b32dfb70cbbe01102d583caa8e1 Author: Neel Chauhan AuthorDate: 2021-04-16 21:08:44 +0000 Commit: Neel Chauhan CommitDate: 2021-04-16 21:09:02 +0000 New port: textproc/py-typogrify: Filters to enhance web typography --- textproc/Makefile | 1 + textproc/py-typogrify/Makefile | 20 ++++++++++++++++++++ textproc/py-typogrify/distinfo | 3 +++ textproc/py-typogrify/pkg-descr | 4 ++++ 4 files changed, 28 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 1f4a628f07f3..b435942002d4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1450,6 +1450,7 @@ SUBDIR += py-translationstring SUBDIR += py-transpopy SUBDIR += py-ttp + SUBDIR += py-typogrify SUBDIR += py-ucl SUBDIR += py-ufal.udpipe SUBDIR += py-wcmatch diff --git a/textproc/py-typogrify/Makefile b/textproc/py-typogrify/Makefile new file mode 100644 index 000000000000..041e1c5775ad --- /dev/null +++ b/textproc/py-typogrify/Makefile @@ -0,0 +1,20 @@ +PORTNAME= typogrify +DISTVERSION= 2.0.7 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nc@FreeBSD.org +COMMENT= Filters to enhance web typography + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/textproc/py-typogrify/distinfo b/textproc/py-typogrify/distinfo new file mode 100644 index 000000000000..d1340356156a --- /dev/null +++ b/textproc/py-typogrify/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618607224 +SHA256 (typogrify-2.0.7.tar.gz) = 8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed13cb38 +SIZE (typogrify-2.0.7.tar.gz) = 12903 diff --git a/textproc/py-typogrify/pkg-descr b/textproc/py-typogrify/pkg-descr new file mode 100644 index 000000000000..73a593d6b41a --- /dev/null +++ b/textproc/py-typogrify/pkg-descr @@ -0,0 +1,4 @@ +Typogrify is set of Django template filters to make caring about typography +on the web a bit easier. + +WWW: https://github.com/mintchaos/typogrify/