aboutsummaryrefslogtreecommitdiff
path: root/german/eric6
Commit message (Collapse)AuthorAgeFilesLines
* devel/eric6: update to 21.4 releaseDima Panov2021-04-061-3/+3
| | | | Changelog: https://eric-ide.python-projects.org/eric-news.html
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* devel/eric6: update to 21.3 releaseDima Panov2021-03-281-3/+3
| | | | | | | Release notes: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=569392
* devel/eric6: update to 20.1 releaseDima Panov2021-01-051-3/+3
| | | | Notes: svn path=/head/; revision=560366
* devel/eric6: update to 20.12.1 releaseDima Panov2020-12-241-3/+3
| | | | | | | Changelog: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=559063
* devel/eric6: Update to 20.9 releaseDima Panov2020-09-071-3/+3
| | | | | | | | | | | | eric 20.9 has been released. It fixes a few bugs and introduces these new features. File Browser: changed it to react upon changed files if their contents is shown Tasks: added separate task categories for 'Test' and 'Documentation' tasks Mercurial Interface: removed the interface for the deprecated 'fetch' extension VCS Interfaces: added a configuration option to disable the VCS toolbars Notes: svn path=/head/; revision=547877
* eric6: update to 20.8 bugfix releaseDima Panov2020-08-131-3/+3
| | | | Notes: svn path=/head/; revision=544777
* devel/eric6: update to 20.7 releaseDima Panov2020-07-091-3/+3
| | | | | | | Relnotes: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=541832
* devel/eric6: update to 20.6 releaseDima Panov2020-06-101-3/+3
| | | | | | | | | - pass all python scripts via shebangfix (env python3 is not looks good) - rename variable INSTALL_CMD to INSTALL_PY to avoid stage error at pkg build cluster - install qsci files under share/qt5 subdir instead of share/qt4 Notes: svn path=/head/; revision=538410
* devel/eric6: update to 20.5 releaseDima Panov2020-05-311-3/+3
| | | | | | | | | - also update i18n slaves - use newcomer lib x11-toolkits/py-qt5-chart - adopt while here Notes: svn path=/head/; revision=537173
* devel/eric6: update to 19.04David Naylor2019-04-071-3/+3
| | | | | | | - ChangeLog: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=498296
* devel/eric6: update to 19.03David Naylor2019-03-311-3/+3
| | | | | | | ChangeLog: https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=497427
* devel/eric6: update to 18.12David Naylor2018-12-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch to Qt5 as default (Qt4 is depreciated) [1] - change log: - Editor: changed the 'Regexp' search option to use QScintilla's POSIX mode, where ( and ) are used for tagging (instead of \( and \) ) - LogViewer: added the capability to search for a regular expression - Project Forms Browser: added support for the --resource-suffix= and --import-from= options of pyuic (the PyQt forms compiler) - Shell, ShellWindow: - added the capability to search for a regular expression with QScintilla's POSIX mode - changed the start menu to give a list of defined environments - added capability to start the shell for the environment defined by the open project - Translator: added a button to open the Translator configuration page - VirtualEnv Manager: extended the environment definition by a flag indicating a Conda environment and a string to be prepended to the PATH environment variable [1] Pre-commit hook incorrectly detects trivial change to FLAVOR as adding FLAVOR to port Approved by: portmgr (implicit [1]) Notes: svn path=/head/; revision=487220
* devel/eric6: update to 18.11David Naylor2018-11-021-3/+3
| | | | | | | | | | | | ChangeLog: - IRC: added support for some of the "/" commands to the user list context menu - Translator: changed DeepL support to DeepL Pro - VCS: added capability to show some VCS information in the status bar of the main window (next to the VCS status indicator) Notes: svn path=/head/; revision=483841
* devel/eric6: update to 18.10David Naylor2018-10-281-3/+3
| | | | | | | | | | | | | | ChangeLog: - General: changed the extension of the generated script files for Windows from '.bat' to '.cmd' - Debugger: added code to use the default virtual environment, if none has been configured yet - IRC: added support for the /query, /notice, /ping, /ignore, /unignore, /away, /join, /part and /partall commands - Tasks: added code to mark a line as not containing a task with '__NO-TASK__' Notes: svn path=/head/; revision=483322
* devel/eric6: update to 18.09David Naylor2018-09-091-3/+3
| | | | | | | | | | | ChangeLog: - bug fixes - Mercurial Interface: - added support for Mercurial 4.7 extended commands 'graft', 'rebase' and 'export' Notes: svn path=/head/; revision=479267
* devel/eric6: update to 18.08David Naylor2018-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18.08: - General: made the activation of these internal tools configurable: - Template-Viewer - File-Browser - Symbols - Code Documentation Viewer - Cooperation - IRC - Numbers - File-Browser: changed code so file-browser is always a standalone window - Project Interfaces Browser: added actions to configure some IDL compiler options - Shell: changed code so shell is always a standalone window - Translator: added a translation engine for the IBM Watson Language Translator - Web Browser (NG): added default search engine definitions for - Qwant - StartPage 18.07: - Checkers: upgraded pyflakes to version 2.0.0 - Debugger: - added support of breakpoint() builtin of Python 3.7 - added code to try to open the source file if an exception occurred in a cython .pyd file - Git Interface: added capability to change the URL and/or user credentials for a remote repository - pip Interface: - added support for the '--user' option of install and list commands - changed to use the new VirtualEnv Manager - Unit Test: - extended the standalone unit test tool to be able to open source in an editor window - VirtualEnv Manager: - added a manager for virtual environments - changed a few places to use the newly introduced virtual environments (Note: a new session file format and debug properties file format has been introduced) Notes: svn path=/head/; revision=477492
* devel/eric6: update to 18.06David Naylor2018-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | ChangeLog: - bug fixes - Editor -- added a configuration option (Editor->Style page) to show the marker map on the left or right of the editor -- added a context menu for the "fold" margin -- improved handling of folded lines when using "go to" functions -- resize auto complete list box to fit with contents -- added a configuration option (Editor->autocomplete to set up maximum width and height of the auto complete list box - Shell -- resize auto complete list box to fit with contents - pip Interface -- added an action to install a locally available package/wheel - Web Browser (NG) -- improved the sending of the "Referer" header like it is done by Firefox Notes: svn path=/head/; revision=472341
* devel/eric6: update to 18.05David Naylor2018-05-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change Log: - bug fixes - General -- added the '--disable-plugin=' option to disable plug-ins via the command line -- added config option to disable the use of the global menu bar - Code Style Checker -- added support for '# noqa' and '# NOQA' comments to suppress warnings -- extended the dialog to be able to define the number of blank lines before class and function/method definitions -- added checks for default docstring in functions and modules -- added check for dictionaries with sorted keys -- added checks for logging statements -- added check for the 'gettext' import statement -- added some checks of the bugbear checker - Project -- added support for 'make' to the Project menu and run it automatically before the main script is started (configuration option) - Syntax Checker -- added support for '# noqa' and '# NOQA' comments to suppress warnings - Translator -- updated the translator URL for DeepL - Web Browser (NG) -- improvement of the download manager -- added support for the Google Safe Browsing Lookup API (v4) - Third Party packages -- updated coverage.py to 4.5.1 -- updated pycodestyle to 2.4.0 -- updated send2trash to version 1.5.0 Notes: svn path=/head/; revision=468775
* devel/eric6: update to 18.03David Naylor2018-03-171-3/+3
| | | | | | | | | | | | - cleanup references to language packages - ChangeLog: - bug fixes - Editor -- added support for EditorConfig -- added VCS conflict markers to the types shown on the marker map Notes: svn path=/head/; revision=464829
* devel/eric6: update to 18.02David Naylor2018-02-081-3/+3
| | | | | | | | | | | | | | | - remove translation packages no longer shipped by upstream: cs-eric6 fr-eric6 it-eric6 pt-eric6 tr-eric6 zh_CN-eric6 upstream considers these translations too incomplete. - add pkg-message explaining that there are translation available. Notes: svn path=/head/; revision=461243
* lang/eric6: update to 17.12David Naylor2018-01-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | - Version 18.01 is missing some language files - Switch to using the "nolang" version of source tarball as we ship - the languages separately - change log: - add support for Google protobuf protocol files* - add possibility to show the type of the object info is shown for - modified the top row and the search part in order to allow smaller sizes - introduced a configuration option to limit the viariables shown by the variables viewers depend on thier size (in order to avoid overload situations on low power or low memory machines) - added a dark style (*.qss and Python lexers) - updated send2trash to version 1.4.2 * This release introduces a new project format that will be rejected by previous releases Approved by: portmgr (implicit, see PR 225250) Notes: svn path=/head/; revision=459220
* devel/eric6: update to 17.11.1, add FLAVORSDavid Naylor2018-01-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | - add FLAVORS for the following combinations [1]: - python: 2.7 and 3.6 - qt: 4 and 5 - simplify Makefiles: - all common macros between eric6 and the language packages are in devel/eric6/bsd.eric6.mk - devel/eric6/Makefile.inc only includes language package specific macros - eric6 specific macros are now moved into devel/eric6/Makefile - spelling error fixed in Makefile.inc - dependency on eric6 (for language packages) removed as the addition of flavors removes the ability to depend on a single port origin - install language files directly, since setup.py fails without eric6 installed Approved by: portmgr (mat) [1] Differential Revision: https://reviews.freebsd.org/D13448 Notes: svn path=/head/; revision=458671
* evel/eric6: update to 17.10David Naylor2017-10-271-3/+3
| | | | | | | | ChangeLog: - https://eric-ide.python-projects.org/eric-news.html Notes: svn path=/head/; revision=452964
* devel/eric6: update to 6.1.11David Naylor2016-11-181-3/+3
| | | | | | | | - remove i18n files from devel/eric6 (duplicate of the specific ports) - add support for Python 3 Notes: svn path=/head/; revision=426333
* devel/eric6: update to 6.1.10.David Naylor2016-10-091-3/+3
| | | | | | | | ChangeLog: - bug fixes Notes: svn path=/head/; revision=423622
* devel/eric6: update to 6.1.9David Naylor2016-09-061-3/+3
| | | | | | | | ChangeLog: - bug fixes Notes: svn path=/head/; revision=421405
* devel/eric6: update to 6.1.8.David Naylor2016-08-201-3/+3
| | | | | | | | | | ChangeLog: - bug fixes - added capability to set the path to the Qt tools manually (because they are not included in the PyQt5 wheels). Notes: svn path=/head/; revision=420509
* eric6 ports: Update to version 6.1.7.Boris Samorodov2016-07-041-3/+3
| | | | Notes: svn path=/head/; revision=418054
* eric6 ports: Update to version 6.1.6.Boris Samorodov2016-06-051-2/+3
| | | | Notes: svn path=/head/; revision=416422
* eric6 ports: Update to version 6.1.5.Boris Samorodov2016-05-101-2/+2
| | | | Notes: svn path=/head/; revision=414941
* eric6 ports: update to version 6.1.4 (reaaly, previous updateBoris Samorodov2016-04-211-2/+2
| | | | | | | was 6.1.2 -> 6.1.3 by accident) Notes: svn path=/head/; revision=413744
* eric6 ports: update to version 6.1.4.Boris Samorodov2016-04-211-2/+2
| | | | Notes: svn path=/head/; revision=413743
* eric6 ports: Update to version 6.1.2.Boris Samorodov2016-02-071-2/+2
| | | | Notes: svn path=/head/; revision=408432
* eric6 ports: Update to version 6.1.1.Boris Samorodov2016-01-041-2/+2
| | | | Notes: svn path=/head/; revision=405257
* eric6 ports: Update to version 6.1.0.Boris Samorodov2015-12-071-2/+2
| | | | Notes: svn path=/head/; revision=403201
* eric6 ports: Update to version 6.0.9.Boris Samorodov2015-09-111-2/+2
| | | | Notes: svn path=/head/; revision=396705
* devel/eric6 and eric6 i18n files: update to version 6.0.8Boris Samorodov2015-08-181-2/+2
| | | | | | | and add NO_ARCH knob for i18n ports. Notes: svn path=/head/; revision=394562
* eric6 ports: Update to version 6.0.5.Boris Samorodov2015-05-071-2/+2
| | | | Notes: svn path=/head/; revision=385698
* eric6 ports: Update to version 6.0.4.Boris Samorodov2015-04-081-2/+2
| | | | Notes: svn path=/head/; revision=383583
* Eric6 localization files.Boris Samorodov2015-03-082-0/+9
Notes: svn path=/head/; revision=380764