notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-qt4-qscintilla2/pkg-plist
SVNWeb

Number of commits found: 16

Sun, 16 Dec 2018
[ 15:25 tcberner search for other commits by this committer ] Original commit   Revision:487597 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.11.3

- sip         upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5       upgrade to 5.11.3

This has been worked on by arrowd and myself.

PR:		233954
Exp-run by:	antoine
Thu, 22 Nov 2018
[ 20:18 tcberner search for other commits by this committer ] Original commit   Revision:485614 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
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
Sun, 18 Feb 2018
[ 09:55 rakuco search for other commits by this committer ] Original commit   Revision:462214 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Update QScintilla 2.10.2.

Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
Sun, 13 Dec 2015
[ 12:45 rakuco search for other commits by this committer ] Original commit   Revision:403662 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.

Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
Tue, 8 Dec 2015
[ 16:49 rakuco search for other commits by this committer ] Original commit   Revision:403297 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.

In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.

Ports wishing to depend on PyQt4 ports can now do the following:
  USES=		pyqt:4
  USE_PYQT=	foo bar_build baz_run

Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.

Even though this patch touches files in many different ports, the goal is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 27 Oct 2014
[ 10:58 bapt search for other commits by this committer ] Original commit   Revision:371548 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Wed, 23 Jul 2014
[ 19:53 rakuco search for other commits by this committer ] Original commit   Revision:362721 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.

... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 21 Jun 2013
[ 19:13 rakuco search for other commits by this committer ] Original commit   Revision:321498 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Update the PyQt ports.

- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2.
Sat, 9 Jun 2012
[ 00:41 makc search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Merge changes from area51 repository (SVN commit 8197 by avilla):

- Remove SIPFILES option, some ports (e.g., pykde4) require the files
  to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG.
Fri, 25 May 2012
[ 01:49 makc search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
KDE/FreeBSD team presents update for PyQt ports:
 - sip to 4.13.2
 - PyQt4 to 4.9.1
 - QScintilla to 2.6.1
Sat, 30 Jan 2010
[ 14:27 fluffy search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 4 Aug 2009
[ 19:18 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- Update py-qt4 to py-qt4.5.4
- Update qscintilla-2* to 2.4
- Update py-sip to 4.8.2
- Update py-kde to 1.16.3
- Update py-qt to 1.18.1

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters

New Port:
devel/py-qt4-scripttools
Sat, 14 Feb 2009
[ 22:58 makc search for other commits by this committer ] Original commit  (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit

Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.

Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.

PR:             based on ports/130219
Submitted by:   Dima Panov" <fluffy at fluffy.khv.ru>
Thu, 13 Sep 2007
[ 18:24 miwi search for other commits by this committer ] Original commit 
- Update to 2.1

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer via privat mail)
Tue, 17 Apr 2007
[ 20:12 miwi search for other commits by this committer ] Original commit 
- Update to 20070410

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer via privat mail)
Tue, 27 Mar 2007
[ 10:14 miwi search for other commits by this committer ] Original commit 
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the Qsci module for the Qscintilla2 editor component.

WWW: http://www.riverbankcomputing.co.uk/pyqt/
     http://www.riverbankcomputing.co.uk/qscintilla/

PR:             ports/109627
Submitted by:   Danny Pansters <danny at ricin.com>

Number of commits found: 16