aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-tmuxp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.7.2Sunpoet Po-Chuan Hsieh2021-02-182-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.7.1Sunpoet Po-Chuan Hsieh2021-02-072-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.7.0Sunpoet Po-Chuan Hsieh2021-01-272-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.6.4Sunpoet Po-Chuan Hsieh2021-01-102-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-291-1/+1
| | | | With hat: portmgr
* Update to 1.6.3Sunpoet Po-Chuan Hsieh2020-11-272-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.6.2Sunpoet Po-Chuan Hsieh2020-11-212-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.6.1Sunpoet Po-Chuan Hsieh2020-11-162-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.6.0Sunpoet Po-Chuan Hsieh2020-11-102-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.8Sunpoet Po-Chuan Hsieh2020-11-092-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.6Sunpoet Po-Chuan Hsieh2020-10-162-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.5Sunpoet Po-Chuan Hsieh2020-08-083-5/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.4Sunpoet Po-Chuan Hsieh2019-11-142-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.3Sunpoet Po-Chuan Hsieh2019-06-082-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.2Sunpoet Po-Chuan Hsieh2019-06-042-8/+7
| | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | With hat: portmgr
* Update to 1.5.1Sunpoet Po-Chuan Hsieh2019-02-202-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.5.0Sunpoet Po-Chuan Hsieh2019-01-282-4/+4
| | | | Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.4.2Sunpoet Po-Chuan Hsieh2018-10-062-4/+4
| | | | | Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Update to 1.4.1Sunpoet Po-Chuan Hsieh2018-10-012-4/+5
| | | | | Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-4/+4
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-261-1/+1
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* Update to 1.4.0Sunpoet Po-Chuan Hsieh2018-03-293-12/+13
| | | | | | | | | | | - Update LICENSE - Fix version requirement of RUN_DEPENDS - Update pkg-descr - Add PyPI as primary WWW - Update WWW Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* Take maintainershipSunpoet Po-Chuan Hsieh2018-03-131-1/+1
|
* sysutils/py-tmuxp: Update to 1.3.5Yuri Victorovich2018-03-023-8/+10
| | | | | | | | | Port changes: * Updated RUN_DEPENDS * Added USE_PYTHON=concurrent * Replaced WWW with the real project homepage (GitHub) Approved by: tcberner (mentor, implicit)
* Reset maintainership of 4 ports maintained by tony@git-pull.comYuri Victorovich2018-02-271-1/+1
| | | | | | | Based on his reply: "I cannot maintain these ports at this time, ... I think it may be best to remove the ports for now." Approved by: tcberner (mentor, implicit)
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.9.3Martin Wilke2016-01-092-3/+3
| | | | | PR: 205987 Submitted by: maintainer
* sysutils/py-tmuxp: update to 0.9.1Ruslan Makhmatkhanov2015-08-242-4/+4
| | | | | | | | New release resolves the compatibility issue with python3. Relax python version check in Makefile. PR: 201564 Approved by: Tony Narlock <tony@git-pull.com> (maintainer)
* sysutils/py-tmuxp: correct licenseRuslan Makhmatkhanov2015-07-151-1/+1
| | | | | | | It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who is the upstream developer in PR 201431 PR: 201431
* sysutils/py-tmuxp: add NO_ARCHRuslan Makhmatkhanov2015-07-151-0/+1
|
* sysutils/py-tmuxp: update to 0.9.0Ruslan Makhmatkhanov2015-07-152-4/+5
| | | | | | | | | | | | | | | | | | | | This release fixing compatibility with tmux 2.0. While here, limit python version to 2.x: """ ===> Configuring for py34-tmuxp-0.9.0 Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 25, in <module> readme = open('README.rst').read() File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 635: ordinal not in range(128) """ PR: 201431 Submitted by: Tony Narlock <tony@git-pull.com> (maintainer)
* - Add py-tmuxp 0.1.12Sunpoet Po-Chuan Hsieh2015-03-223-0/+29
Load and save tmux sessions in JSON or YAML. Control tmux through python API. WWW: https://pypi.python.org/pypi/tmuxp PR: 196307 Submitted by: Tony Narlock <tony@git-pull.com>