Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0 07 Oct 2023 22:23:59 |
Danilo G. Baio (dbaio) |
textproc/py-texttable: Update to 1.7.0
Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.7.0/CHANGELOG.md |
1.6.7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.6.7 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.6.7 05 Dec 2022 23:05:17 |
Danilo G. Baio (dbaio) |
textproc/py-texttable: Update to 1.6.7 |
1.6.6 23 Nov 2022 23:54:04 |
Danilo G. Baio (dbaio) |
textproc/py-texttable: Update to 1.6.6
Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.6.6/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.4 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.4 18 Jul 2021 11:47:14 |
Danilo G. Baio (dbaio) |
textproc/py-texttable: Update to 1.6.4
Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.6.4/CHANGELOG.md |
1.6.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.3 08 Sep 2020 23:13:50 |
dbaio |
textproc/py-texttable: Update to 1.6.3
Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.6.3/CHANGELOG.md
MFH: 2020Q3 (blanket: bugfix release) |
1.6.2 30 Jul 2019 00:42:42 |
dbaio |
textproc/py-texttable: Update to 1.6.2
Changelog:
https://raw.githubusercontent.com/foutaise/texttable/v1.6.2/CHANGELOG.md |
1.6.1 16 Feb 2019 20:34:04 |
dbaio |
textproc/py-texttable: Update to 1.6.1
Add LICENSE_FILE.
Changelog: https://raw.githubusercontent.com/foutaise/texttable/v1.6.1/CHANGELOG.md |
1.6.0 26 Jan 2019 15:09:15 |
dbaio |
textproc/py-texttable: Update to 1.6.0
Removes `make test`: tests.py was removed from the package since `v1.5.0`.
Changelog:
- Add basic emoji support (#55) |
1.5.0 06 Nov 2018 23:39:04 |
dbaio |
textproc/py-texttable: Update to 1.5.0
- Create a method for redefining the max_width (#54)
- Use setuptools instead of distutils to upload metadata to PyPI (#49)
- Switch to MIT license |
1.4.0 23 Jun 2018 12:45:30 |
dbaio |
textproc/py-texttable: Update to 1.4.0
- Add set_header_align() method |
1.3.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.3.1 15 Jun 2018 22:28:42 |
dbaio |
textproc/py-texttable: Update to 1.3.1
- Fix missing textwrapper command when cjkwrap is not used
- Remove redundant code for unsupported/EOL Python |
1.2.1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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 |
1.2.1 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.2.1 08 Jan 2018 22:45:25 |
dbaio |
textproc/py-texttable: Update to 1.2.1
Add new (non default) option CJKWRAP, a text wrapping with better Chinese,
Japanese and Korean text support.
Changes: https://github.com/foutaise/texttable/releases/tag/v1.2.1 |
1.1.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
1.1.1 29 Oct 2017 12:40:28 |
dbaio |
textproc/py-texttable: Update to 1.1.1
Changes: https://github.com/foutaise/texttable/releases/tag/v1.1.1 |
1.1.0 22 Oct 2017 18:05:57 |
dbaio |
textproc/py-texttable: Update to 1.1.0
Changes: https://github.com/foutaise/texttable/releases/tag/v1.1.0 |
1.0.0 15 Oct 2017 19:19:45 |
dbaio |
textproc/py-texttable: Update to 1.0.0
Add Test target.
Allow concurrent installation.
Changes: https://github.com/foutaise/texttable/releases/tag/v1.0.0 |
0.9.1 01 Jul 2017 14:20:26 |
dbaio |
textproc/py-texttable: Update to 0.9.1
- Add support for combining characters (#19)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11418 |
0.9.0 19 May 2017 23:17:56 |
dbaio |
textproc/py-texttable: Update to 0.9.0
Changes: https://github.com/foutaise/texttable/releases/tag/v0.9.0
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10809 |
0.8.8 08 May 2017 17:21:49 |
dbaio |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
0.8.8 02 Apr 2017 13:50:26 |
miwi |
- Update to 0.8.8
PR: 218278
Submitted by: maintainer |
0.8.7 17 Mar 2017 08:00:58 |
araujo |
- Create a python3 version of textproc/py-texttable. |
0.8.7 20 Nov 2016 15:54:46 |
olivierd |
Update to 0.8.7
PR: 214614
Submitted by: Danilo G. Baio (maintainer) |
0.8.6 24 Oct 2016 17:20:14 |
olivierd |
- Update to 0.8.6
- Fix license
- Port is architecture neutral
- Pass maintainership to submitter
PR: 213538
Submitted by: Danilo G. Baio |
0.8.4 08 Dec 2015 16:08:34 |
vanilla |
Upgrade to 0.8.4. |
0.8.3 05 Jul 2015 18:18:26 |
rm |
textproc/py-texttable: switch to PyPi
- add PyPi mirror and make it default
- convert to autogenerated pkg-plist |
0.8.3 12 Mar 2015 11:37:45 |
vanilla |
Add LICENSE/LICENSE_FILE. |
0.8.3 12 Mar 2015 11:35:14 |
vanilla |
Upgrade to 0.8.3. |
0.8.2 26 Jan 2015 09:46:21 |
vanilla |
Upgrade to 0.8.2. |
0.8.1 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
0.8.1 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.8.1 25 Jan 2014 05:39:09 |
miwi |
- Stage support |
0.8.1 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.8.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.8.1 06 Nov 2011 15:33:42 |
miwi |
- Update to 0.8.1 |
0.8.0 23 Oct 2011 15:49:21 |
miwi |
- Update to 0.8.0
PR: 161430
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
0.7.0 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.7.0 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.7.0 10 Oct 2009 09:39:00 |
miwi |
- Update to 0.7.0
PR: 139402
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
0.6.0 24 Apr 2007 14:35:25 |
miwi |
- Update WWW
Reported by: lwhsu@ |
0.6.0 24 Apr 2007 14:25:42 |
miwi |
texttable is a module to generate a formatted text table, using ASCII
characters.
WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display |