From owner-svn-ports-all@freebsd.org Sat Dec 28 07:31:11 2019 Return-Path: Delivered-To: svn-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 390911DF389; Sat, 28 Dec 2019 07:31:11 +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 47lFjq0qqzz3R7k; Sat, 28 Dec 2019 07:31:11 +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 138E725A85; Sat, 28 Dec 2019 07:31:11 +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 xBS7VAlr036631; Sat, 28 Dec 2019 07:31:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBS7VAQ2036629; Sat, 28 Dec 2019 07:31:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912280731.xBS7VAQ2036629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 Dec 2019 07:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521093 - head/math/py-plastex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-plastex X-SVN-Commit-Revision: 521093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sat, 28 Dec 2019 07:31:11 -0000 Author: sunpoet Date: Sat Dec 28 07:31:10 2019 New Revision: 521093 URL: https://svnweb.freebsd.org/changeset/ports/521093 Log: Update to 2.1 - Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/plastex/plastex/releases Modified: head/math/py-plastex/Makefile head/math/py-plastex/distinfo head/math/py-plastex/pkg-descr Modified: head/math/py-plastex/Makefile ============================================================================== --- head/math/py-plastex/Makefile Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/Makefile Sat Dec 28 07:31:10 2019 (r521093) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= plastex -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= math python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= plasTeX-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= LaTeX Document Processing Framework LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python -USE_GITHUB= yes -USE_PYTHON= distutils autoplist +USES= python:3.5+ +USE_PYTHON= autoplist distutils USE_TEX= base:run + +NO_ARCH= yes .include Modified: head/math/py-plastex/distinfo ============================================================================== --- head/math/py-plastex/distinfo Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/distinfo Sat Dec 28 07:31:10 2019 (r521093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573958354 -SHA256 (plastex-plastex-2.0_GH0.tar.gz) = c07d46059aa940197205749c02ebafaee88b1f02c0efa3e608015f21ef3895d5 -SIZE (plastex-plastex-2.0_GH0.tar.gz) = 954046 +TIMESTAMP = 1577145777 +SHA256 (plasTeX-2.1.tar.gz) = 6f8af347f62108c45cccb69cc4e961e462c5889e0a8540fc56b3ecc17cce45d1 +SIZE (plasTeX-2.1.tar.gz) = 610174 Modified: head/math/py-plastex/pkg-descr ============================================================================== --- head/math/py-plastex/pkg-descr Sat Dec 28 07:31:05 2019 (r521092) +++ head/math/py-plastex/pkg-descr Sat Dec 28 07:31:10 2019 (r521093) @@ -1,6 +1,6 @@ plasTeX is a LaTeX document processing framework written entirely in Python. It -currently comes bundled with renderers for XHTML, DocBook, man pages, plain -text, as well as a way to simply dump the document to a generic form of XML. -Other renderers can be added as well and are planned for future releases. +currently comes bundled with an XHTML renderer (including multiple themes), as +well as a way to simply dump the document to a generic form of XML. Other +renderers can be added as well and are planned for future releases. -WWW: https://tiarno.github.io/plastex/ +WWW: https://github.com/plastex/plastex