aboutsummaryrefslogtreecommitdiff
path: root/math/py-plastex
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-2/+2
| | | | Notes: svn path=/head/; revision=563666
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* Update to 2.1Sunpoet Po-Chuan Hsieh2019-12-283-13/+15
| | | | | | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/plastex/plastex/releases Notes: svn path=/head/; revision=521093
* 1: Update to 2.0.Vanilla I. Shu2019-11-172-6/+8
| | | | | | | | 2: add LICENSE & LICENSE_FILE. 3: pet portlint. Notes: svn path=/head/; revision=517794
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 1.0.0 and unbreak fetching.Raphael Kubo da Costa2016-01-013-15/+13
| | | | | | | | - Switch to the port's new GitHub location. - Add more runtime dependencies for additional functionality. Notes: svn path=/head/; revision=405006
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* math/py-plastex: support staging and use auto plistWilliam Grzybowski2013-12-282-604/+1
| | | | Notes: svn path=/head/; revision=337853
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.9.2Wen Heping2010-05-212-7/+8
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=254697
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* plasTeX is a LaTeX document processing frameworkMartin Wilke2008-10-054-0/+636
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/ PR: ports/127864 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=221239