Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.11 20 Jul 2022 14:22:50
    |
Tobias C. Berner (tcberner)  |
russian: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Kapranoff <kapr@crosswinds.net>
* Alexander Logvinov <avl@FreeBSD.org>
* Andrey Fesenko <andrey@bsdnir.info>
* Anes Mukhametov <anes@anes.su>
* Boris Samorodov <bsam@FreeBSD.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Morozovsky <marck@rinet.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Igor Pokrovsky <tiamat@comset.net>
* Igor Vinokurov <igor@zynaps.ru>
* Michael Vasilenko <acid@stu.cn.ua>
* Mihail Timofeev <9267096@gmail.com>
* Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Skvortsov <skv@protey.ru>
* Thierry Thomas <thierry@pompo.net>
* Vyacheslav Anikin <anikinsl@gmail.com>
* ache
* mi@aldan.algebra.com
With hat: portmgr |
21.11 01 Jan 2022 13:48:55
    |
Rene Ladan (rene)  |
eric6: Revert removal.
This reverts commits
* e6fa82f13214be6efb40b6cca698607fe15adfc0
* fb41f4077d321912b1e1c1c586cc90e9df5ce9d8
* 75b955057c8e0c7cf9f47d4070802312e8427d34 (eric6 part)
Requested by: fluffy, tcberner |
21.11 31 Dec 2021 22:12:15
    |
Jan Beich (jbeich)  |
russian/eric6: remove port broken after 75b955057c8e
$ make index
[...]
--- describe.russian ---
make[4]: "/usr/ports/russian/eric6/Makefile" line 6: Cannot open
/usr/ports/russian/eric6/../../devel/eric6/Makefile.inc
make[4]: Fatal errors encountered -- cannot continue===> russian/eric6 failed
*** [describe.russian] Error code 1
make[1]: stopped in /usr/ports
*** Error code 1 |
21.11 08 Nov 2021 19:17:44
    |
Dima Panov (fluffy)  |
devel/eric6: update to 21.11 release |
21.9 05 Sep 2021 21:09:50
    |
Dima Panov (fluffy)  |
devel/eric6: update to 21.9 release
It fixes a few bugs and introduces these new features.
MicroPython: extended the list of known CircuitPython and UF2 capable devices
Unit Test: added support for sub-tests |
21.7 16 Aug 2021 13:14:07
    |
Dima Panov (fluffy)  |
devel/eric: update to 21.7 release+
It fixes a few bugs and introduces these new features:
- Tasks
* made the task properties dialog adapt to the task kind
* added code to get typed manual tasks
- UML Diagrams
* extended the class items to show class attributes
* added code to load a saved UML diagram via the file browser or the project
others browser
* improved the diagram layout of the Import Diagram and the Application Diagram
* added code to save and load diagrams as JSON files
* changed code to print diagrams |
21.5 12 May 2021 03:40:52
    |
Dima Panov (fluffy)  |
devel/eric6: update to 21.5 release |
21.4 06 Apr 2021 17:12:45
    |
Dima Panov (fluffy)  |
devel/eric6: update to 21.4 release
Changelog: https://eric-ide.python-projects.org/eric-news.html |
21.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
21.3 28 Mar 2021 13:09:26
  |
fluffy  |
devel/eric6: update to 21.3 release
Release notes: https://eric-ide.python-projects.org/eric-news.html |
21.1 05 Jan 2021 01:40:48
  |
fluffy  |
devel/eric6: update to 20.1 release |
20.12.1 24 Dec 2020 11:34:10
  |
fluffy  |
devel/eric6: update to 20.12.1 release
Changelog: https://eric-ide.python-projects.org/eric-news.html |
20.9 07 Sep 2020 05:47:14
  |
fluffy  |
devel/eric6: Update to 20.9 release
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 |
20.8 13 Aug 2020 01:19:44
  |
fluffy  |
eric6: update to 20.8 bugfix release |
20.7 09 Jul 2020 23:41:31
  |
fluffy  |
devel/eric6: update to 20.7 release
Relnotes: https://eric-ide.python-projects.org/eric-news.html |
20.6 10 Jun 2020 16:41:49
  |
fluffy  |
devel/eric6: update to 20.6 release
- 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 |
20.5 31 May 2020 15:33:36
  |
fluffy  |
devel/eric6: update to 20.5 release
- also update i18n slaves
- use newcomer lib x11-toolkits/py-qt5-chart
- adopt while here |
19.04 07 Apr 2019 16:59:03
  |
dbn  |
devel/eric6: update to 19.04
- ChangeLog: https://eric-ide.python-projects.org/eric-news.html |
19.03 31 Mar 2019 16:15:36
  |
dbn  |
devel/eric6: update to 19.03
ChangeLog: https://eric-ide.python-projects.org/eric-news.html |
18.12 11 Dec 2018 05:59:11
  |
dbn  |
devel/eric6: update to 18.12
- 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]) |
18.11 02 Nov 2018 19:57:48
  |
dbn  |
devel/eric6: update to 18.11
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) |
18.10 28 Oct 2018 18:24:35
  |
dbn  |
devel/eric6: update to 18.10
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__' |
18.09 09 Sep 2018 06:14:41
  |
dbn  |
devel/eric6: update to 18.09
ChangeLog:
- bug fixes
- Mercurial Interface:
- added support for Mercurial 4.7 extended commands 'graft', 'rebase' and
'export' |
18.08 18 Aug 2018 09:31:39
  |
dbn  |
devel/eric6: update to 18.08
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 (Only the first 15 lines of the commit message are shown above ) |
18.06 13 Jun 2018 19:28:54
  |
dbn  |
devel/eric6: update to 18.06
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 |
18.05 01 May 2018 17:52:53
  |
dbn  |
devel/eric6: update to 18.05
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 (Only the first 15 lines of the commit message are shown above ) |
18.03 17 Mar 2018 15:58:27
  |
dbn  |
devel/eric6: update to 18.03
- 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 |
18.02 08 Feb 2018 15:11:50
  |
dbn  |
devel/eric6: update to 18.02
- 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. |
17.12 17 Jan 2018 06:19:00
  |
dbn  |
lang/eric6: update to 17.12
- 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) |
17.11.1 10 Jan 2018 18:39:31
  |
dbn  |
devel/eric6: update to 17.11.1, add FLAVORS
- 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 |
17.10 27 Oct 2017 03:43:49
  |
dbn  |
evel/eric6: update to 17.10
ChangeLog:
- https://eric-ide.python-projects.org/eric-news.html |
6.1.11 18 Nov 2016 18:49:55
  |
dbn  |
devel/eric6: update to 6.1.11
- remove i18n files from devel/eric6 (duplicate of the specific ports)
- add support for Python 3 |
6.1.10 09 Oct 2016 18:47:21
  |
dbn  |
devel/eric6: update to 6.1.10.
ChangeLog:
- bug fixes |
6.1.9 06 Sep 2016 06:16:05
  |
dbn  |
devel/eric6: update to 6.1.9
ChangeLog:
- bug fixes |
6.1.8 20 Aug 2016 12:56:27
  |
dbn  |
devel/eric6: update to 6.1.8.
ChangeLog:
- bug fixes
- added capability to set the path to the Qt tools manually (because they
are not included in the PyQt5 wheels). |
6.1.7 04 Jul 2016 19:48:07
  |
bsam  |
eric6 ports: Update to version 6.1.7. |
6.1.6 05 Jun 2016 19:43:58
  |
bsam  |
eric6 ports: Update to version 6.1.6. |
6.1.5 10 May 2016 14:43:54
  |
bsam  |
eric6 ports: Update to version 6.1.5. |
6.1.3 21 Apr 2016 16:19:48
  |
bsam  |
eric6 ports: update to version 6.1.4 (reaaly, previous update
was 6.1.2 -> 6.1.3 by accident) |
6.1.3 21 Apr 2016 16:14:54
  |
bsam  |
eric6 ports: update to version 6.1.4. |
6.1.2 07 Feb 2016 17:39:35
  |
bsam  |
eric6 ports: Update to version 6.1.2. |
6.1.1 04 Jan 2016 17:35:32
  |
bsam  |
eric6 ports: Update to version 6.1.1. |
6.1.0 07 Dec 2015 12:12:55
  |
bsam  |
eric6 ports: Update to version 6.1.0. |
6.0.9 11 Sep 2015 18:53:31
  |
bsam  |
eric6 ports: Update to version 6.0.9. |
6.0.8 18 Aug 2015 09:18:00
  |
bsam  |
devel/eric6 and eric6 i18n files: update to version 6.0.8
and add NO_ARCH knob for i18n ports. |
6.0.5 07 May 2015 22:23:51
  |
bsam  |
eric6 ports: Update to version 6.0.5. |
6.0.4 08 Apr 2015 16:58:26
  |
bsam  |
eric6 ports: Update to version 6.0.4. |
6.0.3 08 Mar 2015 10:38:19
  |
bsam  |
Eric6 localization files. |