| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
|
|
| |
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/releases
https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
|
| |
Changes: https://github.com/tmux-python/tmuxp/releases
https://github.com/tmux-python/tmuxp/blob/master/CHANGES
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
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 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
|
| |
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Updated RUN_DEPENDS
* Added USE_PYTHON=concurrent
* Replaced WWW with the real project homepage (GitHub)
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 205987
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who
is the upstream developer in PR 201431
PR: 201431
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
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>
|