Port details |
- py-tktreectrl TkTreectrl Python bindings
- 2.0.2_1 x11-toolkits =3 2.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2006-12-09 23:55:56
- Last Update: 2024-03-23 14:49:41
- Commit Hash: e0d3db2
- People watching this port, also watch:: mDNSResponder, otk, p5-Template-Iterator-AlzaboWrapperCursor, p5-DBIx-SQLite-Simple, health-nut
- Also Listed In: python tk
- License: PD
- WWW:
- https://tkintertreectrl.sourceforge.net/
- Description:
- The TkTreectrl module wraps the treectrl tk extension for use with
Python/Tkinter.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}tktreectrl>0:x11-toolkits/py-tktreectrl@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11-toolkits/py-tktreectrl/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/py-tktreectrl
- pkg install py39-tktreectrl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-tktreectrl listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-tktreectrl
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1519153216
SHA256 (TkinterTreectrl-2.0.2.zip) = 0e25e2bd50b67cccb52d6e04c1a6a63897ebef8ff5d86a5c714f8701b0a5e54a
SIZE (TkinterTreectrl-2.0.2.zip) = 87810
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-Pmw>=0 : x11-toolkits/py-Pmw@py39
- py39-tkinter>=0 : x11-toolkits/py-tkinter@py39
- python3.9 : lang/python39
- wish8.6 : x11-toolkits/tk86
- Library dependencies:
-
- libtreectrl.so.1 : x11-toolkits/tktreectrl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_py-tktreectrl
- USES:
- python tk:run zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_1 23 Mar 2024 14:49:41 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/py-tktreectrl: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.0.2 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2.0.2 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> |
2.0.2 30 Dec 2022 09:05:17 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/py-tktreectrl: Cosmetic change |
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) |
2.0.2 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 ) |
2.0.2 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.2 03 Mar 2021 18:13:28 |
sunpoet |
Cosmetic change |
2.0.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.2 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 |
2.0.2 04 Apr 2018 10:57:28 |
sunpoet |
Relax USES=python |
2.0.2 09 Mar 2018 21:50:12 |
sunpoet |
Update and sort RUN_DEPENDS: use PKGNAME instead of filename
- Reword comment
- Clean up unnecessary PYDISTUTILS_*
- Reformat pkg-descr
- Update WWW
- Take maintainership |
2.0.2 21 Feb 2018 20:16:02 |
yuri |
x11-toolkits/py-tktreectrl: Corrected the unclear comment
Reported by: mat
Approved by: tcberner (mentor, implicit) |
2.0.2 20 Feb 2018 19:22:18 |
yuri |
x11-toolkits/py-tktreectrl: Update to 2.0.2
Additional port changes:
* Changed to DISTVERSION
* Added LICENSE
* Added USE_PYTHON=yes and removed pkg-plist
* Added NO_ARCH=yes
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
2.0.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 ) |
2.0.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0.1 02 Mar 2015 23:57:53 |
bapt |
Remove Author from pkg-descr |
2.0.1 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.0.1 19 Oct 2014 18:16:16 |
mva |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
2.0.1 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
2.0.1 10 Mar 2014 18:09:41 |
bapt |
Convert x* to USES=zip |
2.0.1 10 Jan 2014 08:36:20 |
gahr |
- Convert to new LIB_DEPENDS format
- Convert to USES=tk |
2.0.1 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.0.1 13 May 2013 15:46:13 |
gahr |
- Update to 2.0.1
- Fix build with Tcl/Tk 8.6 [1]
Reported by: miwi (Tcl/Tk 86 exp-run) |
0.8_1 02 Mar 2013 22:32:49 |
lwhsu |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation |
0.8 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.8 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
0.8 29 May 2010 17:45:46 |
sylvio |
- Update to 0.8 |
0.7_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.7_2 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
0.7_2 14 Jul 2009 11:20:07 |
araujo |
- Bump PORTREVISION in favor of x11-toolkits/tktreectrl.
- Pass maintainer to Sylvio Cesar <scjamorim at bsd.com.br>. |
0.7_1 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
0.7 28 Dec 2008 10:54:08 |
pgollucci |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
0.7 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.7 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
0.7 29 Oct 2007 17:52:09 |
sat |
- Update to 0.7 |
0.6_2 02 Sep 2007 07:16:05 |
rafan |
- Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmw
PR: 115302 |
0.6_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6 18 Apr 2007 08:01:25 |
sat |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
0.6 02 Apr 2007 22:56:15 |
pav |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
0.6 09 Dec 2006 23:53:59 |
sat |
Add ports x11-toolkits/py-tktreectrl:
The TkTreectrl module wraps the treectrl tk extension for
use with python/Tkinter.
WWW: http://klappnase.zexxo.net/TkinterTreectrl/
Author: Michael Lange <klappnase@8ung.at> |