From owner-svn-ports-head@freebsd.org Fri Jan 1 16:21:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6F1A57B6E; Fri, 1 Jan 2016 16:21:45 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id A3F4C164A; Fri, 1 Jan 2016 16:21:45 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u01GLib0099881; Fri, 1 Jan 2016 16:21:44 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u01GLiN6099877; Fri, 1 Jan 2016 16:21:44 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601011621.u01GLiN6099877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 1 Jan 2016 16:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405006 - head/math/py-plastex X-SVN-Group: ports-head 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.20 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: Fri, 01 Jan 2016 16:21:46 -0000 Author: rakuco Date: Fri Jan 1 16:21:44 2016 New Revision: 405006 URL: https://svnweb.freebsd.org/changeset/ports/405006 Log: Update to 1.0.0 and unbreak fetching. - Switch to the port's new GitHub location. - Add more runtime dependencies for additional functionality. 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 Fri Jan 1 16:14:28 2016 (r405005) +++ head/math/py-plastex/Makefile Fri Jan 1 16:21:44 2016 (r405006) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= plastex -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Document Processing Framework -BROKEN= unfetchable +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow + +USE_GITHUB= yes +GH_ACCOUNT= tiarno -WRKSRC= ${WRKDIR}/${PORTNAME} USES= python USE_PYTHON= distutils autoplist +USE_TEX= base:run .include Modified: head/math/py-plastex/distinfo ============================================================================== --- head/math/py-plastex/distinfo Fri Jan 1 16:14:28 2016 (r405005) +++ head/math/py-plastex/distinfo Fri Jan 1 16:21:44 2016 (r405006) @@ -1,2 +1,2 @@ -SHA256 (plastex-0.9.2.tgz) = 0f3cfb88b395fe706e0abaf57a4fc85d8bec6f4753681ea064fc02c911fd2d23 -SIZE (plastex-0.9.2.tgz) = 865856 +SHA256 (tiarno-plastex-1.0.0_GH0.tar.gz) = 3de0ea7da3040626c9e217dc525d012786ffdfb23973d569777d9d5c9506b6bd +SIZE (tiarno-plastex-1.0.0_GH0.tar.gz) = 871431 Modified: head/math/py-plastex/pkg-descr ============================================================================== --- head/math/py-plastex/pkg-descr Fri Jan 1 16:14:28 2016 (r405005) +++ head/math/py-plastex/pkg-descr Fri Jan 1 16:21:44 2016 (r405006) @@ -1,9 +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. +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. -WWW: http://plastex.sf.net/ +WWW: https://tiarno.github.io/plastex/