aboutsummaryrefslogtreecommitdiff
path: root/deskutils/treeline
Commit message (Collapse)AuthorAgeFilesLines
* Update py-sip to 4.19.21 and qscintilla2 to 2.11.4Loïc Bartoletti2020-04-111-0/+1
| | | | | | | | | | | | | | - Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=531396
* Clean up plistAntoine Brodin2019-04-251-42/+42
| | | | Notes: svn path=/head/; revision=500004
* deskutils/treeline: Update to 3.1.1Jason E. Hale2019-03-223-4/+6
| | | | Notes: svn path=/head/; revision=496521
* deskutils/treeline: Update to 3.0.3Jason E. Hale2019-02-142-5/+4
| | | | Notes: svn path=/head/; revision=492918
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-181-1/+1
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* pyqt: Change install directories for Python flavor supportTobias C. Berner2018-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=485614
* deskutils/treeline: Update to 3.0.2Jason E. Hale2018-10-233-5/+5
| | | | Notes: svn path=/head/; revision=482840
* deskutils/treeline: Update to 3.0.1Jason E. Hale2018-10-013-4/+6
| | | | Notes: svn path=/head/; revision=480993
* Fix patch that got corrupted while testingJason E. Hale2018-09-061-1/+1
| | | | Notes: svn path=/head/; revision=479099
* - Update to 3.0.0Jason E. Hale2018-09-065-110/+226
| | | | | | | | | | | | | | - Now uses PyQt 5.x - Minimum python requirement raised to 3.5 - Remove DESKTOP_ENTRIES - source now includes a .desktop file - Removed options * PLUGINS - this version no longer uses them - Added options * ASPELL, HUNSPELL, and ISPELL - desired default spellchecker * NLS - conditional native language support Notes: svn path=/head/; revision=479098
* Adopt a few portsJason E. Hale2018-02-251-1/+1
| | | | Notes: svn path=/head/; revision=462885
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* - Update to version 2.0.2, now python3 basedPawel Pekala2017-12-083-151/+166
| | | | | | | | | | | | - Remove dead mirror site - Use shebangfix to fix python path - Now that we have 3 additional plugins rename HTTLOAD option to PLUGINS Changelog: http://treeline.bellz.org/index.html Notes: svn path=/head/; revision=455785
* - Fix build by explicit stating sip as build dependencyPawel Pekala2016-05-312-11/+6
| | | | | | | | | | - Remove pkg-install script, plugins directory is created in do-install target, no need to do this twice - Add LICENSE_FILE - Convert to USES=pyqt Notes: svn path=/head/; revision=416214
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add NO_ARCHDmitry Marakasov2015-09-082-5/+7
| | | | | | | | | | - Switch to options helpers - Add empty directory and ignored files into plist Approved by: portmgr blanket Notes: svn path=/head/; revision=396383
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert to USES=pythonPawel Pekala2014-09-232-10/+1
| | | | | | | - Simplify pkg-plist Notes: svn path=/head/; revision=369115
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Remove option for ispell spell checking, now deprecated [1]Pawel Pekala2014-01-281-20/+11
| | | | | | | | | | | | | - Add DOCS option to config menu - Revise DESKTOP_ENTRIES - Fix staging support, use install.py -b option to set STAGEDIR correctly, otherwise it leaks to compiled code and scripts Submitted by: bapt [1] Notes: svn path=/head/; revision=341678
* Python cleanup:Rene Ladan2014-01-131-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) Notes: svn path=/head/; revision=339634
* - This version does work only with python 2.xPawel Pekala2013-09-262-25/+14
| | | | | | | | | | | - Remove option for xml parser, expat is pulled in by port's dependencies so this is useless - Use global descriptions for options - Spelling backends are needed during runtime - Add support for STAGEDIR Notes: svn path=/head/; revision=328415
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* Use ${OPT}_DISTFILES for additional distfilePawel Pekala2013-07-101-4/+1
| | | | | | | Submitted by: bapt Notes: svn path=/head/; revision=322730
* Convert my ports to current standardsPawel Pekala2013-07-101-11/+4
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* - Improve COMMENTPawel Pekala2013-02-141-9/+5
| | | | | | | | | - Make RUN_DEPENDS path independent - Remove ABI version from LIB_DEPENDS - Trim Makefile header Notes: svn path=/head/; revision=312238
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* Convert my ports to optionsNGPawel Pekala2012-06-071-12/+18
| | | | Notes: svn path=/head/; revision=298711
* - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"Alberto Villa2012-06-061-1/+1
| | | | | | | | | | | component. [1] - While here, fix typo in PORT_OPTIONS check in avidemux2. Reported by: miwi via IRC [1] With hat on: kde [1] Notes: svn path=/head/; revision=298579
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-1/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Chase PyQT updateMax Brazhnikov2012-05-251-0/+1
| | | | Notes: svn path=/head/; revision=297369
* - Update to version 1.4.1Pawel Pekala2012-01-233-10/+11
| | | | | | | | | | | - Project switched hosting from BERLIOS to SF - Put LICENSE in right place to silence portlint - net/py-qt4-network is now required to run - Switch to bsd.port.options.mk - Fix pkg-plist errors Notes: svn path=/head/; revision=289684
* - Update to version 1.4.0Pawel Pekala2011-04-164-6/+12
| | | | | | | | | - Correct project homepage Approved by: wen (mentor) Notes: svn path=/head/; revision=272806
* - Update my email to FreeBSDPawel Pekala2011-03-231-1/+1
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271547
* - Move over to py25+ or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* Fix MASTER_SITES so that the ':treeline' postfix is appendedSahil Tandon2010-10-241-2/+2
| | | | | | | | | | | | | to each element of MASTER_SITE_BERLIOS. Also add a suffix to MASTER_SITE_SUBDIR to fetch the archive from the 'treeline' subdir of the BERLIOS sites. PR: ports/151676 Submitted by: sahil (myself) Approved by: Pawel Pekala <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=263542
* - Update to version 1.2.4Martin Wilke2010-09-303-8/+12
| | | | | | | | | | | | | | - Add LICENSE info - Fix build with httpLoad plugin - Add desktop entry - Pass maintainership to submitter PR: 150970 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Approved by: maintainer Notes: svn path=/head/; revision=262141
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andDima Panov2010-01-301-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=248842
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245717
* - Update to 1.2.0Beech Rintoul2008-08-173-157/+176
| | | | | | | | PR: ports/126344 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) Notes: svn path=/head/; revision=218695
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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) Notes: svn path=/head/; revision=214430
* - Update to 1.0.2Rong-En Fan2007-06-223-6/+20
| | | | | | | | PR: ports/113917 Submitted by: Tobias Roth <ports at fsck.ch> (maintainer) Notes: svn path=/head/; revision=194038
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.0.0Martin Wilke2006-07-102-4/+4
| | | | | | | | | PR: ports/99837 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=167365
* - Update to 0.14.1.Florent Thoumie2006-02-212-5/+4
| | | | | | | | PR: ports/93494 Submitted by: maintainer Notes: svn path=/head/; revision=156595