mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
689b7e1db9
setup.py that had mixing use of setuptools with distutils. With using setuptools some ui-related files are not generating and not installing so gui becomes broken. As for original submitter's plist problem, i believe it was also because it needs py-qt4-gui on build stage too, not only on runtime (see QctBuild.compile_ui() in setup.py for details). This port revision works fine for me both on live system and in tinderbox. Please also note that this port doesn't work with modern mercurial versions, but works fine with cvs/svn. hg support should be trivial to fix, but i have no time/desire resources for this. PR: 156975 Submitted by: Lapo Luchini <lapo at lapo dot it>
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
QCT - Qt/PyQt based commit tool
|
|
|
|
Primary goals:
|
|
|
|
1. Platform agnostic (Linux, Windows, MacOS, Cygwin -- and FreeBSD now)
|
|
2. VCS agnostic (bazaar, cvs, git, mercurial, monotone, perforce, subversion)
|
|
3. Good keyboard navigation, keep the typical work-flow simple
|
|
|
|
WWW: http://qct.sourceforge.net/
|