Port details |
- qct QCT GUI commit tool
- 1.7_10 devel
=1 1.7_10Version of this port present on the latest quarterly branch.
- DEPRECATED: Qt4 has been EOL since december 2015
This port expired on: 2019-03-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-10-15 18:45:08
- Last Update: 2019-03-16 21:55:51
- SVN Revision: 495967
- People watching this port, also watch:: pfstools, tomcat9, tmux
- Also Listed In: python
- License: GPLv2
- WWW:
- http://qct.sourceforge.net/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: qct
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (qct-1.7.tar.gz) = 06e9969f6c8a08b67f289bc0e95b4f4469d6adbf1aa0bed0f0cc8c5bdea222d0
SIZE (qct-1.7.tar.gz) = 56658
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-qt4-gui>=4.12.1 : x11-toolkits/py-qt4-gui@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-qt4-gui>=4.12.1 : x11-toolkits/py-qt4-gui@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for qct-1.7_10:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- pyqt:4 python:2.7
- 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 |
1.7_10 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.7_10 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.7_10 22 Nov 2018 20:18:37 |
tcberner |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
1.7_9 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.7_9 04 Feb 2017 13:37:15 |
tcberner |
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261 |
1.7_9 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7_9 07 Feb 2016 11:22:59 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Fix docfile installation
- Regenerate patches with `make makepatch` |
1.7_9 22 Sep 2014 15:14:59 |
bsam |
devel/qct: adopt USES=python and remove @dirrm |
1.7_9 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.7_8 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.7_8 24 Sep 2013 21:58:37 |
bsam |
Support stage. |
1.7_8 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.7_8 26 May 2013 17:36:38 |
bsam |
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS. |
1.7_8 24 May 2013 17:49:08 |
bsam |
. trim Makefile headers;
. remove stale site from MASTER_SITES. |
1.7_8 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
1.7_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.7_6 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
1.7_5 18 Jan 2012 15:26:36 |
rm |
Switch back to using distutils to fix runtime. Also fix logic bug in
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> |
1.7_5 21 Nov 2011 14:58:09 |
bsam |
Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe: yes |
1.7_5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.7_5 12 May 2011 18:51:30 |
bsam |
Add the license information (GPLv2). |
1.7_5 12 May 2011 16:42:27 |
bsam |
. fix plist [1];
. use easy_install;
. use py-qt4-gui to build the port.
PR: 156975 [1]
Pointed out by: Lapo Luchini <lapo@lapo.it> [1] |
1.7_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.7_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.7_2 30 Jan 2010 14:27:27 |
fluffy |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters. |
1.7_1 24 Jul 2009 09:55:38 |
bsam |
. add support for svn 1.6.x; [1]
. bump PORTREVISION.
PR: 137000 [1]
Submitted by: Lapo Luchini <lapo at lapo.it> [1] |
1.7 07 Apr 2009 16:26:03 |
bsam |
Update to version 1.7.
PR: ports/133460
Submitted by: Lapo Luchini <lapo at lapo.it> |
1.5_2 14 Feb 2009 23:01:24 |
makc |
Bump PORTREVISION after QScintilla2 update |
1.5_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.5 16 Dec 2007 19:07:41 |
bsam |
Update to v.1.5. |
1.4 26 Oct 2007 19:16:36 |
bsam |
. rename port py-qt4-qct -> qct;
. update to 1.4 release (now require python-2.5);
. fix MASTER_SITES, add my site by the author permission.
Pinged by: linimon (thanks!) |
1.0_2 15 Oct 2007 18:43:58 |
bsam |
This is to confirm a repocopy devel/py-qt4-qct -> devel/qct.
PR: PR/116652
Submitted by: bsam (me)
Repocopied by: portmgr (marcus) |