aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-qt4-network
Commit message (Collapse)AuthorAgeFilesLines
* devel/py-qt4-core cleanups in py-qt4-*pi2016-05-281-1/+1
| | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.rakuco2015-12-092-40/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 for it to be a no-op from an end-user perspective (so that the basic infrastructure is landed before the other, riskier changes): no dependencies have been changed, PyQt/SIP/QScintilla have not been upgraded and the plists should remain exactly the same, since PYQT_SIPDIR currently contains the same value that used to be hardcoded in the plists. Huge thanks to Guido Falsi (madpilot@) for spearheading most of the work: he took the initiative to work on PyQt5 and sent D2910 to Phabricator with the original version of this patch. Tobias Berner (tcberner@gmail.com) later applied it to kde@'s experimental area51 repositories and did some more work on it.
* Update PyQt and its dependencies.rakuco2015-03-051-1/+0
| | | | | | | | | | | | | | | * PyQt4 has been updated to 4.11.3. * QScintilla has been updated to 2.8.4. * SIP has been updated to 4.16.5. This update is much smaller than the previous one, as there has been no further need for clean ups in the ports infrastructure. Pretty much the entire patch set has been originally contributed by Tobias Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot! PR: 198016 Submitted by: Tobias Berner <tcberner@gmail.com>
* Cleanup plistbapt2014-12-101-2/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.rakuco2014-07-241-42/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... 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. - QScintilla ports: * Drop the API option from py-qt4-qscintilla2. It had been broken ever since staging support was added, and its existence does not make much sense: QScintilla is a hard dependency regardless of the state of this option anyway, they all come from the same tarball and the configuration script assumes the .api file will always be installed. - PyQt ports: * The configure.py patch shared by all PyQt ports has been trimmed down to the minimum. Changes for Qt3 compatibility or for things that are just not needed anymore have been removed. * Several post-configure targets in the PyQt ports have been removed, as they had no effect on the way the ports were built whatsoever. * In some cases, instead of calling Python's py_compile.py on `ls *.py */*.py */*/*.py` to generate .pyc and .pyo files, we just call compileall.py, which is made for this kind of task. * The patch + sed hack to build py-qt4-dbussupport has been replaced by only extracting the dbus/ directory for that port and excluding it from all others. * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large portion of all PyQt Makefiles were very similar and contained a lot of boilerplate code that can be shared among all of them since they all come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable that, when set, automatically sets several common variables and the do-configure target for a port. This allows us to considerably reduce the size of all the py-qt4-* Makefiles. * To make the above possible and also to allow us to use as many OPTIONS helpers as possible, the ARGS variable is now called CONFIGURE_ARGS. That's what it was used for anyway. PR: 191990
* Modernize LIB_DEPENDSbapt2014-07-151-1/+1
| | | | With hat: portmgr
* Enable debug symbols based on the right option.rakuco2014-06-091-1/+2
| | | | | | | | | Fix a regression introduced in r311475, which checked for the value of the API option instead of WITH_DEBUG like the other py-qt4 ports. In practice, this meant py-qt4-network was built with debug and tracing symbols by default. MFH: 2014Q2
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Update SIP to 4.15.2 and PyQt to 4.10.3.rakuco2013-10-161-2/+1
| | | | | | | This commit also adds proper staging support to all the ports being updated. In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Update the PyQt ports.rakuco2013-06-221-1/+1
| | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2.
* KDE/FreeBSD team presents:makc2013-02-043-24/+18
| | | | | | | | | | | | SIP 4.14.3 QScintilla 2.7 PyQt 4.9.6 The area51 repository features commits by jhale and myself. Changes: - Trim Makefile header - Convert to new option framework
* Merge changes from area51 repository (SVN commit 8197 by avilla):makc2012-06-092-56/+45
| | | | | | - 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.
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* KDE/FreeBSD team presents update for PyQt ports:makc2012-05-252-2/+3
| | | | | | - sip to 4.13.2 - PyQt4 to 4.9.1 - QScintilla to 2.6.1
* - Pet Tinderbox and friends.avilla2012-01-251-1/+1
| | | | | | | | | | OPTIONSFILE must be set using ?= to allow overriding. PR: 163743 PR: 163744 PR: 163745 PR: 163746 Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
* - Update PyQt4 to 4.8.5.avilla2011-10-172-2/+1
| | | | | - Update SIP to 4.12.4. - Use common DISTINFO_FILEs.
* - Update SIP to 4.12.1.avilla2011-03-253-7/+3
| | | | | - Update PyQt4 to 4.8.3. - Update QScintilla2 to 2.4.6.
* KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-032-3/+5
| | | | | | | | | | | | | | | | | | | | | | | Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
* - Mark BROKEN on 6.X: does not compilepav2010-06-021-0/+4
| | | | Reported by: pointyhat
* - The FreeBSD KDE team is pleased to announce SIP-4.10.2, PyQt-4.7.3fluffy2010-05-112-10/+5
| | | | | | and QScintilla-2.4.3 for FreeBSD. With hat on: kde@
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Mark BROKEN on 6.Xpav2010-02-061-0/+4
| | | | Reported by: pointyhat
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andfluffy2010-01-302-3/+4
| | | | | | | 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.
* - Update py-qt4* to 4.6.2miwi2009-11-271-3/+3
| | | | | | | | | - Update py-sip to 4.9.3 The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (myself)
* - Update py-qt4 to py-qt4.5.4miwi2009-08-052-3/+5
| | | | | | | | | | | | | - 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
* Update PyQt4 ports to 4.4.4, new ports:makc2009-02-153-43/+44
| | | | | | | | | | | | | | 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>
* The first iteration of the py-qt4-* ports had a snapshot date as itsmiwi2008-07-261-0/+1
| | | | | | | | | | PORTVERSION. After that the PORTVERSION became 4.foo. Because this is numerically lower than before, the PORTEPOCH should have been bumped. Poked by: kris@ PR: 125814 Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Update to 4.3.3miwi2008-03-202-15/+17
| | | | | | | | - Configure.py now has a flag to specify component, patch is now simpler - Update qscintilla2 so version where used - Use bsd.pyqt.mk Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail)
* - Update to 4.3.1miwi2007-10-022-4/+4
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* - Update to PyQt-4.3miwi2007-09-144-209/+35
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 4.2miwi2007-04-183-24/+52
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.miwi2007-03-275-0/+257
This package provides the QtNetwork module. WWW: http://www.riverbankcomputing.co.uk/pyqt/ PR: ports/109620 Submitted by: Danny Pansters <danny at ricin.com>