non port: devel/eric6/Makefile.inc |
SVNWeb
|
Number of commits found: 31 |
Wed, 20 Jul 2022
|
[ 14:55 Tobias C. Berner (tcberner) ] 4831879 (Only the first 10 of 29 ports in this commit are shown above. )
cleanup: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr
|
Sat, 1 Jan 2022
|
[ 13:48 Rene Ladan (rene) ] e2b444d (Only the first 10 of 19 ports in this commit are shown above. )
eric6: Revert removal.
This reverts commits
* e6fa82f13214be6efb40b6cca698607fe15adfc0
* fb41f4077d321912b1e1c1c586cc90e9df5ce9d8
* 75b955057c8e0c7cf9f47d4070802312e8427d34 (eric6 part)
Requested by: fluffy, tcberner
|
Fri, 31 Dec 2021
|
[ 13:40 Rene Ladan (rene) ] 75b9550 (Only the first 10 of 323 ports in this commit are shown above. )
cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/ (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Jun 2020
|
[ 16:41 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
|
Tue, 9 Jun 2020
|
[ 01:31 fluffy ]
devel/eric6: limit python to 3.5+
- simplify FLAVORS use
- while here, tty to resolve fallouts to i18n packs
Reported by: pkg-fallout
|
Sun, 31 May 2020
|
[ 15:33 fluffy ]
devel/eric6: update to 20.5 release
- also update i18n slaves
- use newcomer lib x11-toolkits/py-qt5-chart
- adopt while here
|
Sat, 17 Mar 2018
|
[ 15:58 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
|
Wed, 10 Jan 2018
|
[ 18:39 dbn ] (Only the first 10 of 19 ports in this commit are shown above. )
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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Fri, 27 Oct 2017
|
[ 03:43 dbn ] (Only the first 10 of 12 ports in this commit are shown above. )
evel/eric6: update to 17.10
ChangeLog:
- https://eric-ide.python-projects.org/eric-news.html
|
Fri, 13 Jan 2017
|
[ 16:54 mat ] (Only the first 10 of 46 ports in this commit are shown above. )
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Nov 2016
|
[ 18:49 dbn ] (Only the first 10 of 14 ports in this commit are shown above. )
devel/eric6: update to 6.1.11
- remove i18n files from devel/eric6 (duplicate of the specific ports)
- add support for Python 3
|
Sun, 9 Oct 2016
|
[ 18:47 dbn ] (Only the first 10 of 11 ports in this commit are shown above. )
devel/eric6: update to 6.1.10.
ChangeLog:
- bug fixes
|
Tue, 6 Sep 2016
|
[ 06:16 dbn ] (Only the first 10 of 11 ports in this commit are shown above. )
devel/eric6: update to 6.1.9
ChangeLog:
- bug fixes
|
Sat, 20 Aug 2016
|
[ 12:56 dbn ] (Only the first 10 of 12 ports in this commit are shown above. )
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).
|
Thu, 18 Aug 2016
|
[ 15:39 dbn ]
devel/eric6: add option to use PyQt5, fix PyQt4.
- Fix the use of PyQt4 when PyQt5 is installed:
- Specify which version of PyQt to target on installation
- Add support for switching between PyQt4 and PyQt5 for the GUI.
- Fix stage-qa warning:
- Make symlink to pixmap relative.
- Take over maintainership
PR: 211908
|
Mon, 4 Jul 2016
|
[ 19:48 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.7.
|
Sun, 5 Jun 2016
|
[ 19:43 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.6.
|
Tue, 10 May 2016
|
[ 14:43 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.5.
|
Sun, 24 Apr 2016
|
[ 15:45 bsam ]
devel/eric6: Last bit to upgrade to v 6.1.4.
Reported by: Mike Harding <mvharding at gmail.com>
|
Thu, 21 Apr 2016
|
[ 16:14 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: update to version 6.1.4.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Feb 2016
|
[ 17:39 bsam ] (Only the first 10 of 12 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.2.
|
Mon, 4 Jan 2016
|
[ 17:35 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.1.
|
Mon, 7 Dec 2015
|
[ 12:12 bsam ] (Only the first 10 of 12 ports in this commit are shown above. )
eric6 ports: Update to version 6.1.0.
|
Fri, 11 Sep 2015
|
[ 18:53 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
eric6 ports: Update to version 6.0.9.
|
Tue, 18 Aug 2015
|
[ 09:18 bsam ]
devel/eric6 and eric6 i18n files: update to version 6.0.8
and add NO_ARCH knob for i18n ports.
|
Thu, 7 May 2015
|
[ 22:23 bsam ]
eric6 ports: Update to version 6.0.5.
|
Wed, 8 Apr 2015
|
[ 16:58 bsam ]
eric6 ports: Update to version 6.0.4.
|
Sun, 8 Mar 2015
|
[ 10:32 bsam ] (Only the first 10 of 11 ports in this commit are shown above. )
Eric is a full featured Python and Ruby editor and IDE, written in python.
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everyday's
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.
This is a port of eric6 (based on Qt4).
WWW: http://eric-ide.python-projects.org/index.html
|
Number of commits found: 31 |