From owner-dev-commits-ports-all@freebsd.org Fri Apr 16 21:03: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 1A7965E07F5; Fri, 16 Apr 2021 21:03: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 4FMTFL0Bqqz4rl8; Fri, 16 Apr 2021 21:03: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 ED8A13C23; Fri, 16 Apr 2021 21:03:01 +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 13GL31tD093713; Fri, 16 Apr 2021 21:03:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13GL31l2093712; Fri, 16 Apr 2021 21:03:01 GMT (envelope-from git) Date: Fri, 16 Apr 2021 21:03:01 GMT Message-Id: <202104162103.13GL31l2093712@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: 5dce9d0f2361 - main - New port: textproc/py-smartypants: Translate plain ASCII punctuation into smart typographic HTML 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: 5dce9d0f2361d20a5cbe8dc2ad1fd2a321989ded 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:03:02 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dce9d0f2361d20a5cbe8dc2ad1fd2a321989ded commit 5dce9d0f2361d20a5cbe8dc2ad1fd2a321989ded Author: Neel Chauhan AuthorDate: 2021-04-16 21:01:43 +0000 Commit: Neel Chauhan CommitDate: 2021-04-16 21:02:52 +0000 New port: textproc/py-smartypants: Translate plain ASCII punctuation into smart typographic HTML --- textproc/Makefile | 1 + textproc/py-smartypants/Makefile | 21 +++++++++++++++++++++ textproc/py-smartypants/distinfo | 3 +++ textproc/py-smartypants/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 507d7c86372c..1f4a628f07f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1399,6 +1399,7 @@ SUBDIR += py-rst2html5 SUBDIR += py-scour SUBDIR += py-simplebayes + SUBDIR += py-smartypants SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx diff --git a/textproc/py-smartypants/Makefile b/textproc/py-smartypants/Makefile new file mode 100644 index 000000000000..5848ff0c215e --- /dev/null +++ b/textproc/py-smartypants/Makefile @@ -0,0 +1,21 @@ +PORTNAME= smartypants +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.1 +CATEGORIES= textproc +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nc@FreeBSD.org +COMMENT= Translate plain ASCII punctuation into smart typographic HTML + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python:3.7+ +USE_GITHUB= yes +GH_ACCOUNT= leohemsted +GH_PROJECT= ${PORTNAME}.py +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/textproc/py-smartypants/distinfo b/textproc/py-smartypants/distinfo new file mode 100644 index 000000000000..73abd03bbea2 --- /dev/null +++ b/textproc/py-smartypants/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1618606512 +SHA256 (leohemsted-smartypants.py-v2.0.1_GH0.tar.gz) = b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773 +SIZE (leohemsted-smartypants.py-v2.0.1_GH0.tar.gz) = 24152 diff --git a/textproc/py-smartypants/pkg-descr b/textproc/py-smartypants/pkg-descr new file mode 100644 index 000000000000..eed53c263026 --- /dev/null +++ b/textproc/py-smartypants/pkg-descr @@ -0,0 +1,4 @@ +Smartypants translates plain ASCII punctuation characters into smart +typographic punctuation HTML entities. + +WWW: https://github.com/leohemsted/smartypants.py